﻿.position_div{
    width: 1200px;
    height: 40px;
    margin: auto;
    line-height: 40px;
    display: table;
    font-size: 14px;
}
.position_div img{
    display: block;
    float: left;
    height: 14px;
    margin-top: 13px;
    margin-right: 5px;
}
.content_div{
    width: 1200px;
    display: table;
    margin:0 auto 10px auto;
}
.list_ul{
    width: 880px;
    display: table;
    font-size: 14px;
    float: left;
}
.list_ul li{
    border-top: 1px dotted #e3e3e3;
    display: table;
    width: 100%;
    padding: 10px 0;
}
.list_ul li a{
    text-decoration: none;
}
.list_ul li h2{
    color: #000000;
    text-indent: 10px;
    border-left: 3px solid #f84600;
}
.list_ul li p{
    margin-top: 10px;
    color: #666666;
}
.list_ul li p a{
    color: #003eff;
    margin-left: 5px;
}
.li_bottom{
    margin-top: 10px;
}
.li_bottom span{
    color: #999;
    display: block;
    float: left;
}
.li_bottom label{
    color: #115599;
    margin-left: 5px;
}
.right_ranking{
    width: 300px;
    display: table;
    margin-left: 20px;
    float: left;
}
.right_one{
    padding: 10px;
    border: 1px solid #e3e3e3;
}
.right_one p{
    font-size: 16px;
}
.one_ul{
    line-height: 20px;
    font-size: 14px;
}
.one_ul li{
    margin-top: 10px;
}
.one_ul label{
    width: 20px;
    height: 20px;
    background: #e63636;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    display: block;
    float: left;
    font-size: 12px;
    margin-right: 10px;
}
.one_ul a{
    text-decoration: none;
    color: #333333;
}
.top10{
    margin-top: 10px;
}
.two_ul{
    line-height: 20px;
    font-size: 14px;
    display: table;
}
.two_ul li{
    width: 49%;
    margin-top: 10px;
    margin-right: 2%;
    display: block;
    float: left;
}
.two_ul li:nth-child(2n){
    margin-right: 0;
}
.two_ul a{
    text-decoration: none;
}
.two_ul li img{
    width: 100%;
    height: 85px;
    display: block;
}
.two_ul p{
    width: 100%;
    color: #333333;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}