/* ������ҳ��ʽ */
/*.footer-con {
    border-top: none !important;
}*/
a:hover {
    color: #b04f08 !important;
}
/* �¶�����ʽ */
.fwb{
    font-weight: bold;
}
.content_div{
    margin-top: 10px;
}
.main{
    /*border:1px solid red;*/
    height:auto;
    overflow: hidden;
}
.left{
    border:1px solid rgba(228, 228, 228, 1);
    width:210px;
    height:100%;
    /*margin-top:20px;*/
}
.right{
    /*border:1px solid mediumpurple;*/
    width:933px;
    height:100%;
    /*padding-top:20px;*/
    padding-bottom:20px;
    margin-bottom: 20px;
}
.left_nav_module{
    border-bottom:1px solid rgba(228, 228, 228, 1);
}
.left_nav_title{
    border-bottom:1px solid rgba(228, 228, 228, 1);
    background-color: rgba(242, 242, 242, 0.219607843137255);
    height:44px;
    line-height:44px;
    font-size: 16px;
    color: #333333;
    font-weight:bold;
    padding-left:20px;
}
.right_nav_title{
    padding-left:10px;
    padding-right:10px;
}
.top_ul{
    /*border:1px solid red;*/
    overflow: hidden;
}
.top_ul>li{
    /*border:1px solid goldenrod;*/
    width:49%;
    float:left;
    height:35px;
    line-height:35px;
    text-indent: 20px;
}
.top_index{
    height:35px;
    line-height:35px;
    text-indent: 20px;
}
.rank_category_ul{
    /*border:1px solid red;*/
    overflow: hidden;
}
.rank_category_ul>li{
    /*border:1px solid goldenrod;*/
    width:25%;
    float:left;
    height:35px;
    line-height:35px;
    text-align: center;
}
.right_rank_module{
    border:1px solid rgba(228, 228, 228, 1);
    width:286px;
    /*float:left;*/
    margin-left:20px;
    margin-top:20px;
    display: inline-block;
    vertical-align: top;
}
.right_nav_more{
    float:right;
}
.rank_ul>li{
    /*border:1px solid goldenrod;*/
    width:100%;
    float:left;
    height:35px;
    line-height:35px;
    text-indent: 10px;
    /*padding-right: 10px;*/
}
.rank_video_title{
    margin-left:15px;
}
.rank_video_score{
    float:right;
    margin-right: 18px;
}
.rank_ul>:first-child {
    /*border:1px solid red;*/
    height:100px;
    line-height:19px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.rank_ul>:first-child>span {
    float:left;
    line-height: 100px;
}
.rank_ul>:first-child>div {
    float:left;
}
.top_1{
    background-color: rgba(255, 0, 0, 1);
}
.top_2{
    background-color: rgba(255, 102, 0, 1);
}
.top_3{
    background-color: rgba(255, 153, 0, 1);
}
.top_other{
    background-color: rgba(201, 201, 201, 1);
}
.rank_num{
    font-weight: bold;
}
.first_num {
    color: #FF0000;
}
.second_num {
    color: #FF3300;
}
.third_num {
    color: #FF9900;
}
.other_num{
    color:#333333;
}
.no_data{
    text-align: center;
    color: #999;
    height: 100px;
    line-height: 100px;
}