@charset "utf-8";
body{
    margin:0;
    padding:0;
    font-size:16px;
    color:#333;
    -webkit-text-size-adjust: none;
    font-family: 'Microsoft YaHei';
}
img{
    border:none;
}
h1,h2,h2,h4,h5,h6{
    margin: 0;
    padding: 0;
}
dl,dt,dd,ul,li,form,input{
    margin:0;
    padding:0;
    list-style:none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix{
    zoom:1;
}
.clearfix:after{
    content:"";
    display:block;
    clear:both;
    height:0;
}
a{
    color:#333;
    text-decoration:none;
}
/*reset-style-end*/
/*public-style*/
body{
    background:url(../images/topic_sjfb/main-bg.jpg);
}
.main-wrap{
    width: 1200px;
    margin: 0 auto;
}
.box-table-full{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.box-table-cell{
    display: table-cell;
}
.pd_t_a{
    padding-top: 30px
}
/*body-style*/
.top-banner{
    height: 275px;
    background:url(../images/topic_sjfb/top_banner.jpg) no-repeat center;
    background-size: cover;
}
/*nav*/
.main-nav{
    border-bottom: 1px solid #c0c5c9;
}
.memu-table-full{
    display: table;
    width: 100%;
}
.memu li{
    display: table-cell;
    padding: 0 5px;
}
.memu a{
    display: block;
    font-weight: bold;
    border-bottom-width:4px;
    border-top-width:4px;
    border-color: transparent;
    line-height: 46px;
    text-align: center;
    border-bottom-style: solid;
    border-top-style: solid;
}
.memu a.focus{
    border-bottom-color: #0055fe;
}
.memu a:hover{
    border-bottom-color: #0055fe;
}
/*main-body*/
.content-title{
    background: url(../images/topic_sjfb/tit-bg.jpg) no-repeat center;
    background-size: 100% 200%;
    height: 44px;
    color: #fff;
    line-height: 44px;
}
.content-title .more{
    color: #fff;
    font-size: .75em;
    display: block;
    float: right;
    padding: 0 20px;
    font-family: Simsun;
}
.content-title-name{
    font-style: normal;
    font-weight: bold;
    font-size: 1.125em;
    margin-left: 25px;
}
.content-title .more:after{
    /*vertical-align: top;*/
    content: '>>';
    padding-left: 5px;
}
.interpret-list li{
    border-top: 1px dashed #b9babc;
}
.no-content-box{
    width: 42px;

}
.interpret-list li:first-child{
    border-top: none;
}
.interpret-list a{
    height: 44px;
    line-height: 44px;
}
.interpret-list a:hover{
    color: #2cb2f1;
}
.interpret-list h1{
    font-size: 1em;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 12px;
}
.interpret-list em{
    font-style: normal;
    color: #999;
    font-size: .875em;
    float: right;
}
.pd_b_a{
    padding-bottom: 30px;
}
/*pubservice-block*/
.pubservice-block{
    background: url(../images/topic_sjfb/blue_bg.jpg);
    padding: 30px 0;
}
.pubservice-block li{
    float: left;
    width: 20%;
}
.pubservice-block a{
    display: block;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    -webkit-transition: -webkit-transform .2s linear;
    -moz-transition: -moz-transform .2s linear;
    -o-transition: -o-transform .2s linear;
    transition: transform .2s linear;
}
.pubservice-block li a:hover{
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
}
.pubservice-block i{
    display: block;
    width: 80px;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    border-radius: 100px;
    background: #2faff0;
}
.pubservice-block li i.color-yellow{
    background: #efda41;
}
.pubservice-block li i.color-green{
    background: #29c38c;
}
.pubservice-block li i.color-purple{
    background: #8552e1;
}
.pubservice-block li i.color-tangerine{
    background: #ef604f;
}
.pubservice-block li i.color-blue{
    background: #5774f4;
}
.pubservice-block li i.color-qblue{
    background: #33a9f1;
}
.pubservice-block li i.color-spurple{
    background: #822add;
}
.pubservice-block i img{
    display: inline-block;
    vertical-align: middle;
}
.pubservice-block span{
    display: block;
    padding-top: 10px;
    height: 40px;
    /*white-space: normal;*/
    overflow: hidden;
    /*text-overflow: ellipsis;*/

}
/*footer*/
/*list-ym*/
/*翻页-模块化-start*/
.page-tile{
    display:block;
    font-family:Verdana, Arial, "Microsoft Yahei";
    margin:10px 0;
    box-sizing:border-box;
}
.page-tile:after{
    display:block;
    content:"";
    clear:both;
}
.page-tile > *{
    color:#666;
    display:inline-block;
    padding:0 .5em;
    min-width:1.5em;
    text-align:center;
    font-size:0.875em;
    line-height:2.25em;
    height:2.25em;
    overflow:hidden;
    font-style:normal;
}
.page-tile > *:before{
    font-size:1.125em;
    font-weight:400;
}
.page-tile .more:before{
    content:"…";
}
.page-tile .more:hover{
    background:#f2f2f2;
    color:#888;
    cursor:default;
}
.page-tile a:hover{
    cursor:pointer;
    background:#B8CBEB;
    color:#103E89;
}
.page-tile .focus, .page-tile .focus:hover{
    background:#3170de;
    color:#fff;
    cursor:default;
}
.page-tile a.prev:before{
    content:"\2039"
}
.page-tile a.next:before{
    content:"\203A"
}
.page-tile a.last:before{
    content:"\203A\203A"
}
.page-tile > em{
    display:none;
}
@media screen and (max-width:1000px){
    .page-tile a, .page-tile span{
        display:none;
    }
    .page-tile > *{
        float:none;
    }
    .page-tile{
        text-align:center;
        padding:0;
        margin:0;
    }
    .page-tile a.prev, .page-tile a.next{
        display:inline-block;
        box-sizing:border-box;
        color:#333;
        height:44px;
        line-height:44px;
        background:none;
        border:none;
    }
    .page-tile a.prev:before{
        content:"上一页";
    }
    .page-tile a.next:before{
        content:"下一页";
    }
}
/*翻页-模块化-end*/

#addInfo{
    height:400px!important;
    background:#fff;
}
.chart-bar {
    height: 400px!important;
    background: #fff;
}
.chart-title{
    color: #4184df;
    font-size: 1.25em;
    font-weight: bold;
    background: #fff;
    padding: 15px 30px;
    border-bottom: 1px solid #e8e8e8;
}
.chart-title span{
    display:block;
    float:left;
    padding-right: 10px;
}
.chart-title i {
    display:block;
    float: left;
    font-style: normal;
    color: #333;
    font-weight: normal;
    font-size: 0.75em;
    padding-top: 4px;
}
.chart-title:after{
    content:"";
    height:0;
    display:block;
    clear:both;
}
.ad{
    display: block;
    padding-top: 20px;
}
.ad-mobile{
    display:none;
}
.ad img,.ad-mobile img{
    display: block;
    width: 100%;
}
.copyright {
    font-size: 0.8125em;
    line-height: 2em;
    color: #b1c3e8;
    text-align: center;
    background-color: #1561b6;
    margin-top: 15px;
    padding: 20px 0;
}
.copyright div a,.copyright div span{
    display:inline-block;
    padding:0 5px;
    color:#b1c3e8;
}
.copyright a:hover {
    text-decoration: underline;
}
.foot-links a:before{
    content:"|";
    display:inline-block;
    padding-right:8px;
    transform:scale(0.875);
}
.foot-links a:first-child::before{
    display:none;
}
.copyright img {
    vertical-align: middle;
}

/*首页1200以下start*/
@media screen and (max-width: 1200px){
    body{
        background: none;
        background-color: #fafafa;
    }
    /*m-nav start*/
    .top-banner{
        height: 200px;
    }
    .memu>ul{
        display: none;
    }
    .m-nav{
        /*display: none;*/
        position: absolute;
        top: 0px;
        right: 0px;
        width: auto;
        min-width: 240px;
        background: #fff;
        border-left: 1px solid #e8e8e8;
    }
    .main-nav{
        border-bottom: none;
        background: #415bbb;
        height: 0;
    }
    .memu{
        position: relative;
    }
    .memu:after{
        content: '';
        display: block;
        background: url(../images/topic_sjfb/icon_list.png) no-repeat center center;
        position: absolute;
        top: -44px;
        right: 6px;
        width: 40px;
        height: 40px;
        background-size: 60%;
    }
    .memu span{
        display: block;
        height: 40px;
        width: 40px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9999;
    }
    .show{
        display: block;
    }
    .memu li{
        display: block;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #e8e8e8;
        padding: 0;
    }
    .memu li a{
        padding: 0 10px;
        line-height: 40px;
        font-weight: normal;
        margin: 0;
        border-top-width: 0;
        color: #666;
    }
    .memu a.focus{
        color: #E2534B;
        border-bottom: none;

    }
    .main-wrap{
        width: auto;
    }
    .interpret-list,.location{
        width: 96%;
        margin: 0 auto;
    }
    .content-title{
        background: none;
        border-bottom: 1px solid #cecece;
    }
    .content-title .more{
        color: #666;
    }
    .content-title-name{
        color: #333;
        border-bottom: 1px solid #2faff0;
        display: inline-block;
        line-height: 44px;
        margin-left: 10px;
    }
    .box-table-cell{
        display: block;
    }
    .pd_t_a{
        padding-top: 15px;
    }
    .m_pdt_a{
        padding-top: 15px;
    }
    .pd_b_a{
        padding-bottom: 15px;
    }
    .add-bder-btm{
        border-bottom: 1px dashed #b9babc;
    }
}
/*首页1000以下start*/

@media screen and (max-width: 1000px){
    .interpret-list,.location{
        width: 94%;
    }
    .top-banner{
        height: 150px;
    }
    .pd_t_a{
        padding-top: 0;
    }
    .copyright{
        padding: 10px;
        background:#09132f;
    }
    .copyright table td div>*{
        display:none;
    }
    .copyright table td div {
        text-align:center;
    }
    .copyright table td div>.m-visible{
        display:inline-block;
    }
    .copyright table td:last-child{
        display:none;
    }
    .copyright table td:nth-child(2){
        width:auto;
    }
}
@media screen and (max-width: 720px){
    .top-banner{
        height: 140px;
    }
    .pubservice-block{
        padding: 15px 10px 0 10px;
    }
    .pubservice-block i{
        width: 56px;
        height: 56px;
        line-height: 56px;
    }
    .pubservice-block li{
        width: 33.3333%;
    }
    .pubservice-block i img{
        width:30px;
        height:30px;
    }
    .ad{
        display: none;
    }
    .ad-mobile{
        display: block;
        padding-top: 10px;
    }
}
@media screen and (max-width: 480px){
    .pubservice-block li a{
        font-size: .875em;
    }
    .m-nav{
        min-width: 160px;
        max-width: 240px;
    }
    .chart-title{
        color: #333;
        font-size: 1.125em;
        padding: 15px 10px;
        border-bottom: 1px solid #e8e8e8;
    }
    .chart-title>*{
        float:none!important;
    }
    .chart-title i{
        color:#666;
    }
}
/*内容页-模块化-start*/
.location *{
    display:block;
    float:left;
    font-style: normal;
    color:#656565;
    line-height:1.5em;
}
.location{
    font-size: 0.875em;
    padding: 10px 0;
}
.location>span:before{
    content: "";
    display: inline-block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAARCAYAAADtyJ2fAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAA+ElEQVQ4T43RPwtBYRQGcItSigxm3UHZmIyyKXYfQDaD8gGUD8CkiJSy+wYWmZRFKVEoklgViV7P0X1v5x4uhl+5z3ke+eNSSlmWyYQPijCAPRxgBGUweJePUnAC5eAOBdsQQZoVfim9hngRgAc7/CNMw4oISRVCYEDdzLg2DaciHOrvoSEbi86cwqsIax+GLdE5Ukg/Ow834GYjL+zMm7alQ1OEZAE5yAO9kbz3aBgR4T9i+uN0xeGbPm300AMXdnRC/7ffGprjDCs4yeq+NTTHDVHkOrxrGxIUJmJAZrJneyAo+eHMRjcIyp7tQUMxCitYQ/y9o1xPq6w5ig+AgIQAAAAASUVORK5CYII=) no-repeat left center;
    width: 14px;
    height: 17px;
    vertical-align: bottom;
    padding-right: 6px;
}
.location>span{
    font-weight: bold;
    color: #db403e;
}
.location>a:after {
    content: ">>";
    padding: 0px 8px;
}
.sub-content{
    color:#656565;
    background: #fff;
    padding: 30px;
}
.sub-content .big-title {
    padding: 10px;
    box-sizing: border-box;
    font-size: 2em;
    text-align: center;
    color: #333;
}
.sub-content>.second-title{
    padding-bottom:10px;
    font-size: 1.2em;
    text-align: center;
    color:#656565;
}
.sub-content .content-small-title {
    font-size: 0.75em;
    text-align: center;
    color: #999;
    line-height: 1em;
    border-bottom: 1px #e8e8e8 solid;
    padding-bottom: 20px;
}
.news_content_description {
    font-size: .75em;
    color: #888;
    text-indent: 2em;
    background-color: #fafafa;
    line-height: 1.75em;
    padding: 15px;
    margin-top:10px;
}
.news_content_content{
    line-height: 1.875em;
    font-size:1em;
}
.news_content_content,.news_content_content p{
    word-break:break-all;/*防止内容中有不能自动回行的编码或者较长的字母*/
}
.news_content_content img{
    display: block;
    max-width: 100%!important;
    height: auto !important;
    margin: 0 auto;
}
.news_content_content p{
    text-indent:2em;
}
.news_content_content p img{
}
.news_content_other {
    padding: 10px 0px;
}
.news-content-function {
    float: right;
    font-size: .75em;
    color:#999;
}
.news-content-function>span:before {
    content: "[";
}
.news-content-function>span:after {
    content: "]";
}
.news-content-function>span{
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
    line-height:36px;
}
.news-content-function>span:hover{
    text-decoration:underline;
}
.news_content_img{
    text-align:center;
    padding-top: 15px;
}
.news_content_img img{
    max-width:100%!important;
    height:auto !important;
}
.news-content-share{
    float: left;
}

/*控制内容页中的table-模块化-start*/
.news_content_content{
    max-width:100%;
}
.news_content_content,.news_content_content p{
    word-break:break-all;/*防止内容中有不能自动回行的编码或者较长的字母*/
}
.news_content_content table p{
    text-indent: 0;/*table中的p不缩进*/
    word-break: break-all;/*防止内容中有不能自动回行的编码或者较长的字母*/
}

@media screen and (max-width: 1000px){
    .sub-content{
        padding: 15px;
        background: none;
    }
    .news_content_other{
        display:none;
    }
    .sub-content .big-title{
        font-size: 1.5em;
        font-weight:bold;
    }
    .location{
        padding:5px 15px;
        margin-bottom: 10px;
    }
    .classification{
        display:none;
    }
}
@media screen and (max-width: 720px){
    .news_content_other{
        display:none;
    }
    .pd-space{
        padding:10px;
    }
}
@media screen and (max-width: 480px){
    .sub-content .big-title{
        font-size:1.25em;
        font-weight:normal;
    }
    .sub-content>.second-title{
        font-size:1em;
    }
}
@media screen and (max-width: 320px){
    .ptlr-20{
        padding:10px;
    }
}
/*内容页-模块化-end*/