﻿
.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;}
.fb_info{
    padding-top:25px;
}
.fb_info h2{
    height: 50px;
    font-size: 22px;
    font-weight: 400;
    line-height: 50px;
    text-indent: 15px;
    padding-left:25px;
    font-weight:bold;
    color: #383c86;
    border-bottom: 1px solid #eee;
}
.info_title{
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.info_title li{
    float: left;
	font-size: 16px;
    color: #383c86;
}
.info_title li:before{
    content: '';
    width:25px;
    height: 50px;
    float: left;
    margin:0 10px 0 10px;
    position: inherit;
}
.jobs > .w1200{ overflow:hidden;}
.mc,.mc1{width: 35%; padding-left: 25px}
.lb,.lb1{width: 20%;}
.dd,.dd1{width: 20%;}
.rq,.rq1{width: 20%;}
.mc:before{background: url("../image/mc.png") no-repeat center;}
.lb:before{background: url("../image/lb.png") no-repeat center;}
.dd:before{background: url("../image/dd.png") no-repeat center;}
.rq:before{background: url("../image/rq.png") no-repeat center;}
.jobs_list li{border-bottom: 1px solid #eee;cursor:pointer;}
.jobs_show{width: 100%; line-height: 50px;position: relative;    padding: 10px 0;overflow: hidden; background: #6abd78;}
.jobs_show .info_name{margin: 0 !important;}
.jobs_show .info_name span{color: #fff;}
.jobs_show:hover{
    background:#379f40;
}
.jobs_show:after{
    content: '';
    display: block;
    width: 15px;
    height: 8px;
    position: absolute;
    right: 40px;
    top:30px;
    background: url("../image/jt.png") no-repeat center;
}
.active .jobs_show{background: #379f40}
.active .jobs_show:after{background: url("../image/jt_hover.png") no-repeat center;}
.jobs_show span{float: left;padding-left: 39px;box-sizing: border-box;font-size: 14px}
.jobs_hide{
    padding: 25px;
    color: #3c3b3b;
    display: none;
}
.jobs_hide dl{
    margin-bottom: 30px;
	 font-size:14px; color:#666; line-height:24px;
}
.jobs_hide dd{line-height: 28px;font-size: 15px}
.jobs_hide dt{font-size: 16px;margin-bottom: 20px; line-height: 30px;}
.jobs_hide dt:before{
    content: '';
    width: 10px;
    height: 10px;
    float: left;
    background:#379f40;
    margin:10px 10px 0 0;
    position: inherit;
}
.aa{display: block !important;}
.jobsbook_href{
    height: 50px;
}
.jobsbook_href a{
    float: left;
    width: 100px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: #379f40;
    margin-right: 15px;
    text-align: center;
}
.joblx{
    padding: 0 25px 25px;
    color: #3c3b3b;
    font-size:15px;
    color:#888;
}
.joblx a{
    color:#379f40;
    display: inline-block;
}


@media (max-width: 1200px) {
.jobs_show span{
    padding-left: 15px;
}
}
@media (max-width: 768px) {
    .fb_info h2{color: #555}
.info_title li{font-size: 15px; color: #777;}
.mc,.mc1{width: 40%; padding-left: 0}
.lb,.lb1{width: 30%;}
.dd,.dd1{width: 0%; display: none;}
.rq,.rq1{width: 30%;}
.mc:before{background-size: 15px;}
.lb:before{background-size: 20px;}
.dd:before{background-size: 20px;}
.rq:before{background-size: 20px;}
.jobs_show span{
    padding-left: 10px;
}
.info_name{
    color: #666;
}
}