.table_ul>li{
    background: none;
}
.table_one{
    background: none !important;
}
.table_ul>li:nth-child(4){
    background: #ce0f05;
}
.news_cont{
    word-wrap: break-word;
}
.detail_big_box{
    background: #F2F2F2;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    padding-bottom: 30px;
}
.news_msg_box{
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    width: 1150px;
    float: left;
}
.detail_tree{
    margin: 20px 0;
    color: #999999;
}
.detail_tree>span{
    color: #333;
}
.news_detail_title{
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
}

.news_detail_title h1{
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.news_time{
    margin: 10px 0 20px;
}
.news_time>div:nth-child(1){
    font-size: 14px;
    color: #999;
    line-height: 22px;
}
.news_time>div:nth-child(2)>span{
    margin-right: 10px;
}
.news_time>div:nth-child(2)>span>svg{
    font-size: 36px;
}
.news_cont img{
    max-width: 600px;
    display: block;
    margin: 20px auto;
}
.news_cont a{
    color: #09f !important;
}
.news_cont a:hover{
    text-decoration: underline !important;
}
.news_cont>p{
    line-height: 20px;
}
.news_cont_bottom{
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
}
.news_cont_bottom>div{
    margin-top: 17px;
}
.news_cont_bottom>div:nth-child(2)>span>svg{
    font-size: 36px;
    margin-right: 10px;
}
.news_cont_bottom_left>div{
    float: left;
}
.news_cont_bottom_left h1{
    font-size: 14px;
}
.news_cont_bottom_left>div:nth-child(1){
    margin-right: 10px;
    line-height: 36px;
    height: 36px;
}
.news_cont_bottom_left>div:nth-child(2){
    width: 650px;
}
.news_cont_bottom_left>div>div{
    float: left;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
    border-radius: 18px;
    margin-bottom: 10px;
}

.latest_cont_right{
    float: right;
    width: 250px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 10px;
}
.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>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;
}

.news_nearby_box{
    margin-bottom: 60px;
    padding-left: 5px;
    box-sizing: border-box;
}
.news_nearby_box>div:nth-child(1){
    margin: 20px 0;
}
.news_nearby_box>div>a{
    color: #333;
    margin-left: 10px;
}
.news_nearby_box>div>a:hover{
    color: #09f;
}
.related_products_title{
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}
.related_products_title>div{
    width: 8px;
    height: 8px;
    background: #ce0f05;
    margin-right: 10px;
    float: left;
    margin-top: 5.5px;
}
.related_products_cont>a{
    display: block;
    float: left;
    margin-right: 13px;
    width: 265px;
    color: #333;
}
.related_products_cont>a>div{
    width: 215px;
    height: 137px;
    text-align: center;
    border: 1px solid #ccc;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 137px;
    position: relative;
    margin-bottom: 10px;
}
.related_products_cont>a>div>img{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    max-height: 100%;
    transform:translate(-50%,-50%);
}
.related_products_cont>a:last-child{
    margin-right: 0;
}
.related_products_cont>a>span:nth-child(2){
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.related_products_cont>a>span:nth-child(3){
    font-size: 14px;
    color: #9A9A9A;
    line-height: 20px;
    margin-top: 10px;
    display: block;
}

.topic_box{
    height: 200px;
}
.recommended_suppliers{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 0 10px;
}
.recommended_suppliers>a{
    display: block;
    float: left;
    width: 70px;
    height: 45px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #E6E6E6;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
/* .recommended_suppliers>a>img{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    max-height: 100%;
    transform:translate(-50%,-50%);
} */
.cross_news_cont{
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px 30px;
}
.cross_news_cont>div{
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
}
.cross_news_cont>div>span{
    display: block;
    width: 22px;
}
.cross_news_cont>div>a{
    color: #333;
    display: block;
    width: 208px;
}
.cross_news_cont>div>a:hover{
    color: #09f;
}
.news_cont h1,.news_cont h2,.news_cont h3,.news_cont h4,.news_cont h5,.news_cont h6{
    display: block !important;
    font-weight: 600;
}
.news_cont h1{
    margin-bottom: 10px;
    font-size: 17px;
}
.news_cont h2{
    font-size: 16px;
}
.news_cont p{
    margin: 10px 0 20px;
    font-size: 14px;
}
.news_cont br{
    display: none;
}
.news_cont p br{
    display: block !important;
}
.news_cont iframe{
    display: block;
    margin: 20px auto;
}