.section {
    background: #F8F8F8;
    padding: 156px 0 185px;
}

.section .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.section .wrap .l {
    width: 400px;
    padding: 50px 0 0;
}

.section .wrap .l .position_name {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 42px;
    color: #1A1A1A;
}

.section .wrap .l .labels {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    margin: 35px 0 70px;
}

.section .wrap .l .time {
    display: flex;
    align-items: center;
}

.section .wrap .l .time .iconfont {
    font-size: 19px;
    color: #02755F;
}

.section .wrap .l .time p {
    font-family: 'SourceHanSansCN-Light';
    font-weight: 300;
    font-size: 18px;
    color: #1A1A1A;
}

.section .wrap .l .time p:nth-child(2) {
    margin: 0 17px 0 10px;
}

.section .wrap .r {
    width: 1100px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 70px 35px 85px 85px;
}

.section .wrap .r .r_text h5 {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 32px;
}

.section .wrap .r .r_text p {
    font-family: 'SourceHanSansCN-Light';
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.section .wrap .r .more_email {
    margin: 35px 0 0;
}

.section .wrap .r .more_email a {
    display: block;
    width: fit-content;
    font-weight: 400;
    font-size: 16px;
    color: #137E6A;
    position: relative;
}

.section .wrap .r .more_email a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #137E6A;
    position: absolute;
    left: 0;
    bottom: -5px;
    transform: scaleX(0);
    transform-origin: left;
    transition: 1s;
}

.section .wrap .r .more_email a:hover:after {
    transform: scaleX(1);
}

/*# sourceMappingURL=joinInfo.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 8.125vw 0px 9.6354166667vw;
    }

    .section .wrap .l {
        width: 20.8333333333vw;
        padding: 2.6041666667vw 0px 0px;
    }

    .section .wrap .l .position_name {
        font-size: 2.1875vw;
    }

    .section .wrap .l .labels {
        font-size: 0.9375vw;
        margin: 1.8229166667vw 0px 3.6458333333vw;
    }

    .section .wrap .l .time .iconfont {
        font-size: 0.9895833333vw;
    }

    .section .wrap .l .time p {
        font-size: 0.9375vw;
    }

    .section .wrap .l .time p:nth-child(2) {
        margin: 0px 0.8854166667vw 0px 0.5208333333vw;
    }

    .section .wrap .r {
        width: 57.2916666667vw;
        border-radius: 0.625vw;
        padding: 3.6458333333vw 1.8229166667vw 4.4270833333vw 4.4270833333vw;
    }

    .section .wrap .r .r_text h5 {
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }

    .section .wrap .r .r_text p {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

    .section .wrap .r .more_email {
        margin: 1.8229166667vw 0px 0px;
    }

    .section .wrap .r .more_email a {
        font-size: 0.8333333333vw;
    }

    .section .wrap .r .more_email a::after {
        bottom: -0.2604166667vw;
    }
}

@media screen and (max-width: 768px) {
    .section {
        padding: 100px 0 60px;
    }
    .section .wrap {
        display: block;
    }
    .section .wrap .l {
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }
    .section .wrap .l .position_name {
        font-size: 24px;
    }
    .section .wrap .l .labels {
        font-size: 15px;
        margin: 15px 0 25px;
    }
    .section .wrap .l .time .iconfont {
        font-size: 15px;
    }
    .section .wrap .l .time p {
        font-size: 15px;
    }
    .section .wrap .l .time p:nth-child(2) {
        margin: 0 5px;
    }
    .section .wrap .r {
        width: 100%;
        padding: 30px 20px;
        border-radius: 6px;
    }
    .section .wrap .r .r_text h5 {
        font-size: 17px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .section .wrap .r .r_text p {
        font-size: 15px;
        line-height: 1.8;
    }
    .section .wrap .r .more_email a {
        font-size: 15px;
    }
    .section .wrap .r .more_email {
        margin: 30px 0 0;
    }
}

