﻿.container {
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
*{
    box-sizing: border-box;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
 .common_w {
    width: 560px;
}
.news_detail .tabs_nav {
    width: 100%;
    height: 50px;
}
.news_detail .tabs_nav .news_tabs {
    width: 100%;
    float: left;
    height: 35px;
    background: url(../images/public/add.png) no-repeat;
    background-position-x: 100%;
    border-bottom: solid 1px #D6D6D6;
}
.news_detail .tabs_nav .news_tabs ul .active {
    border-bottom: solid 2px #0B6BB9;
}
.more {
    float: right;
    width: 35px;
    background: url(../images/public/add.png) no-repeat;
}
.news_detail .news_tabs_box .tabs_box ul li {
    background: url(../images/icon/point.png) no-repeat;
    background-position-y: 10px;
    text-indent: 8px;
    margin-top: 12.3px;
}
.news_detail .news_tabs_box .tabs_box ul li a {
    color: #333;
    font-size: 16px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.news_detail .news_tabs_box .tabs_box ul li span.today {
    float: right;
}
.news_detail .news_tabs_box .tabs_box ul li span {
    color: #999999;
}
.news_detail .tabs_nav .news_tabs ul li {
    float: left;
    height: 35px;
}
.news_detail .tabs_nav .news_tabs ul li a {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.news_detail .tabs_nav .news_tabs ul .active a {
    color: #0B6BB9;
}
.more a {
    width: 100%;
    height: 100%;
    display: block;
}
.news_detail .tabs_nav .news_tabs .more {
    height: 35px;
}
.zsyzzcwj {
    margin-bottom: 30px;
}
.c_title{
    background: url(../images/ztzl/title_bg.png) no-repeat center;
    text-align: center;
    line-height: 40px;
    margin-bottom: 30px;
    font-size: 24px;
    color: #065ca1;
    font-weight: 700;
}
@media (max-width: 1200px){
    .common_w{
        width: 100%;
        margin-bottom: 30px;
    }
    .container{
        width: 100%;
    }
}