.rank.school_blur{
    padding: 22px 24px 0 20px;
    /*border-top:1px solid #dcdddd;*/
}
.school_cont>div .sh{
     float:left;
     margin-right: 20px;
}
.school_cont>div .sh a{
    font-size: 20px;
    color: #727171;
}
.school_cont>div ul{
    float:left;
    margin-top:5px;
}
.school_cont>div{
    height:50px;
}
.school_cont>div li{
    float:left;
    font-size: 12px;
    color:#fff;
    background: #178fd8;
    width:42px;
    height:18px;
    line-height: 18px;
    -webkit-border-radius:9px;/* Safari 和 Chrome */
    -moz-border-radius:9px;/* Firefox */
    -o-border-radius:9px;
    border-radius: 9px;
    margin-right: 10px;
    text-align: center;
}
.school_cont>div li:last-child{
    background: #46d9a7;
}