﻿.ranking_div{
    width: 1200px;
    margin: 10px auto;
    display: table;
}
.left_ranking{
    width: 168px;
    border: 1px solid #e3e3e3;
    float: left;
    display: block;
}
.left_ranking p{
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #e3e3e3;
    line-height: 35px;
    text-indent: 10px;
    background: #f8f8f8;
    font-size: 16px;
}
.left_r_l{
    width: 86%;
    padding: 10px 7%;
    display: table;
}
.left_r_l li{
    width: 96%;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    background: url(/static/images/web/ranking_icon.png) left center no-repeat;
    text-indent: 20px;
    display: block;
}
.left_r_l a{
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    font-size: 14px;
    color: #333;
}
.left_r_l_a_sel{
    color: #d3172c !important;
}
.mid_ranking{
    width: 730px;
    display: block;
    float: left;
    margin-left: 15px;
}
.mid_top{
    border: 1px solid #e3e3e3;
    height: 35px;
    background: #f8f8f8;
    line-height: 35px;
}
.mid_top span{
    font-size: 14px;
    display: block;
    float: left;
    text-align: center;
}
.w100{
    width: 100px;
}
.w120{
    width: 120px;
}
.w200{
    width: 200px;
}
.mid_list{
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    line-height: 35px;
    display: table;
    width: 728px;
}
.mid_list span{
    font-size: 12px;
    display: block;
    float: left;
    text-align: center;
}
.mid_list a{
    font-size: 12px;
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    color: #666666;
}
.mid_list label{
    width: 16px;
    height: 15px;
    display: inline-block;
    background: #e10f13;
    color: #fff;
    margin-top: 10px;
    margin-left: 5px;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
}
.mid_right{
    width: 270px;
    margin-left: 15px;
    display: table;
    float: left;
}
.mid_r_item{
    display: block;
}
.mid_r_item img{
    width: 100%;
    display: block;
}
.mid_r_item a{
    text-decoration: none;
    color: #333333;
}
.mid_r_item p{
    line-height: 30px;
    height: 30px;
    font-size: 14px;
}
.ranking_item{
    width: 30.9%;
    margin-top: 15px;
    margin-right: 2%;
    display: block;
    float: left;
    border-right: 1px solid #e3e3e3;
}
.ranking_item:nth-child(3n){
    border: none;
}
.ranking_item p{
    font-size: 16px;
    line-height: 40px;
    height: 40px;
}
.ranking_item li{
    width: 100%;
    font-size: 14px;
    display: table;
    margin-bottom: 5px;
}
.ranking_item label{
    display: block;
    float: left;
    width: 10%;
}
.ranking_item a{
    color: #003eff;
    text-decoration: none;
    width: 60%;
    display: block;
    float: left;
    text-indent: 10px;
    height: 20px;
    overflow: hidden;
}
.ranking_item span{
    display: block;
    float: right;
    width: 25%;
    margin-right: 5px;
}
.ranking_item .ranking_to_all{
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background: #798090;
    border: 1px solid #4e5362;
    cursor: pointer;
    margin-top: 5px;
    color: #ffffff;
    text-indent: 0;
    text-align: center;
}