.wrap {
    width: 100%;
    position: relative;
    overflow: auto hidden;
    box-sizing: border-box;
    background: #F5F5F5;
}
@media (min-width: 0px) and (max-width:768px) {
    .job-title{
       padding: 0 !important;
    }
    .join  .banner{
        margin-top: 86px;
        height: 200px !important;
    }
    .text-only{
        white-space: normal  !important;  
    }
}


.banner {
    width: 100%;
    height: 374px;
    background-image: url('https://ebaina.oss-cn-hangzhou.aliyuncs.com/production/direct/resource/202302/16/v1/v1/join-banner.png');
    background-size: 100%  100%;
    background-repeat: no-repeat;
    position: relative;
}
.banner .txt {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #333333;
    display: flex;
    align-items: center;
}




.banner-title .cn {

    font-size: 32px;
    font-weight: 500;

}

.banner-title .en {
    font-size: 24px;
    font-family: DIN-pro;
    text-transform: uppercase;
}

.job-title {
    display: flex;
    padding: 0 360px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    background-color: #fff;
}

.job-title li {
    text-align: center;
    line-height: 56px;
    width: 118px;
    height: 56px;
    font-size: 16px;
    color: #666666;
    color: #FFFFFF;
    background-color: #3D6ECF;
}
.list-box{
    min-height: 380px;
    margin-bottom: 50px!important;
}

.part-title {
    margin-top: 50px;
    margin-bottom: 29px;
    text-align: center;
}

.part-title .cn {
    color: #333333;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
}

.part-title .en {
    color: #959595;
    font-size: 12px;
    text-transform: uppercase;
}


.contain.mb50{
    margin-bottom: 55px;
}

.joinUs-job .join-top.ontrue {
    background: #1e6fff;
}

.joinUs-job .join-top.ontrue svg {
color: #fff;
transform: rotate(180deg);
}
.job-btn svg{
    width: 15px;
height: 15px;
}

.joinUs-job .join-top.ontrue .job-tit {
    color: #fff;
}

.joinUs-job .join-title.cell {
    background: #fff;
    color: #888;
    margin-top: 15px;
    padding: 0;
    flex-wrap: wrap;
    transition: all .4s ease;
}

.joinUs-job .join-top {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 17px 20px;
    cursor: pointer;
}

.joinUs-job .job-tit:not(:first-child) {
    width: 11%;
    text-align: center;
}

.joinUs-job .job-tit:nth-child(1) {
    width: 60%;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}

.joinUs-job .job-tit {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
    color: #666;
}

.joinUs-job .job-btn {
    width: auto;
    
}

.joinUs-job .join-content {
    background: #fff;
    padding: 34px 42px;
    display: none;
    width: 100%;
}

.joinUs-job .join-content h3 {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
}

.joinUs-job .join-content li,
.joinUs-job .join-content p {
    font-size: 14px;
    line-height: 25px;
    color: #888;
}

.joinUs-job .join-content ul {
    width: 60%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.joinUs-job .join-content li {
    width: 50%;
}

.joinUs-job .join-content li,
.joinUs-job .join-content p {
    font-size: 14px;
    line-height: 25px;
    color: #888;
}