.examinationManagementTitle{
    font-size: 16px;
    font-family: 'YouYuan';
    font-weight: bold;
    color: #000000;
    padding: 10px 0 28px 0;
    box-sizing: border-box;
}
.examinationListTabTitle {
    height: 100%;
    font-size: 16px;
    font-family: 'YouYuan';
    color: #999999;
    cursor: pointer;
    margin-left: 17px;
}
.examinationListTabTitleActive{
    color: #333333;
    border-bottom: 1px solid #000000;
    font-weight: bold;
}