.qah{
    font-size: var(--f22);
    font-weight: bold;
    max-width: 1160px;
    margin: 20px auto 6px;
    color: #333;
}

.i-b{display: inline-block}
.b{display: block}
.l{float: left}
.r{float: right}
.text{
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
.full{width: 100%;  height:100%;}



.jobs{background: #fff;
    border-radius:10px;
    max-width: 1200px;
    margin: 0 auto;
}
.fb_info{
    padding:15px;
}
.fb_info h2{
    height: 50px;
    background: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 50px;
    text-indent: 15px;
    padding-left:25px;
    font-weight:bold;

}
.info_title{
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.info_title li{
    float: left;
    width: 25%;
	font-size: 16px;
}
.info_title li:before{
    content: '';
    width:25px;
    height: 50px;
    float: left;
    margin:0 10px 0 10px;
}
.jobs > .w1200{ overflow:hidden;}
.mc:before{background: url("../images/mc.png") no-repeat center;}
.lb:before{background: url("../images/lb.png") no-repeat center;}
.dd:before{background: url("../images/dd.png") no-repeat center;}
.rq:before{background: url("../images/rq.png") no-repeat center;}
.jobs_list li{cursor:pointer;}
.jobs_show{width: 100%; line-height: 30px;position: relative; padding: 12px 20px 12px 72px;overflow: hidden; background: #f5f5f5; margin-bottom: 15px;}
.jobs_show:hover{
    background:#f5f5f5;
}
.jobs_show:after{
    content: '';
    display: block;
    width: 15px;
    height: 8px;
    position: absolute;
    right: 40px;
    top:27px;
    background: url("../images/jt.png") no-repeat center;
}
.active .jobs_show{background: #fff;box-shadow: 0 9px 18px 0 rgba(0, 0, 0, 0.06);}
.active .jobs_show:after{background: url("../images/jt_hover.png") no-repeat center;}
.jobs_show span{float: left;box-sizing: border-box;font-size: 17px;}
.jobs_show .textbold {
    width: 27px;
    height: 27px;
    border-radius: 6px;
    position: absolute;
    left: 26px;
    top: 12px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #0092d8;
    font-weight: normal;
}
.jobs_show .textbold::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #0092d8 transparent transparent transparent;
    content: '';
    display: block;
    position: absolute;
    left: 9px;
    bottom: -7px;
}
.jobs_hide .textbold1 {
    width: 27px;
    height: 27px;
    border-radius: 6px;
    position: absolute;
    left: 26px;
    top: 12px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #373737;
    font-weight: normal;
}
.jobs_hide .textbold1::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #373737 transparent transparent transparent;
    content: '';
    display: block;
    position: absolute;
    left: 9px;
    bottom: -7px;
}
.jobs_hide{
    padding: 12px 72px;
    color: #3c3b3b;
    display: none;
    position: relative;
}
.jobs_hide dl{
    margin-bottom: 15px;
	 font-size:14px; color:#666; line-height:30px;
}
.jobs_hide dd{line-height: 28px;font-size: 14px}
.jobs_hide dt{font-size: 16px;margin-bottom: 20px; line-height: 30px;}
.jobs_hide dt:before{
    content: '';
    width: 10px;
    height: 10px;
    float: left;
    background:#014aa3;
    margin:10px 10px 0 0;
}
.joblx{
    padding: 0 25px 25px;
    color: #3c3b3b;
    font-size:14px;
    color:#888;
}
.joblx a{
    color:#014aa3;
}
.jobsbook_href{
    height: 50px;
}
.jobsbook_href a{
    float: left;
    width: 100px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: #014aa3;
    margin-right: 15px;
    text-align: center;
}


@media (max-width: 768px) {
    .ysnr{
        padding-left: 10px;
        padding-right: 10px;
    }
.fb_info{
    padding: 10px;
}
.jobs_show span{font-size: 16px;}
.jobs_hide{padding: 12px 15px 12px 72px;}
}