@charset "utf-8";
body{
    padding:0;
    margin:0;
    font-family:"Microsoft Yahei", Verdana, Arial;
    font-size:16px;
    -webkit-text-size-adjust:none;
    background:url(../images/body_bg.jpg);
    position:relative;
}
img{
    border:none;
}
dl, dt, dd, ul, li, form, input, textarea{
    margin:0;
    padding:0;
    list-style:none;
}
.clearfix{
    zoom:1;
}
.clearfix:after{
    content:"";
    display:block;
    clear:both;
    height:0;
}
a{
    color:#333;
    text-decoration:none;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.border{
    border:1px dashed #dbdbdb;
    box-sizing:border-box;
}
.white-bg{
    background-color:#fafafa;
}
.border-radius{
    border-radius:6px;
}
.pt-space{
    margin-top:30px;
}
.pd-40{
    padding:30px 40px 20px;
    box-sizing:border-box;
}
.pd-20{
    padding:20px;
    box-sizing:border-box;
}
.pd-50{
    padding:30px 50px;
    box-sizing:border-box;
}
.mt-space{
    margin-top:20px;
}
.max-wrap{
    max-width:100%;
    min-width:1263px;
    margin:0 auto;
    position:relative;
}
.main-wrap{
    width:70%;
    margin:0 auto;
    position:relative;
}
.logo-bar{
    position:absolute;
    width:100%;
    top:35px;
    z-index:99;
}
.logo img{
    display:block;
}
/*头图--开始*/
.banner{
    height:504px;
    overflow:hidden;
    position:relative;
    width:100%;
    background-color:#fff;
}
.banner ul{
    float:left;
}
.banner ul li{
    display:none;
    height:504px;
    left:0;
    position:absolute;
    top:0;
    width:100%;
}
.small-banner{
    display:none;
}
.small-banner img{
    display:block;
    width:100%;
}
/*头图--结束*/
.small-copyright{
    display:none;
}
/*图片集pic-library*/
.pic-library > li{
    float:left;
    width:100%;
}
.pic-library.col-4 > li{
    width:24.25%;
    margin-left:1%;
    margin-top:25px;
}
.pic-library.col-3 > li{
    width:32%;
    margin-left:2%;
    margin-bottom:10px;
}
.pic-library.col-2 > li{
    width:49%;
    margin-left:2%;
    margin-bottom:10px;
}
.pic-library.col-2 > li:nth-child(2n+1){
    margin-left:0;
}
.pic-library.col-3 > li{
    width:32%;
    margin-left:2%;
}
.pic-library.col-3 > li:nth-child(3n+1){
    margin-left:0;
}
.pic-library.col-4 > li:nth-child(4n+1){
    margin-left:0;
}
.pic-library.col-3 > li a{
    display:block;
}
.pic-library li span{
    display:block;
    text-align:center;
    padding:10px 0;
    font-size:1.125em;
    color:#024e88;
    font-weight:bold;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.pic-library li a img{
    width:100%;
    height:100%;
}
/*img-size*/
.img-size{
    padding-top:50%;
    position:relative;
}
.img-size02{
    padding-top:40%;
    position:relative;
}
.img-size03{
    padding-top:83.60%;
    position:relative;
}
.img-frame{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    text-align:center;
    font-size:0;
    overflow:hidden;
    border-radius:3px;
}
.img-frame img{
    max-height:100%;
    max-width:100%;
    vertical-align:middle;
    display:inline-block;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    transition:0.3s;
    -webkit-transform:translate3d(0, 0, 0);
    -moz-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
}
.img-frame:after{
    content:"";
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width:0;
}
.pic-library > li a:hover .img-frame img{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    transform:scale(1.1);
}
/*列表--模块化--start*/
.small-title{
    display:none;
}
em, i{
    font-weight:normal;
    font-style:normal;
}
.news-list > a{
    display:block;
    overflow:hidden;
    line-height:1.5em;
    padding:.75em 0;
}
.news-list > a > span{
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:1.125em;
}
.news-list > a:hover > span{
    color:#ce160b;
}
.news-list > a > em{
    display:block;
    font-size:0.875em;
    font-family:Arial, Verdana;
    color:#999;
}
.news-list.date-right > a > span{
    float:left;
    width:calc(100% - 5em);
}
.news-list.date-right > a > em{
    display:block;
    float:right;
}
.news-list.date-bottom > a > em{
}
.news-list.border-b > a{
    border-top:1px solid #e8e8e8;
}
.news-list.border-b > a:first-child{
    border-top:none;
}
.news-list.list-pre > a{
    padding-left:15px;
    box-sizing:border-box;
    position:relative;
}
.news-list.list-pre > a:before{
    content:"";
    display:block;
    position:absolute;
    left:0;
    top:calc(1.5em - 3px);
    background:#0081da;
    width:6px;
    height:6px;
    transform:rotate(45deg);
}
.news-list.list-pre.orange > a:before{
    background:#ffc41d;
}
.news-list.list-pre.yalan > a:before{
    background:#0abdb9;
}
.news-list.col-2{
    margin-left:-2%;
}
.news-list.col-2 a{
    float:left;
    width:48%;
    margin-left:2%;
}
.news-list.col-2:after{
    content:"";
    display:block;
    height:0;
    clear:both;
}
/*列表--添加分割*/
.division-line a:nth-child(5n+6){
    border-top:1px solid #dbdbdb;
    margin-top:10px;
}
/*列表--模块化--end*/
/*二级栏目切换--模块化--start*/
.box-tab > dt{
}
.box-tab > dt > ul > li{
    float:left;
    margin-left:25px;
}
.box-tab > dt > ul > li:first-child{
    margin-left:0;
}
.box-tab > dt > ul > li > a{
    display:block;
    text-align:center;
    height:32px;
    line-height:32px;
    font-size:1.125em;
}
.box-tab > dt > ul > li.focus > a{
    border-bottom:1px solid #f52727;
    margin-bottom:-1px;
}
.box-tab > dt > ul:after{
    content:"";
    display:block;
    height:0;
    clear:both;
}
.box-tab > dd{
    margin-top:10px;
}
.box-tab > dd > ul > li{
    display:none;
}
.box-tab > dd > ul > li.focus{
    display:block;
}
.box-tab.title-pre > dt > ul > li > div{
    font-size:1.25em;
    font-weight:bold;
    color:#333;
}
.box-tab.title-pre > dt{
    border-bottom:none;
    background:#ebeaef;
    height:50px;
    line-height:50px;
    border-radius:0 5px 5px 5px;
    margin-left:-21px;
}
.box-tab.title-pre > dt > ul > li.focus > div{
    border-bottom:none;
    margin-bottom:0;
    height:auto;
    margin-top:-9px;
}
.box-tab.title-pre > dt > ul > li.focus > div:after{
    display:block;
    content:"";
    clear:both;
    height:0;
}
.box-tab.title-pre > dt > ul > li.focus > div > *{
    float:left;
    display:block;
}
.box-title-name-pre{
    width:10px;
    background:#ff9100;
}
.box-title-name-middle{
    background:#1867bc;
    color:#fff;
    padding:0 30px;
    box-sizing:border-box;
}
.box-title-name-middle > i{
    font-size:18px;
    width:40px;
    height:40px;
    line-height:50px;
    float:left;
    border:1px dashed #ddd;
    border-radius:100px;
    vertical-align:sub;
    margin-right:10px;
    margin-top:5px;
    text-align:center;
}
.box-title-name-next{
    background:url(../images/big_title_next.png) no-repeat;
    width:162px;
    height:58px;
    background-size:100% auto;
}
/*more*/
.more{
    color:#888;
    font-size:0.875em;
}
.more:hover{
    color:#ff2626;
}
.more.more-right{
    float:right;
    padding-right:15px;
}
.more.more-right:after{
    content:"+";
    font-family:Simsun;
}
/*二级栏目切换--模块化--end*/
/*d-table*/
.d-table{
    display:table;
    table-layout:fixed;
    width:100%;
}
.d-table > *{
    display:table-cell;
    vertical-align:top;
}
.d-table-sub{
    display:table;
    table-layout:fixed;
    width:100%;
}
.d-table-sub > *{
    display:table-cell;
    vertical-align:top;
}
.col-half{
    width:100%;
}
.col-a-left{
    width:660px;
    float:left;
}
.col-a-right{
    margin-left:680px;
    overflow:hidden;
}
.col-b-right{
    width:380px;
}
.col-space{
    width:30px;
}
/*二级栏目-左侧菜单*/
.sub-nav-left{
    width:240px;
}
.sub-nav-left .nodes{
    background:#f6f6f6;
}
.sub-nav-left .nodes li{
    border-top:1px solid #e6e6e6;
}
.sub-nav-left .nodes li:first-child{
    border-top:none;
}
.sub-nav-left .nodes li > *{
    display:block;
    padding:15px 30px;
    font-size:1.125em;
}
.sub-nav-left .nodes li > span{
    width:54px;
    text-align:center;
    vertical-align:middle;
}
.sub-nav-left .nodes li > a:hover, .sub-nav-left .nodes li.focus > a{
    color:#fff;
    background:#167ece;
}
/*二级栏目-右侧*/
.box-tab.sub-box-c{
    position:relative;
}
.box-tab .third-title{
    margin:10px 10px 0;
}
.box-tab .third-title a{
    display:inline-block;
    font-size:.875em;
    border-radius:100px;
    padding:0 10px;
    background:none;
    line-height:30px;
    height:30px;
    margin:4px 5px 4px 0px;
    background-color:#f6f6f6;
}
.box-tab .third-title a.focus{
    background-color:#e7b24c;
    color:#fff;
    border-bottom:none;
    margin-bottom:4px;
}
.box-tab.sub-box-c .sub-title .arrow-down{
    display:none;
    content:"";
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAACuUlEQVRoQ93YS6hNURzH8eMRkTwGokwUtxgIAyHJW4kUyvsx4BbJjJAy8ShFDCQDMTJgcMujDISMGHgMkBRF3hflTaLj+zvZdfz7H517z2Ovv199Jv99zt5rnbXO2nvtQrFY/C+4xYjcYkRuMSK3GJFbjMgtRuQWI3KLEbnFiNxiRG4xIrcYkVuMqDyDcAon0F+FRNMdh3AWQ1UoTw/swE98xiakmlV4h184gF4oZTB2QZ3QGMl7bEBXpJIuWIZ2ZO1UZw5jOAqzcB/ZwYxGphXdkHfUicV4C9tOdWw1ShmNe7Af+oA10InyzAK8hm3fC0zHX+0bBW9kPmEl8socvIRt1zPMhJtxeAT7JY3MUjQ7M/AUtj3PMRf/zFR4ndFcnI9mZTIewrbjFRahqszGY9iTaDh1rNGZAG+av8EKdCiam2q4PdkTzEOjMhHewqNOLEenoqnkrRYarWmod8biLuz1dF/T6llTFsJbvx9gCuoV3QJuw15H97O1qPnmrDV6CfSr2ItoHk9CrdHSfwP2/F+gJww9X9Ul+jU0P73O3MF4dDYjcQ32vF+hZ766dSKLRmYddIO0F72FMeho9Ix0FfZ837AFDX3WWw8Nub24pob+rNWmBZdhz/Md29CU6GHyI2wjbqKazgzDRdjvazptRVOzEd40uw79eStFm6ELsN/TSOxELtkMb5pp3o+AzRCcgf38D+xGrtkOTQnbuCvQ/yCLNnBtsJ/Thm4fct/3aGXRNlm/qm3kJQxET5z+U7P2Q8eTiPb8e6Ctp22oOnDc1DLapvZBUukN7f29zniOoC+SjDqzF+UvMjzHkPIrp1LUmYOoNDIn0Q8hos4chR0ZLb3JTqdK0QKgKZR15hySn06Vos6ch26QA1SIHO2/9e6psfHebEfkFiNyixG5xYjcYkRuMSK3GE+x8Buma2tLCblf5wAAAABJRU5ErkJggg==) no-repeat center center;
    opacity:.80;
    filter:alpha(opacity=80);
    height:40px;
    width:40px;
    background-size:42%;
    cursor:pointer;
    position:absolute;
    right:0;
}
.box-tab.sub-box-c .sub-title .arrow-up{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAACuklEQVRoQ93YS4hOcRjH8XGJSC4LUTYKxUJYaEhyGZRGCuV+WaBIdoSUzQylRiwkC7GyGAvlUhZCVixcFkiKItdxKXcSvb6/d5yaeXqGmXnPe855/OpT0/POnPP/z/9yzv+tKZVK/wW3GJFbjMgtRuQWI3KLEbnFiNxiRG4xIrcYkVuMyC1G5BYjyiJTMLv1x7jpg/O4iiEqRIw6cQw/obE/h8EIlf44iqQTiTMYiBBRJw7iF9p2InESg1DoqBP7YEfC0pQr7DRTJxrQ0UhYR1C4aaaFvRdeJ07huKklDmMACpGe2I0fsA29hKHoC3XIfi5N0Oe5Zxe+wjbwCsYgyXCchv09raf96IXcsg1fYBunB+BY2IyAtmD7+xrNRuSSLfgE26jrGI+OMhIXYP/uO/Yg02zER9jG3MQk/CujcBH27zVFdyCTbII3nW6gM51IovVzGfY6GpmdqFp6YAO86XQLE9HVjIbWk73eN2yHdsRUowuuxHvYm95BLbqbcbgGe11Ns63ojVSikVgGrxP3MQ2VRpuDpqa9vqbwZqTSmcV4C3uTB5iBtDIBt2Hv8xnrUdE0W4gW2Is/xiykHW0Wd2Hvp9mwDt3KfDyDvegTLEC1MhX3YO/7BlqnXco86L9uL6aO6bNqR+d8rT97f3VmFTqVmXgEe5HX0FTLKtPxELYdr7AEf81keJ34gOXIOnV4Ctue56iHG22B3nDqAbgaeUVr9SVsuzTN56BdtPV5C0wjod1Cz5I8swje7vkC+s6s3L658EZC+7deDnM9J/yJGroU3vNMa3ctygcenbXbfmGgfVtP1NTfdSqIOrMCanjSTh2tdVzWO1s5OnPruKrOaCT0jlPUrME7qBMH0A/tMgzNOIEifyOo965DOAsd0lrjfbMdkVuMyC1G5BYjcosRucWI3GJEbjGeUs1vU5NrS5yfGOQAAAAASUVORK5CYII=) no-repeat center center;
    opacity:.80;
    filter:alpha(opacity=80);
    background-size:42%;
}
.box-tab.sub-box-c .box-title-name{
    color:#333;
    float:left;
    display:block;
    font-size:1.125em;
    font-weight:bold;
    margin-top:-9px;
}
.box-tab.sub-box-c .box-title-name > *{
    float:left;
    display:block;
}
.box-tab.sub-box-c .sub-title{
    background:#e4e4e4;
    height:50px;
    line-height:50px;
    margin-top:10px;
}
.box-tab.sub-box-c .sub-nav{
    display:none;
    padding:0 10px;
    background:#fafafa;
    border:1px solid #dbdbdb;
    width:100%;
    box-sizing:border-box;
    padding-top:15px;
    position:absolute;
    top:40px;
    z-index:8;
    box-shadow:0px 2px 4px rgba(0, 0, 0, 0.2);
}
.box-tab.sub-box-c .sub-nav a{
    display:block;
    padding:0 15px 15px 0px;
    font-size:.875em;
    float:left;
    color:#333;
}
.box-tab.sub-box-c .sub-nav a.focus{
    color:#cc0000;
}
.box-tab.sub-box-c .box-title-name i{
    background:url(../images/big_title_middle.png) repeat-x;
    height:58px;
    font-style:normal;
    color:#fff;
    display:block;
    float:left;
    padding:0 15px;
    font-size:1.125em;
    letter-spacing:3px;
}
/*版权*/
.copyright{
    font-size:0.875em;
    background:#005C9D;
    padding:15px 0px;
}
.copyright table, .copyright table a{
    color:#B3D5EC;
    line-height:1.75em;
}
.copyright div a,.copyright div span{
    display:inline-block;
    color:#b1c3e8;
}
.copyright a:hover{
    text-decoration:underline;
}
.foot-links a:before{
    content:"|";
    display:inline-block;
    padding:0 5px;
    transform:scale(0.875);
}
.foot-links a:first-child::before{
    display:none;
}
.copyright table td:last-child{
    width:260px;
}
.copyright img{
    vertical-align:middle;
}
.main-foot{
    font-size:0.8125em;
    line-height:1.75em;
    color:#b3d5ec;
    background:#005c9d;
}
.main-foot table{
    position:absolute;
    top:600px;
    width:100%;
    table-layout:fixed;
}
.main-foot table td a{
    color:#f9f3da;
}
.main-foot table td a:hover{
    text-decoration:underline;
}
.main-foot table td a img{
    vertical-align:middle;
}
.main-foot table td span{
    display:inline-block;
}
.main-foot table td span img{
    vertical-align:middle;
}
.main-foot-btn{
    font-weight:bold;
    font-size:1.125em;
}
.small-main-foot{
    display:none;
    padding:10px;
    text-align:center;
    line-height:18px;
    box-sizing:border-box;
    color:#fff;
}
.step:after{
    content:"|";
    font-family:Simsun;
    padding:0 3px;
    color:#f9f3da;
}
.main-foot .main-wrap{
    position:relative;
}
.foot-wrap{
    display:table;
    width:100%;
    padding:30px;
    box-sizing:border-box;
}
.foot-wrap:after{
    content:"";
    height:0;
    display:block;
    clear:both;
}
.foot-wrap > .foot-spans{
    display:table-cell;
    vertical-align:middle;
}
.foot-wrap > .foot-spans:first-child{
    width:100px;
}
.foot-wrap > .foot-spans:nth-child(2){
    width:auto;
}
.foot-wrap > .foot-spans:nth-child(3){
    width:140px;
    text-align:right;
}
.main-foot a{
    color:#b3d5ec;
}
.main-foot a:hover{
    color:#fff7d6;
}
.main-foot a img{
    vertical-align:sub;
}
.foot-links a:before{
    display:inline-block;
    content:"|";
    font-size:0.75em;
    padding:0 6px 0 5px;
    vertical-align:top;
}
.foot-links a:first-child:before{
    display:none;
}
@media screen and (max-width:1320px){
    .max-wrap{
        max-width:100%;
        min-width:100%;
    }
    .main-wrap{
        width:auto;
    }
    .banner{
        height:450px;
    }
    .banner ul li{
        height:450px;
        background-size:cover !important;
    }
    .pd-50{
        padding:0 20px 20px;
    }
    .logo-bar{
        top:50px;
        left:20px;
        width:auto;
    }
}
@media screen and (max-width:1000px){
    .logo-bar{
        display:none;
    }
    .pd-50{
        padding:0;
    }
    .pt-space{
        margin-top:15px;
    }
    .top-bar{
        display:none;
    }
    .banner{
        display:none;
        height:auto;
        background-color:#2e5aa6;
    }
    .banner ul{
        display:none;
    }
    .small-banner{
        display:block;
    }
    .pd-40{
        padding:0;
    }
    .pd-20{
        padding:0;
    }
    .border{
        border:none;
    }
    .mt-space{
        margin-top:0;
    }
    .sub-nav-left{
        display:none !important;
    }
    /*d-table*/
    .d-table{
        display:block;
    }
    .d-table > *{
        display:block;
    }
    .col-a-left{
        width:100%;
        float:none;
    }
    .col-space{
        display:none;
    }
    .col-a-right{
        margin-left:0;
        width:100%;
    }
    /*列表页*/
    .box-tab > dt{
    }
    .box-tab > dd{
        margin-top:0;
    }
    .box-tab > dd > ul > li{
        display:block;
    }
    .box-tab.title-pre > dt{
        display:none;
    }
    .news-list > a{
        padding-left:15px;
        padding-right:15px;
        border-top:1px solid #e8e8e8 !important;
    }
    .news-list > a:first-child{
        border-top:none !important;
    }
    .news-list > a:before, .news-list > a > em{
        display:none !important;
    }
    .news-list > a > span{
        width:100%;
        white-space:inherit;
        text-overflow:inherit;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
        overflow:hidden;
        color:#444;
    }
    .news-list.date-right > a > span{
        width:100%;
    }
    .small-title{
        display:block;
        background-color:#ededed;
        height:40px;
        line-height:40px;
        padding-left:10px;
        color:#333;
    }
    .title-name:before{
        content:"";
        float:left;
        width:7px;
        height:18px;
        margin-top:11px;
        border-radius:5px;
        background-color:#0083db;
        vertical-align:text-bottom;
        margin-right:8px;
    }
    .more.more-mobile{
        float:right;
        padding:0 20px;
        font-size:0.75em;
    }
    /*左右结构变化*/
    .sub-nav-left{
        display:none;
    }
    .box-tab.sub-box-c .sub-title{
        display:block;
        background:#ededed;
        height:40px !important;
        line-height:40px;
        margin-top:0;
    }
    .box-tab.sub-box-c.whly .sub-title:before{
        display:none;
    }
    .box-tab.sub-box-c{
        padding:0;
        border:none;
    }
    .box-tab.sub-box-c.no-title .sub-title{
        display:block;
    }
    .box-tab.sub-box-c .sub-title .arrow-down{
        display:block;
    }
    .box-tab.sub-box-c .sub-title .arrow-down{
        display:block;
    }
    .box-tab.sub-box-c .sub-nav-block{
        display:block;
    }
    .box-tab .box-title-name.second-title{
        display:block;
    }
    .box-tab .third-title a.focus{
        color:#fff;
        border-bottom:none;
        margin-bottom:4px;
    }
    .box-tab .sub-title.second-title{
        display:block !important;
    }
    .box-tab .third-title{
        margin:10px;
    }
    .box-tab.sub-box-c .box-title-name{
        margin-left:10px;
        font-size:0.9375em !important;
        color:#333 !important;
        margin-top:0;
    }
    .box-tab.sub-box-c .box-title-name:before, .box-tab.sub-box-c .box-title-name:after{
        height:36px;
    }
    .box-tab.sub-box-c .box-title-name i{
        height:36px;
        line-height:36px;
        font-size:1em;
    }
    .box-tab.sub-box-c .box-title-name > .box-title-name-middle{
        background:none;
        color:#333;
        padding:0;
        font-weight:normal;
        height:40px;
        line-height:40px;
    }
    .box-tab.sub-box-c .box-title-name > .box-title-name-middle:before{
        content:"";
        display:inline-block;
        width:7px;
        height:18px;
        border-radius:5px;
        background:#0083db;
        margin-right:8px;
        float:left;
        margin-top:11px;
    }
    .box-tab.sub-box-c .box-title-name > .box-title-name-next{
        display:none;
    }
    /*版权*/
    .main-foot{
        padding:0;
        margin:10px 0 0;
        background-image:none;
        height:auto;
    }
    .foot-wrap{
        display:none;
        position:relative;
        top:0;
        padding:10px;
        box-sizing:border-box;
    }
    .copyright table td div>*{
        display:none;
    }
    .copyright table td div {
        text-align:center;
    }
    .copyright table td div>.m-visible{
        display:inline-block;
        color:#e0e0e0;
    }
    .copyright table td:last-child{
        display:none;
    }
    .copyright table td:nth-child(2){
        width:auto;
    }
    #imgConac{
        width:50px;
    }
    .foot-wrap > .foot-spans:first-child{
        width:50px;
    }
    .foot-wrap > .foot-spans:nth-child(2){
        margin-left:55px;
    }
    .foot-spans a:first-child, .foot-spans span:first-child{
        padding-left:0;
        margin-left:0;
    }
    .foot-spans span:nth-child(2){
        display:none;
    }
    .foot-links a{
        display:none;
    }
    .foot-logo > img{
        width:50px;
    }
    #_ideConac img{
        width:50px !important;
    }
    .foot-spans a img, .foot-spans span img{
        width:16px;
    }
    .foot-logo{
        vertical-align:middle;
    }
    .foot-logo-border{
        border:1px solid #ddd;
        border-radius:6px;
        overflow:hidden;
    }
}
@media screen and (max-width:720px){
    .news-list > a > span{
        height:auto !important;
        white-space:inherit;
        text-overflow:inherit;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
        overflow:hidden;
        font-size:1em;
        color:#444;
    }
    .d-table-sub{
        display:block;
    }
    .d-table-sub > *{
        display:block;
    }
    .col-b-left{
        width:100%;
    }
    .box-title span{
        font-size:1.5em;
    }
}
/*内容页-模块化-start*/
.location *{
    display:block;
    float:left;
    font-style:normal;
    color:#656565;
}
.location{
    font-size:0.875em;
    padding:15px 0;
}
.location > i:before{
    content:"";
    display:none;
    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;
}
.sub-content .big-title{
    padding-top:10px;
    font-size:2em;
    text-align:center;
    color:#333;
}
.sub-content .second-title{
    padding-top: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:10px;
}
.news_content_description{
    font-size:.75em;
    color:#888;
    text-indent:2em;
    background-color:#fafafa;
    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;
}
.news_content_content table p{
    text-indent:0;
}
.news_content_content img{
    max-width:95%;
    height:auto !important;
}
.news_content_content p img{
    margin-left:-2em;
}
.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:700px;
    height:auto !important;
}
.news-content-share{
    float:left;
}
@media screen and (max-width:1000px){
    .news_content_other{
        display:none;
    }
    .sub-content{
        padding:10px 15px;
    }
    .sub-content .big-title{
        font-size:1.5em;
        font-weight:bold;
        padding-top:0;
    }
    .location{
        padding:10px;
    }
}
@media screen and (max-width:720px){
    .news_content_img img{
        max-width:100%;
    }
    .news_content_content img{
        max-width:100%;
    }
    .news_content_other{
        display:none;
    }
    .pd-space{
        padding:10px;
    }
}
@media screen and (max-width:480px){
    .sub-content .big-title, .sub-content .second-title, .sub-content .content-small-title{
        /*text-align:left;*/
    }
    .sub-content .big-title{
        font-size:1.25em;
    }
    .second-title{
        font-size:1.125em;
    }
}
@media screen and (max-width:320px){
    .ptlr-20{
        padding:10px;
    }
}
/*内容页-模块化-end*/
/*翻页-模块化-start*/
.page-tile{
    display:block;
    border-width:1px 0;
    font-family:Verdana, Arial;
    text-align:center;
    margin-top:20px;
    box-sizing:border-box;
}
.page-tile:after{
    display:block;
    content:"";
    clear:both;
}
.page-tile > span:first-child{
    display:none;
}
.page-tile > *{
    color:#888;
    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;
    border:1px solid #AFD5F5;
    margin:0 3px;
    font-style:normal;
}
.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{
    font-weight:bold;
    background-color:#2e5aa6;
    color:#fff;
    border:1px solid #2e5aa6;
}
.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:1000px){
    .page-tile a, .page-tile span{
        display:none;
    }
    .page-tile > *{
        float:none;
        border:1px solid #e8e8e8;
    }
    .page-tile{
        text-align:center;
        padding:0 0 10px;
    }
    .page-tile a.prev, .page-tile a.next{
        display:inline-block;
        box-sizing:border-box;
        color:#333;
    }
    .page-tile a.prev:before{
        content:"上一页";
    }
    .page-tile a.next:before{
        content:"下一页";
    }
}
/*翻页-模块化-end*/
/*适老开关*/
.top-link{
    font-size:16px;
    position:absolute;
    top:0;
    left:calc(50% + 600px);
    z-index:100;
    height:36px;
    line-height:36px;
}
.pip-triggers{
    line-height:20px;
    text-align:left;
}
.pip-triggers > em > i{
    vertical-align:middle;
    color:#e8e8e8;
}
.pip-triggers > em > i.pip-triggers-on{
    background:#e8e8e8;
    color:#444;
}
@media screen and (max-width:1350px){
    .top-link{
        left:auto;
        right:10px;
    }
}
/*适老开关 end*/