.jobContent {
    width: 1024px;
    margin: 0 auto 24px;
}

.jobTitle {
    width: 1024px;
    height: 49px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: linear-gradient(to right, #59e4ff, #2aa9e9, #0075d9); */
    cursor: pointer;
    border-bottom: 2px dashed #89caff;
}

.jobTitle-d1 {
    display: flex;
    align-items: center;
    font-size: 21px;
    color: #0487ff;
    font-weight: bold;
    text-shadow: 1px 0 #fff,
        -1px 0 #fff,
        0 1px #fff,
        0 -1px #fff,
        1px 1px #fff,
        -1px -1px #fff,
        1px -1px #fff,
        -1px 1px #fff;
}

.jobTitle-d1 img {
    width: 17px;
    height: 21px;
    margin-right: 8px;
}

.jobTitle-d2 {
    display: flex;
    align-items: center;
    height: 34px;
    border-radius: 16px;
    color: #0487ff;
    font-size: 16px;
}

.jobTitle-d2 img {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

.jobText {
    line-height: 1.8em;
    display: none;
    background: #fff;
    border-radius: 10px;
    padding: 5px 45px;
    box-sizing: border-box;
    margin: 10px 0 0;
}

.jobTextContent {
    line-height: 38px;
    margin-bottom: 20px;
}

.jobTextTitle {
    margin: 10px 0;
    color: #0487ff;
    font-size: 16px;
    /* font-weight: bold; */
    cursor: pointer;
}

.jobTextTitle>img {
    margin-right: 5px;
}

.jobTextText {
    display: none;
    border-bottom: 1px dashed #86bfed;
}

.jobTextTextZhu {
    color: #0487ff;
}

.gang {
    position: relative;
    font-size: 18px;
    color: #0487ff;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 10px;
}

.gang::before{
    content: '';
    position: absolute;
    top: 5px;
    left: -20px;
    width: 14px;
    height: 14px;
    background: url(../img/lx.png) no-repeat;
}

.job-btnI {
    text-align: right;
    margin: 5px 0;
}

.job-btnI a{
    display: inline-block;
}

.deg {
    transform: rotate(90deg)
}

.bm{
    cursor: pointer;
    position: relative;
    color: #0487ff;
    padding-left: 15px;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.bm::before{
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 9px;
    left: 0;
    background: #0487ff;
    border-radius: 50%;
}

.bmnr{
    line-height: 35px;
}