.banner{
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-top: 100px!important;
    background: url(../images/list_banner.jpg) no-repeat center;
}
.banner .w-1200{
    height: 100%;
    position: relative;
}
.banner .banner-box{
    width: 100%;
    height: 60px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
}
.banner-box .banner-icon{
    width: 60px;
    height: 60px;
    background: #f4f4f4;
}
.banner-icon img{
    width: 10px;
    height: 10px;
    margin: 25px auto 0;
}
.banner-box .banner-con{
    width: 1140px;
    height: 60px;
    display: flex;
    font-size: 14px;
    line-height: 60px;
    padding-left: 20px;
    box-sizing: border-box;
}
.banner-con a{
    display: block;
    width: auto;
    height: 60px;
    color: #333333;
}
.banner-con .banner-img{
    width: 4px;
    height: 8px;
    margin-top: 26px;
    margin-left: 10px;
}
.banner-con span{
    display: block;
    width: auto;
    height: 60px;
    color: #0065c0;
    margin-left: 10px;
}


.list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.list .list-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 16px;
}
.list .list-item{
    width: 265px;
    height: 320px;
    float: left;
    margin-right: 45px;
    margin-top: 24px;
}
.list-item:nth-of-type(4n){
    margin-right: 0;
}
.list-item:last-child{
    margin-bottom: 40px;
}
.list-item .list-img{
    width: 100%;
    height: 265px;
}
.list-item .list-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 24px;
    margin-top: 20px;
}

.list .page{
    width: 100%;
    height: 50px;
    margin-bottom: 40px;
}
