.content .content-header .left-top-nav {
    float: left;
    overflow: hidden;
}
.content .content-header .font-setting {
    color: #666666;
    float: right;
    font-size: 13px;
    overflow: hidden;
}
.content .content-header .font-setting p {
    margin:15px 0;
position: relative;
 padding-right: 20px;

}
.content .content-header .font-setting p a {
    color: #666666;
    font-size: 15px;
    text-decoration: none;
}
.content .content-header .font-setting .xiao{
    font-size: 14px;
}
.content .content-header .font-setting .zhong{
    font-size: 16px;
}
.content .content-header .font-setting .da{
    font-size: 18px;
}
.content .content-header .font-setting p a:hover {
    color: #fe7303;
}
.content .content-header .font-setting p .iconfont {
    color: #c5c5c5;
    cursor: pointer;
}
.icon-ccgl-dayinliebiao-3{
    background: url(../images/icon_print.png) no-repeat center;
 width: 16px;
 height: 14px;
  position: absolute;
 right: 0px;
 top: 5px;
}
.content .article .article-title {
    font-size: 24px;
    color: #005AAB;
    text-align: center;
    line-height: 50px;
    margin-top: 16px;
    font-weight: 400;
}
.content .article .article-subtitle{
    font-size: 18px;
    color: #666;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}
.content .article .article-editor {
    font-size: 13px;
    line-height: 24px;
    color: #848484;
    border-top:1px solid #ddd;
    padding-top: 10px;
}
.content .article .article-editor p{
    text-align: center;
}
.content .article .article-editor p .blue {
    margin-left: 24px;
    color: #333;
}
.content .article .article-editor p .red {
    color: #fd0005;
}
.content .article .article-content {
    margin-top: 25px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
}
.article-content p{
    margin-bottom: 10px;
    text-indent: 27px;
}
.content .article .article-content img {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 1000px;
}
.content .article .article-share {
    text-align: right;
    font-size: 13px;
    margin-top: 16px;
    margin-bottom: 16px;
    overflow: hidden;
    color: #848484;
}
.content .article .article-share div {
    display: inline-block;
    line-height: 28px;
    float: right;
    margin-right: 12px;
}
.content .article .article-share div .icon-dianzan{
    background: url(../images/ax.png) no-repeat 0 8px;
    padding: 0 10px;
}
.dz_s{
    font-size: 16px;
    color: #000;
}
.content .article .article-share div .iconfont {
    color: #fd0005;
    font-size: 18px;
}
.content .article .article-next {
    border: solid 1px #ccc;
    height: 100px;
    margin-bottom: 35px;    
    background: #f0f0f0; 
    overflow: hidden;
}
.content .article .article-next .next-left-box {
    width: 280px;
    border-right: solid 1px #ccc;
    float: left;
    overflow: hidden;
    padding-top: 15px;
    height: 85px;
}
.content .article .article-next .next-left-box p {
    font-size: 16px;
    padding:0 30px;
    color: #333;
    text-align: left;
    line-height: 36px;
}
.content .article .article-next .next-right-box {
    float: left;
    width: 817px;
    overflow: hidden;
    background: #fff;
}
.content .article .article-next .next-right-box .next-articles {
    font-size: 14px;
    height: 45px;
    width: 785px;
    margin: 28px auto;
    position: relative;
}
.content .article .article-next .next-right-box .next-articles a {
    color: #005AAB;
    display: block;
}
.content .article .article-next .next-right-box .next-articles .left_icon {
    width: 70px;
    height: 45px;
    float: left;
    background: #f0f0f0 url(../images/jt_lt.png) no-repeat center;
}
.content .article .article-next .next-right-box .next-articles .right_icon {
    width: 70px;
    height: 45px;
    float: right;
    background: #f0f0f0 url(../images/jt_rt.png) no-repeat center;
}
.content .article .article-next .next-right-box .next-articles .right .iconfont {
    color: #666666;
}
.content .article .article-next .next-right-box .next-articles .pre-article {
    float: left;
    width: 280px;
    margin: 0 16px;
    overflow: hidden;
    font-size: 15px;
    line-height: 23px;
}
.content .article .article-next .next-right-box .next-articles .line {
    height: 50px;
    position: absolute;
    left: 50%;
}
.content .article .article-next .next-right-box .next-articles .line .border {
    width: 1px;
    margin: 0 auto;
    background: #ddd;
    height: 50px;
}
.content .article .article-next .next-right-box .next-articles .next-article {
    float: right;
    width: 280px;
    margin: 0 16px;
    overflow: hidden;
    font-size: 15px;
    line-height: 23px;
}
.down_ul{
    width: 100%;    
    margin: 20px 0;
    border-top: 1px solid #005AAB;
}
.down_ul li{
    border-bottom: 1px dashed #ddd;
    line-height: 35px;
    font-size:14px;
    text-indent: 35px;
    background: url(../images/down.png) no-repeat left;
}
.down_ul li a{
    color:#005AAB;
}
.down_ul li .yx{
    float:right;
    font-size:14px;
    color:#666;
    text-indent: 0px;
}
.down_ul li .yx span{
    color:red;
    margin:0 5px;
}