@charset "utf-8";
@font-face{
    font-family:"icomoon";
    src:url("../fonts/public-service.eot?nf1wpi");
    src:url("../fonts/public-service.eot?nf1wpi#iefix") format("embedded-opentype"), url("../fonts/public-service.ttf?nf1wpi") format("truetype"), url("../fonts/public-service.woff?nf1wpi") format("woff"),
    url("../fonts/public-service.svg?nf1wpi#public-service") format("svg");
    font-weight:normal;
    font-style:normal;
}
body *{
    transition-property:transform, color, background, opacity, border, display !important;
}
html, body{
    margin:0;
    padding:0;
    font:16px "Microsoft YaHei";
    color:#333;
    background-color:#fff;
    -webkit-text-size-adjust:none;
}
img{
    border:none;
}
dl, dt, dd, ul, li, form, input, textarea{
    margin:0;
    padding:0;
    list-style:none;
}
i, em{
    font-weight:normal;
    font-style:normal;
}
.clearfix{
    zoom:1;
}
.clearfix:after{
    content:"";
    display:block;
    clear:both;
    height:0;
}
a{
    color:#666;
    text-decoration:none;
}
input[type="text"]::-webkit-input-placeholder{ /* WebKit browsers */
    color:#aaa;
}
input[type="text"]:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
    color:#aaa;
}
input[type="text"]::-moz-placeholder{ /* Mozilla Firefox 19+ */
    color:#aaa;
}
input[type="text"]:-ms-input-placeholder{ /* Internet Explorer 10+ */
    color:#aaa;
}
.max-wrap{
    max-width:1920px;
    min-width:1200px;
    margin:0 auto;
}
.main-wrap{
    width:1200px;
    margin:0 auto;
}
.pb-10{
    padding-bottom:10px;
}
.mt-15{
    margin-top:15px;
}
.mt-20{
    margin-top:20px;
}
.ml-50{
    margin-left:50px;
}
.mb-15{
    margin-bottom:15px;
}
.ptlr-20{
    padding:12px 20px 0;
}
.pb-15{
    padding-bottom:15px;
}
.pd-20{
    padding:10px 20px;
}
.pt-15{
    padding-top:15px;
}
.ptb-30{
    padding:0 0 20px;
}
.bg-fa{
    background-color:#fafafa;
}
.bg-f{
    background-color:#fff;
}
/*.bg-ed {
	background-color: #ededed;
}*/
.bg-sky-blue{
    background-color:#3baeda;
}
.mtb-12{
    margin:6px 0;
}
.pd-tb{
    padding:20px 0 5px;
}
.bd-tlr{
    border:1px solid #e1e2e3;
    border-width:1px 1px 0;
}
.bd-blr{
    border:1px solid #e1e2e3;
    border-width:0 1px 1px;
}
.bd-all{
    border:1px solid #e2e2e2;
}
.ptb-20{
    padding:10px 0;
}
/*top-bar start*/
.top-bar{
    color:#888;
    font-size:14px;
    line-height:36px;
    background-color:#f2f2f2;
    border-top:2px solid #c5221e;
    box-sizing:border-box;
}
.top-bar a{
    color:#888;
}
.top-bar .english{
    color:#f15447;
}
.top-bar a:hover{
    text-decoration:underline;
}
.top-bar .four-links{
    float:left;
}
.top-bar .version-links{
    float:left;
}
.link-sep:before{
    content:"|";
    display:inline-block;
    padding:0 3px;
}
/*top-bar end*/
/*logo 搜索开始*/
.logo{
    z-index:3;
    position:absolute;
    top:35px;
    left:40px;
}
.logo img{
    display:block;
}
.logo a{
    color:#ea4335;
    padding:10px 15px;
    position:absolute;
    right:0;
    top:18px;
    font-family:HelveticaLTStd-Light, Arial;
    display:none;
}
.logo-mobile{
    display:none;
    padding:0 10px 10px;
}
.logo-mobile img{
    display:block;
}
.find-bar-wrap{
    position:relative;
    width:240px;
    float:right;
}
.find-bar{
}
.find-bar input{
    display:block;
    float:left;
    height:34px;
    line-height:34px;
    outline:none;
    margin:0;
}
.find-bar input[type="text"]{
    width:calc(100% - 60px);
    width:-moz-calc(100% - 60px);
    width:-webkit-calc(100% - 60px);
    padding-left:10px;
    border:2px solid #c5221e;
    box-sizing:border-box;
    color:#666;
    background:transparent;
}
.find-bar input[type="submit"]{
    float:right;
    border:none;
    width:60px;
    font-size:0.875em;
    cursor:pointer;
    background-color:#c5221e;
    color:#fff;
}
.find-bar em{
    position:absolute;
    clear:both;
    padding:5px;
    font-size:.75em;
    color:#f00;
    font-style:normal;
    left:0;
    background-color:rgba(255,255,255,.66);
}
/*logo 搜索结束*/
/*菜单start*/
.nav-bar{
    clear:both;
    margin-top:22px;
}
#menu {
    width:calc(100% - 240px);
    width:-moz-calc(100% - 240px);
    width:-webkit-calc(100% - 240px);
    float:left;
}
#menu a{
    display:block;
    font-family:"simsun";
    line-height:1.5em;
    padding:.5em 0.625em;
    font-weight:bold;
    color:#333;
    text-align:center;
}
#menu > ul > li{
    display:block;
    float:left;
    width:16.6%;
}
#menu > ul > li:hover > a{
    background-color:#e2312d;
    color:#fff;
    -webkit-transition:background-color 400ms;
    transition:background-color 400ms;
}
#menu > ul > li.focus > a{
    background-color:#c5221e;
    color:#fff;
}
#menu > ul > li.focus:hover > a{
    background-color:#e2312d;
    color:#fff;
}
/*菜单end*/
/*top-banner start*/
.top-banner{
    position:relative;
    height:295px;
    width:1200px;
    margin:0 auto;
    overflow:hidden;
}
.banner-bar li{
    height:295px;
    display:none;
    left:0;
    min-width:1000px;
    position:absolute;
    top:0;
    width:100%;
}
.banner-keyword{
    position:absolute;
    top:90px;
    right:0;
    width:530px;
    margin:0 auto;
}
.banner-keyword > li{
    position:absolute;
    opacity:0;
}
.top-banner .hd a{
    top:45% !important;
}
.top-banner .hd a{
    display:none !important;
}
/*news_notice 头条*/
.news-notice{
    padding:15px 0;
    text-align: center;
}
.news-notice > .content{
    display: block;
    font-size: 1.875em;
    font-weight:bold;
    color:#D60000;
    padding:.25em 15px;
    line-height:1.5em;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    letter-spacing:2px;
}
.news-notice > .content:hover{
    color:#ff7900;
}
/*小头条*/
.small-headline{
    line-height: 1.25em;
    height: 1.25em;
    overflow: hidden;
    margin-bottom:10px;
}
.small-headline>a{
    display: inline-block;
    white-space: nowrap;
    color: #333;
}
.small-headline>a:hover{
    color:#ff7900;
}
.small-headline>a:before{
    content: " | ";
}
.small-headline>a:first-child:before{
    content:"";
}
@media screen and (max-width: 1000px){
    .find-bar-wrap {
        position: absolute;
        left: 0;
        float: none;
        width:calc(100% - 40px);
        width:-moz-calc(100% - 40px);
        width:-webkit-calc(100% - 40px);
    }
    .news-notice > .content{
        font-size: 1.3125em;
        font-weight: normal;
        white-space: inherit;
        overflow: inherit;
        text-overflow: inherit;
    }
    .small-headline{
        line-height: 1.75em;
        height:auto;
    }
    .small-headline>a:before{
        content:"";
    }
    .small-headline>a{
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 8px;
        height: auto;
        line-height: 1.75em;
    }
}
/*头条结束*/
.d-table{
    display:table;
    table-layout:fixed;
    width:100%;
}
.d-table > *{
    display:table-cell;
    vertical-align:top;
}
.col-a-narrow{
    width:540px;
    box-sizing:border-box;
}
.col-a-narrow.ptlr-20.bg-fa.has-bd{
    width:800px;
}
.col-a-narrow.has-bd{
    border:1px solid #E1E2E3;
}
.col-a-wide.has-bd{
    border:1px solid #e1e2e3;
    border-width:1px 1px 1px 0;
}
.focus-pic{
    width:540px;
    float:left;
}
.focus-pic-right{
    width:calc(100% - 580px);
    width:-moz-calc(100% - 580px);
    width:-webkit-calc(100% - 580px);
    float:right;
}
.sub-focus-pic{
    width:570px;
    float:left;
}
.sub-focus-pic img {
    width:100%;
}
.sub-focus-picright{
    width:calc(100% - 590px);
    width:-moz-calc(100% - 590px);
    width:-webkit-calc(100% - 590px);
    float:right;
}
/*news-list news-top --start*/
.news-list.pd-t{
    padding-top:16px;
}
.news-list > a{
    display:block;
    line-height:1.5em;
    padding:.5em 0;
}
.news-list > a:after{
    content:"";
    display:block;
    clear:both;
    height:0;
}
.news-list > a > span{
    display:block;
    position:relative;
    box-sizing:border-box;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color:#333;
}
.news-list > a:hover > span, .news-list > a:hover > span > h3{
    text-decoration:underline;
    color:#ff7900;
}
.news-list.has-img > a:hover > span, .news-list > a:hover > em{
    text-decoration:none;
}
.news-list > a em{
    display:block;
    font-size:0.875em;
    font-family:Arial;
    color:#aaa;
}
.news-list > a > em{
    display:block;
}
.news-list > a > span > h3{
    font-weight:normal;
    font-size:1em;
    margin:0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color:#333;
}
.news-list > a > span > h3 + em{
    line-height:1.5em;
}
.news-list.date-right > a > span{
    float:left;
    width:calc(100% - 6em);
}
.news-list.date-right > a > em{
    float:right;
}
.news-list.two-lines{
    padding-top:10px;
    min-height:122px;
}
.news-list.two-lines > a{
    float:right;
    width:49%;
}
.news-list.two-lines > a.odd{
    float:left;
}
.col-a-narrow .news-list > a > span, .focus-pic-right .news-list > a > span{
/*    width:calc(100% - 8em);*/
}
.box-tab > dt > ul > li{
    float:left;
}
.box-tab > dt > ul > a{
    display:block;
    font-size:0.875em;
    color:#999;
    float:right;
}
.box-tab > dt > ul > a:after{
    content:">>";
    font-family:simsun;
}
.box-tab > dt > ul > li > a{
    font-family:"simsun";
    line-height:1.5em;
    padding:.5em 14px;
    color:#444;
    font-weight:bold;
    display:block;
}
.box-tab > dt > ul > li.focus > a{
    background-color:#c5221e;
    color:#fff;

}
.box-tab > dt > ul:after{
    content:"";
    display:block;
    height:0;
    clear:both;
}
.box-tab dd{
    padding-top:10px;
}
.box-tab.pt-10 dd{
    padding-top:10px;
}
.box-tab > dd > ul > li{
    display:none;
}
.box-tab > dd > ul > li.focus{
    display:block;
}
.small-title{
    display:none;
    line-height:2.5em;
}
.small-more{
    display:none;
    font-size:0.875em;
}
.small-more:hover{
    color:#ff7900;
}
.small-more.small-more-block{
    display:block;
}
/*news-list news-top --end*/
/*pic-list start*/
.pic-library.col-3{
    margin-left:-2%;
    margin-top:-2%;
}
.pic-library.col-3 li{
    float:left;
    width:31.3%;
    margin-left:2%;
    margin-top:2%;
    position:relative;
}
.pic-library.col-4{
    margin-left:-2%;
    margin-top:-2%;
}
.pic-library.col-4 li{
    float:left;
    width:23%;
    margin-left:2%;
    margin-top:2%;
    position:relative;
}
.pic-library > li .img-size{
    padding-top:75%;
    position:relative;
}
.pic-library img{
    display:block;
    width:100%;
}
.pic-library > li > a{
    display:block;
}
.img-frame{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:#ccc;
    text-align:center;
    font-size:0;
}
.img-frame img{
    max-height:100%;
    width:auto !important;
    max-width:100%;
    vertical-align:middle;
    display:inline-block !important;
}
.img-frame:after{
    content:"";
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width:0;
}
.pic-library{
    margin-top:10px;
}
.pic-library.sub{
    margin-top:0;
}
.pic-library > li em{
    display:block;
    /*font-size:0.9375em;*/
    color:#666;
    line-height:1.5em;
    padding:.25em 10px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.pic-library.sub > li em{
    text-align:center;
}
.pic-library > li em:before{
    content:"";
    float:right;
    display:block;
    background:url(../images/icon_small_r_arr.png) no-repeat center;
    width:21px;
    height:50px;
}
.pic-library.sub > li em:before{
    display:none;
}
.pic-library > li > a:hover em{
    text-decoration:underline;
}
.pic-library > li .player-btn, #video .player-btn{
    width:49px;
    height:49px;
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-45px;
    margin-left:-25px;
    background:url(../images/icon_player.png) no-repeat center;
    cursor:pointer;
}
/*pic-list end*/
/*icon-list btn-wrap big-wrap start*/
.big-wrap a{
    display:block;
    text-align:center;
    border:1px solid #E1E2E3;
    border-width:1px 1px 1px 0;
    height:144px;
    padding-top:54px;
    box-sizing:border-box;
    font-size:1.5em;
    line-height:1em;
    color:#F15447;
    font-weight:bold;
}
.big-wrap a.bg-img02{
    padding-top:36px;
}
.big-wrap a > span{
    display:inline-block;
}
.big-wrap a > img{
    vertical-align:middle;
}
.big-wrap a > img:first-child + span + img{
    margin-left:7px;
}
.big-wrap a:first-child{
    border-bottom-width:0;
}
.bg-img01{
    background:url(../images/bg_img01.png) no-repeat center;
    background-size:cover;
}
.bg-img02{
    background:url(../images/bg_img02.png) no-repeat center;
    background-size:cover;
}
.icon-list li{
    float:left;
    text-align:center;
}
.icon-list li > a{
    display:block;
}
.icon-list li > a:hover > span{
    color:#ff7800;
}
.icon-list i:before{
    content:attr(icon);
    display:block;
    font-family:"icomoon";
}
.icon-list span{
    display:block;
    line-height:1.5em;
}
.icon-list em{
    display:block;
    font-family:arial;
    font-size:.6875em;
    -webkit-transform:scale(.9);
    color:#aaa;
    line-height:1.5em;
    word-wrap:break-word;
}
.icon-list.col-3 li{
    width:33.33%;
}
.icon-list.col-4 li{
    width:25%;
}
.icon-list.col-7 li{
    width:14.28%;
}
.icon-list.red-icon {
    border-bottom:1px solid #f2f2f2;
}
.icon-list.red-icon a{
    box-sizing:border-box;
    border:1px solid #f2f2f2;
    border-width:1px 0 0 1px;
    padding-top:17px;
}
.icon-list.red-icon a span{
    line-height:1.25em;
    height:2.75em;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    color:#666;
}
.icon-list.red-icon li.first-column > a{
    border-left-width:0;
}
.icon-list.red-icon li.first-row > a{
    border-top-width:0;
}
.icon-list.red-icon i:before{
    color:#F15447;
    font-size:1.875em;
    line-height:1.25em;
    margin-bottom:2px;
}
.icon-list.bg-icon{
    padding:23px;
}
.icon-list.bg-icon i:before{
    font-size:1.875em;
    width:66px;
    height:66px;
    line-height:66px;
    border-radius:30px;
    margin:0 auto 10px;
    background:url(../images/service-iframe01.png) no-repeat center;
    background-size:cover;
    color:#fff;
}
.icon-list.bg-icon span{
    /*font-size:.9375em;*/
}
.bgc-01:before{
    background-color:#fcae14 !important;
}
.bgc-02:before{
    background-color:#f6695b !important;
}
.bgc-03:before{
    background-color:#ff8040 !important;
}
.bgc-04:before{
    background-color:#35c3d9 !important;
}
.bgc-05:before{
    background-color:#94a3e4 !important;
}
.bgc-06:before{
    background-color:#fcae14 !important;
}
.icon-list.a-line li{
    text-align:center;
}
.icon-list.a-line li > a{
    padding:15px 10px;
}
.icon-list.a-line a > *{
    display:inline-block;
    vertical-align:middle;
}
.icon-list.a-line a > i:before{
    font-size:1.125em;
    color:#b5b3b3;
}
.icon-list.a-line a > span{
    /*font-size:.9375em;*/
    color:#666;
    overflow:hidden;
    white-space:nowrap;
    text-align:left;
}
.icon-list.a-line li.first-row{
    margin-top:14px;
}
.icon-list.a-line li.last-column{
    text-align:right;
}
.icon-list.a-line li.center-column{
    text-align:center;
}
.icon-list.a-line li > a:hover > i{
    color:#ff7800;
}
.icon-list.bd-icon.col-3 li{
    width:29%;
    margin:5px 0 16px 6.5%;
}
.icon-list.bd-icon.col-3 li.first-column{
    margin-left:0;
}
.icon-list.bd-icon i:before{
    width:53px;
    height:53px;
    line-height:53px;
    background:url(../images/icon_bd_bg01.png) no-repeat center;
    margin:0 auto;
    text-align:center;
    color:#f27e76;
    font-size:1.375em;
}
.icon-list.bd-icon span{
    /*font-size:.9375em;*/
    margin-top:5px;
}
.icon-list.bd-icon2 li{
    margin-top:35px;
}
.icon-list.bd-icon2 i:before{
    width:82px;
    height:82px;
    line-height:82px;
    background:url(../images/icon_bd_bg02.png) no-repeat center;
    margin:0 auto;
    text-align:center;
}
.icon-list.bd-icon2 span{
    font-size:1.375em;
    color:#666;
}
.icon-list.col-2 li{
    width:50%;
    margin-top:60px;
}
.icon-list.col-2 i:before{
    margin-bottom:5px;
}
.icon-list.col-2 span{
    font-size:.875em;
}
.icon-list.bd-tp{
    padding:0 30px;
}
.icon-list.bd-tp li{
    float:none;
}
.icon-list.bd-tp li > a{
    border-top:1px solid #c4c4c4;
    padding:50px 0;
    box-sizing:border-box;
}
.icon-list.bd-tp li:first-child{
    margin-top:33px;
}
.icon-list.bd-tp li:first-child > a{
    border-top:0;
}
.icon-list.bd-tp a > span{
    font-size:.875em;
}
.btn-wrap li{
    float:left;
    width:20%;
}
.btn-wrap li a{
    height:125px;
    padding:20px 20px 0 20px;
    box-sizing:border-box;
    display:block;
    text-align:center;
    background:url(../images/bg_img03.png);
    border:1px solid #e1e2e3;
    border-width:1px 1px 1px 0;
}
.btn-wrap li:first-child a{
    border-width:1px;
}
.btn-wrap li a > *{
    display:block;
}
.btn-wrap li a > div{
    text-align:left;
}
.btn-wrap li a > i{
    display:block;
}
.btn-wrap li a > i:before{
    content:attr(icon);
    font-size:1.25em;
    font-family:"icomoon";
    display:block;
    padding-top:calc(96px - 3em);
    text-align:right;
}
.btn-wrap li a > div > span{
    line-height:1em;
    margin-bottom:5px;
    color:#333;
    display:block;
}
.btn-wrap li a > div > em{
    font-size:.625em;
    font-family:arial;
    font-style:normal;
    -webkit-transform:scale(.9);
    display:block;
    color:#aaa;
    margin-left:-10px;
    margin-left:0 \0;
}
.btn-wrap li:hover > a{
    background-image:none;
    background-color:#F15447;
    -webkit-transition:background-color 400ms;
    transition:background-color 400ms;
}
.btn-wrap li:hover > a > div > *, .btn-wrap li:hover > a > i{
    color:#fff !important;
}
/*icon-list btn-wrap end*/
/*box-tab parent*/
.bg-img03{
    background:url(../images/bg_img03.png);
}
.box-tab > dt{
    line-height:1.5em;
}
.box-tab.parent .big-title{
    color:#000;
    font-size:1.125em;
    border-left:7px solid #C5221E;
    padding-left:14px;
    display:block;
    float:left;
    margin-left:-1px;
}
.box-tab.ztzl {
    margin-bottom:15px;
}
.box-tab.ztzl .big-title{
    color:#fff;
    background:#C5221E;
    padding:7px 5px;
    display:block;
    border-left:0;
    margin-left:0;
    font-size:1.05em;
    font-weight:bold;
}
.box-tab.ztzl > dt > a {
    float:none;
}
.box-tab.m-l.parent .big-title{
    margin-left:-21px;
}
.box-tab.ztzl > dt{
    width:1.562em;
    float:left;
    line-height:1.375em;
}
.box-tab.parent > dd{
    padding-top:10px;
}
.box-tab.ztzl > dd{
    width:calc(100% - 1.562em);
    width:-moz-calc(100% - 1.562em);
    width:-webkit-calc(100% - 1.562em);
    float:right;
}
.box-tab.m-l.parent .big-title{
    margin-left:-21px;
}
.box-tab.parent > dd{
    padding-top:10px;
}
.box-tab.pd-tb > dt > a{
    padding-right:16px;
}
.box-tab.has-bd{
    border:1px solid #e2e3e4;
}
dl#tab4{
    padding:20px;
    background:url(../images/bg_img03.png);
    border:1px solid #e1e2e3;
}
dl#tab5{
    padding:20px;
    border:1px solid #e1e2e3;
    background:url(../images/bg_img03.png);
}
.box-tab > dt > a{
    display:block;
    font-size:0.875em;
    color:#999;
    float:right;
}

