.table_ul>li{
    background: none;
}
.table_one{
    background: none !important;
}
.table_ul>li:nth-child(4){
    background: #ce0f05;
}
.latest_body{
    font-size: 14px;
    color: #333;
    background: #F2F2F2;
    overflow: hidden;
    padding-bottom: 30px;
}
.latest_tree{
    margin: 20px 0;
    color: #999999;
}
.latest_tree>span{
    color: #333;
}
.latest_cont_left{
    width: 940px;
    padding: 0 20px;
    background: #fff;
    box-sizing: border-box;
    float: left;
}
.latest_cont_left_title{
    font-weight: 600;
    font-size: 18px;
    line-height: 38px;
    border-bottom: 1px solid #E5E5E5;
    margin-top: 10px;
}
.latest_left_cont>div{
    height: 104px;
    border-bottom: 1px solid #E5E5E5;
    padding-top: 12px;
    box-sizing: border-box;
    position: relative;
}
.list_img_box{
    width: 110px;
    height: 80px;
    box-sizing: border-box;
    float: left;
    line-height: 80px;
    overflow: hidden;
}
.list_img_box>img{
    width: 100%;
    margin-top: -6px;
}
.news_list_title{
    float: left;
    margin-left: 10px;
}
.news_list_title>span{
    display: block;
}
.news_list_title>span:nth-child(1){
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #333;
    width: 780px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news_list_title>span:nth-child(2){
    color: #999999;
    font-size: 12px;
    overflow: hidden;
    display: block;
    width: 780px;
    margin-top: 5px;
    line-height: 16px;
}
.news_list_title>span:nth-child(3){
    color: #999999;
    position: absolute;
    bottom: 15px;
    font-size: 12px;
}
.latest_cont_right{
    float: right;
    width: 250px;
    height: 300px;
    background: #fff;
    overflow: hidden;
}
.latest_cont_right_title{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #F1F1F1;
    font-size: 18px;
    font-weight: 600;
}
.latest_cont_right_title>div{
    width: 5px;
    height: 20px;
    float: left;
    margin: 0 10px;
    background: #ce0f05;
    margin-top: 10px;
}
.latest_nav{
    box-sizing: border-box;
    padding-top: 8px;
}
.latest_nav>div{
    margin-left: 25px;
    line-height: 38px;
}
.latest_nav>div>a{
    color: #333;
}
.latest_nav>div:nth-child(2){
    position: relative;
    color: #0099FF;
}
.latest_nav>div:nth-child(2)>div{
    width: 6px;
    height: 6px;
    position: absolute;
    background: #0099FF;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: -15px;
    margin: auto;
}