.banner{
    width: 100%;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../image/img_16.jpg);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 15%;
}
.banner .title{
    font-weight: bold;
    font-size: 56px;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
    padding-top: 114px;
}
.banner .title_c div{
    font-weight: bold;
    font-size: 35px;
    color: #fff;
    opacity: 0.6;
}
.banner .title_b{
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.banner .title_b img{
    width: 27px;
    height: 43px;
    margin-right: 20px;
}
.banner .title_b div{
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    color: #fff;
}
.banner .banner_select{
    display: flex;
    align-items: center;
    padding-bottom: 72px;
}
.banner .banner_select select{
    border: none;
    padding: 15px;
    border-radius: 25px;
    background: #fff;
    margin-right: 60px;
}
.banner .banner_select .router-text{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
}
.banner .banner_select .router-text img{
    width: 14px;
    height: 11.83px;
    margin-right: 5px;
}

.main{
    padding: 80px 15% 80px 15%;
    display: flex;
}
.main .main-left {
    flex: 1;
    margin-right: 120px;
}
.main .main-left{
    flex: 1;
}
.main .main-left .title{
    font-weight: bold;
    font-size: 32px;
    color: #333;
}
.main .main-left .title_c{
    font-size: 14px;
    color: #5ea52c;
    border-bottom: 2px solid #DDDDDD;
    padding: 10px 0px;
}
.main .main-left .title_a{
    font-size: 14px;
    color: #333;
    margin-top: 20px;
}

.main .main-left .more{
    width: 200px;
    height: 50px;
    border-radius: 25px;
    background: #005ba8;
    box-shadow: 0 3px 6px rgba(0, 91, 168, 0.16);
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    margin-top: 28px;
}
.main .main-right img{
    width: 100%;
}

.list .title{
    font-weight: bold;
    font-size: 42px;
    color: #1e1e1e;
    text-align: center
}
.list .title_c{
    font-size: 14px;
    color: #777;
    text-align: center
}
.list .list-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0px;
}
.list .list-flex2{
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px;
    padding-top: 50px;
}
.list .search{
    padding: 0px 108px;
    display: flex;
    align-items: center;
    margin-top: 60px;
}
.list .search .search-flex{
    flex: 1;
    height: 95px;
    background: #fff;
    filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.16));
}
.list .search .search-flex input{
    width: 100%;
    height: 95px;
    border: none;
    padding: 0px 30px;
    outline:0px;
}
.list .search .search-right{
    width: 209px;
    height: 95px;
    border-radius: 0 10px 10px 0;
    background: #005ba8;
    line-height: 95px;
    text-align: center;
    font-size: 28rpx;
    color: #fff;
}
.list-item{
    width: 320px;
    padding-bottom: 20px;
    cursor: pointer;
    margin-right: 20px;
}
.list-item img{
    width: 320px;
    height: 257.28px;
    display: block;
}
.list-item .list-text {
    padding: 20px;

}
.list-item .list-text .name{
    font-weight: bold;
    font-size: 18px;
    color: #f44614;
    text-align: center;
}
.list-item .list-text .name2{
    font-weight: bold;
    font-size: 18px;
    color:#005BA8;
    text-align: center;
}
.list-item .list-text .remarks{
    font-size: 14px;
    color: #777;
    text-align: center;
}
.list-item:hover .list-text{
    background: #fff;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.24);
}

.paging{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;

}
@media only screen and (max-width: 750px){
    .banner{
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../image/img_16.jpg);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-left:0px;
    }
    .banner .banner_text{
        margin-left: 20px;
    }
    .banner .banner_select{
        margin-left: 20px;
    }
    .banner .banner_select select{
        margin-right: 30px;
    }
    .main{
        padding: 0px;
        display: block;
    }
    .main .main-left {
        margin-right: 0px;
        padding: 10px;
    }
    .main .main-right img{
        margin-top: 20px;
        padding: 10px;
    }
    .list{
        padding: 20px 5% 20px 5%;
    }
    .list .list-flex{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 50px 0px;
    }
    .list .search{
        padding: 0px;
    }


    .paging .num{
        display: flex;
        align-items: center;
        overflow-x: scroll;
    }
    .paging .num div{
        flex-shrink: 0;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 30px;
        text-align: center;
        background: #fff;
        filter: drop-shadow(0 0px 2px rgba(0, 0, 0, 0.16));
        margin-right: 10px;
    }
}