.box-tab > dt > a:hover{
    color:#ff7900;
}
/*box-tab parent end*/
/*box-tab module start*/
.box-tab.module > dt{
    float:left;
    width:235px;
}
.box-tab.module > dd{
    float:left;
    width:963px;
    padding-top:0;
}
.box-tab.module > dt > ul > li{
    float:none;
    position:relative;
}
.box-tab.module > dt > ul > li > a{
    box-sizing:border-box;
    border:1px solid #e2e3e4;
    border-width:1px 1px 0 0;
    height:117px;
    background-color:#fbfbfb;
    font-size:1em;
    font-weight:normal;
    padding:38px 0 0 40px;
}
.box-tab.module > dt > ul > li > a > *{
    display:block;
    font-style:normal;
}
.box-tab.module > dt > ul > li > a:before{
    display:block;
    content:attr(data-title);
    font-size:1.375em;
    color:#000;
}
.box-tab.module > dt > ul > li > a:after{
    display:block;
    content:attr(data-en);
    font-size:.75em;
    font-family:arial;
    color:#888;
    line-height:1.5em;
}
.box-tab.module > dt > ul > li:before{
    content:"";
    display:block;
    width:30px;
    height:30px;
    position:absolute;
    right:10px;
    top:calc(2.3125em + 6px);
    top:-moz-calc(2.3125em + 6px);
    top:-webkit-calc(2.3125em + 6px);
    background:url(../images/icon_radiu_arrow.png) no-repeat left center;
}
.box-tab.module > dt > ul > li:first-child > a{
    border-top-width:0 !important;
}
.box-tab.module > dt > ul > li.focus > a{
    background-color:#fff;
    border-width:1px 0 0 0;
    position:relative;
}
.box-tab.module > dt > ul > li.focus{
    border-left:2px solid #F15548;
}
.box-tab.module > dt > ul > li.focus:before{
    display:none;
}
.box-tab.module > dt > ul > li.focus > a > span{
    color:#f15548;
}
/*box-tab module end*/
/*box-tab other start*/
.col-b-narrow{
    float:left;
    width:48%;
}
.col-b-wide{
    width:calc(100% - 200px);
    width:-moz-calc(100% - 200px);
    width:-webkit-calc(100% - 200px);
    float:left;
    box-sizing:border-box;
}
.col-c-wide{
    float:right;
    width:365px;
}
/*2026办事统计*/
.box-zwfw{
    display:flex;
    flex-wrap:nowrap;
}
.col-c-narrow{
    width:405px;
    padding:16px 10px;
}
.icon-list.bg-icon.single-icon{
    display:flex;
    flex:1;
    justify-content:center;
    align-items:center;
    border-left: 1px solid #f2f2f2;
}
.small-tab{
    display:none;
}
.box-tab.other .bd-title{
    border-bottom:1px solid #e5e5e5;
}
.box-tab.other .bd-title > div{
    float:left;
}
.box-tab.other .bd-title li{
    margin-left:30px;
}
.box-tab.other .bd-title li:first-child{
    margin-left:0;
}
.box-tab.other .bd-title .title-name{
    color:#333;
    line-height:1.5em;
    padding-bottom:8px;
    display:block;
    float:left;
    margin-bottom:-1px;
}
.box-tab.other .bd-title span.title-name{
    cursor:default;
}
.box-tab.other .bd-title > .focus > .title-name{
    border-bottom:2px solid #f15548;
}
.box-tab.other .bd-title a{
    display:block;
    float:right;
}
.box-tab.other .bd-title a.more{
    background-color:#fff;
    padding-bottom:4px;
    line-height:2em;
    height:2em;
}
.box-tab.other .bd-title a.more:after{
    content:">>";
    font-family:simsun;
}
.box-tab.other .bd-title a.write-letter{
    width:6em;
    height:2em;
    line-height:2em;
    font-size:.75em;
    color:#fff;
    background-color:#ff8040;
    text-align:center;
    margin-top:6px;
}
.box-tab.other > dd > ul > li > a{
    display:block;
}
.box-tab.other > dd > ul > li > a img{
    display:block;
    max-width:100%;
    margin-top:5px;
}
.interview-module > a{
    display:block;
    line-height:2em;
}
.interview-module > a > img{
    width:181px;
    margin-right:15px;
    display:block;
    float:left;
    height:133px;
}
.interview-module > a > div{
    min-height:133px;
}
.interview-module > a > div > span{
    display:block;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.interview-module > a i{
    font-style:normal;
    color:#ff8040;
    margin-right:8px;
}
.interview-module > a > p{
    display:none;
    height:6em;
    overflow:hidden;
}
.interview-module > a:hover > *{
    color:#000;
}
.interview-module > a.more{
    background-color:#f7f7f7;
    height:2em;
    line-height:2em;
    border:1px solid #f1f0f0;
    margin-top:10px;
}
.interview-module > a.more:after{
    content:">>";
    font-family:simsun;
    margin-left:5px;
}
.news-list.mail > a{
    padding-top:.7em;
    padding-bottom:.7em;
    border-top:1px solid #efefef;
}
.news-list.mail > a:first-child{
    border-top:0;
}
.news-list.mail.date-right > a > span{
    width:calc(100% - 13em);
}
.news-list.mail.icon-left > a > span:before{
    content:"D";
    font-family:"icomoon";
    margin-right:3px;
    color:#999;
}
.news-list.mail > a > em{
    font-size:.75em;
    font-family:"Microsoft YaHei";
}
.news-list.mail > a > em > *{
    margin-left:20px;
}
.news-list.mail > a > em > *:first-child{
    margin-left:0;
}
.news-list.mail > a > em > i{
    color:#ff7900;
}
.news-list.mail > a > em > i.done{
    color:#47993d;
}
.icon-list.bg-icon.n-p{
    padding:0;
    width:200px;
    float:right;
    border-left:1px solid #f2f2f2;
    box-sizing:border-box;
}
.icon-list.bg-icon.n-p li {
    float:none;
    margin:15px 0;
}
.icon-list.bg-icon.n-p li i:before {
    width:2em;
    height:2em;
    line-height:2em;
    border-radius:25px;
    margin-bottom:5px;
}
.icon-list.bg-icon.col-3 li{
    width:30%;
    margin-left:5%;
}
.icon-list.bg-icon.col-3 li.first-column{
    margin-left:0;
}
a.small.mail.more{
    display:none;
    padding:.5em;
    border:1px solid #e1e2e3;
}
/*box-tab other end*/
/*service-list start*/
.service-list .service-a-wrap{
    float:left;
    width:493px;
}
.service-list .service-b-wrap{
    float:left;
    width:285px;
    min-height:380px;
    border:1px solid #ebebeb;
    border-width:0 1px;
    box-sizing:border-box;
}
.service-b-wrap > .title{
    position:relative;
    margin-top:50px;
    text-align:center;
}
.service-b-wrap > .title .title-name{
    position:relative;
    z-index:3;
    display:inline-block;
    line-height:1em;
    width:5.5em;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    color:#666;
    background:#fafafa;
}
.service-b-wrap > .title:before{
    position:absolute;
    content:"";
    display:inline-block;
    width:11em;
    height:1px;
    border-bottom:1px solid #c3c3c3;
    top:calc(50% - 1px);
    left:calc(50% - 5.5em);
}
.service-list .service-c-wrap{
    float:left;
    width:185px;
}
.service-list .icon-list i:before{
    color:#ffa443;
    font-size:1.875em;
    margin-bottom:5px;
}
/*service-list end*/
a.more{
    background-color:#f6f6f6;
    font-size:.875em;
    display:block;
    text-align:center;
    color:#aaa;
}
a.more:hover{
    color:#ff7900;
}
.select-links select{
    float:left;
    width:24%;
    padding:5px;
    margin-left:1.33%;
    border:1px solid #e8e8e8;
    box-sizing:border-box;
    background-color:#fafafa;
    color:#666;
}
.select-links select:first-child{
    margin-left:0;
}
.copyright{
    font-size:0.875em;
    line-height:2em;
    padding:25px 0;
    color:#767676;
    text-align:center;
    background-color:#222;
}
.copyright a{
    color:#767676;
}
.copyright a.gabeian{
    color:#767676;
}
.copyright td:first-child 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;
}
.copyright table div span, .copyright table div a{
    padding-right:10px;
}
.copyright table div.foot-links span, .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;
}
/*浮动面板*/
/*.float-Panel{
  position:fixed;
  bottom:420px;
  right:10px;
  z-index:98;
}
.ctrol-Panel > *{
  width:49px;
  height:49px;
  display:block;
  margin-bottom:10px;
  line-height:49px;
  text-align:center;
  background-color:#c4c0c0;
  border-radius:50%;
  color:#fff;
}
.ctrol-Panel > *:hover{
  background-color:#F15447;
}
.ctrol-Panel > a > i:before{
  content:attr(icon);
  font-family:"icomoon";
  font-size:1.5em;
  display:block;
  font-style:normal;
  color:#fff;
}
.ctrol-Panel em{
  display:block;
  font-size:.75em;
  color:#fff;
}*/
/*.ctrol-Panel .backto-top {
	background-color: #e53935;
}*/
.pop-blog, .pop-wechart, .pop-app{
    width:180px;
    padding-top:10px;
    background-color:#fff;
    border:1px solid #ddd;
    position:absolute;
    top:0;
    right:65px;
    display:none;
}
.pop-blog:after, .pop-wechart:after, .pop-app:after{
    content:"";
    width:7px;
    height:7px;
    position:absolute;
    background:url(../images/pop_app_bdbg.png) no-repeat center;
    right:-7px;
}
.pop-blog:after{
    top:30px;
}
.pop-wechart:after{
    top:90px;
}
.pop-app:after{
    top:150px;
}
.pop-blog img, .pop-wechart img, .pop-app img{
    width:160px;
    height:160px;
    display:block;
    margin:0 auto;
}
.pop-blog em, .pop-wechart em, .pop-app em{
    color:#666;
    font-weight:normal;
    font-style:normal;
    display:block;
    text-align:center;
    padding:5px 0;
}
@media screen and (max-width:1200px){
    .float-Panel{
        display:none;
    }
}
/*二级页面-start*/
.d-table.sub{
    margin-bottom:15px;
}
.box-tab.sub-box-c{
    position:relative;
    background-color:#fff;
    padding-left:30px;
}
.box-tab .third-title{
    padding:0 15px;
    border-bottom:1px solid #dbdbdb;
}
.box-tab .third-title a{
    display:block;
    float:left;
    color:#000;
    padding:15px 0px;
    margin-left:20px;
}
.box-tab .third-title a.focus{
    border-bottom:1px solid #1b72bc;
    margin-bottom:-1px;
}
/*三级栏目较多的情况下-开始*/
.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;
}
/*三级栏目较多的情况下-结束*/
.box-tab .box-title-name.second-title{
    display:none;
}
.sub-nav-left{
    width:242px;
    background-color:#f2f2f2;
}
.sub-nav-left .nodes{
    height:100%;
}
.sub-nav-left .title{
    background-color:#c5211f;
    color:#fff;
    box-sizing:border-box;
    padding:20px 0 15px 30px;
    position:relative;
}
.sub-nav-left .title:after{
    content:"x";
    display:block;
    font-family:"icomoon";
    font-size:1.25em;
    position:absolute;
    top:26px;
    right:25px;
}
.sub-nav-left .title span{
    font-size:1.5em;
    display:block;
    line-height:1em;
}
.sub-nav-left .title em{
    display:block;
    font-family:arial;
    font-size:.75em;
    color:#fbefef;
    margin-top:7px;
}
.sub-nav-left .title em:after{
    /*	content: "";
	display: block;
	width: 22px;
	height: 10px;
	border-bottom: 2px solid #fff;*/
}
.sub-nav-left .nodes a{
    color:#333;
    display:block;
    border-top:1px solid #e4e4e4;
    padding:18px 15px 18px 30px;
    line-height:1.5em;
}
.sub-nav-left .nodes a > span{
    display:block;
    overflow:hidden;
}
.sub-nav-left .nodes a:hover{
    color:#df4239;
}
.sub-nav-left .nodes a:before{
    content:">";
    color:#b0b0b0;
    float:right;
    font-family:simsun;
    display:block;
}
.sub-nav-left .nodes a.focus, .sub-nav-left .nodes a:hover.focus,
.sub-nav-left .nodes a.focus:after{
    background-color:#e0e0e0;
}
.sub-nav-left .nodes a:first-child{
    border-top:none;
}
.box-tab.sub-box-c .sub-title .arrow-d{
    display:none;
    content:"";
    background:url(../images/arrow_down.png) no-repeat center center;
    height:2.5em;
    width:40px;
    background-size:50%;
    cursor:pointer;
    position:absolute;
    right:0;
}
.box-tab.sub-box-c .sub-title .arrow-up{
    background:url(../images/arrow_up.png) no-repeat center center;
    background-size:45%;
}
span.box-title-name{
    color:#000;
    float:left;
    display:block;
    line-height:1.5em;
    padding:.5em 1.5em .5em 0;
    margin:0 20px;
    font-size:1.125em;
}
.box-tab.sub-box-c .sub-title{
    display:none;
    border-bottom:1px solid #e8e8e8;
    box-sizing:border-box;
    background-color:#f4f4f4;
}
.box-tab.sub-box-c .sub-nav{
    display:none;
    padding:20px 20px 0;
    background:#fafafa;
    border-width:1px 0;
    width:100%;
    box-sizing:border-box;
    box-shadow:0px 2px 4px rgba(0, 0, 0, 0.2);
    position:absolute;
    z-index:8;
}
.box-tab.sub-box-c .sub-nav a{
    display:block;
    padding:0 15px 20px 0px;
    font-size:.875em;
    float:left;
    color:#333;
}
.news-list.dot-b > a{
    border-top:1px dashed #c5c5c5;
    padding:.75em 0;
}
.news-list.dot-b a:first-child{
    border-top:0;
}
.news-list.dot-b > a em{
    font-size:.75em;
    font-family:Simsun;
}
.news-list.dot-b > a > span{
    font-size:1em;
}
.news-list.has-img > a{
    display:table;
    width:100%;
    table-layout:fixed;
}
.news-list.has-img > a > *{
    display:table-cell;
    vertical-align:middle;
}
.news-list.has-img > a > span{
    white-space:normal;
}
.news-list.has-img > a > div{
    width:150px;
    height:107px;
    padding-right:15px;
}
.news-list.has-img > a > div > img{
    display:block;
    width:100%;
    height:100%;
}
.news-list.has-img > a:after{
    display:table-cell;
    content:">";
    font-family:simsun;
    width:1.125em;
    height:auto;
    color:#aaa;
    vertical-align:middle;
    text-align:right;
}
.single-article{
    line-height:2.25em;
    color:#666;
    word-break:break-all;
}
.single-article p{
    text-indent:2em;
}
.single-article img{
    display:block;
    margin:0 auto;
    max-width:100%;
}
/*内容页--start*/
.location *{
    display:block;
    float:left;
}
.location{
    font-size:0.875em;
    padding:.5em 0;
    line-height:1.5em;
}
.location:before{
    content:"";
    float:left;
    background:url(../images/icon_location.png) no-repeat center;
    height:1.5em;
    width:16px;
    margin-right:5px;
}
.location > a, .location > em{
    color:#aaa;
}
.location > span{
    color:#333;
}
.location > a:after{
    content:">";
    padding:0px 5px;
    font-family:simsun;
}
.pd-space{
    padding:20px;
}
.box-tab.sub-box-c.news-content{
    padding:15px 30px;
    border:1px solid #e8e8e8;
}
.box-content{
    min-height:480px;
}
.sub-content{
    color:#666;
}
.sub-content .big-title{
    font-size: 1.75em;
    line-height: 1.35em;
    text-align: center;
    color: #333;
    padding-bottom: 16px;
}
.sub-content .second-title{
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
    color: #555;
    padding-bottom: 16px;
}
.sub-content .content-small-title{
    font-size:0.875em;
    text-align:center;
    color:#888;
    line-height:1em;
    border-bottom:1px #eaeaea dashed;
    padding-bottom:1.25em;
}
.news_content_description{
    font-size:.75em;
    color:#888;
    background-color:#f3f3f3;
    line-height:1.75em;
    padding:10px 15px;
    margin:15px 0;
}
.news_content_content{
    line-height:1.875em;
    padding-top:15px;
}
.news_content_content a:hover{
    color:#ff7900;
}
.news_content_content img{
    max-width:100%;
    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;
}
.article{
    font-size:0.875em;
    color:#666;
    line-height:2.5em;
}
a.mail-title{
    background-color:#ef6362 !important;
    color:#666;
    font-size:1.125em;
}
a.mail-title:hover{
    background-color:#c5221e !important;
    color:#fff !important;
}
@media screen and (max-width:1000px){
    .news_content_other{
        display:none;
    }
    .news_content_img img{
        max-width:100%;
    }
    .news_content_content img{
        max-width:100%;
    }
    .pd-space{
        padding:10px;
    }
}
/*内容页--end*/
/*翻页--start*/
.page-tile{
    display:block;
    border-width:1px 0;
    font-family:Verdana, Arial, "Microsoft YaHei";
    padding:10px 0 20px 0;
}
.page-tile > *{
    color:#888;
    display:block;
    float:left;
    padding:.25em .5em;
    min-width:1.5em;
    text-align:center;
    font-size:.75em;
    line-height:2em;
    overflow:hidden;
}
.page-tile:after{
    display:block;
    content:"";
    clear:both;
}
.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:hover{
    text-decoration:underline;
}
.page-tile .focus{
    background-color:#c5211f;
    color:#fff;
    border-radius:5px;
}
.page-tile a.more{
    font-size:.75em;
    background:transparent;
}
@media screen and (max-width:1000px){
    .page-tile a, .page-tile span{
        display:none;
    }
    .page-tile > *{
        float:none;
    }
    .page-tile{
        background-color:#efefef;
        text-align:center;
        margin:0;
        padding:0;
    }
    .page-tile a.prev, .page-tile a.next{
        display:inline-block;
        box-sizing:border-box;
        height:44px;
        line-height:44px;
        color:#333;
    }
    .page-tile a.next:before{
        content:"下一页";
    }
    .page-tile a.prev:before{
        content:"上一页";
    }
}
/*翻页--end*/
/*网站地图页 start*/
.box-tab.sub-box-c.map-box{
    padding-left:0;
}
.map-box.content-box{
    font-size:1em;
}
.map{
    background-color:#fafafa;
    border:1px solid #e6e6e6;
    margin-bottom:20px;
}
.map > li{
    border-top:1px solid #e8e8e8;
    padding:10px 0;
    line-height:2em;
}
.map > li:first-child{
    border-top:none;
}
.map > li .wrap{
    padding:.25em 0;
}
.map > li .title{
    display:block;
    color:#333;
    padding-left:17px;
    margin:10px 0;
    line-height:1em;
}
.map > li .node{
    display:inline-block;
    color:#4095ce;
    font-size:0.875em;
    line-height:2em;
    padding-right:25px;
    margin-left:19px;
}
.map > li .list{
    line-height:.75em;
    margin-bottom:5px;
    padding-left:19px;
}
.map > li .sub-node{
    display:inline-block;
    color:#888;
    font-size:0.75em;
    line-height:2em;
    padding-right:10px;
}
.map > li .sub-node:before{
    content:">";
    font-family:Simsun;
    padding-right:5px;
}
.map a:hover{
    color:#ff7900;
}
/*网站地图页end*/
/*公共服务页start*/
.module-list.service{
    border-left:1px solid #e8e8e8;
    border-bottom:1px solid #e8e8e8;
}
.module-list > li{
    float:left;
}
.module-list.service > li{
    width:33.3%;
    border-top:1px solid #e8e8e8;
    border-right:1px solid #e8e8e8;
    box-sizing:border-box;
    background-color:#fafafa;
}
.module-list.service > li > div{
    padding:15px 20px 0;
}
.module-list img{
    display:block;
    width:100%;
}
.module-list.service > li > div .title{
    position:relative;
}
.module-list.service > li > div .title > i:before{
    content:attr(icon);
    display:block;
    width:60px;
    height:30px;
    line-height:50px;
    border-top-left-radius:30px;
    border-top-right-radius:30px;
    text-align:center;
    font-size:1.25em;
    font-weight:bold;
    font-family:"icomoon";
    box-sizing:border-box;
    color:#f25348;
    background:#fffaf6;
    position:absolute;
    bottom:2.225em;
    left:50%;
    margin-left:-30px;
}
.module-list.service > li > div .title .title-name{
    display:block;
    text-align:center;
    font-size:1.25em;
    line-height:1.5em;
    height:1.5em;
    padding:.5em 0 .25em;
}
.module-list.service a.more{
    background-color:#f4f2f2;
    line-height:2em;
    margin-top:15px;
    -webkit-transition:background-color 400ms;
    transition:background-color 400ms;
}
.module-list.service a.more:hover{
    background-color:#ff7900;
    color:#fff;
}
.module-list.service .news-list span{
    padding-right:0;
}
.module-list.overview{
    margin-top:25px;
    margin-bottom:30px;
    margin-left:-2%;
}
.module-list.overview > li{
    width:23%;
    margin-left:2%;
}
.module-list.overview > li .title-name{
    color:#000;
    font-size:1.125em;
}
.module-list.overview img{
    margin:0.875em 0 0.5em;
}
.col-d-narrow{
    width:800px;
    float:left;
}
.col-d-wide{
    width:380px;
    float:right;
}
.service-find-list > li{
    padding:10px 20px 5px;
    box-sizing:border-box;
    width:400px;
    float:left;
    background-color:#fff;
    border-bottom:1px solid #e2e3e4;
}
.service-find-list .title{
    color:#000;
    line-height:2em;
    height:2em;
    margin:3px 0 5px;
}
.service-find-list .title > i:before{
    content:attr(icon);
    width:2em;
    height:2em;
    line-height:2em;
    background:#fcae14;
    border-radius:50%;
    display:inline-block;
    text-align:center;
    font-family:"icomoon";
    color:#fff;
    font-style:normal;
}
.service-find-list .title > a{
    float:right;
    color:#aaa;
    font-size:.75em;
}
.service-find-list .title > a:hover{
    color:#ff7900;
}
.service-find-list .title > a:after{
    content:">>";
    font-family:simsun;
}
.news-list.date-bottom.border-da > a{
    padding-top:.5em;
    padding-bottom:.5em;
}
.news-list.right-arrow > a:before{
    content:">";
    font-family:Simsun;
    float:right;
    line-height:2.625em;
}
.news-list.border-da > a{
    border-top:1px dashed #c5c5c5;
}
.news-list.border-da > a:first-child{
    border-top:0;
}
.news-list.date-bottom > a{
    padding-top:.315em;
    padding-bottom:.315em;
}
.news-list.date-bottom > a > em{
    font-size:.75em;
    line-height:1.5em;
}
.box-tab.parent.sub > dt > a{
    line-height:1.75em;
    padding-right:20px;
    font-size:.75em;
}
.icon-list.col-2.other{
    /*padding-top:10px;*/
}
.icon-list.col-2.other li{
    margin-top:0;
    margin-bottom:24px;
}
.icon-list.col-2.other span{
    /*font-size:.9375em;*/
}
.icon-list.col-2.other i:before{
    color:#ffa443;
    font-size:2.25em;
}
.icon-list.a-row li{
    padding:.5em 20px;
    float:none;
    margin-top:0;
}
.icon-list.bd-t li{
    border-top:1px solid #f2f2f2;
}
.icon-list.a-row li > *{
    vertical-align:top;
    line-height:1.5em;
    display:block;
}
.icon-list.a-row li > i:before{
    color:#F25348;
    float:left;
}
.icon-list.a-row li > span{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    padding:0 10px;
}
.icon-list.a-row li:before{
    content:attr(data-num);
    float:right;
    display:block;
    color:#333;
}
.icon-list.a-row li:after{
    content:"";
    display:block;
    clear:both;
    height:0;
}
.service-find a.more{
    box-sizing:border-box;
    line-height:2.125em;
    border-top:1px solid #f2f2f2;
    border-bottom:1px solid #e1e2e3;
    background-color:#fff;
    -webkit-transition:background-color 400ms;
    transition:background-color 400ms;
}
.service-find a.more:hover{
    color:#fff;
    background-color:#ff7900;
}
/*公共服务页end*/
/*政民互动页 start*/
.col-e-narrow{
    width:74%;
    float:left;
}
.col-e-wide{
    width:300px;
    float:right;
}
.col-e-wide .news-list > a{
    padding-top:.25em;
    padding-bottom:.25em;
}
.col-e-wide .pd-20, .col-e-wide .box-tab.parent .pd-20{
    padding-top:6px;
    padding-bottom:6px;
}
.query-wrap{
    display:block;
}
.query-wrap input[type="text"]{
    width:calc(100% - 3.5em);
    display:block;
    float:left;
    height:2.5em;
    font-size:1em;
    color:#666;
    border:none;
    outline:none;
    padding-left:10px;
    box-sizing:border-box;
    background-color:#f7f7f7;
}
.query-wrap input[type="submit"]{
    width:3.5em;
    display:block;
    height:2.5em;
    font-size:1em;
    float:left;
    background-color:#ef6362;
    color:#fff;
    border:none;
    cursor:pointer;
}
.interview-module.sub > a > img{
    width:237px;
    height:174px;
}
.interview-module.sub > a > div > p{
    margin:0;
    height:4em;
    overflow:hidden;
}
.interview-module.sub > a.more{
    margin:25px 0 10px;
}
.news-list.left-arrow > a > span{
    width:calc(100% - 8em);
}
.news-list.left-arrow > a > span:before{
    content:"";
    background:url(../images/icon_interview_list_arr.png) no-repeat left center;
    float:left;
    display:block;
    width:12px;
    height:1.5em;
}
.big-wrap.sub > a{
    display:block;
    padding:37px 0;
    font-size:1.125em;
    border-width:1px;
    height:auto;
}
.qr-code > li{
    width:6.5em;
    margin:0 auto;
    padding:15px 0;
}
.qr-code > li > *{
    display:block;
    width:100%;
}
.qr-code > li span{
    text-align:center;
    margin-top:10px;
}
/*政民互动页 end*/
/*魅力新密 start*/
.col-f-narrow{
    width:570px;
}
.col-f-wide{
    padding-left:20px;
}
.box-tab.parent.purple .big-title{
    border-left-color:#836ac1;
}
.sub-overview p{
    margin:0;
    color:#666;
    text-indent:2em;
    line-height:2.2em;
    text-align:justify;
    text-justify:inter-ideograph;
}
.sub-overview p span {
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:7;
    white-space:normal;
    overflow:hidden;
}
.sub-overview p > a{
    color:#f15447;
}
.sub-overview p > a:hover{
    text-decoration:underline;
}
.btn-list a{
    display:block;
    float:left;
    width:6em;
    height:2em;
    line-height:2em;
    background-color:#836ac1;
    font-size:.875em;
    color:#fff;
    text-align:center;
    margin-right:8px;
    margin-top:11px;
}
.btn-list a:hover{
    background-color:#6a52af;
}
.btn-wrap.col-4 > li{
    width:25%;
}
.btn-wrap.sub > li > a{
    padding:0;
}
.btn-wrap.sub > li > a > i:before{
    text-align:center;
    font-size:1.8em;
    font-weight:bold;
    padding-top:26px;
    color:#F25348;
}
.btn-wrap.sub > li > a > span{
    font-size:1.5em;
    line-height:2em;
}
.btn-wrap.sub > li:hover span, .btn-wrap.sub > li:hover i:before{
    color:#fff;
}
.col-h-250{
    height:250px;
}
.code-list > li{
    float:left;
    width:12.5%;
    margin-top:10px;
}
.code-list > li > *{
    display:block;
}
.code-list > li > a > *{
    display:block;
}
.code-list.microblog > li img{
    width:65px;
    height:65px;
    margin:0 auto;
    border:1px solid #e2e3e4;
}
.code-list > li span{
    font-size:.75em;
    color:#000;
    line-height:1.75em;
    text-align:center;
    padding-top:5px;
}
.code-list > li > a:hover > span{
    color:#FF7900;
}
.code-list.microblog > li span:after{
    content:"";
    width:18px;
    height:28px;
    background:url(../images/icon_microblog_v.png) no-repeat center;
    display:inline-block;
    vertical-align:top;
}
.code-list.microblog > li{
    margin-top:25px;
}
.code-list.wechart > li > img{
    width:90px;
    height:90px;
    margin:0 auto;
}
.code-list.sub{
    margin-bottom:25px;
}
.code-list.sub > li{
    width:16.66%;
    margin-top:25px;
}
/*魅力新密 end*/
/*访谈 list start*/
.interview-list > li{
    box-sizing:border-box;
    padding:10px 0;
    overflow-y:hidden;
}
.interview-list > li > a{
    display:block;
    float:left;
    width:220px;
}
.interview-list > li > a > img{
    display:block;
    width:100%;
    height:165px;
}
.interview-list > li > div{
    position:relative;
    display:block;
    background-color:white;
    overflow:hidden;
}
.interview-list > li > div > *{
    padding:0 15px;
    display:block;
}
.interview-list > li > div > em{
    font-size:.875em;
    line-height:2.25em;
    float:right;
    width:calc(3.25em + 30px);
    font-style:normal;
    position:absolute;
    right:0;
    top:0;
    box-sizing:border-box;
    color:white;
    text-align:center;
}
.interview-list > li > div > em.running{
    background-color:#22b658;
}
.interview-list > li > div > em.ended{
    background-color:#FF790A;
}
.interview-list > li > div > em.notstarted{
    background-color:#088FCD;
}
.interview-list > li > div > a{
    font-size:.875em;
    color:#666;
    line-height:2.25em;
    border-bottom:1px solid #e6e6e6;
    margin-bottom:8px;
    padding:0 calc(3em + 30px) 0 0;
    margin-left:15px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.interview-list > li > div > a:hover{
    text-decoration:underline;
}
.interview-list > li > div > span{
    white-space:nowrap;
    text-overflow:ellipsis;
}
.interview-list > li > div > span, .interview-list > li > div > p{
    font-size:.75em;
    line-height:1.75em;
    color:#999;
    overflow:hidden;
}
.interview-list > li > div > p{
    max-height:5.25em;
    margin:0;
}
.interview-historical-data{
    position:absolute;
    right:0;
    top:0;
    display:block;
    font-size:.75em;
    line-height:1.5em;
    padding:3px 9px;
    background-color:#fff;
    border:1px solid #e8e8e8;
    border-radius:1.5em;
}
.interview-historical-data:after{
    display:none;
}
@media screen and (max-width:1000px){
    .interview-historical-data{
        left:7.5em;
        right:auto;
        top:calc(22px + 2.1875em);
    }
    .interview-list > li > div{
        width:100%;
    }
    .module-list.overview {
        margin-top:0;
        margin-bottom:0;
    }
}
/*访谈 list end*/
/*访谈 content start*/
.col-g-narrow{
    width:855px;
    float:left;
}
.col-g-wide{
    width:330px;
    float:right;
}
.box-tile .box-title{
    font-size:1.125em;
    line-height:3em;
    padding:0 30px;
    border-bottom:1px solid #f1f1f1;
}
.col-h-284{
    height:284px;
}
.col-h-426{
    height:426px;
}

/*访谈 content end*/
/*2020-05-08追加默认样式*/
.news_content_content > p, .news_content_content > div{
    text-indent:2em;
    line-height:2em;
}
.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;
}
.news_content_content table p{
    text-indent:0;
}
/*首页1200以下start*/
@media screen and (max-width:1230px){
    .max-wrap{
        width:100%;
        min-width:inherit;
    }
    .main-wrap{
        width:auto;
        position:relative;
    }
}
@media screen and (max-width:1200px){
    #menu > ul > li.has-sub > a{
        padding:0 10px 0 20px;
    }
    #tab1 dd{
        padding-top:5px;
    }
    .box-tab.module > dt{
        width:20%;
    }
    .box-tab.module > dd{
        width:80%;
    }
    .box-zwfw{
        flex-wrap:wrap;
    }
    .col-c-narrow{
        padding:0;
        box-sizing:border-box;
    }
    .col-c-wide{
        width:40%;
    }
    .service-list .service-a-wrap{
        width:51%;
    }
    .service-list .service-b-wrap{
        width:29%;
    }
    .service-list .service-c-wrap{
        width:20%;
    }
    .big-wrap a{
        font-size:1.25em;
    }
    .copyright{
        padding:0 15px;
        box-sizing:border-box;
    }
    .service-hall .location{
        padding-left:20px;
    }
    .service-module-list > li{
        width:33.33%;
    }
    .service-find-list > li{
        width:50%;
    }
    .col-d-narrow{
        width:66%;
    }
    .col-d-wide{
        width:31%;
    }
    .col-e-wide{
        width:25%;
    }
    .qr-code{
        padding:0 3%;
    }
    .qr-code > li{
        padding:10px 0;
    }
    .module-list.overview{
        padding:0 2%;
    }
    .btn-list a{
        margin-top:10px;
    }
    .col-g-narrow{
        width:71.25%;
    }
    .col-g-wide{
        width:27.5%;
    }
}
/*首页1200以下end*/
/*首页1000以下start*/
.mobile-menu{
    display:none;
}
@media screen and (max-width:1000px){
    .top-bar{
        font-size:16px;
        line-height:35px;
        background:transparent;
    }
    .top-bar .four-links{
        display:none;
    }
    .logo{
        padding:0;
        float:none;
        margin:10px 15px;
    }
    .logo img{
    }
    .logo a{
        display:block;
    }
    .logo-mobile{
        display:block;
    }
    .copyright{
        padding:0;
    }
    .nav-bar{
        background-color:#c5221e;
        background-image:none;
        clear:none;
        position:relative;
        margin-top:0;
        height:40px;
    }
    .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:11;
    }
    #menu li:hover > ul{
        display:none;
    }
    #menu > ul > li{
        float:none;
        width:auto;
        text-align:center;
    }
    .mobile-menu{
        display:block;
        background:url(../images/icon_list.png) center center no-repeat;
        width:40px;
        height:40px;
        background-size:60%;
        position:absolute;
        right:0;
        top:0;
    }
    #menu > ul > li > a{
        border-bottom:1px solid #e8e8e8;
        background:none;
        color:#666;
        width:6em;
        line-height:1.5em;
        text-align:center;
        font-weight:normal;
        padding:10px 0;
    }
    #menu > ul > li.has-sub > a:after{
        display:none;
    }
    #menu > ul > li.focus a{
        color:#E2534B;
        background-color:#fff;
    }
    #menu > ul > li ul{
        display:none;
    }

    .find-bar input[type="text"]{
        width:calc(100% - 50px);
        height:40px;
        background-color:#da2927;
        border:0;
        color:#fff;
    }
    .find-bar input[type="submit"]{
        font-size:0;
        height:40px;
        border-radius:0;
        background:#da2927 url(../images_1/icon_search_small_white.png) no-repeat center center;
        width:50px;
    }
    .find-bar input[type="text"]::-webkit-input-placeholder{
        /* WebKit browsers */
        color:#f9c8c3;
    }
    .find-bar input[type="text"]:-moz-placeholder{
        /* Mozilla Firefox 4 to 18 */
        color:#f9c8c3;
    }
    .find-bar input[type="text"]::-moz-placeholder{
        /* Mozilla Firefox 19+ */
        color:#f9c8c3;
    }
    .find-bar input[type="text"]:-ms-input-placeholder{
        /* Internet Explorer 10+ */
        color:#f9c8c3;
    }
    .top-banner{
        display:none;
    }
    .news-notice > .title{
        width:5em;
    }
    .news-notice > .title img{
        display:none;
    }
    .news-notice > .title:before{
        content:"今日头条";
        font-size:16px;
        color:#e63430;
        font-weight:bold;
        padding-left:10px;
    }
    .news-notice > .details{
        padding-right:15px;
    }
    .d-table{
        display:block;
    }
    .d-table.sub{
        display:table;
    }
    .col-a-narrow{
        display:block;
        width:auto;
    }
    .col-a-wide{
        display:block;
        width:auto;
    }
    .focus-pic{
        width:100%;
        height:auto;
        float:none;
    }
    .focus-pic-right{
        width:auto;
        float:none;
    }
    .sub-focus-pic{
        width:100%;
        height:auto;
        float:none;
    }
    .sub-focus-picright{
        width:100%;
        float:none;
        margin-top:10px;
    }
    .col-a-wide .news-list{
        padding-left:0;
    }
    .news-notice{
        padding:0;
    }
    .select-links{
        padding:0 10px;
    }
    .box-tab > dt > ul > a{
        padding-right:10px;
    }
    .box-tab.parent > dt > ul{
        padding-right:10px;
    }
    .copyright table td div {
        text-align:center;
        line-height:1.65em;
    }
    .copyright table td div>*{
        display:none;
    }
    .copyright table td div>.m-visible{
        display:inline-block;
    }
    .copyright table td:last-child{
        display:none;
    }
    .copyright table td:nth-child(2){
        width:auto;
    }
    .copyright table td div>.m-block {
        display:block;
    }
    .copyright table td:first-child {
        padding:10px 0!important;
    }
    .copyright table td {
        width:auto!important;
    }
    .icon-list span, .icon-list.bd-icon2 span{
        font-size:1em;
    }
    .big-wrap{
        margin-top:15px;
    }
    .big-wrap a{
        float:left;
        width:50%;
        box-sizing:border-box;
        height:110px;
        background-size:cover;
        font-size:1.625em;
        padding-top:42px;
    }
    .big-wrap a:first-child{
        border-bottom:1px solid #e1e2e3;
    }
    .big-wrap:after{
        content:"";
        display:block;
        clear:both;
        height:0;
    }
    .box-tab.has-bd.module{
        border:0;
    }
    .box-tab.module > dt{
        display:none;
    }
    .box-tab.module > dd{
        float:none;
        width:100%;
    }
    .box-tab.module > dd > ul > li{
        display:block;
    }
    .box-tab.module .small-title{
        display:block;
        margin-top:0;
    }
    .box-tab.other .small-title{
        display:none;
    }
    .box-tab.module > dt > ul > li > a{
        padding-left:30px;
    }
    .box-tab.module > dt > ul > li > a > span{
        font-size:1.125em;
    }
    .box-tab.module > dt > ul > li:before{
        width:35px;
        background-size:70%;
    }
    .icon-list.red-icon{
        padding:30px 20px 20px;
    }
    .icon-list.bg-icon{
        padding-bottom:20px;
    }
    .icon-list.a-line{
        padding-bottom:20px;
    }
    .icon-list.bd-tp{
        padding:0 25px;
    }
    .btn-wrap li a > div > em{
        margin-left:-7px;
    }
    .small-title{
        background-color:#edeef1;
        border-left:3px solid #c5221e;
        padding-left:10px;
        color:#666;
        margin-top:5px;
    }
    .small-title .title-name{
        font-size:1em !important;
        color:#666 !important;
    }
    .small-more{
        display:block;
        float:right;
        padding-right:10px;
        color:#999;
    }
    .service-list{
        border-bottom:1px solid #EBEBEB;
    }
    .ptlr-20{
        padding:20px 20px 10px;
    }
    .news-list.pd-t{
        padding-top:10px;
    }
    .location{
        padding:17px 20px;
        background-color:#f4f4f4;
        border-bottom:1px solid #e8e8e8;
    }
    .location.mt{
        margin-top:-15px;
    }
    .sub-nav-left{
        display:none;
    }
    .box-tab.sub-box-c{
        display:block;
        padding-left:0;
    }
    .box-tab.sub-box-c.news-content{
        padding:0;
        border:0;
    }
    .box-tab.sub-box-c.news-content .sub-content{
        padding:20px;
    }
    .box-tab.sub-box-c .sub-title{
        display:block;
    }
    .box-tab.sub-box-c .sub-title .arrow-d{
        display:block;
    }
    .box-tab.sub-box-c .sub-title .arrow-d{
        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{
        background-color:#1bbc9b;
        color:#fff;
        border-bottom:none;
        margin-bottom:4px;
    }
    .box-tab .third-title a{
        font-size:.875em;
        border-radius:15px;
        padding:0 8px;
        background-color:#fff;
        border:none;
        line-height:2.5em;
        margin:4px 5px 4px 5px;
    }
    span.box-title-name{
        font-size:1em;
    }
    .news-list.has-img{
        padding:0 20px;
    }
    .news-list.has-img > a:after{
        display:none;
    }
    .pic-library.sub{
        padding:0 1%;
    }
    .mtb-12{
        margin:0;
    }
    .icon-list.a-row{
        padding-bottom:0;
    }
    .module-list.service{
        margin-top:20px;
    }
    .module-list.service > li > div{
        padding:15px 15px 0;
    }
    .service-module-list{
        margin-top:20px;
    }
    .col-e-narrow{
        float:none;
        width:100%;
        margin-top:15px;
    }
    .col-a-narrow.ptlr-20.bg-fa.has-bd{
        width:100%;
    }
    .col-e-wide{
        float:none;
        width:100%;
    }
    .box-tab.parent.other > dt > ul{
        padding-right:0;
    }
    .box-tab.parent.other > dt > ul > a{
        padding-right:0;
    }
    .big-wrap.sub a{
        width:100%;
        padding:10px 0 !important;
    }
    .qr-code{
        height:auto;
    }
    .qr-code > li > img{
        max-width:200px;
        margin:0 auto;
    }
    .col-f-narrow{
        display:block;
        width:100%;
    }
    .col-f-wide{
        display:block;
        width:100%;
        padding-left:0;
        margin-top:15px;
    }
    .sub-overview p{
        line-height:2em;
    }
    .box-tab.parent.sub.purple > dd{
        padding:10px 15px 0;
    }
    .single-article{
        padding:0 15px;
    }
    .interview-list{
        padding:10px 20px;
    }
    .code-list > li{
        width:16.66%;
    }
    .code-list > li:nth-child(n+13){
        display:none;
    }
    .code-list.sub > li:nth-child(n+13){
        display:block;
    }
    .big-wrap a.bg-img02{
        padding-top:23px;
    }
    .news_content_content > p > img, .news_content_content > div > img{
        max-width:100% !important;
    }
}
/*720以下start*/
@media screen and (max-width:1000px){
    .logo img{
        width:160px;
    }
    .logo a{
        top:5px;
    }
    .news-list{
        padding:0 10px;
    }
    .small-title{
        display:block;
        margin-top:0px !important;
    }
    .select-links{
        display:none;
    }
    .col-b-wide, .col-c-narrow{
        width:100%;
        float:none;
    }
    .ml-50{
        margin-left:0;
    }
    .col-b-narrow, .col-c-wide{
        width:100%;
        float:none;
    }
    .mt-15{
        margin-top:0;
    }
    .bg-fa{
        background-color:#fff;
    }
    .ptlr-20{
        padding:0;
    }
    .pd-tb{
        padding:0;
    }
    .col-a-wide.has-bd{
        border:0;
    }
    .news-list > a{
        border-top:1px solid #e8e8e8;
    }
    .news-list > a:first-child{
        border-top:none;
    }
    .news-list > a em, .news-list.right-arrow > a:before{
        display:none;
    }
    .news-list.mail > a em{
        display:block !important;
    }
    .news-list.date-right > a > span, .col-a-narrow .news-list > a > span, .focus-pic-right .news-list > a > span{
        width:100%;
    }
    .news-list > a.hide{
        display:none;
    }
    .news-list.pd-t{
        padding-top:0;
    }
    .news-list.mail > a em > *{
        margin-left:10px;
    }
    .news-list > a > span > h3{
        display:-webkit-box;
        white-space:normal;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
    }
    .box-tab > dd > ul > li{
        display:block;
    }
    .col-e-narrow{
        margin-top:0;
    }
    .box-tab dt{
        display:none;
    }
    .box-tab dd{
        padding:0 !important;
    }
    .box-tab dd > div{
        display:none;
    }
    .box-tab.parent > dd > ul{
        padding:0;
    }
    .box-tab.ztzl > dd {
        width:100%;
        float:none;
    }
    .bg-img03{
        background-image:none;
    }
    .box-tab.has-bd{
        border:0;
    }
    .col-a-narrow.has-bd{
        border:0;
    }
    .box-tab.other .small-title{
        display:block;
    }
    a.more{
        display:none;
    }
    .interview-module{
        padding:10px 10px 0;
    }
    .interview-module > a > p{
        height:auto;
    }
    .col-a-wide .news-list{
        padding-left:10px;
    }
    .btn-wrap li a > div > span{
        font-size:1em;
    }
    .service-list{
        border-bottom:0;
    }
    .service-list > div{
        float:none !important;
        width:100% !important;
    }
    .service-list .service-b-wrap{
        min-height:auto;
    }
    .pic-library{
        padding:0 2%;
    }
    .service-b-wrap > .title .title-name{
        background:#fff;
    }
    .icon-list{
        padding:10px !important;
    }
    .icon-list.col-3.bd-icon{
        margin-top:10px;
    }
    .icon-list.col-2 li{
        margin-top:0;
        padding-top:10px;
    }
    .icon-list.bg-icon.col-3 li{
        width:33.33%;
        margin-left:0;
    }
    .icon-list.bd-tp li{
        float:left;
        width:50%;
    }
    .icon-list.a-line li{

    }
    .icon-list.a-line li > a{
        padding:10px;
    }
    .icon-list.a-line li:last-child{
        margin-bottom:10px;
    }
    .icon-list.col-2 li{
        width:25%;
    }
    .icon-list.bd-icon.col-3 li{
        margin-bottom:10px;
    }
    .icon-list.bd-tp li a{
        border-top:0;
        height:auto;
        padding-bottom:10px;
        padding-top:0;
    }
    .icon-list.bd-tp li:first-child{
        margin-top:0;
    }
    .box-tab.other > dd > ul > li > a img{
        width:100%;
    }
    .box-tab.other > dd ul.icon-list.col-3.bg-icon{
        display:block;
    }
    .icon-list.bd-icon2 li{
        margin-top:10px;
    }
    .btn-wrap{
        padding:0 1%;
    }
    .btn-wrap li{
        width:100%;
        float:none;
        margin-bottom:1%;
        height:auto;
    }
    .btn-wrap li a{
        background-color:#f0f0f0;
        background-image:none;
        text-align:left;
        height:auto;
        padding:15px 10px;
        box-sizing:border-box;
        border-width:1px;
    }
    .btn-wrap li a > *{
        padding-top:0;
        display:inline-block;
        vertical-align:middle;
    }
    .btn-wrap li a > i:before{
        color:#999;
        padding:0;
    }
    .btn-wrap li a > div > span{
        font-size:.875em;
        margin-bottom:0;
        color:#333;
        display:inline-block;
        margin-left:5px;
    }
    .btn-wrap li a > div > em{
        display:none;
    }
    .btn-wrap li:hover > a > div > span{
        color:#333;
    }
    .btn-wrap li:hover > a > i:before{
        color:#999;
    }
    .btn-wrap.col-5 li:hover > a > div > span, .btn-wrap.col-5 li:hover > a > i:before{
        color:#fff;
    }
    .big-wrap{
        margin-top:0;
    }
    .big-wrap a{
        height:80px;
        padding-top:30px;
        font-size:1.125em !important;
    }
    .big-wrap a:nth-child(2) > img{
        height:40px !important;
    }
    .bg-f6{
        background-color:inherit;
    }
    .icon-list.col-7{
        display:flex;
        flex-wrap:wrap;
    }
    .icon-list.col-7 li{
        width:25%;
        margin-bottom:10px;
    }
    .icon-list.col-7 li:last-child > a > span{
        white-space:nowrap;
    }
    .box-tab.other > dd > ul > li > a{
        display:none;
    }
    .small-tab{
        display:block !important;
    }
    .small-tab > a{
        background-color:#f0f0f0;
        display:block;
        background-image:none;
        text-align:left;
        height:auto;
        padding:15px 10px;
        box-sizing:border-box;
        border:1px solid #e1e2e3;
        margin:5px 0;
        color:#666;
        font-size:.875em;
    }
    .small-tab > a.tab-img{
        border:0;
        margin:0;
        padding:0;
    }
    .small-tab > a.tab-img img{
        display:block;
        width:100%;
    }
    a.mail-title{
        background:none !important;
    }
    .pic-library.col-3 li{
        width:98%;
    }
    .location{
        margin-top:0 !important;
        padding:10px;
        background-color:#fff;
    }
    span.box-title-name{
        margin:0 10px;
    }
    .box-tab.sub-box-c .sub-nav{
        padding:20px 10px 0;
    }
    .page-tile{
        margin-bottom:0;
    }
    .news-list.has-img{
        padding:0 10px;
    }
    .box-tab.sub-box-c.news-content .sub-content{
        padding:10px;
    }
    .pic-library.col-3.sub > li{
        width:48%;
    }
    .service-module-list{
        margin-top:0;
        border-bottom:0;
    }
    .service-module-list > li{
        width:100%;
        float:none;
        border:0 !important;
        background-color:#fff;
    }
    .service-module-list > li > div{
        padding:0;
    }
    .service-module-list > li > div .title{
        display:none;
    }
    .bg-ed{
        background-color:#fff;
    }
    .col-d-narrow, .col-d-wide{
        float:none;
        width:100%;
    }
    .mt-20{
        margin-top:0;
    }
    .mb-15{
        margin-bottom:0;
    }
    .ptb-30{
        padding:0;
    }
    .bd-tlr{
        border:0;
    }
    .service-find-list > li{
        float:none;
        width:100%;
        border:0 !important;
        padding:0;
    }
    .service-find-list .title{
        display:none;
    }
    .icon-list.a-row{
        padding:0 !important;
    }
    .icon-list.a-row li{
        margin-top:0;
        border-color:#e1e2e3;
        padding:.5em 15px;
    }
    .icon-list.a-row li:first-child{
        border-top:none;
    }
    .icon-list.a-row li:last-child{
        border-bottom:1px solid #e1e2e3;
    }
    .icon-list.col-2.other li{
        margin-bottom:10px;
    }
    .bd-all{
        border:0;
    }
    .pd-20{
        padding:0;
    }
    .bd-blr{
        border:0;
    }
    .pt-15{
        padding-top:0;
    }
    .news-list.left-arrow > a > span:before{
        display:none;
    }
    .news-list.date-bottom > a{
        padding:10px 0;
    }
    .ptb-20{
        padding:0;
    }
    .col-f-wide{
        margin-top:0;
    }
    .sub-overview{
        padding:10px;
    }
    .sub-overview p > a{
        display:none;
    }
    .pic-library.col-4{
        padding:0 1%;
    }
    .pic-library.col-4 li{
        width:48%;
    }
    .module-list.service{
        margin-top:0;
    }
    .module-list.service > li{
        width:100%;
        border:0;
        background-color:#fff;
    }
    .module-list.overview > li{
        width:98%;
    }
    .module-list .title{
        display:none !important;
    }
    .module-list.service > li > div{
        padding:0;
    }
    .module-list.overview{
        padding:0;
    }
    .module-list.overview img{
        display:none;
    }
    .btn-wrap.sub > li{
        width:48%;
        float:left;
        margin:1% 1%;
    }
    .btn-wrap.sub > li > a{
        padding:15px 0 8px;
        text-align:center;
    }
    .btn-wrap.sub > li > a > i{
        font-size:1.25em;
    }
    .btn-wrap.sub > li > a > span{
        font-size:.875em;
        display:block;
    }
    .col-h-250{
        height:auto;
    }
    .code-list{
        padding:10px 0 10px;
    }
    .code-list.microblog{
        margin-bottom:15px;
    }
    .code-list.microblog > li{
        margin-top:15px;
    }
    .code-list > li{
        width:25% !important;
    }
    .btn-list a{
        margin-top:0;
        margin-bottom:10px;
    }
    .btn-list{
        padding:0 10px;
    }
    .interview-list{
        padding:5px 10px;
    }
    .interview-list > li > div > p{
        max-height:3.5em;
    }
    .col-g-narrow{
        float:none;
        width:100%;
    }
    .col-g-wide{
        float:none;
        width:100%;
    }
    .box-tile > .box-title{
        display:none;
    }
    .col-h-284{
        height:auto;
    }
    .col-h-725{
        height:auto;
    }
    .iv-info{
        padding:10px;
        height:175px;
    }
    .iv-talk-wrap{
        border:1px solid #e8e8e8;
        border-width:1px 0;
    }
    .iv_input_wrap{
        padding:20px 10px;
    }
    .bg-sky-blue{
        background-color:#fff;
    }
    .bg-sky-blue div{
        color:#666;
    }
    .iv-gallery-wrap{
        height:auto;
    }
    .iv-gallery, .iv-images{
        position:relative !important;
        padding:0;
    }
    .iv-gallery > li{
        padding-top:2%;
        margin:0 1%;
    }
    .iv-gallery > li img, .iv-images > li img{
        width:100%;
        height:auto;
    }
    .iv-images-wrap{
        height:auto;
    }
    .iv-images{
        width:98%;
    }
    .iv-images > li{
        height:auto;
        float:left;
        width:48%;
        margin:0 1%;
        padding:2% 0 0;
    }
    a.small.mail.more{
        background-color:#f0f0f0;
        display:block;
        margin:0 1%;
        color:#666;
    }
    a.small.mail.more:after{
        content:">>";
        font-family:simsun;
        margin-left:5px;
    }
    .news-list.mail.icon-left > a:before{
        display:none;
    }
    .suggestion_list_wrap .box-tile .box-title{
        display:block;
    }
    dl#tab4{
        padding:0;
        border:none;
        background:none;
    }
    dl#tab5{
        padding:0;
        border:none;
        background:none;
    }
    .search-bar-icon{
        top:inherit!important;
        height:2.5em !important;
        margin-top:-2.5em;
    }
}
/*480以下start*/
@media screen and (max-width:480px){
    .nav-bar:before{
        font-size:1.25em;
    }
    .icon-list.col-4 li{
        width:50%;
    }
    .icon-list.red-icon a{
        border-width:1px 0 0 1px !important;
    }
    .icon-list.red-icon > li:nth-child(2n+1) > a{
        border-left-width:0 !important;
    }
    .icon-list.red-icon > li:first-child > a, .icon-list.red-icon > li:nth-child(2) > a{
        border-top-width:0 !important;
    }
    .big-wrap a{
        float:none;
        width:100%;
        border-width:1px;
    }
    .big-wrap a:first-child{
        border-bottom:0;
    }
    .interview-module{
        padding:0;
    }
    .interview-module > a > div{
        float:left;
        width:100%;
        min-height:auto;
        padding:0 10px;
        box-sizing:border-box;
    }
    .interview-module > a > img, .interview-module.sub > a > img{
        width:100%;
        height:auto;
        margin-right:0;
    }
    .icon-list.bg-icon i:before{
        width:60px;
        height:60px;
        line-height:60px;
        background-image:none;
        border-radius:50%;
    }
    .news-list.has-img a > div{
        width:100px;
        height:70px;
        padding-right:10px;
    }
    .news-list.has-img > a:after{
        content:">";
    }
    .news-list.right-arrow > a:before{
        display:none;
    }
    .news-list.mail.date-right > a > span{
        width:100%;
    }
    .news-list.mail.date-right > a > em{
        float:left;
    }
    .pic-library > li .player-btn, #video .player-btn{
        background-size:70%;
    }
    .big-wrap.sub a:first-child{
        border-bottom:1px solid #e1e2e3;
    }
    .interview-module.sub > a > div > p{
        height:auto;
    }
    .query-wrap input[type="text"], .query-wrap input[type="submit"]{
        font-size:.875em;
        width:100%;
        margin-bottom:10px;
    }
    .news-list.mail.left-arrow > a em{
        display:none !important;
    }
    .code-list > li{
        width:33.33% !important;
    }
    .code-list > li span{
        white-space:nowrap;
        overflow:hidden;
    }
    .btn-list a{
        width:32%;
        margin:0 0 10px 2%;
    }
    .btn-list a:first-child{
        margin-left:0;
    }
    .interview-list > li > a{
        display:block;
        width:100%;
        float:none;
    }
    .interview-list > li > a > img{
        margin:0 auto;
        max-width:500px;
        height:auto;
    }
    .interview-list > li > div > *{
        padding:0;
    }
    .interview-list > li > div > a{
        font-size:.75em;
        line-height:2em;
        margin-bottom:3px;
        margin-left:0;
    }
    .interview-list > li > div > em{
        font-size:.75em;
        line-height:2em;
        padding:0 10px;
    }
    .interview-list > li > div > p{
        height:1.75em;
    }
    .iv-info{
        height:auto;
    }
    .iv-info .iv-img{
        display:none;
    }
    .iv-info .iv-wrap{
        padding:10px;
    }
    .iv-gallery > li em{
        font-size:.875em;
        padding-top:2px;
    }
    .iv_input_area{
        height:100px;
    }
    .owl-special .owl-controls .owl-buttons{
        display:none !important;
    }
}
/*320以下start*/
@media screen and (max-width:480px){
    .nav-bar:before{
        font-size:1em;
    }
    .icon-list.bd-icon2 i:before{
        width:75px;
        height:75px;
        background-size:cover;
        line-height:75px;
    }
    .pic-library.sub.col-3 > li{
        width:98%;
    }
    .pic-library > li .player-btn, #video .player-btn{
        background-size:100%;
    }
    .code-list{
        padding-top:5px;
    }
    .code-list.sub.wechart > li{
        margin-top:10px;
    }
    .iv_input_submit{
        margin-left:0;
    }
    .iv-info .iv-img{
        display:none;
    }
}
/*搜索结果页 start*/
.box-tab.sub-box-c.serch_info{
    padding:15px 30px 10px;
    border:1px solid #EDEDED;
}
.box-tab.sub-box-c.serch_info .sub-title{
    margin:15px 0;
    display:block;
    padding:20px;
    border:1px dotted #dddddd;
    border-radius:5px;
    background-color:#f3f3f3;
}
.box-tab.sub-box-c.serch_info .sub-title .red{
    color:#FF4400;
}
.news-list.list-full{
    padding:0 20px;
}
.news-list.list-full > a{
    border-bottom:1px dotted #dbdbdb;
}
.news-list.list-full > a:last-child{
    border-bottom:0;
}
.news-list.list-full > a > span{
    font-size:0.875em;
    color:#666;
}
.news-list.list-full > a:hover span{
    color:#ff7900;
    text-decoration:none;
}
@media screen and (max-width:1000px){
    .mb-15{
        margin-bottom:0;
    }
    .box-tab.sub-box-c.serch_info{
        padding:0;
        border:none;
    }
    .box-tab.sub-box-c.serch_info .sub-title{
        background-color:#f1f1f1;
        padding:15px 20px;
        border-radius:0;
        margin:0;
        border-bottom:1px solid #e8e8e8;
        border-width:0 0 1px;
    }
    .box-tab.sub-box-c.serch_info .sub-title .box-title-name{
        font-size:1em;
    }
    .box-tab.sub-box-c.serch_info .sub-title{
        padding:15px 10px;
        font-size:.875em;
    }
    .news-list.list-full{
        padding:0 10px;
    }
    .news-list.list-full > a em{
        font-size:.75em;
        display:block !important;
    }
}
/*搜索结果页 end*/
/* 民意征集 --- start*/
.suggestion_input_wrap{
    padding:15px 10px 10px;
    background-color:#f6f6f6;
    margin-top:15px;
    font-size:.875em;
    border:1px #ececec solid;
}
.suggestion_input_title{
    font-size:.875em;
    color:#666;
    line-height:2em;
    padding-bottom:10px;
}
.suggestion_input_area{
    display:block;
    border:1px solid #ddd;
    width:100%;
    height:80px;
}
.suggestion_input_submit_wrap{
    text-align:right;
    padding:10px 0;
    font-size:.875em;
}
.suggestion_input_captcha_img{
    vertical-align:top;
    height:30px;
    cursor:pointer;
}
.suggestion_input_captcha{
    width:60px;
    border:1px solid #ddd;
    border-radius:2px;
    height:22px;
    padding:3px;
}
.suggestion_input_submit{
    margin-left:10px;
    border:none;
    background-color:#014785;
    height:28px;
    padding:0 10px;
    color:white;
    border-radius:2px;
    cursor:pointer;
}
.suggestion_list_wrap{
    padding:10px 20px 0;
}
.suggestion_content_replay{
    font-size:.875em;
    color:#ff4c00;
    border:1px dotted #ccc;
    background-color:#f3f3f3;
    line-height:1.75em;
    padding:5px 15px;
    border-radius:5px;
    margin-top:15px;
}
.suggestion_list > li{
    border-top:1px solid #eaeaea;
    margin:15px 0;
    padding:15px 0;
}
.suggestion_list > li > em{
    font-style:normal;
    font-size:.875em;
    line-height:2em;
    margin-left:5px;
    color:#169fa5;
}
.suggestion_list > li > b{
    font-weight:normal;
    font-size:.875em;
    line-height:2em;
    color:#aaa;
}
.suggestion_list > li > div{
    font-weight:normal;
    font-size:.875em;
    line-height:1.75em;
}
.suggestion_list > li > span{
    font-weight:normal;
    font-size:.875em;
    line-height:1.75em;
    color:#FF790A;
    display:block;
}
.suggestion_list_wrap .box-tile .box-title{
    padding:0;
    line-height:2em;
    border-bottom:none;
}
.suggestion-bar{
    padding-top:10px;
}
/* 民意征集 --- end*/
/*网上调查页 start*/
.survey-wrap{
    display:table;
    width:100%;
    table-layout:fixed;
}
.survey-wrap.pd-15{
    padding:0 15px;
    box-sizing:border-box;
}
.survey-wrap > *{
    display:table-cell;
    vertical-align:top;
}
.survey-wrap > .col-narrow-wrap{
    width:320px;
    text-align:center;
}
.survey-wrap > .col-narrow-wrap img{
    max-width:60%;
    padding-top:30px;
}
.survey-title{
    font-size:1.5em;
    line-height:1.5em;
    color:#666;
    padding:15px 0 10px;
    font-weight:bold;
}
.survey-wrap .content-small-title > *{
    display:inline-block;
    margin-right:10px;
}
.survey-description{
    font-size:0.875em;
    padding:.25em .5em;
    line-height:1.75em;
    color:#999;
    background-color:#fafafa;
    border:1px solid #f1f1f1;
    border-radius:5px;
}
.survey-description > *:before{
    content:"";
    width:6px;
    height:6px;
    background-color:#bdbdbd;
    display:inline-block;
    vertical-align:middle;
    margin-right:3px;
    margin-bottom:3px;
}
.survey-sub-title{
    font-size:1.125em;
    color:#333;
    padding:15px 0 5px;
}
.survey-option{
    color:#666;
}
.survey-option ul{
    padding-top:5px;
}
.survey-option ul:first-child{
    padding-top:10px;
}
.survey-option li{
    line-height:1.5em;
    padding:.25em 0;
    display:table;
    table-layout:fixed;
    width:100%;
}
.survey-option li > div{
    display:table-cell;
    vertical-align:top;
}
.survey-option li input{
    display:inline-block;
    vertical-align:middle;
    margin:3px 5px 5px 0;
}
.survey-option textarea{
    border-radius:3px;
    background-color:#fafafa;
    border:1px solid #e8e8e8;
    box-sizing:border-box;
    padding:10px;
    width:100%;
    font-size:.875em;
    line-height:1.5em;
    min-height:6em;
}
.survey-btn{
    margin:10px 0;
}
.survey-btn input[type="submit"]{
    float:left;
    display:block;
    width:5em;
    line-height:2.5em;
    border:none;
    margin:0 5px 5px 0;
    border-radius:3px;
    color:#fff;
    cursor:pointer;
    font-size:.875em;
    -webkit-transition:background-color 400ms;
    transition:background-color 400ms;
}
.btn-color-orange{
    background-color:#f05553;
}
.btn-color-blue{
    background-color:#f99238;
    float:left;
    color:#fff;
    border-radius:3px;
    display:block;
    width:8em;
    line-height:1.5em;
    padding:.5em 0;
    text-align:center;
    font-size:.875em;
    box-sizing:border-box;
}
.survey-btn input[type="submit"].btn-color-orange:hover{
    background-color:#ff4300;
}
.survey-btn input[type="submit"].btn-color-blue:hover{
    background-color:#249b98;
}
.survey-option li > .options{
    width:1.75em;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.survey-option li > .counter{
    width:4.5em;
    white-space:nowrap;
    overflow:hidden;
    text-align:right;
}
a.reply_view{
    color:red;
    padding:8px 0;
    display:inline-block;
}
.bars .bar{
    height:14px;
    background-color:#e3e3e3;
    display:block;
    margin-right:3em;
    margin-top:11px;
}
.bars .data{
    color:#f29149;
    width:3em;
    font-weight:bold;
    float:right;
    text-align:right;
}
.bars .bar .precent{
    background-color:#f9d85a;
    height:14px;
}
.reply_view_list{
    padding-top:5px;
}
.reply_view_list > ul > li{
    background-color:#f1f1f1;
    margin-top:13px;
    padding:12px 10px;
    font-size:0.875em;
    border-radius:5px;
    position:relative;
    color:#333;
}
.reply_view_list > ul > li span{
    font-family:"icomoon";
    text-align:center;
    display:inline-block;
    border-radius:100px;
    margin-right:5px;
    color:#ff7900;
}
/*720以下start*/
@media screen and (max-width:1000px){
    .survey-wrap > .col-narrow-wrap{
        display:none;
    }
    .sub-content .big-title{
        font-size: 1.375em;
        padding: 16px 0;
    }
    .sub-content .second-title{
        font-size: 22px;
    }
}
/*480以下start*/
@media screen and (max-width:480px){
    .survey-wrap .box-title{
        padding:20px 20px 10px;
    }
    .survey-wrap > .box-content > .col-wide-wrap{
        padding:0 20px;
    }
    .survey-btn > *{
        width:50% !important;
        margin:0 !important;
        box-sizing:border-box !important;
    }
    .btn-color-orange{
        border-radius:5px 0 0 5px !important;
    }
    .btn-color-blue{
        border-radius:0 5px 5px 0 !important;
    }
    .survey-title{
        font-size:1.125em;
    }
    .survey-sub-title{
        font-size:1em;
    }
    .survey-option{
        padding-left:0;
    }
    .news_content_content img{
        max-width:100%;
        height:auto !important;
    }
}
/*320以下start*/
@media screen and (max-width:480px){
    .survey-list.date-right > li em{
        display:none;
    }
    .survey-wrap .box-title{
        padding:20px 10px 10px;
    }
    .survey-wrap > .box-content > .col-wide-wrap{
        padding:0 10px;
    }
}
/*网上调查页 end*/
/* 场景式服务--start */
.service-six{
    box-sizing:border-box;
    padding-left:35px;
    margin:0 auto;
}
.service-six-warp{
    margin:10px 0 20px;
    border:1px #e8e8e8 solid;
}
.six-hysy{
    background:url(../images/marry.jpg) no-repeat right bottom;
}
.six-hjsf{
    background:url(../images/census.jpg) no-repeat right bottom;
}
.six-scsz{
    background:url(../images/car.jpg) no-repeat right bottom;
}
.six-crjbl{
    background:url(../images/airplane.jpg) no-repeat right bottom;
}
.six-edu{
    background:url(../images/education.jpg) no-repeat right bottom;
}
.six-doctor{
    background:url(../images/doctor.jpg) no-repeat right bottom;
}
.service-six li{
    width:270px;
    height:50px;
    float:left;
    margin-right:20px;
    margin-bottom:20px;
}
.service-six a.button{
    color:#333;
    display:block;
    border-radius:3px;
    border:1px #e8e8e8 solid;
    background:#f2f2f2;
    line-height:50px;
    text-align:center;
    font-size:.875em;
    text-decoration:none;
    transition:all 0.3s ease 0s;
    width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.service-six .a-wrap{
    padding-top:30px;
}
.service-six li a.button:hover{
    background:#c5211f;
    border:1px #c5211f solid;
    color:#fff;
}
.service-six .a-wrap-list li{
    border-bottom:1px #e8e8e8 solid;
    line-height:2em;
    width:880px;
    line-height:50px;
    height:50px;
    margin-bottom:0;
    padding-left:20px;
    box-sizing:border-box;
    background:url(../images/icon.png) no-repeat left center;
}
.service-six .a-wrap-list li a{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    display:block;
}
.service-six .a-wrap-list li a:hover{
    color:#c30000;
}
.service-six .line{
    background:url(../images/six_line.png) no-repeat center top;
    height:17px;
    width:888px;
    margin-top:10px;
}
@media screen and (max-width:1200px){
    .service-six{
        width:100%;
        padding:0;
    }
    .service-six li{
        width:33.33%;
        padding-left:10px;
        box-sizing:border-box;
        margin-right:0;
    }
    .service-six .line{
        width:100%;
    }
    .service-six .a-wrap{
        margin:10px 10px 10px 0;
        color:#333;
        padding:0;
    }
    .service-six .a-wrap-list{
        margin:10px;
        margin-top:0;
    }
    .service-six .a-wrap-list li{
        width:100%;
    }
}
@media screen and (max-width:1000px){
    .service-six-warp{
        border:0;
    }
    .service-six{
        border:none;
    }
    .service-six li{
        width:50%;
    }
    .six-hysy, .six-hjsf, .six-scsz, .six-crjbl, .six-edu, .six-doctor{
        background:none;
    }
}
@media screen and (max-width:1000px){
    .pd-10{
        padding-top:20px;
    }
    .ad{
        display:none !important;
    }
    /*移动端在线办事*/
    #tab2-content-zxbs > .small-title{
        display:none;
    }
    #tab2-content-zxbs .box-tab.other > dt{
        display:block;
        padding-right:10px;
        padding-left:10px;
    }
    .icon-list.bg-icon.n-p {
        width:auto;
        float:none;
        border-left:0;
    }
    .icon-list.bg-icon.n-p li {
        width:33.3%;
        float:left;
    }
    .box-tab.ztzl > dt {
        float:none;
    }
}
@media screen and (max-width:480px){
    .service-six li{
        width:100%;
    }
    .icon-list.bg-icon.n-p li {
        width:50%;
    }
    .icon-list.col-7 li {
        width:33.33%;
    }
    .logo-mobile img{
        max-width:240px;
    }
    .big-wrap a > img {
        height:60px;
    }
}
/* 场景式服务--end */
.owl-special .item{
    margin:0 10px;
}
.owl-special .owl-theme .owl-controls{
    margin-top:0;
}
.owl-special .item img{
    display:block;
    width:100%;
}
.owl-special .item em{
    font-style:normal;
    display:block;
    /*font-size:0.9375em;*/
    color:#666;
    text-align:left;
    height:2.25em;
    line-height:2.25em;
    padding:0 10px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.owl-special .item em:hover{
    color:#ff7900;
}
.owl-special .item em:before{
    content:"";
    float:right;
    display:block;
    background:url(../images/icon_small_r_arr.png) no-repeat center;
    width:21px;
    height:50px;
}
.owl-special .owl-controls .owl-buttons div{
    color:#FFF;
    display:inline-block;
    zoom:1;
    margin:0px !important;
    padding:0px !important;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    filter:Alpha(Opacity=100);
    opacity:1 !important;
}
.owl-special .owl-controls .owl-buttons div.owl-prev{
    position:absolute;
    left:-17px;
    top:0px;
    display:inline-block;
    width:25px;
    height:70%;
    background:url(../images/owl-prev.png) center center no-repeat;
}
.owl-special .owl-controls .owl-buttons div.owl-next{
    position:absolute;
    right:-15px;
    top:0px;
    display:inline-block;
    width:25px;
    height:70%;
    background:url(../images/owl-next.png) center center no-repeat;
}
.owl-special .item .img-size{
    padding-top:75%;
    position:relative;
}
#pictures .owl-controls .owl-buttons div.owl-next, #pictures .owl-controls .owl-buttons div.owl-prev{
    height:80%;
}
#video .owl-controls .owl-buttons div.owl-next, #video .owl-controls .owl-buttons div.owl-prev{
    height:80%;
}
.pd-10{
    padding:10px 15px 0;
}

/*头部庆祝*/
.index{
    background:url(../images/xm-dhui-bg.jpg) no-repeat center top;
    padding-top:390px;
}
.index .body{
    width:1240px;
    margin:0 auto;
    background:#fff;
}
.index .main-wrap{
    padding:0px 20px;
}
.index .s-img{
    display:none;
}
@media screen and (max-width:1240px){
    .index{
        padding-top:initial;
        background:none;
    }
    .index .s-img{
        display:block;
    }
    .index .s-img img{
        width:100%;
    }
    .index .main-wrap{
        padding:initial;
    }
    .index .body{
        width:auto;
    }
}
/*适老开关·登录·简繁体*/
.top-link{
    float:right;
}
.top-bar .version-links:before, .top-bar .version-links:after{
    content:"|";
    padding:0 6px;
}
#pip-triggers-container{
    float:left;
}
.pip-triggers{
    line-height:20px;
    text-align:left;
}
.pip-triggers > em > i{
    vertical-align:middle;
}
.top-bar .user > a{
    color:#3e71a4;
}
@media screen and (max-width:1220px){
    .login-others > ul{
        right:0 !important;
    }
}
/*适老开关·登录·简繁体 end*/