.jobContent {
    width: 793px;
    margin: 0 auto 24px;
}
.jobTitle {
    width: 793px;
    height: 49px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    background: linear-gradient(to right, #59e4ff, #37d3e0, #00b0bb);
    border-radius: 10px;
    cursor: pointer;
}
.jobTitle-d1 {
    display: flex;
    align-items: center;
    font-size: 21px;
    color: #0669e4;
    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: 11px;
    height: 11px;
    margin-right: 8px;
}
.jobTitle-d2 {
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin-right: 10px;
    height: 34px;
    background-color: #cff7ff;
    border-radius: 16px;
    color: #0075d9;
    font-size: 16px;

}
.jobTitle-d2 img {
    width: 8px;
    height: 11px;
    margin-left: 8px;
}

.jobText {
    margin: 0 26px;
    line-height: 1.5em;
    display: none;
}
.jobTextContent {
    line-height: 38px;

    margin-bottom: 20px;
}

.jobTextContent div:nth-child(2){
    line-height: 1.5em;
    margin: 10px 0;
}

.jobTextTitle {
    margin: 10px 0;
    color: #0075d9;
    font-size: 16px;
    /* font-weight: bold; */
    cursor: pointer;
}
.jobTextTitle>img{
margin-right: 5px;
}
.jobTextText {
    display: none;
    border-bottom: 1px dashed #86bfed;
}
.jobTextTextZhu {
    color: #0075d9;
}
.gang {
    font-size: 18px;
    color: #0075d9;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 10px;
}
.job-btnI {
    width: 100P;
    text-align: right;
    margin: 5px 0;
}
.deg {
    transform: rotate(90deg)
}