@charset "utf-8";
body{
    padding:0;
    margin:0;
    font-family:"Microsoft Yahei", Verdana, Arial;
    font-size:16px;
    -webkit-text-size-adjust:none;
    background:#f7f7f7;
    position:relative;
}
@font-face{
    font-family:"icomoon";
    src:url("../../fonts/topic_yshj/icomoon.eot?2z3o0y1");
    src:url("../../fonts/topic_yshj/icomoon.eot?#iefix2z3o0y1") format("embedded-opentype"),
    url("../../fonts/topic_yshj/icomoon.woff?2z3o0y1") format("woff"),
    url("../../fonts/topic_yshj/icomoon.ttf?2z3o0y1") format("truetype"),
    url("../../fonts/topic_yshj/icomoon.svg?2z3o0y1#icomoon") format("svg");
    font-weight:normal;
    font-style:normal;
}
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:#000;
    text-decoration:none;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.border{
    border:1px solid #e8e8e8;
    box-sizing:border-box;
}
.white-bg{
    background-color:#fff;
}
.border-radius{
    border-radius:6px;
}
.pt-space{
    padding-top:30px;
}
.pt-space01{
    padding-top:20px;
}
.pd-30{
    padding:20px 30px;
    box-sizing:border-box;
}
.pd-50{
    padding:20px 50px;
    box-sizing:border-box;
}
.mt-space{
    margin-top:20px;
}
.max-wrap{
    max-width:1920px;
    min-width:1260px;
    margin:0 auto;
    position:relative;
}
.main-wrap{
    width:1260px;
    margin:0 auto;
}
.logo-bar{
    position:absolute;
    width:100%;
    top:25px;
    z-index:99;
}
.logo img{
    display:block;
}
/*头图--开始*/
.banner{
    height:648px;
    overflow:hidden;
    position:relative;
    width:100%;
}
.banner ul{
    float:left;
}
.banner ul li{
    display:none;
    height:648px;
    left:0;
    position:absolute;
    top:0;
    width:100%;
}
.small-banner{
    display:none;
}
.small-banner img{
    display:block;
    width:100%;
}
/*头图--结束*/
/*图片集pic-library(图片强制铺满)*/
.pic-library > li{
    float:left;
    width:100%;
}
.pic-library > li a{
    display:block;
}
.pic-library.col-2 > li{
    width:49%;
    margin-left:2%;
}
.pic-library.col-2 > li{
    margin-top:20px;
}
.pic-library.col-2 > li:nth-child(2n+1){
    margin-left:0;
}
.pic-library.col-3{
    margin-left:-1%;
}
.pic-library.col-3 > li{
    width:32.3%;
    margin-left:1%;
}
.pic-library.col-4{
    margin-left:-2%;
    margin-top:-2%;
}
.pic-library.col-4 > li{
    width:23%;
    margin-left:2%;
    margin-top:2%;
}
.pic-library.col-5{
    margin-left:-1%;
}
.pic-library.col-5 > li{
    width:19%;
    margin-left:1%;
    margin-top:20px;
}
.pic-library.col-6{
    margin-left:-1%;
}
.pic-library.col-6 > li{
    width:15.6%;
    margin-left:1%;
}
.pic-library.col-6 > li:first-child .img-size03 > span{
    top:25%;
}
.pic-library li span{
    display:block;
    text-align:center;
    padding-top:8px;
    font-size:1.25em;
    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:26.82%;
    position:relative;
}
.img-size02{
    padding-top:17.78%;
    position:relative;
}
.img-size03{
    padding-top:56.6%;
    position:relative;
}
.img-size .img-frame{
    border-radius:3px;
}
.img-frame{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:#f5f6f8;
    text-align:center;
    font-size:0;
    overflow:hidden;
    border-radius:6px;
}
.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);
}
.img-size03 > span{
    position:absolute;
    top:34%;
    text-align:center;;
    width:100%;
    font-size:1.125em;;
    font-weight:bold;
    color:#333;
    z-index:99;
}
/*列表--模块化--start*/
i, em{
    font-weight:normal;
    font-style:normal;
}
.small-title{
    display:none;
}
.news-list > a:after{
    content:"";
    display:block;
    clear:both;
    height:0;
}
.news-list > a{
    display:block;
    line-height:1.5em;
    padding:.75em 0;
}
.news-list > a > span{
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color:#333;
}
.news-list > a:hover > span{
    color:#ce160b !important;
}
.news-list > a > em{
    color:#999;
    font-size:0.875em;
    font-family:Arial, Verdana;
}
.news-list.date-right > a > span{
    float:left;
    width:calc(100% - 5em);
}
.news-list.date-right > a > em{
    float:right;
}
.news-list.date-bottom > a > em{
    display:block;
}
.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 > span{
    padding-left:15px;
    box-sizing:border-box;
    position:relative;
}
.news-list.list-pre > a > span:before{
    content:"";
    display:block;
    position:absolute;
    left:0;
    top:calc(.75em - 3px);
    background:#0081da;
    width:6px;
    height:6px;
    border-radius:100px;
}
.box-second-title-bar{
    height:3em;
    line-height:3em;
}
.box-second-title{
    display:block;
    font-size:1.25em;
    font-weight:bold;
    color:#333;
    float:left;
    padding-left:30px;
    background:url(../images/modification01.png..png) no-repeat left center;
}
.division-line a:nth-child(5n+6):before{
    top:31px;
}
.news-list.col-2 li{
    float:left;
    width:48%;
    margin-left:4%;
}
.news-list.col-2:after{
    content:"";
    display:block;
    height:0;
    clear:both;
}
.news-list.col-2 li:nth-child(2n+1){
    margin-left:0;
}
.news-list.col-2 li:nth-child(2n){
    margin-left:4%;
}
/*列表--添加分割*/
.division-line a:nth-child(5n+6){
    border-top:1px solid #dbdbdb;
    margin-top:10px;
}
/*18个政策文件分类*/
.classification > dl{
    width:48.5%;
    margin-left:3%;
    float:left;
}
.classification > dl:nth-child(2n+1){
    margin-left:0;
}
.classification > a{
    width: 24.25%;
    display: block;
    float: left;
    background: #ffff;
    border: 1px dotted #ccc;
    margin: 0 0 15px 1%;
    padding: 15px 15px 15px 30px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 1.0625em;
    height: calc(1.5em + 30px);
    position: relative;
    border-radius: 5px;
}
.classification > a:before{
    content:"";
    display:inline-block;
    background:#3aa7ec;
    height:8px;
    width:8px;
    margin-right:10px;
}
.classification > a:nth-child(4n+1){
    margin-left:0;
}
.classification > a.focus{
    background:#3561b1;
    color:#fff;
    border:none;
}
.classification-title{
    display:block;
    font-size:1.25em;
    font-weight:bold;
    text-align:center;
    padding-top:10px;
    border-bottom:1px solid #e8e8e8;
}
.classification-title:after{
    content:"";
    display:block;
    width:30px;
    height:6px;
    background:#3561b1;
    margin:0 auto;
    margin-top:7px;
}
/*列表--模块化--end*/
/*icon-list*/
.icon-list li{
    display:block;
    float:left;
    text-align:center;
    /*border: 1px solid #e8e8e8;*/
    box-sizing:border-box;
    color:#666;
    margin-top:20px;
}
.icon-list li i{
    font-style:normal;
    font-family:"icomoon";
    display:block;
    font-size:1.5em;
}
.icon-list li span{
    display:block;
    padding-top:6px;
}
.icon-list.col-2{
    margin-left:-2%;
}
.icon-list.col-2 li{
    width:48%;
    margin-left:2%;
    padding:10px 0;
}
.icon-list.col-3{
    margin-left:-2%;
}
.icon-list.col-3 li{
    width:31.3%;
    margin-left:2%;
    border:none;
}
.icon-list.col-4{
    margin-left:-1%;
}
.icon-list.col-4 li{
    width:24%;
    margin-left:1%;
}
.icon-list.col-6{
    margin-left:-1.5%;
}
.icon-list.col-6 li{
    width:15.1%;
    margin-left:1.5%;
}
/*Business-guide 办事指南*/
.Business-guide .icon-list a{
    display:block;
    background:#fff;
    border:none;
    border-radius:3px;
    padding:30px 0;
    -webkit-transition:background-color 400ms;
    transition:background-color 400ms;
}
.Business-guide .icon-list a i{
    font-size:2.5em;
    color:#0870cd;
}
.Business-guide .icon-list a span{
    font-size:1.125em;
    color:#333;
    font-weight:bold;
    padding-top:10px;
}
.Business-guide .icon-list a:hover{
    background:#0d67b7;
}
.Business-guide .icon-list a:hover i, .Business-guide .icon-list a:hover span{
    color:#fff !important;
}
/*二级栏目切换--模块化--start*/
.box-tab > dt{
    border-bottom:1px solid #ccc;
}
.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:after{
    content:"";
    display:block;
    height:0;
    clear:both;
}
.box-tab > dd > ul > li{
    display:none;
}
.box-tab > dd > ul > li.focus{
    display:block;
}
.box-tab.title-pre > dt > ul > li > .box-title{
    font-size:1.25em;
    font-weight:bold;
    color:#333;
    cursor:default;
}
.box-tab.title-pre > dt{
    border-bottom:none;
    line-height:49px;
}
.box-tab.title-pre > dt > ul > li.focus > .box-title > *{
    float:left;
    display:block;
}
.box-title-name-middle{
    background:#0870cd;
    color:#fff;
    box-sizing:border-box;
    border-radius:30px 0 0 30px;
    padding-left:50px;
    padding-right:20px;
}
.box-title-name-next{
    background:url(../../images/topic_yshj/big_title_next.png) no-repeat 0 -5px;
    width:135px;
    height:59px;
    margin-left:-1px;
}
.box-tab.title-pre.lengthen > dt > ul > li.focus{
    width:100%;
}
.box-tab.title-pre.lengthen > dt > ul > li .box-title-name-middle{
    width:calc(100% - 135px);
    width:-webkit-calc(100% - 135px);
    width:-moz-calc(100% - 135px);
}
/*more*/
.more{
    color:#888;
    font-size:0.875em;
}
.more.red{
    color:red;
    display:block;
}
.more:hover{
    color:#ff2626;
}
.more.more-right{
    float:right;
}
.more.more-right:after{
    content:"+";
    font-family:Simsun;
}
.more.more-bottom{
    height:36px;
    line-height:36px;
    display:inline-block;
    padding:0 10px;
}
.more.more-bottom:after{
    content:">>";
    font-family:Simsun;
    padding-left:5px;
}
.color-bg .more.more-bottom{
    color:#fff;
}
.more.more-bottom:hover{
    color:red;
}
/*二级栏目切换--模块化--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;
}
.col-narrow{
    width:336px;
}
.focus-pic02{
    margin-top:25px;
}
/*二级页面左右结构-start*/
.sub-nav-left{
    width:240px;
    background:#fafafa;
}
.sub-nav-left .nodes span{
    display:inline-block;
}
.sub-nav-left .nodes a{
    display:block;
    font-size:0.875em;
}
.sub-nav-left .nodes a:first-child{
    border-top:none;
}
.sub-nav-left .nodes li a.focus{
    background-color:#eaeaea;
}
/*二级栏目-左侧菜单*/
.sub-nav-left .nodes{
}
.sub-nav-left .nodes li{
    display:table;
    width:100%;
    table-layout:fixed;
    border-bottom:1px solid #e6e6e6;
}
.sub-nav-left .nodes li > *{
    display:table-cell;
    vertical-align:top;
}
.sub-nav-left .nodes li > span{
    width:54px;
    text-align:center;
    vertical-align:middle;
}
.sub-nav-left .nodes li > a{
    padding:15px 30px;
    font-size:1.125em;
}
.sub-nav-left .nodes li > a:hover, .sub-nav-left .nodes li.focus > a{
    color:#fff;
    background:#0359c1;
}
.box-tab.sub-box-c{
    position:relative;
}
.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:#6bb5f9;
    color:#fff;
    border-bottom:none;
    margin-bottom:4px;
}
/*三级栏目较多的情况下-start*/
.box-tab .third-title-2{
    padding:0 15px;
    border-bottom:1px solid #dbdbdb;
}
.box-tab .third-title-2 a{
    display:block;
    float:left;
    color:#000;
    margin:10px 5px 10px 5px;
    line-height:1.8em;
    font-size:.875em;
    padding:0 8px;
}
.box-tab .third-title-2 a.focus{
    border-bottom:none;
    background-color:#1bbc9b;
    color:#fff;
    border-radius:15px;
}
/*三级栏目较多的情况下-end*/
.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;
    height:2.5em;
    line-height:2.5em;
    font-size:1.125em;
    font-weight:bold;
}
.box-tab.sub-box-c .sub-title{
    border-bottom:1px solid #dbdbdb;
    box-sizing:border-box;
    margin-bottom: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/topic_yshj/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;
}
.box-tab.sub-box-c.classification-bar .box-title-name{
    float:none;
    text-align:center;
    margin-bottom:2px;
}
.box-tab.sub-box-c.classification-bar .box-title-name:after{
    content:"";
    display:block;
    width:36px;
    height:3px;
    background:#3aa7ec;
    margin:0 auto;
}
/*版权*/
.footer{
    max-width:1920px;
    margin-left:auto;
    margin-right:auto;
    line-height:2em;
    margin-top:20px;
    padding-top:145px;
    padding-bottom:25px;
    text-align:left;
    color:#fff;
    background:url(../../images/topic_yshj/main-foot_bg.png) no-repeat center center;
}
.copyright a{
    color:#fff;
}
.copyright table{
    width:100%;
    table-layout:fixed;
}
.copyright table td:first-child{
    text-align:right;
}
.copyright table td:last-child{
    text-align:left;
}
.copyright .mobile{
    display:none;
}
.copyright div a,.copyright div span{
    display:inline-block;
    padding:0 5px;
}
@media screen and (max-width:1260px){
    body{
        background:#fff;
    }
    .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:15px;
    }
    .logo-bar .logo{
        padding-left:20px;
    }
    .classification > a{
        width:32.6666%;
        margin-left:1% !important;
        font-weight:normal;
        font-size:1em;
    }
    .classification > a:nth-child(3n+1){
        margin-left:0 !important;
    }
}
@media screen and (max-width:1000px){
    .logo-bar{
        display:none;
    }
    .pd-50{
        padding:0;
        padding-top:10px;
    }
    .top-bar{
        display:none;
    }
    .pt-space{
        padding-top:0;
    }
    .pt-space01{
        padding-top:10px;
    }
    .pd-30, .pd-50{
        padding:0;
    }
    .pd-80{
        padding:10px 15px;
    }
    .mt-space{
        margin-top:0;
    }
    .border{
        border:none;
    }
    .banner{
        display:none;
        height:auto;
        background-color:#2e5aa6;
    }
    .banner ul{
        display:none;
    }
    .small-banner{
        display:block;
    }
    .box-tab.title-pre > dt > ul > li > a{
        font-size:1.125em;
    }
    .icon-list.col-6 li{
        width:31.3333%;
        margin:10px 1% !important;
    }
    .sub-nav-left{
        display:none !important;
    }
    /*d-table*/
    .d-table{
        display:block;
    }
    .d-table > *{
        display:block;
    }
    .col-a-left{
        width:100%;
        float:none;
        padding:0 10px;
        box-sizing:border-box;
    }
    .col-space{
        display:none;
    }
    .col-a-right{
        margin-left:0;
        width:100%;
    }
    /*列表页*/
    .box-tab > dt{
        display:none;
    }
    .box-tab > dd{
        margin-top:0;
    }
    .box-tab > dd > ul > li{
        display:block;
    }
    .news-list > a > em{
        display:block;
        width:100%;
    }
    .news-list > a > span{
        width:100%;
        height:inherit !important;
        max-height:3em !important;
        white-space:inherit;
        display:-webkit-box;
        text-overflow:inherit;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
        overflow:hidden;
    }
    .news-list.date-right > a > span{
        width:100%;
    }
    .news-list > a:first-child{
        border-top:none !important;
    }
    .news-list > a{
        border-top:1px solid #e8e8e8 !important;
        padding-left:15px;
        padding-right:15px;
        box-sizing:border-box;
    }
    .news-list > a:before,.news-list.list-pre > a > span:before{
        display:none !important;
    }
    .news-list.list-pre > a > span{
        padding-left:0;
    }
    .news-list > a.top-news{
        border-bottom:none;
    }
    .box-tab.title-pre > dt > ul > li > .box-title{
        font-size:1em;
    }
    .box-second-title-bar{
        display:none;
    }
    /*移动端small-title*/
    .small-title{
        display:block;
        margin:10px 0 0 5px;
    }
    .small-title > *{
        display:block;
        float:left;
    }
    .small-title .title-name{
        background:#0870cd;
        color:#fff;
        height:38px;
        line-height:38px;
        box-sizing:border-box;
        border-radius:20px 0 0 20px;
        padding:0 10px 0 20px;
        font-weight:bold;
        font-size:0.9375em;
    }
    .small-title .title-name-after{
        background:url(../../images/topic_yshj/big_title_next_m.png) no-repeat 0 -4px;
        width:135px;
        height:46px;
        margin-left:-1px;
    }
    .more.more-mobile{
        float:right;
        padding-right:10px;
        font-size:0.75em;
        height:38px;
        line-height:38px;
    }
    .more.more-mobile:before{
        content:attr(icon);
        font-family:icomoon;
        font-weight:bold;
        font-size:1.25em;
    }
    /*左右结构变化*/
    .sub-nav-left{
        display:none;
    }
    .box-tab.sub-box-c .sub-title{
        display:block;
    }
    .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{
        font-size:0.9375em !important;
        color:#333 !important;
        height:40px !important;
        line-height:40px !important;
        float:left !important;
        padding-left:15px;
    }
    .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.classification-bar .box-title-name:after{
        display:none;
    }
    /*pic-library*/
    .pic-library{
        padding:0 15px;
    }
    .pic-library.col-2 > li{
        width:100%;
        margin-left:0;
        margin-top:10px;
    }
    .pic-library.col-4 > li{
        width:48%;
    }
    .pic-library.col-6 > li{
        width:32.3333%;
        margin-top:20px;
    }
    .pic-library li span{
        font-weight:normal;
    }
    .pic-library.col-6 > li:first-child .img-size03 > span{
        top:28%;
    }
    .pic-library.col-7 > li{
        width:24%;
        margin-top:1%;
    }
    /*版权*/
    .footer{
        height:auto;
        padding: 10px;
        line-height:1.5em;
        text-align: center;
        background: #0359c1;
    }
    .copyright .mobile{
        display:block;
    }
    .copyright table td div>*{
	display:none;
    }
    .copyright table td div>.m-visible{
	display:inline-block;
    }
    .copyright table td:first-child,
    .copyright table td:last-child{
	display:none;
    }
    .copyright table td:nth-child(2){
	width:auto;
    }
}
@media screen and (max-width:720px){
    .d-table-sub{
        display:block;
    }
    .d-table-sub > *{
        display:block;
    }
    .col-b-left{
        width:100%;
    }
    /*pic-library*/
    .pic-library.col-6 > li{
        width:49%;
    }
    /*Business-guide*/
    .Business-guide .icon-list a{
        padding:0;
    }
    .Business-guide .icon-list a span{
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
        overflow:hidden;
        line-height:1.25em;
        height:2.5em;
        font-weight:normal;
        font-size:1em;
    }
    .Business-guide .icon-list a i{
        font-size:1.75em;
    }
}
@media screen and (max-width:480px){
    /*pic-library*/
    .pic-library.col-3 > li{
        width:98%;
        margin-top:10px;
    }
    .pic-library li span{
        font-size:1em;
    }
}
/*内容页-模块化-start*/
.location *{
    display:block;
    float:left;
    font-style:normal;
    color:#656565;
}
.location{
    font-size:0.875em;
    padding:15px 0;
    line-height:1.5em;
}
.location > i: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:1.5em;
    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:10px 0;
    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:1.5em;
    border-bottom:1px #e8e8e8 solid;
    padding-bottom:1.25em;
}
.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 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;
}
.news_content_attachments{
    margin-top:20px;
}
/*控制内容页中的table,统一添加*/
.news_content_content table{
    max-width:100% !important; /*重置表格宽度*/
    margin:0 auto; /*设置表格居中*/
    all:revert;
    border-collapse:collapse; /*双线合一*/
}
.news_content_content, .news_content_content p{
    word-break:break-all; /*防止内容中有不能自动回行的编码或者较长的字母*/
}
.news_content_content table p{
    text-indent:0 !important; /*table中的p禁止缩进*/
    word-break:break-all; /*防止内容中有不能自动回行的编码或者较长的字母*/
}
.news_content_content table td{
    width:initial; /*重置td的宽度*/
    line-height:initial; /*重置td的行高*/
}
@media screen and (max-width:1000px){
    /*控制内容页中的table,统一添加*/
    .news_content_content table td{
        border:none !important; /*统一去除不规则的表格线*/
        border:1px solid #000 !important; /*防止表格缺失表格线*/
        padding:0 !important; /*防止td上有padding导致宽度溢出*/
        white-space:normal !important; /*防止td上有nowrap影响自动回行*/
    }
    .news_content_content table{
        width:100% !important; /*重置表格宽度*/
        margin:0 !important; /*防止table上写margin值*/
    }
    .news_content_other{
        display:none;
    }
    .sub-content .big-title{
        font-size:1.5em;
        font-weight:bold;
    }
    .location{
        padding:5px 0;
        padding-left:15px;
    }
    .classification{
        display:none;
    }
}
@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{
        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*/
/*翻页-模块化-start*/
.page-tile{
    display:block;
    border-width:1px 0;
    font-family:Verdana, Arial,"Microsoft YaHei";
    text-align:center;
    margin-top:20px;
    box-sizing:border-box;
}
.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.875em;
    line-height:2.25em;
    height:2.25em;
    overflow:hidden;
    background:#f2f2f2;
    border:1px solid #eee;
    font-style:normal;
}
.page-tile > *:before{
    font-size:1.25em;
    font-weight:400;
    font-family:serif;
}
.page-tile .more:before{
    content:"…";
}
.page-tile .more:hover{
    background:#f2f2f2;
    color:#888;
    cursor:default;
}
.page-tile .focus{
    background:#3170de;
    color:#fff;
}
.page-tile a.prev:before{
    content:"\2039"
}
.page-tile a.next:before{
    content:"\203A"
}
.page-tile a.last:before{
    content:"\203A\203A"
}
.page-tile span.focus{
    background-color:#509fef;
    color:#fff;
    border:1px solid #509fef;
}
.page-tile a:hover{
    text-decoration:none !important;
}
.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;
    cursor:pointer;
    background:#B8CBEB;
    color:#103E89;
}
@media screen and (max-width:1000px){
    .page-tile > em{
        display:none;
    }
    .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*/