.mt10{
    margin-top: 10px;
}
.news_list li{
    overflow: hidden;
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #efefef;
    list-style: none;
}
.news_list li.one_section{
}
.news_list li.three_section{
}
.news_list .img_wra{
    width: 154px;
    height: 90px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}
.news_list li img {
    width: 154px;
    height: 90px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.news_list .img_wra:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news_list .new_title{
    font-size: 20px;
    font-weight: bold;
}
.news_list .new_time{
    font-size: 12px;
    color: #BBBBBB;
    margin-top: 5px;
    font-weight: normal;
    line-height: 16px;
}
.news_list .new_time span{
    margin-left: 15px;
}
.news_list .more_img{
    margin-top: 10px;
    overflow: hidden;
}

/*------------right--------------*/
.right_new_phb{

}
.right_tit{
    font-size: 18px;
    font-weight: 700;
    padding-left: 9px;
    border-left: 4px solid #cf1b00;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.r_new_list li{
    font-size: 14px;
    line-height: 32px;
}
.r_new_list li em{
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    margin-right: 10px;
}
.r_new_list li em.red{
    color: #d2290f;
}
.r_new_list li em.grey{
    color: #818181;
}
.r_new_list li em.dot{
    color: #999999;
    font-style: normal;
    font-size: 12px;
}
.r_new_img{
}
.r_new_img li{
     float: left;
     width: 163px;
    margin-right: 10px;
    margin-bottom: 10px;
 }

.r_new_img img{
    width: 100%;
}
.r_new_img li:nth-child(2n){
    margin-right: 0;
}
.r_new_img .img_intro{
    font-size: 14px;
    line-height: 22px;
    margin-top: 3px;
    max-height: 44px;
    overflow: hidden;
}
.loading{
    height: 30px;
    width: 100%;
    line-height: 30px;
    background: #d01b00;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}
.tab_menu{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}
.tab_menu a{
    font-size: 20px;
    float: left;
    margin-right: 40px;
    line-height: 38px;
}
.tab_menu a.cur{
    border-bottom: 2px solid #cf1a00;
}
.flex_right{
    position: fixed;
    bottom: 0;
    width: 336px;
    right: 50%;
    margin-right: -585px;
}
.adframe{
    display: none;
}
.news_list .word_wra{
    text-align: center;
    font-size: 18px;
    line-height: 88px;
    background: #f3f3f3;
    margin-right: 0px;
}
.news_list .large_img_wra{
    width: 664px;
    max-height: 201px;
    height: auto;
}
.news_list li .large_img_wra img{
    width: 664px;
    height: auto;
    max-height: 201px;
}
.list_bottom_ad{
    font-size: 12px;
    color: #cccccc;
    clear: both;
}
.list_bottom_ad span{
    margin-right: 5px;
}
.news_list .img_wra:nth-child(4){
    margin-right: 0px;
}