/*  <!-- 新闻展示 -->*/
.new-body {
    width: 1400px;
    margin: 0 auto;
}

.recruit-show {
    /* display: none; */
}

/* 招聘新闻 */
.recruit {
    height: 816px;
}

.recruit-main {
    width: 1416px;
    height: 603px;
    margin: 106px auto;
}

.recruit-b {
    float: left;
    width: 676px;
    height: 271px;
    margin-right: 60px;
    margin-bottom: 58px;
    border: 1px solid #CDCDCD;
}

/* 控制 */
.recruit-b:hover .current-div {
    background: #66B72E;
    color: #E2FFE2;
}

.recruit-b:nth-child(2n) {
    margin-right: 0;
}

.recruit-b:nth-child(n+2) {
    margin-bottom: 0;
}

.displacement {
    /* width: 470px; */
    height: 220px;
    margin: 30px 0px 31px 45px;
}

.displacement i {
    float: left;
    margin-right: 13px;
    width: 24px;
    height: 24px;
    font-size: 24px;
    text-align: center;
    line-height: 24px;
    vertical-align: middle;
}

.displacement span {
    display: block;
    height: 24px;
    margin-bottom: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 46p
}

.requirement {
    height: 15px;
    margin-bottom: 33px;
}

.requirement li {
    float: left;
    margin-right: 35px;

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #828282;
}

.requirement li:nth-child(3) {
    margin-right: 0px;
}

.treatment {
    height: 39px;
    margin-bottom: 36px;
}

.treatment li {
    float: left;
    width: 106px;
    margin-right: 14px;
    line-height: 39px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #828282;
    border: 1px solid #E4E7EA;
    border-radius: 2px;
}

.displacement div {
    display: block;
    width: 90px;
    height: 45px;
    background: #CDCDCD;
    border-radius: 23px;
    text-align: center;
    line-height: 45px;
    color: #dfdddd;
    cursor: pointer;
}

.displacement div em {
    width: 31px;
    height: 20px;
    font-size: 35px;

    font-weight: lighter;
}



/* 详情样式 */
.recruitinfo-main {
    width: 1200px;
    margin: 42px auto;
}

.iteminfo {
    display: none;
}
.navigation {
    margin-left: 30px;
}
.back {
    cursor: pointer;
}

.details {
    float: left;
    width: 872px;
    height: 888px;
    box-sizing: border-box;
    padding: 33px 31px 29px 30px;
    background: #FFFFFF;
    border-radius: 2px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
}

.condition {
    height: 19px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.condition li {
    float: left;
    margin-right: 29px;

}

.xian {

    margin-bottom: 14px;
    width: 810px;
    height: 1px;
    background: #100E08;
    opacity: 0.1;
}

.xiang {
    float: left;
    width: 30px;
    height: 1px;
    background: #66B72E;
    z-index: 1;
}

.duty {
    height: 203px;
    margin-bottom: 67px;
}

.duty li {
    margin-top: 27px;
}

.requirement-info {
    height: 215px;
    margin-top: 26px;
    margin-bottom: 38px;
}

.requirement-info li {
    margin-bottom: 30px;
}

.send_out {
    position: relative;
    width: 165px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #FFFFFF;
    background: #0A6FEC;
    border-radius: 15px;
    cursor: pointer;

}

.send_out i {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 14px;
    height: 14px;
    line-height: 14px;
}

.switch {
    margin: 20px 0;
    padding: 0 31px;
    box-sizing: border-box;
    width: 811px;
    height: 61px;
    border: 1px solid #F0EEEF;


}

[class$="article"] {
    color: #A7A5A5;
    line-height: 61px;
    cursor: pointer;
}

[class$="article"]:hover {
    color: orangered;
}

.top_article {
    float: left;


}

.bottom_article {
    float: right;

}

/* 其他岗位 */
.other {
    float: right;
    width: 285px;

}

.other h4 {
    width: 72px;
    height: 17px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    opacity: 0.65;
}

.other span {
    width: 105px;
    height: 12px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    line-height: 46px;
    opacity: 0.25;
}

.xianb {
    width: 285px;
    height: 1px;
    background: #060606;
    opacity: 0.1;
}

.position {
    margin-top: 30px;
}

.position li {
    position: relative;
    margin-bottom: 31px;
    height: 15px;
    font-size: 14px;
    line-height: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    opacity: 0.58;

}

.position li:hover i {
    color: #0A6FEC;
}

.position li:hover div {
    background: #0A6FEC;
    color: #FFFFFF;
}

.position li i {
    float: left;
    margin-right: 13px;
    width: 18px;
    height: 15px;
    vertical-align: bottom;
}

/* .current-i {
    color: #0A6FEC;
} */

.position li span {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 15px;

}

.jump {
    position: absolute;
    right: 0;
    width: 30px;
    height: 15px;
    border-radius: 7px;
    text-align: center;
    font-size: 8px;
    border: 1px solid #D1D2DB;
    border-radius: 7px;
    cursor: pointer;
}

/* .current-em {
    background: #0A6FEC;
    color: #FFFFFF;
} */

.jump a {
    width: 30px;
    font-size: 8px;
    color: #CDCDD6;

}