/* .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;
}
.ml5{
    margin-left: 5px;
}
/* <!-- 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 招聘职位列表开始 */
.item-list{
    background-color: #fff;
}
.item-list li{
    box-sizing: border-box;
    padding-bottom: 10px;
    border: 1px solid #f8f8f8;
}
.item-list li .atit{
    box-sizing: border-box;
    padding: 10px;
    color: #5aa2ea;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}
.item-list li .atit span{
    width: 96%;
    display: inline-block;
}
.item-list li .info{
box-sizing: border-box;
padding:0 10px 0 5px;
}
.item-list li img{
width: 80px;
height: 80px;
}
.item-list li .content{
width: calc(100% - 80px);
box-sizing: border-box;
padding: 0 10px;
}
.item-list li .content h6{
font-size: 16px;
margin-bottom: 13px;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.item-list li .content p{
color: #888;
}
/* sj 招聘职位列表结束 */