body,html{ background: #f7f7f7;}
@keyframes playing2 {
    0% {
     height:20px
    }
    50% {
     height:0px
    }
    to {
     height:20px
    }
   }

.lmzb_main{ margin: 0px auto; max-width: 1300px; position: relative; margin-top: 15px;}
.lmzbdiv{ height: 190px; margin-top: 15px;}
.lmzbdivL{ width: 290px; height: 190px;}
.lmzbdivL img{ width: 100%; height: 100%; object-fit: cover;}
.lmzbdivR{ width: 100%; padding-left: 320px; top: 0px; left: 0px; right: 0px; position: absolute;}
.lmzbdivbt{ width: 100%; height: 45px; line-height: 45px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.lmzbdivtxt{ width: 100%; height: 50px; position: relative; line-height: 25px; color: #333; font-size: 14px; overflow: hidden;}
.lmzbdivspan{ font-size: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.lmzbdivspan i{ margin-right: 15px; font-size: 20px; top: 3px; position: relative;}
.lmzbdivbutton{ max-width: 100%; height: 36px; line-height: 36px; border-radius: 30px; color: #0052ed; border: 1px solid #0052ed; float: left; padding: 0px 15px; margin-top: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.lmzbdivbutton em{ float: left; display: block; width: 30px; height: 25px; position: relative;}
.lmzbdivbutton em i{ display: block; width: 4px; height: 20px; background: #0052ed; float: left; border-radius: 15px; overflow: hidden; position: absolute; left: 0px; bottom: 0px;}
.lmzbdivbutton em i:nth-child(1){ left: 3px; animation: playing2 1s linear infinite;}
.lmzbdivbutton em i:nth-child(2){ left: 9px; animation: playing2 2s linear infinite;}
.lmzbdivbutton em i:nth-child(3){ left: 15px; animation: playing2 3s linear infinite;}


.lmzbdiv_card_bt{ height: 45px; line-height: 45px; font-size: 20px; text-align: center; font-weight: bold; margin-top: 15px; }


@media screen and (max-width: 650px){
    .lmzbdiv{ height: auto; overflow: hidden;}
    .lmzbdivL{ width: 100vw; height: 56vw;}
    .lmzbdivR{ position: relative; clear: both; padding: 0px;}
}