
/* 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,.four .four-list{width: 23.5%;margin-right: 2%;float: left;margin-top: 30px;margin-bottom: 30px;}
.four li:nth-child(4n+4), .four .four-list:nth-child(4n+4){margin-right: 0px;}
@media(max-width:1198px){
    .four li,.four .four-list{width:100%;float:none;margin-top: 10px;margin-bottom: 10px;}
    .four li:nth-child(4n+4), .four .four-list:nth-child(4n+4){margin-right: 0px;}
    .four li:nth-child(4n+4), .four .four-list:nth-child(4n+4){margin-right: 0px;}
}
/* five */
.five li{width: 20%;float: left;margin:30px 0px;margin-top: 30px;margin-bottom: 30px;}
@media(max-width:1198px){
    .five li{width: 48%;float: left;margin-right: 4%;margin-top: 10px;margin-bottom: 10px;}
    .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;}