.banner{
    width: 100%;
    height: 380px;
    background: url(/assets/index/images/list_banner.jpg) no-repeat center;
    margin-top: 100px;
}
.banner .w-1200{
    position: relative;
}
.banner .banner-head{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    display: flex;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.banner-head .banner-le{
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: #f4f4f4;
}
.banner-le img{
    width: 10px;
    height: 10px;
    margin: 25px;
}
.banner-head .banner-ri{
    width: auto;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
    padding-left: 10px;
    box-sizing: border-box;
}
.banner-ri a{
    color: #333333;
}
.banner-ri span{
    color: #0065c0;
}

.list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.list .w-1200{
    overflow: hidden;
}
.list .list-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}
.list-box .list-item{
    width: 270px;
    height: 330px;
    overflow: hidden;
    float: left;
    margin-right: 40px;
}
.list-item:nth-of-type(4n){
    margin-right: 0;
}
.list-item:nth-of-type(n+5){
    margin-top: 24px;
}
.list-item .list-img{
    width: 270px;
    height: 270px;
}
.list-item .list-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 26px;
    margin-top: 19px;
}

.page{
    width: 100%;
    height: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}
