.job_inner{
    width: 1200px;
    margin: 0 auto 70px;
}
.job-title{
    text-align: center;
    padding: 70px 0;
    color: #666;
    font-size: 40px;
    text-align: center;

}
.job_title span{
    border-bottom: 2px dashed #e99d9d;;
}
.job-header{
    width: 700px;
    margin: 0 auto;
    border-bottom: 4px solid #e6e6e6;
    line-height: 32px;
    color: #666;
}
.job-header span{
    float: left;
    display: block;

}
.job-header .fl{
    width: 190px;
    margin-left: 15px;


}
.job-header .fr{
    width: 150px;
    margin-left: 15px;
    text-align: center;
}
.jobPost .jobPost-item{
    width: 700px;
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: 2px solid #e6e6e6;
}
.jobPost .jobPost-item a{
    float: left;
    height: 30px;
    line-height: 30px;
    display: block;
    width: 190px;
    margin-left: 15px;
    color: #333;
}
.jobPost .job_base a:hover{
    color: #b21b1b;
}
.jobPost .job_base span{
    height: 30px;
    line-height: 30px;
    display: block;
    width: 150px;
    margin-left: 15px;
    float: left;
    color: #666;
    text-align: center;
}
.jobPost .detalInfo{
    width: 700px;
    padding: 20px 15px;
    background-color: #f2f2f2;
    display: none;
    line-height: 32px;
    color: #666666;
    font-size: 14px;
}
.job_tabList{
    width:624px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.job_tabList li{
    float: left;
    width: 140px;
    margin:0 8px;
    text-align: center;
    line-height: 32px;
    height: 32px;
    border: 1px solid #d2d2d2;
}
.job_tabList li:hover{
    background-color: #dc0000;
    color: #fff;
    border-color: #dc0000;
}
.job_tabList li.on{
    background-color: #dc0000;
    color: #fff;
    border-color: #dc0000;
}
.job_why{
    width: 700px;
    margin: 0 auto;
}
.job_why p{
    text-indent: 2em;
    line-height: 30px;
}
.job_why div{
    line-height: 30px;
    color: #dc0000;
    font-weight: 700;
}
.job_how{
    width: 700px;
    margin: 0 auto;
}
.job_how p{
    text-indent: 2em;
    line-height: 30px;
}
.job_question{
    width: 700px;
    margin: 0 auto;
}
.job_question div {
    color: #dc0000;
    line-height: 30px;
}
.job_question p{
    line-height: 30px;
}
.job_question .job_img{
    text-align: center;
}
.job_question .job_img img{
    padding: 10px 0;
}
.job_inner .job_show{
    display: none;
}
.job_inner .job_show.on{
    display: block;
}
.job_info .job_info_header{
    width: 700px;
    margin: -20px auto 30px;
    text-indent: 2em;
    line-height: 32px;
}