/* 招聘tab样式 */
.chairman ul li:nth-child(1){
    border-bottom: 2px solid #1478f0;
    color: #1478f0;
}
.chairman ul li:nth-child(1) a{
    color: #1478f0;
}
/* 人才理念详情 */
.recruitment_wapper {
    width: 100%;
    background: #f9f9f9;
    height: auto;
    padding-bottom: 30px;
}
.recruitment {
    width: 1200px;
    background: #f9f9f9;
    padding-top: 50px;
}
.recruitment_p {
    padding: 0 54px 50px 54px;
    background: #fff;
}
.recruitment_p h3 {
    padding-top: 50px;
    font-size: 18px;
    color: #333333;
}
.recruitment_p p {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    padding-bottom: 10px;
}