﻿.top-wrap {
    height: 90px
}

.top-wrap .deadline-box {
    margin-top: 18px;
    padding-right: 10px;
    border-right: 1px solid #666
}

.top-wrap .deadline-box p {
    font-size: 16px
}

.top-wrap .deadline-box p span {
    color: #ed4343
}

.top-wrap .deadline-box .deadline-span {
    margin-top: 5px;
    font-size: 0
}

.top-wrap .deadline-box .deadline-span span {
    float: left;
    margin-right: 5px;
    font-size: 14px
}

.top-wrap .deadline-box .deadline-span .ds-txt {
    margin-top: 10px
}

.top-wrap .deadline-box .deadline-span .ds-time {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    background: #222
}

.top-wrap .top-text {
    margin-top: 20px;
    margin-left: 16px
}

.top-wrap .top-text h6 {
    font-size: 22px;
    color: #23262b;
    font-weight: bold;
}

.top-wrap .top-text p {
    font-size: 17px;
    color: #626262
}

.top-wrap .top-exam-book {
    margin-top: 10px
}

.top-wrap .top-exam-book .exam-box {
    width: 130px;
    margin-left: 15px
}

.top-wrap .top-exam-book .exam-box p {
    font-size: 14px;
    color: #626262
}

.top-wrap .top-exam-book .exam-box a {
    display: block;
    width: 100px;
    height: 27px;
    line-height: 27px;
    background: #ed4343;
    font-size: 14px;
    border-radius: 6px;
    margin-top: 5px
}

.top-wrap .top-exam-book .exam-box a:hover {
    text-decoration: underline
}

.top-wrap .white {
    color: white;
    text-align: center;
}

.bold {
    font-weight: bold;
}