
/* two */
.two>li{width:48%;margin-right: 4%;float: left;margin-top: 30px;margin-bottom: 30px;}
.two>li:nth-child(2n+2){margin-right: 0px;}
@media(max-width:1198px){
    .two>li{width: 100%;float: none;margin-right: 0px;margin-top: 10px;margin-bottom: 10px;}
}

/* three */
.three>li{width: 32%;margin-right: 2%;float: left;margin-top: 30px;margin-bottom: 30px;}
.three>li:nth-child(3n+3){margin-right: 0px;}
@media(max-width:1198px){
    .three>li{width: 100%;margin-right: 0px;float: none;margin-top: 10px;margin-bottom: 10px;}
}

/* four */
.four>li{width: 23.5%;margin-right: 2%;float: left;margin-top: 30px;margin-bottom: 30px;}
.four>li:nth-child(4n+4){margin-right: 0px;}
@media(max-width:1198px){
    .four>li{width:100%;float:none;margin-top: 10px;margin-bottom: 10px;}
    .four>li:nth-child(4n+4){margin-right: 0px;}
    .four>li:nth-child(2n+2){margin-right: 0px;}
}
/* five */
.five>li{width: 18%;float: left;margin:30px 0px;margin-top: 30px;margin-bottom: 30px;margin-right: 2%;}
.five>li:nth-child(5n+5){margin-right: 0px;}
@media(max-width:1198px){
    .five>li{width: 48%;float: left;margin-right: 4%;margin-top: 10px;margin-bottom: 10px;}
    .five>li:nth-child(5n+5){margin-right: 0px;}
    .five>li:nth-child(2n+2){margin-right: 0px;}

}

.img-box{position: relative;overflow: hidden;display: block;line-height: 0px;}
.limitTxt{display: -webkit-box;text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical;}
.limitTxt2{line-clamp: 2;-webkit-line-clamp:2; display: -webkit-box;text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical;}

.left{float: left;}
.right{float: left;}
.scale-img:hover img{transform: scale(1.3,1.3);}
@media(max-width:768px){
    .left{float: none;width: 100%;}
    .right{float: none;width: 100%;}
}
