.list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.list .list-head{
    width: 2.3rem;
    height: 0.7rem;
    overflow: hidden;
    margin: 0.5rem auto 0;
    background: url(../images/case.png) no-repeat center center / 100% 100%;
    position: relative;
}
.list-head .list-title{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.list-title .list-span{
    width: 100%;
    height: 0.7rem;
    font-size: 0.35rem;
    color: #333333;
    text-align: center;
    line-height: 0.7rem;
}
.list-span span{
    color: #0094fe;
}
.list-title .list-line{
    /*width: 0.27rem;*/
    height: 0.03rem;
    background: #0094fe;
    position: absolute;
    top: 0.54rem;
    left: 1.14rem;
}
.list .list-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.58rem;
}
.list-box .list-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.list-ul .list-li{
    float: left;
    width: 5.1rem;
    height: 4.9rem;
    margin-right: 0.34rem;
    cursor:pointer;
}
.list-li a{
    display: block;
    width: 100%;
    height: 100%;
}
.list-li:nth-of-type(3n){
    margin-right: 0;
}
.list-li .list-img{
    width: 100%;
    height: 4rem;
    overflow: hidden;
}
.list-img img{
    transition:all 1s ease-out;
}

.list-li .list-con{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.list-con .list-name{
    width: 100%;
    height: 0.3rem;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.3rem;
    margin-top: 0.12rem;
}
.list-con .list-text{
    width: 100%;
    height: 0.24rem;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.24rem;
}
.list-li:hover .list-img img{
    transform:scale(1.1);
}


.page{
    width: 100%;
    height: 0.42rem;
    margin: 0.3rem 0 0.6rem;
}
.page .zxf_pagediv{
    width: 100%;
    height: 100%;
}
