.left-item-select{
    color: #005ba8 !important;
}
.banner{
    width: 100%;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    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;
}
.paging{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0px;
}
.serch{
    display: flex;
    justify-content: center;
    width: 1400px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.serch .serchItem{
    width: 800px;
    height:70px;
    background: #fff;
    filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.16));
}
.serch .serchItem input{
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    padding-left: 20px;
}
.serch .bun{
    width: 209px;
    height: 70px;
    border-radius: 0 10px 10px 0;
    background: #005ba8;
    font-size: 28px;
    line-height:70px;
    text-align: center;
    color: #fff;
}
.list{
    width: 1400px;
    justify-content: center;
    display: flex;
    margin: 0 auto;
}
.list .left{
    width: 300px; 
}
.list .left .title{
    width: 300px; 
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background-color: #005BA8;
}
.list .left .left-flex{
    background-color: #f7f7f7;
}
.list .left .left-flex a{
    text-decoration: none;
    color: #000;
}
.list .left .left-item{
    height: 70px;
    line-height: 70px;
    padding-left: 40px;
    font-size: 13px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
}
.list .right{
    flex: 1;
}

.list .right .list-flex{
    display: flex;
    margin: 0px 20px 0px 20px;
    flex-wrap: wrap;
}
.list-item{
    width: 300px;
    padding-bottom: 20px;
    cursor: pointer;
    margin-right: 20px;
}
.list-item img{
    width: 100%;
    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);
}
.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;

}
@media only screen and (max-width: 750px){
    .banner{
        background-size: cover;
        background-repeat: no-repeat;
        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;

    }
    .paging .num div{
        flex-shrink: 0;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 30px;
        text-align: center;
        background: #fff;
    }
    .serch{
        width: auto;
    }
    .list{
        width: auto;
    }
    .list .left{
        display: none;
    }
    .serch .serchItem{
        width: auto;
    }
    .serch .bun{
        width: 100px;
    }
    .list .right .list-flex{
        justify-content: center;
    }
    .serch .bun{
        font-size: 14px;
    }
}