.rank-l {
    width: 162px;
    background: #fff;
    position: relative;
    float: left;
    margin-bottom: 30px;
}
.rank-l p {
    width: 162px;
    height: 54px;
    line-height: 54px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    background: #379dec;
    display: block;
    margin-bottom: 10px;
}
.rank-l a:hover, .rank-l a.on {
    color: #242424;
    font-weight: 600;
    background: #f5f5f7;
    transform: none;
}
.rank-l a:hover:before, .rank-l a.on:before{
    display: block;
}
.rank-l a {
    width: 162px;
    height: 54px;
    display: block;
    font-size: 16px;
    line-height: 54px;
    position: relative;
    padding-left: 28px;
    color: #666;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}
.rank-l a:before{
	content: "";
    width: 2px;
    height: 100%;
    background: #379dec;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.rank-r {
    width: 1088px;
    display: block;
    float: left;
    background: #fff;
    margin-left: 30px;
    margin-bottom: 30px;
    box-shadow: 1px 1px 10px rgba(229, 229, 229, 1);
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
}
.rank-r ul {
    overflow: hidden;
    margin: 30px 25px 0;
}
.rank-r ul li {
    height: 155px;
    background: #f5f5f5;
    position: relative;
    margin-bottom: 20px;
}
.rank-r ul li:hover div:nth-of-type(1) p:nth-child(1){
    color: #379dec;
}
.rank-r ul li a>i {
    background: url(../images/biaoqian.png) no-repeat;
    background-size: 29px 32px;
    width: 29px;
    height: 32px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    color: #666;
    line-height: 22px;
    position: absolute;
    top: 0px;
    left: 14px;
}
.rank-r ul li:nth-child(n+4) a>i{
    background: url(../images/biaoqian2.png) no-repeat;
    background-size: 29px 32px;
}
.rank-r ul li a>i {
    padding-top: 3px;
    color: #fff;
}
.rank-r ul li img {
    width: 110px;
    height: 110px;
    display: block;
    border-radius: 25px;
    float: left;
    margin: 23px 0 0 58px;
}
.rank-r ul li div:nth-of-type(1) {
    float: left;
    width: 650px;
    display: block;
    margin-top: 22px;
    margin-left: 20px;
}
.rank-r ul li div:nth-of-type(1) p:nth-child(1) {
    font-size: 18px;
    font-weight: 600;
    color: #242424;
    line-height: 18px;
    margin-top: 10px;
    display: block;
}
.rank-r ul li div:nth-of-type(1) p:nth-child(1):hover{
    color: #379dec;
}
.rank-r ul li div:nth-of-type(1) p:nth-child(2) {
    font-size: 12px;
    color: #aaa;
    line-height: 12px;
    margin-top: 15px;
}
.rank-r ul li div:nth-of-type(1) p:nth-child(3) {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    margin-top: 10px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.rank-r ul li div:nth-of-type(2) {
    width: 68px;
    float: right;
    margin-right: 22px;
}
.rank-r ul li div:nth-of-type(2) span {
    display: block;
    width: 68px;
    height: 28px;
    background: #379dec;
    font-size: 12px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    margin-top: 64px;
}

.rank-r.content{
    padding: 21px;
}
.rank-r p{
    font-weight: 400;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}