/* .xl_banner {
    height: 200px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 1200px) {
    .xl_banner {
        background-size: 290%;
        height: 90px;
    }
} */
.bacf2{
    background-color: #f2f2f2 !important;
}
/* <!-- sj --> 筛选条件开始 1*/
.shaixuan{
    background-color: #fff;
    margin-top: -30px;
    box-sizing: border-box;
    padding: 10px;
}
.shaixuan .zhiwei{
    width: 15%;
}
.shaixuan .search{
    width: 80%;
    color: #888;
    background-color: #f8f8f8 !important;
    box-sizing: border-box;
    padding: 10px;
}
.shaixuan .search input{
    border: none;
    width: 90%;
    background-color: #f8f8f8;
}
/* <!-- sj --> 筛选条件结束 1*/
/* sj 筛选条件开始 2 */
.fs10{
    font-size: 10px;
}
.choose-tiaojian{
    box-sizing: border-box;
    padding: 10px;
}
.choose-tiaojian li{
    box-sizing: border-box;
    padding: 10px 20px;
    background-color: #fff;
}
/* sj 筛选条件结束 2 */
/* sj 招聘职位列表开始 */
.item-list1{
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
}
.red{
    color: red;
}
.item-list1 li{
    border: 1px solid #f2f2f2f2;
    box-sizing: border-box;
    padding: 10px;
    margin: 10px 0;
}
.item-list1 li h5,b{
    font-size: 16px !important;
    margin-bottom: 3px;
}
.item-list1 li p{
    color: #999;
}
.item-list1 li span{
    box-sizing: border-box;
    padding: 5px;
    background-color: #f2f2f2;
    margin: 5px 5px 1px;
    display: inline-block;
}
.item-list1 li img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.item-list1 li strong{
    font-size: 16px;
}
/* sj 招聘职位列表结束 */