.rank-title {
    font-size: 26px;
    color: #282828;
    text-align: center;
    font-weight: normal;
    margin-bottom: 45px;
}
.rank-list {
    width: 100%;
    margin-left: 10px;
    border: 1px solid #dcdcdc;
}
.rank-list-table>li {
    color: #5f5f5f;
    font-size: 0;
    border-bottom: 1px solid #dcdcdc;
}
.rank-list-table li b{
    display: inline-block;
    font-size: 12px;
    text-align: center;
    height: 37px;
    line-height: 37px;
    border-right: 1px solid #dcdcdc;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.rank-list-table .rank-list-header b {
    background: #1b3081;
    color: #fff;
    font-size: 14px;
}
.rank-list-table li b a {
    color: #818181;
}
.rank-list-table li b a:hover {
    color: #f00;
}
.rank-list-table>li > b:first-child{
   width: 75px;
}
.rank-list-table>li > b:nth-child(2){
   width: 209px;
}
.rank-list-table>li > b:nth-child(3){
   width: 294px;
}
.rank-list-table>li > b:nth-child(4){
   width: 110px;
}
.rank-list-table> li > b:last-child{
   width: 150px;
   border: none;
}
.pinggu,.zixun {
    color: #ff001f;
    cursor: pointer;
}
.pinggu:hover,.zixun:hover {
    text-decoration:underline
}
.pinggu {
    margin-right: 15px;
}
.major-list-container {
    display: none;
}
.major-list {
    min-height: 200px;
    margin-top: 50px;
}
.major-list li{
    float: left;
    width: 20%;
    color: #313131;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 20px;
}
.major-list li a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #313131;
    border-radius: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 3px;
}
.major-list li a:hover {
    background: #0d3f98;
    border-color: #0d3f98;
    color: #fff;
}
.filter-item {
    display: none;
}
#rankAreaType,
#education,
#year,
#usaRankProviderType,
#usaRankLayerType {
    display: block;
}
.rank-list-container {
   min-height:200px;
   text-align:center;
   padding-top:80px
}