@charset "utf-8";
body{
    padding:0;
    margin:0;
    font-family:"Microsoft Yahei", Verdana, Arial;
    font-size:16px;
    -webkit-text-size-adjust:none;
    background-color:#f6f6f6;
}
img{
    border:none;
}
dl, dt, dd, ul, li, form, input{
    margin:0;
    padding:0;
    list-style:none;
}
.clearfix{
    zoom:1;
}
.clearfix:after{
    content:"";
    display:block;
    clear:both;
    height:0;
}
a{
    color:#666;
    text-decoration:none;
}
.max-wrap{
    max-width:1920px;
    min-width:1200px;
    margin:0 auto;
}
.main-wrap{
    width:1200px;
    margin:0 auto;
    box-sizing:border-box;
}
.bg-img01{
    background:url(../images/credit/pic_top.jpg) no-repeat center top;
}
.top-banner{
    height:370px;
}
.pd-50{
    padding:20px 40px;
}
.white-bg{
    background-color:#fff;
}
.border{
    border:1px solid #e8e8e8;
    box-sizing:border-box;
}
.mt-space{
    margin-top:20px;
}
.logo img{
    display:block;
    padding-top:90px;
}
/*ad start*/
.ad a{
    display:block;
}
.ad img{
    display:block;
    width:100%;
}
/*ad end*/
/*下拉菜单--start*/
.main-nav-bg{
    position:relative;
    z-index:99;
    background-color:#0083c3;
}
#menu{
}
#menu a{
    display:block;
    color:#333;
}
#menu li:hover > ul{
    display:block;
}
/* 一级菜单 */
#menu > ul{
    display:table;
    table-layout:fixed;
    width:100%;
}
#menu > ul > li{
    display:table-cell;
    vertical-align:top;
    position:relative;
}
#menu > ul > li:hover{
    background-color:#0e76a9;
}
#menu > ul > li.focus{
    background-color:#01699c;
}
#menu > ul > li:hover > a{
    color:#fff;
}
#menu > ul > li.last:hover{
}
#menu > ul > li.last > a:before{
    content:"";
    display:inline-block;
    background:url(../images/credit/arrow_back.png) no-repeat center center;
    height:19px;
    width:24px;
    padding-right:8px;
}
#menu > ul > li > a{
    font-size:1.125em;
    line-height:1.5em;
    padding:.5em 0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    text-align:center;
    color:#fff;
    font-weight:bold;
}
#menu > ul > li.focus > a{
    color:#fff;
}
#menu > ul > li.focus:hover{
    /*background-color: #233273;*/
}
/* 下拉的菜单栏 */
#menu > ul > li ul{
    display:none;
    position:absolute;
    background-color:#f0f0f0;
    left:0;
    width:100%;
    border:1px solid #e8e8e8;
    border-top:none;
}
/* 下拉菜单的菜单项 */
#menu > ul > li > ul li{
    text-align:center;
    position:relative;
}
#menu > ul > li > ul li > a{
    color:#333;
    font-size:0.875em;
    padding:10px 0;
}
#menu > ul > li > ul li:first-child > a{
    border-top:1px solid #f0f0f0;
}
#menu > ul > li > ul li:first-child > a:hover{
    border-top:1px solid #2e428d;
}
#menu > ul > li > ul li > a:hover{
    background-color:#233273;
    color:#fff;
}
/* 三级及以下的菜单项的定位 */
#menu > ul > li > ul > li ul{
    left:100px;
    top:-1px;
}
#menu > ul > li > ul > li ul > li{
    font-size:0.75em;
}
/* 下拉的菜单--end*/
/*box-01*/
.box-01 .box-title{
    line-height:2.5em;
    padding:0 10px;
    background-color:#f0f0f0;
    border-left:6px solid #0083c3;
}
.box-01 .title-name{
    display:block;
    float:left;
    color:#333;
    font-size:1.125em;
    font-weight:bold;
}
.box-01 .box-title .more{
    float:right;
    display:block;
    font-size:.75em;
    color:#989898;
}
.box-01 .box-title .more:hover{
    text-decoration:underline;
}
.biaoshi-wrap img{
    vertical-align:middle;
}
/*列表--模块化--start*/
.news-list > a :after{
    content:"";
    display:block;
    clear:both;
    height:0;
}
.news-list > a{
    display:block;
    line-height:1.5em;
    padding:.5em 0;
    overflow:hidden;
}
.news-list > a > span{
    float:left;
    width:calc(100% - 6em);
    color:#666;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news-list > a:hover > span{
    color:#ff7900;
}
.news-list > a > em{
    float:right;
    font-size:0.875em;
    font-style:normal;
    font-family:Arial, Verdana;
    color:#999;
}
.news-list.date-bottom > a > span{
    width:100%;
}
.news-list.date-bottom > a > em{
    width:100%;
}
.news-list.border-b > a{
    border-top:1px solid #e8e8e8;
    padding:.75em 0;
}
.news-list.border-b > a:first-child{
    border-top:none;
}
/*列表--模块化--end*/
/*foot*/
.copyright{
    font-size:.875em;
    line-height:2em;
    padding:20px 0;
    color:#85807d;
    box-sizing:border-box;
    text-align:center;
    vertical-align:middle;
}
.copyright td a:hover{
    text-decoration:underline;
}
.copyright table{
    table-layout:fixed;
}
.copyright img{
    vertical-align:middle;
}
.copyright table td span, .copyright table td a{
    display:inline-block;
    color:#85807d;
}
.copyright table div span, .copyright table div a{
    padding-right:10px;
}
.copyright table div.foot-links a{
    padding-right:0;
}
.copyright table div.foot-links a:before{
    content:"|";
    display:inline-block;
    padding:0 8px;
    transform:scale(.875);
}
.copyright table div.foot-links a:first-child:before{
    display:none;
}
/*2020-05-08追加默认样式*/
.news_content_content > p, .news_content_content > div{
    text-indent:2em;
    line-height:1.875em;
}
.news_content_content > p > img, .news_content_content > div > img{
    display:block;
    margin:0 auto;
    max-width:78%;
    height:auto !important;
}
.news_content_content table{
    margin:10px auto;
    border-collapse:collapse;
}
@media screen and (max-width:1200px){
    .max-wrap{
        max-width:100%;
        min-width:100%;
    }
    .main-wrap{
        width:auto;
    }
}
@media screen and (max-width:1000px){
    .pd-50{
        padding:0;
    }
    .border{
        border:none;
    }
    .bg-img01{
        background:none;
        background-color:#fff;
    }
    .logo img{
        padding-top:15px;
        max-width:140px;
        padding-left:15px;
    }
    #menu > ul > li > a:after{
        display:none;
    }
    #menu > ul > li:first-child > a:before{
        display:none;
    }
    .main-nav-bg{
        height:40px;
        background-color:#0076c5;
    }
    .main-nav{
        width:40px;
        height:40px;
        float:right;
        margin-top:0;
    }
    #menu{
        display:none;
        float:right;
        position:absolute;
        top:40px;
        right:0;
        padding:0;
        width:auto;
        background-color:#fff;
        border-left:1px solid #e5e5e5;
        z-index:99;
    }
    #menu li:hover > ul{
        display:none;
    }
    #menu > ul{
        display:block;
        float:right;
    }
    #menu > ul > li{
        display:block;
        text-align:center;
        float:none;
    }
    .main-nav:after{
        content:"";
        display:block;
        background:url(../images/credit/icon_list.png) center center no-repeat;
        width:40px;
        height:40px;
        background-size:55%;
        position:absolute;
        right:0;
        top:-2px;
    }
    #menu > ul > li > a{
        font-size:1em;
        width:120px;
        height:auto;
        line-height:1.5em;
        padding:.5em;
        border-bottom:1px solid #e8e8e8;
        box-sizing:border-box;
        background:none;
        color:#333;
        text-align:center;
        font-weight:normal;
        margin:0;
        white-space:inherit;
        overflow:inherit;
        text-overflow:inherit;
    }
    #menu > ul > li.focus a{
        border-bottom:none;
        background-image:none;
        background-color:#E5E2E2;
        color:#333;
        width:100%;
    }
    #menu > ul > li.last > a:before{
        display:none;
    }
    .top-banner{
        height:66px;
    }
    .copyright{
        padding:10px;
        background:#f1f1f1;
    }
    .copyright table td div {
        text-align:center;
    }
    .copyright table td div>*{
        display:none;
    }
    .copyright table td div>.m-visible{
        display:inline-block;
    }
    .copyright table td:nth-child(2),.copyright table td:last-child{
        display:none;
    }
    .copyright table td:nth-child(2){
        width:auto;
    }
    .copyright table td div>.m-block {
        display:block;
    }
    .box-01 .box-title{
        border:none;
    }
    .box-01 .title-name{
        font-size:1em;
    }
    .news_content_content > p > img, .news_content_content > div > img{
        max-width:100% !important;
    }
}
@media screen and (max-width:768px){
    .ad{
        display:none;
    }
    .news-list.date-right > a > span{
        width:100%;
    }
    .news-list.date-right > a > em{
        display:none;
    }
    .news-list > a > span{
        white-space:initial;
        text-overflow:inherit;
    }
    .news-list > a{
        padding-left:12px!important;
        padding-right:12px!important;
    }
}
/*内容页-模块化-start*/
.single-article{
    line-height:2.5em;
    color:#444;
    word-break:break-all;
    padding:0 10px;
}
.single-article p{
    text-indent:2em;
}
.location *{
    display:block;
    float:left;
}
.location{
    font-size:0.875em;
    line-height:1.5em;
    padding:.5em 0;
}
.location:before{
    content:"";
    float:left;
    font-size:.875em;
    font-family:"icomoon";
    margin-right:6px;
    display:inline-block;
    color:#999;
    background:url(../images/credit/icon_location.png) no-repeat center center;
    height:1.75em;
    width:1.75em;
}
.location > a{
    color:#999;
}
.location > span{
    color:#333;
}
.location > a:after{
    content:"/";
    padding:0px 10px;
}
.sub-content{
    color:#444;
}
.sub-content .big-title{
    padding:10px 0;
    font-size:1.75em;
    text-align:center;
    color:#333;
}
.sub-content .second-title{
    padding-bottom:10px;
    font-size:1em;
    text-align:center;
    color:#666;
}
.sub-content .content-small-title{
    font-size:0.75em;
    text-align:center;
    color:#999;
    line-height:1.5em;
    border-bottom:1px #e8e8e8 solid;
    padding-bottom:1.25em;
}
.news_content_description{
    font-size:.875em;
    color:#888;
    background-color:#f3f3f3;
    line-height:1.75em;
    padding:15px;
    border:1px solid #e8e8e8;
    border-top:none;
}
.news_content_content{
    line-height:1.875em;
    font-size:1em;
}
.news_content_content p{
    text-indent:2em;
    text-align:left;
}
.news_content_content img{
    max-width:95%;
    height:auto !important;
}
.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:20px 0px;
}
.news_content_img img{
    max-width:700px;
    height:auto !important;
}
.news-content-share{
    float:left;
}
@media screen and (max-width:768px){
    .location{
        height:36px;
        line-height:36px;
        font-size:0.75em;
        padding:0 10px;
    }
    .location *{
        height:36px;
        line-height:36px;
    }
    .location:before{
        height:36px;
    }
    .news_content_other{
        display:none;
    }
    .sub-content{
        padding:0 10px;
    }
    .single-article{
        line-height:2em;
    }
    .sub-content img{
        max-width:100% !important;
        padding:10px 0;
    }
    .news_content_img img{
        max-width:100%;
    }
    .news_content_content img{
        max-width:100%;
    }
    .news_content_other{
        display:none;
    }
    .pd-space{
        padding:10px;
    }
    .sub-content .big-title, .sub-content .second-title, .sub-content .content-small-title{
        text-align:left;
    }
    .sub-content .big-title{
        font-size:1.5em;
        color:#000;
        padding-top:15px;
    }
    .second-title{
        font-size:1.125em;
    }
    .pd-25{
        padding:0;
    }
}
/*内容页-模块化-end*/
/*翻页-模块化-start*/
.page-tile{
    display:block;
    border-width:1px 0;
    font-family:Verdana, Arial, "Microsoft YaHei";
    padding:0;
}
.page-tile:after{
    display:block;
    content:"";
    clear:both;
}
.page-tile > *{
    color:#888;
    display:inline-block;
    padding:0 .5em;
    min-width:1.5em;
    text-align:center;
    font-size:0.75em;
    line-height:2.25em;
    height:2.25em;
    overflow:hidden;
}
.page-tile > em{
    display: none;
}
.page-tile > *:before{
    font-size:1.25em;
}
.page-tile .more:before{
    content:"…";
}
.page-tile a.prev:before{
    content:"\2039"
}
.page-tile a.next:before{
    content:"\203A"
}
.page-tile a.last:before{
    content:"\203A\203A"
}
.page-tile .focus{
    background-color:#00c1de;
    color:#fff;
    border-radius:5px;
}
.page-tile-2{
    display:none;
    text-align:center;
    font-size:.875em;
    height:1.875em;
    margin-top:10px;
    padding-bottom:10px;
}
.page-tile-2 span.no-click{
    background-color:#ccc;
    color:#fff;
}
.page-tile-2 span{
    padding:0.5em 1em;
    background-color:#888;
    margin:0px 3px;
    color:#fff;
    border-radius:20px;
}
.page-tile-2 span a{
    color:#fff;
}
.page-tile a:hover{
    text-decoration:underline;
}
@media screen and (max-width:768px){
    .page-tile a, .page-tile span{
        display:none;
    }
    .page-tile > *{
        float:none;
    }
    .page-tile{
        text-align:center;
        padding:0;
    }
    .page-tile a.prev, .page-tile a.next{
        display:inline-block;
        box-sizing:border-box;
        color:#333;
        text-decoration:none;
    }
    .page-tile a.prev:before{
        content:"上一页";
    }
    .page-tile a.next:before{
        content:"下一页";
    }
}
/*翻页-模块化-end*/
/*适老开关·登录·简繁体*/
.top-link{
    font-size:16px;
    float:right;
    height:36px;
    line-height:36px;
}
.pip-triggers{
    line-height:20px;
}
.pip-triggers>em>i{
    vertical-align:middle;
}
@media screen and (max-width:768px){
    .top-link{
        top:6px!important;
    }
}
/*适老开关·登录·简繁体 end*/