/* 考试指南 */
.exam-guide {
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.exam-guide .notice-tit {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    border-left: 6px solid#1E9FFD;
    margin-bottom: 20px;
}

.exam-guide .notice-tit span {
    padding-left: 11px;
}

.exam-guide .exam-guide-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    background: rgba(29, 159, 253, .14);
}

.exam-guide-tit .exam-guide-tit-li {
    font-size: 18px;
    width: 240px;
    text-align: center;
}

.exam-guide .exam-guide-flex {
    display: flex;
    justify-content: space-between;
}

.exam-guide-flex .exam-guide-ul {
    padding-right: 33px;
    border-right: 1px dashed #CBCBCB;
    margin-top: 10px;
}

.exam-guide-flex .exam-guide-ul:last-child {
    border-right: none;
    padding-right: 0;
}

.exam-guide-ul .exam-guide-li {
    width: 240px;
    height: 50px;
    line-height: 48px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(203, 203, 203, 1);
    border-radius: 4px;
    text-align: center;
    margin-bottom: 10px;
}

.exam-guide-ul .exam-guide-li:last-child {
    margin-bottom: 0;
}

.exam-guide-li .exam-guide-a {
    display: inline-block;
    width: 240px;
    height: 50px;
}

.exam-guide-ul .exam-guide-li:hover {
    background: #1D9FFD;
    border: 1px solid #1D9FFD;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}

.exam-guide-ul .exam-guide-li:hover .exam-guide-a {
    color: #fff;
}