@charset "utf-8";

.cat_sub_cont h4 {
    position: relative;
    padding-left: 20px;
}

.cat_sub_cont h4::before {
    content: '\2299';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    left: 0;
    top: 0;
}

.exam-info-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 1100px;
    height: 210px;
    text-align: center;
    background: url('/_skin/tpl_skin/basic_manageleader/images/exam/content1_1.png') 0 0 no-repeat;
}

.exam-info-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.exam-info-img p {
    position: relative;
    color: #fff;
    font-size: 17px;
    z-index: 1;
}

.text_big {
    font-size: 16px;
}