
.school-icon {
    cursor: pointer;
}

.result-title {
    height: 40px;
    background-color: #336699;
    padding: 0 15px;
    color: white;
}

.result-title span {
    line-height: 40px;
    cursor: pointer;
}

/*左侧导航*/

.sub-nav > li {
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
}

.sub-nav > li > a {
    color: #333;
}

.sub-nav > li:last-child {
    border-bottom: none;
}

.sub-nav li a:hover, .sub-nav li a:focus {
    color: #336699;
}

/*左侧导航结束*/
/*右侧院校导航开始*/

.table-subject {
    margin-bottom: 0;
    margin-top: 20px;
    display: none;

}

.table-subject tr td a {
    color: black;
}

.table-box-active {
    display: table;
}