.cplist{ overflow: hidden; padding: 30px 0; }
.cplist .item{ float: left; width: 32.2%; margin-bottom:45px; cursor: pointer; }
.cplist .item:nth-child(3n+2){ margin: 0 1.7%; }
.cplist .item .imga{ display: block; width: 100%; position: relative; overflow: hidden; }
.cplist .item .imga img{ display: block; width: 100%; transition: all 0.6s; }
.cplist .item .imga i{ display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9; background-color: rgba(0,0,0,0.1); background-image: url(../img/img38.png); background-size: 80px auto; background-repeat: no-repeat; background-position: center center; opacity: 0; transition: all 0.6s; }
.cplist .item:hover .imga img{ transform: scale(1.1); }
.cplist .item:hover .imga i{ opacity: 1; }

.cplist .item .info{ padding: 10px 0; }
.cplist .item .namea{ display: block; font-size: 16px; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 20px;text-transform: uppercase; }
.cplist .item .nameb{ display: block; font-size: 16px; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 20px; }
.cplist .item p{ font-size: 14px; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 20px; margin-top: 20px; }


@media (max-width: 1440px) {
	.cplist .item .imga i{ background-size: 70px auto; }
}
@media (max-width: 1023px) {
.cplist{ padding: 0.6rem 0; }
.cplist .item{ float: left; width: 48%; margin-bottom:0.55rem; }
.cplist .item:nth-child(3n+2){ margin: 0; margin-bottom:0.55rem; }
.cplist .item:nth-child(2n+2){ float: right; }

.cplist .item .info{ padding: 0.16rem 0; }
.cplist .item .namea{ font-size: 0.25rem; line-height: 0.3rem; }
.cplist .item .nameb{ font-size: 0.23rem; line-height: 0.3rem; }
.cplist .item p{ font-size: 0.22rem; line-height: 0.23rem; margin-top: 0.15rem; }

.cplist .item .imga i{ background-size: 0.6rem auto; }

.pagem .snav .sone:hover{ border-bottom: 2px solid #fff; background-color:none;  }
.pagem .snav .sone:hover .name{ color: #000; }
}