.lb-tabs li{ float: left; }
.lb-tabs li a{ display: block; }
.lb-tabs li.lb-one{padding-right: 13px;width: 48%;}
.lb-tabs li.lb-one img{width: 100%;height: 424px;border: 1px solid #ccc;padding: 2px;background: #ccc;}
.lb-tabs li.lb-tow{margin-bottom: 13px;width: 52%;}
.lb-tabs li.lb-tow img{width: 100%;height: 205px;border: 1px solid #ccc;padding: 2px;background: #ccc;}
.lb-tabs li.lb-three{ margin-bottom: 0; }
.lb-bottom .lb-tt{ padding-top: 15px; }
.lb-more{ margin-bottom: -15px; }
.lb-p{ /*height: 50px;*/overflow:hidden; }
.lb-tabs li a {
    transition: 0.5s all;
}
.lb-tabs li a:hover {
    box-shadow: 3px 35px 77px -17px rgba(0, 0, 0, 0.8);
    transform: scale(1.06);
    position: relative;
    z-index: 100;
}
@media( max-width: 1279px){
  .lb-tabs li.lb-one img{ height: 329px; }
  .lb-tabs li.lb-tow img{ height: 158px; }
}
@media( max-width: 991px){
  .lb-tabs li.lb-one{ padding-right: 2%; }
  .lb-tabs li.lb-one img{ height: 31vh; }
  .lb-tabs li.lb-tow img{ height: 15vh; }
  .lb-tabs li.lb-tow{ margin-bottom: 1vh; }
}