.jonList{
    list-style: none;
}
.jonList > li{
    border-bottom: 1px solid #D8D8D8;
}
.jonList li h3{
    font-size: 20px;
}
.joinTop{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .1rem 0;
    cursor: pointer;
}
.joinTop:hover .joinTit{
    color: var(--baseColor);
}
.joinTit{
    font-weight: normal;
}
.salary{
    color: #666666;
}
.salary span{
    font-size: 150%;
    color: var(--baseColor);
    font-family: 'DINCondensed';
    vertical-align: middle;
    margin-right: .1rem;
}
.joinInfo{
    margin: 0 -.15rem;
    overflow: hidden;
}
.joinInfo span{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 .15rem;
}
.joinInfo span::after{
    display: block;
    content: "I";
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
}
.joinBtn{
    width: 120px;
    color: #FFFFFF;
    line-height: 40px;
    background: var(--baseColor);
    border-radius: 25px;
    text-align: center;
    margin-left: .3rem;
}
.joinBot{
    background-color: #F5F5F5;
    display: none;
}
.joinBot .flex{
    display: flex;
    align-items: center;
    padding: .3rem;
}
.joinEmail{
    width: 28%;
    text-align: center;
    padding: 0 .2rem;
    flex-shrink: 0;
}
.joinEmail a{
    font-size: 110%;
    color: var(--baseColor);
    font-weight: bold;
}
.joinText{
    flex: auto;
    color: #444444;
    line-height: 1.8;
    padding-right: 5%;
    border-right: 1px solid #D8D8D8;
    overflow: hidden;
}
.joinText .joinInfo{
    display: none;
}
.joinText h3{
    margin: .1rem 0;
}
.joinText h3:first-child{
    margin-top: 0;
}
.exTop{
    margin-bottom: .2rem;
}
.exImg{
    position: relative;
    display: block;
    padding-bottom: 56.25%;
}
.addPlay::before{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    content: "";
    width: 64px;
    height: 64px;
    max-width: .8rem;
    max-height: .8rem;
    background: url(../images/talent/exPlay.png) center center no-repeat;
    background-size: contain;
    z-index: 2;
}
.exPrev,
.exNext{
    display: block;
    width: 48px;
    height: 48px;
    max-width: .6rem;
    max-height: .6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
}
.exPrev{
    left: 0;
    background-image: url(../images/talent/exPrev.png);
}
.exNext{
    right: 0;
    background-image: url(../images/talent/exNext.png);
}
.exBot .swiper-slide{
    cursor: pointer;
}
.exBot .active .exImg{
    background-color: #000000;
}
.exBot .active .exImg .imgBg{
    opacity: .3;
    opacity: .8;
}
.exBot .active .exImg::before{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    content: "";
    width: 25%;
    height: 100%;
    background: url(../images/talent/exPlay.png) center center no-repeat;
    background-size: contain;
    z-index: 2;
    display: none;
}
.exBot .active .exImg::after{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: .05rem solid var(--baseColor);
}

.newsCon{
    margin-top: .1rem;
}
.newsCon img{
    max-width: 100% !important;
    height: auto !important;
}
.newsCon table{
    margin: .15rem 0;
    width: 100% !important;
}
.newsCon table td{
    padding: .1rem;
    border: 1px solid #DDDDDD;
}

@media (max-width:1600px) {
    .salary{
        line-height: 1.6;
    }

}
@media (max-width:1400px) {
    .jonList li h3{
        font-size: 18px;
    }
    .joinBtn{
        width: 110px;
        line-height: 38px;
    }
    .addPlay::before{
        width: 50px;
        height: 50px;
    }

}
@media (max-width:1200px) {

}
@media (max-width:991px) {

}
@media (max-width:767px) {
    .joinInfo{
        display: none;
    }
    .joinText .joinInfo{
        display: block;
    }
    .joinBtn{
        width: 80px;
        line-height: 30px;
    }
    .joinBot .flex{
        display: block;
    }
    .joinText{
        padding: 0 0 .2rem;
        border: none;
        border-bottom: 1px solid #D8D8D8;
    }
    .joinEmail{
        width: 100%;
        text-align: left;
        padding: .2rem 0 0;
    }

}
@media (max-width:640px) {

}
@media (max-width:460px) {
    .jonList li h3{
        font-size: 16px;
    }
}