.center {
    font-size: 18px;
    color: #fa9600;
    width: 96%;
    line-height: 18px;
    text-align: center;
    margin: 0 auto;
}

.line_s {
    width: 96%;
    font-size: 0;
    overflow: hidden;
    height: 8px;
    margin-top: 16px;
    margin: 8px 0 15px 10px;
    border-bottom: 1px dashed #BEC0BF;
}

.job-d {
    text-align: center;
    color: #bfbfbf;
    font-size: 12px;
    line-height: 40px;
}

.job-d span {
    display: inline-block;
    margin-right: 15px;
}

h3 {
    font-size: 18px;
    color: #fa9600;
    line-height: 18px;
}

.de {
    font-size: 14px;
    line-height: 26px;
    white-space: pre-line;
    margin-top: 10px;
}

button {
    float: right;
    margin-top: 22px;
    margin-right: 24px;
    margin-bottom: 30px;
    width: 140px;
    height: 40px;
    line-height: 38px;
    background: #fa9600;
    outline: none;
    border: none;
}

button a {
    display: block;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
}