.joins_recruit {
    position: relative;
}
.joins_recruit_title {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}
.joins_recruit_con {
    justify-content: center;
}
.joins_recruit_1 {
    margin: 0 30px;
    overflow: hidden;
    border-radius: 10px;
    background: none;
}
.joins_classify {
    width: 1200px;
    margin: 0px auto;
    position: relative;
    padding: 32px 0 36px;
}
.joins_classify_1 {
    flex: 1;
    text-align: center;
    padding: 7px 0;
    cursor: pointer;
}
.joins_classify_img {
    width: 26px;
    height: 26px;
    margin: 0 auto;
}
.joins_classify_img img {
    width: 100%;
}
.joins_classify_img .img1 {
    display: none;
}

.joins_classify_text {
    font-size: 18px;
    color: #333;
    position: relative;
}
.joins_classify_text_active {
    color: #05adeb;
}

.joins_classify_text_active:before{
    content: "";
    position: absolute;
    bottom: -10px;
    width: 50px;
    height: 2px;
    background: #05ADEB;
    left: 50%;
    transform: translate(-50%,0);
}

.welfare {
    background: #fff;
    padding: 0 0;
    position: relative;
}
.welfare_1 {
    background: #fff;
}

.welfare_1{
    background: #fff;
}

.welfare_1:hover{
    background: #f8f8f8;
}

.welfare_1:hover .welfare_lf_num span{
    display: block;
}

.welfare_1:hover .welfare_lf_text{
    font-weight: bold;

}

.welfare_1:hover .welfare_lf_text .p1{
    font-size: 22px;
}

.welfare_1:hover .welfare_lf_text .p2{
    font-size: 18px;
}
.welfare_con {
    width: 70vw;
    margin: 0 auto;
    position: relative;
    align-items: stretch;
}
.welfare_lf_num {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    position: relative;
    margin-right: 20px;
    width: 50px;
}
.welfare_lf_num:before {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translate(0,-50%);
    content: "";
    width: 40px;
    height: 1px;
    background: #eee;
}
.welfare_lf_num span {
    display: none;
}
.welfare_lf_text {
    flex: 1;
}
.welfare_lf_text .p1 {
    font-size: 20px;
    color: #333;
}
.welfare_lf_text .p2 {
    font-size: 16px;
    color: #333;
}
.welfare_rf {
    flex: 3;
}
.welfare_rf_1 {
    flex: 1;
    border-bottom: 1px solid #eee;
    padding: 50px 0;
}
.welfare_rf_img {
    width: 88px;
    height: 88px;
    position: relative;
    margin: 0 auto;
}
.welfare_rf_img img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    transform: scale(0.9);
}
.welfare_rf_img img:hover{
     transform: scale(1);
 }

.welfare_rf_img:hover .welfare_pos{
    display: block;
}
.welfare_pos {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%,0);
    display: none;
    background-color: #e5eefe;
    color: #376db1;
    border-radius: 5px;
    padding: 10px 20px;
    width: 220px;
    font-size: 18px;
    line-height: 1.5;
}
.welfare_pos:before {
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    left: 50%;
    bottom: -12px;
    content: "";
    transform: translate(-50%,0);
    border-top-color: #e5eefe;
}
.welfare_rf_text {
    text-align: center;
    font-size: 18px;
    color: #333;
}
/*职位招聘*/
.recruit_con {
    overflow: hidden;
    border-radius: 10px;
    min-height: 40vw;
    margin-top: 100px;
}
.recruit_con div{
    width: 70vw;
    margin: 0 auto;
    position: relative;
    align-items: stretch;
}
.recruits_title {
    background: #2fbbee;
    padding: 15px 50px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border-radius: 0.5vw 0.5vw 0 0;
}
.recruits_title .div1 {
    flex: 2;
    padding: 0 10px;
}
.recruits_title .div2 {
    flex: 1;
    padding: 0 10px;
    text-align: center;
}
.recruits_title .div3 {
    flex: 2;
    padding: 0 10px;
    text-align: center;
}
.recruit_con_ {
    background: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-radius: 0 0 10px 10px;
}
.recruit_ {
    border-bottom: 1px solid #eee !important;
    transition: 0.3s;
    cursor: pointer;
}
.recruit_:hover{
    background: #f1f1f1 !important;
}
.recruits_1 {
    padding: 20px 50px;
    position: relative;
}
.recruits_1 .div1 {
    flex: 2;
    padding: 0 10px;
}
.recruits_1 .div1 span {
    color: #333;
    font-weight: bold;
    font-size: 14px;
    flex: 1;
}
.recruits_1 .div2 {
    font-size: 14px;
    color: #333;
    flex: 1;
    padding: 0 10px;
    text-align: center;
    word-break: break-all;
}
.recruits_1 .div3 {
    font-size: 14px;
    color: #333;
    flex: 2;
    padding: 0 10px;
    text-align: center;
    word-break: break-all;
}
.onehide {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.recruit_details {
    display: none;
    padding: 50px 40px;
    border-top: 1px solid #ddd;
    background: #f4f9ff !important;
}
