.cat_sub_cont .exam_block .job_info {
    overflow: hidden;
    margin: 0 auto 20px;
}

.job_info li {
    float: left;
    width: 229px;
    height: 200px;
    line-height: 1.2;
    border: 1px solid #000;
    margin-right: 27px;
    box-sizing: border-box;
    text-align: center !important;
}

.job_info li:last-child {
    margin-right: 0;
}

.job_info li>p.img_bg {
    background: #edeff3;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    text-align: center;
    margin: 26px auto 20px;
}

.job_info li>p.img_bg img {
    margin-top: 15px;
}

.job_info li b {
    display: inline-block;
    margin: 0 auto;
    font-size: 17px;
    color: #000;
    font-family: 'noto6';
}

.license_benefit {
    display: flex;
    gap: 10px;
}

.license_benefit li {
    background: #595d71;
}

.license_plus {
    margin: 40px auto;
    width: 100%;
}

.license_plus>div {
    display: table;
    vertical-align: middle;
    text-align: center;
    margin: 20px auto;
    width: 100%;
}

.license_plus>div p {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    word-break: keep-all;
}

.license_plus>div p:first-child {
    width: 180px;
    border-right: 1px solid #000;
    padding-right: 10px;
}

.license_plus>div p:last-child {
    padding-left: 10px;
}

.license_plus>div p:first-child span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #eaedf8;
    padding: 5px 0;
    box-sizing: border-box;
    text-align: center;
    color: #40476c;
    font-size: 17px;
    line-height: 200%;
}