﻿@charset "UTF-8";

/*
    Css for PEL,    ver 1.0
    CopyRight By Dongyi Network Technology CO.,Ltd Design Center

    本网站通用布局
*/

/* Css Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img { padding: 0; margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,
img { vertical-align: top; border: 0; }
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i { font-weight: normal; font-style: normal; }
ol,
ul,
li { list-style: none; }
div,
dl,
dt,
dd,
ol,
ul,
li { zoom: 1; }
caption,
th { text-align: left; }
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: normal; font-size: 100%; }
q:before,
q:after { content: ''; }
abbr,
acronym { border: 0; }
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; font-size: 16px; line-height: 1.8; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; }
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
time { margin: 0; padding: 0; display: block; zoom: 1; }

/* Public */
body { color: #333; font-size: 14px; line-height: 30px; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; text-align: center; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
a { color: #333; text-decoration: none; outline: none; }
a:hover { color: #0c70b8; }
.clearbox { border: none; border-top: 1px solid transparent !important; clear: both; font-size: 0; height: 0; line-height: 0; margin-top: -1px !important; visibility: hidden; }
.blank { display: block; height: 20px; font-size: 0px; line-height: 0; overflow: hidden; clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix { height: 1%; }
* + html .clearfix { min-height: 1%; }
.fl { float: left !important; }
.fr { float: right !important; }
.hide { display: none; }
input[type=button],
input[type=submit],
input[type=file],
button { cursor: pointer; -webkit-appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

/* frame */
html { min-width: 1200px;}
body { text-align: center; min-width: 1200px; background: #fff url(../img/body-bg.png) center top repeat-x fixed; }
#wrap-xxgk .siteWidth,.container { position: relative; max-width: 1200px; margin: 0 auto; }

/* xxgk-header ------------------------------------------------------------------------ */
.xxgk-header { height: 365px; padding-top: 70px; position: relative; }

.slbBtn { position: absolute; z-index: 3; top: 13px; right: 15px; height: 42px; font-size: 20px; font-weight: bold; line-height: 42px; padding: 0 20px 0 46px; transition: all 0.5s; font-size: 16px; color: white; border-radius: 40px; background: #ff9e15 url(../img/icon-old.png) no-repeat 20px center; background-size: auto 60%; }
.slbBtn:hover { text-decoration: none; background-color: #e58907; }
.slbBtn a { color: #fff;}

/* logo */
.xxgk-header #logo { text-align: left; }
.xxgk-header #logo a { color: #fff; }
.xxgk-header #logo a:hover { text-decoration: none; }
.xxgk-header #logo img { max-height: 90px;
      image-rendering: -moz-crisp-edges; /* Firefox */
        image-rendering: -o-crisp-edges; /* Opera */
        image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
 }

/* topBar---------------------- */
.topBar { height: 36px; line-height: 36px; z-index: 9; position: absolute; top: 0; left: 0; font-size: 14px; text-align: left; color: #fff; width: 100%; min-width: 1200px; }
.topBar a { color: #fff; }
.topBar .sw a { padding-right: 15px; margin-right: 15px; position: relative; display: block; float: left;}
.topBar .sw a::after { display: block; content: ""; background-color: #fff; opacity: 0.4; width: 1px; height: 10px; right: 0; top: 50%; transform: translateY(-50%); position: absolute; }
.topBar .sw a:last-child::after { display: none; }
.topBar .siteWidth { overflow: visible; }
.topBar .links { float: right; }
.topBar .links dl { position: relative; float: left; margin-left: 15px; }
.topBar .links dt { display: flex; align-items: center; cursor: pointer; }
.topBar .links dt::before { display: block; font-family: "iconfont"; font-size: 20px; margin-right: 5px; }
.topBar a:hover,
.topBar .links dt:hover { color: #feec01; }
.topBar .links .userLogin dt::before { content: '\E628'; display: none;}
.topBar .links .userLogin .loginbutton::before { content: '\E628'; display: inline-block; font-family: "iconfont"; font-size: 20px; margin-right: 5px; position: relative; top: 2px; }

.topBar .links .barrierFree dt::before { content: '\E60C';}
.topBar .links .phone dt::before { content: '\E661';}
.topBar .links .set-slb dt::before { content: '\E644';}
.topBar .links .wechat dt::before { content: '\E8DB';}
.topBar .links .robot dt::before { content: '\E607';}
.topBar .links .ftb dt::before { content: '\E6f2';}

.topBar .links dd { clear: both; display: none; padding: 7px; background: #fff; position: absolute; right: 50%; top: 40px; margin-right: -60px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3); box-shadow: 0 0 5px rgba(0, 0, 0, .3); }
.topBar .links dd img { width: 120px; height: 120px; }
.topBar .links dd i { z-index: 8; position: absolute; top: -14px; left: 50%; margin-left: -4px; border-width: 7px; border-color: transparent; border-style: dashed; border-bottom-color: #fff; border-bottom-style: solid; display: block; font-size: 0; line-height: 0; width: 0; }
.topBar .links .on dd { display: block; }

/* 顶部注册登录 */
.topBar .userLogged { margin-top: 3px; margin-right: 0;}
.topBar .userLogged .split { opacity: 0.5; font-family: "simsun"; color: #fff !important;}
.topBar .userLogged .userDropdown .nickname { font-weight: normal; }
.topBar .userLogged .loggedin { margin-top: 2px;}
.topBar .userLogged .loggedin .myMsg { background: url(../img/icons-userlogged.png) -37px -237px no-repeat; }
.topBar .userLogged .userDropdown .nickname:after { background: url(../img/userlogged-arrow.png) 0px 0px no-repeat; }
.topBar .userLogged .userDropdown .avatar { display: none; }
.topBar .userLogged .userDropdown .nickname:hover { color: #fff }
.topBar .userLogged .userDropdown .ud-bd { right: -17px; }
.topBar .userLogged .userDropdown .ud-bd li a { opacity: 1; }

/* 政府信息公开 */
#publicityName { text-align: center; line-height: 255px; font-size: 100px; font-weight: bold; color: #fff; text-shadow: 0 4px 2px rgba(0, 0, 0, 0.2); }

/* 线条 */
.headerSplit { height: 1px; width: 488px; background: #fff; position: absolute; top: 310px; right: 320px; }

/* xxgk-content ------------------------------------------------------------------------ */
#wrap-xxgk .xxgk-content,
#content { clear: both; margin: 0 auto; padding: 20px 36px; max-width: 1128px; _width: 1228px; position: relative; min-height: 386px; z-index: 1; text-align: left; background-image: linear-gradient(#f2f2f2, #fcfcfc); background-color: #f2f2f2; }
.xxgk-content:after,
#content:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* 主栏 和 侧栏 */
#wrap-xxgk .mainContent { zoom: 1; position: relative; overflow: hidden; background-color: #fff; border: 1px solid #e5e5e5; }
.side { font-size: 14px; width: 260px; float: left; margin-right: 18px; }

/* 位置导航 */
#wrap-xxgk .path { color: #666; line-height: 20px; padding: 10px 0 20px; font-size: 14px; }
#wrap-xxgk .path a,
#wrap-xxgk .path span { padding: 0 3px; color: #666; }
#wrap-xxgk .path em { background: url(../img/icons.png) no-repeat 0 -1642px; padding-left: 26px; }

/*footer*/
#footer { color: #fff; background: #2d66a5; position: relative; text-align: left; padding: 20px 0; }
#footer::before { display: block; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 5px; min-width: 1200px; background: url(../img/foot-bar.png) repeat-x; opacity: 0.3; }
#footer .footNav { padding-bottom: 10px; overflow: hidden; }
#footer .footNav li { float: left; }
#footer .footNav .spe { margin: 0 10px; }
#footer a { color: #fff; }
#footer a:hover { color: #f5dc0a; }
#footer .copyRight {  line-height: 30px; font-size: 14px; padding-right: 400px; }
#footer .copyRight img { vertical-align: text-bottom; }
#footer .pics { position: absolute; right: 0; top: 20px; display: flex; align-items: center; justify-content:space-between; }
#footer .pics li { float: left; margin-left: 15px; margin-bottom: 15px;}
#footer .pics img { height: 63px; }
#footer .pics .ul2 { width: 250px; }
#footer .pics .ul2 img { width: 110px; height: 52px; }


/* 侧栏固定菜单 */
.sideFixed { display: none !important; }

/* goTop */
#goTop { position: fixed; display: none; _display: none !important; width: 50px; height: 50px; bottom: 60px; right: 5px; z-index: 99; cursor: pointer; margin: 5px; width: 40px; height: 40px; border-radius: 2px; box-shadow: 0 0 5px #9c9c9c; -webkit-box-shadow: 0 0 5px #9c9c9c; opacity: .9; background: rgba(0, 0, 0, .5); }
#goTop::after { display: block; position: absolute; left: 50%; top: 50%; margin-left: -10px; margin-top: -15px; content: ""; border-width: 10px; border-color: transparent; border-bottom-color: #fff; border-bottom-style: solid; border-style: dashed; display: block; font-size: 0; line-height: 0; width: 0; }

/* winMark */
#winMark { z-index: 1; width: 100%; display: none; height: 100%; position: fixed; background: rgba(0, 0, 0, .8); left: 0; top: 0; }

/* 公开信息 -----------------------------------------------------*/

/*侧栏-菜单*/
.xxgk-nav { overflow: hidden; margin-top: -15px; }
.xxgk-nav .li1 { position: relative; z-index: 1; overflow: hidden; margin-top: 15px; }
.xxgk-nav .li1 .h1 { position: relative; }
.xxgk-nav .li1 a.a1 { display: block; padding: 7px 72px 9px; font-size: 23px; line-height: 26px; color: #2d66a5; border: 1px solid #e0e0e0; background: #fff; }
.xxgk-nav .li1 a.a1::before { display: block; content: "\E7ca"; font-family: "iconfont"; font-size: 44px; color: inherit; position: absolute; left: 20px; top: 50%; transform: translateY(-50%); }


.xxgk-nav .li1.on1 a.a1,
.xxgk-nav .li1.on1 a.a1:hover { color: #fff; background-color: #2d66a5; border-color: #2d66a5; text-decoration: none; }
.xxgk-nav .li1 a.a1:hover { background-color: #e5f4fe; text-decoration: none; }

/* 图标样式  */
#li-zc a.a1,
#li-ysqgk a.a1 { padding-right: 50px; line-height: 50px; }
#li-zc a.a1 { letter-spacing: 44px;  }
#li-zfxxgkzn a.a1::before { content: "\E600"; }
#li-zfxxgkzd a.a1::before { content: "\E701"; }
#li-zfxxgkml a.a1::before { content: "\E618"; }
#li-zfxxgknb a.a1::before { content: "\E61D"; }
#li-fdzdgknr a.a1::before { content: "\E601"; }
#li-zfwzgztb a.a1::before { content: "\E618"; }
#li-ysqgk a.a1::before { content: "\E619"; }
#li-zfwzgztb a.a1::before { content: "\E695"; }

/* 一级伸缩图标 */
.xxgk-nav .hasUl1 .h1 span.icons { display: none; }
.xxgk-nav .hasUl1 .h1 span.icons { display: block; position: absolute; height: 70px; line-height: 70px; width: 60px; font-size: 0; color: #000; right: 0; top: -1px; font-weight: bold; overflow: hidden; cursor: pointer; }
.xxgk-nav .hasUl1 .h1 span.icons::after,
.xxgk-nav .hasUl1 .h1 span.icons::before { content: ""; display: block; height: 2px; width: 17px; margin: 0 0 0 -8px; background: #2d66a4; position: absolute; left: 50%; top: 50%; }
.xxgk-nav .hasUl1 .h1 span.icons::before { height: 17px; width: 2px; margin: -8px 0 0 0; }
.xxgk-nav .on1 .h1 span.icons::after,
.xxgk-nav .on1 .h1 span.icons::before { background: #fff; }
.xxgk-nav .showSubMenu .h1 span.icons::before { display: none; }

/*二级样式样式*/
.xxgk-nav .li1 ul.ul1 { overflow: hidden; padding: 10px 20px; display: none; background-color: #fff; border: 1px solid #e5e5e5; border-top: none; }
.xxgk-nav .li1 ul.ul2 { display: none; padding: 5px 20px 5px 40px; }
.xxgk-nav .li2 { background-color: #f2f2f2; margin-bottom: 10px; }
.xxgk-nav .li2 a.a2 { padding: 8px 10px 8px 38px; line-height: 24px; display: block; background: url(../img/files.png) no-repeat 16px 12px; font-size: 15px; }
.xxgk-nav .hasUl2 a.a2 { padding-right: 40px; }
.xxgk-nav .li2 a.a2:hover { text-decoration: none; }
.xxgk-nav .li2.on2 a.a2 { color: #2d66a5; }
.xxgk-nav .li2 h3.h2 { cursor: pointer; position: relative; }
.xxgk-nav .li2.on2 a.a2 { color: #2d66a5; font-weight: bold; text-decoration: none; background: url(../img/files1.png) no-repeat 16px 12px; }
.xxgk-nav li.on2 a.a2 { color: #2d66a5; font-weight: bold; }
.xxgk-nav .hasUl2 span.icons { display: none; }
.xxgk-nav .hasUl2 span.icons { display: block; position: absolute; height: 40px; line-height: 40px; width: 40px; font-size: 0; color: #000; right: 0; top: -1px; font-weight: bold; overflow: hidden; cursor: pointer; }
.xxgk-nav .hasUl2 span.icons::after,
.xxgk-nav .hasUl2 span.icons::before { content: ""; display: block; height: 1px; width: 13px; margin: 0 0 0 -6px; background: #000; position: absolute; left: 50%; top: 50%; }
.xxgk-nav .hasUl2 span.icons::before { height: 13px; width: 1px; margin: -6px 0 0 0; }
.xxgk-nav .on2 span.icons::before { display: none; }
.xxgk-nav .on1.showSubMenu .h2 span.icons::before { display: block; }
.xxgk-nav .li1.showSubMenu .ul1,
.xxgk-nav .li1.on1 .ul1,
.xxgk-nav .li2.showSubMenu .ul2,
.xxgk-nav .li2.on2 .ul2 { display: block; }
.xxgk-nav .li2.showSubMenu h3.h2,
.xxgk-nav .li2.on2 h3.h2,
.xxgk-nav .li2 h3.h2:hover { background-color: #e5e5e5; }
.xxgk-nav .li1.on1.showSubMenu .ul1,
.xxgk-nav .li2.on2.showSubMenu .ul2 { display: none; }
.xxgk-nav .li1.on1 .h1 span.icons::before { display: none; }
.xxgk-nav .li1.on1.showSubMenu span.icons::before,
.xxgk-nav .li2.on2.showSubMenu span.icons::before { display: block; }
.xxgk-nav .hasUl2.showSubMenu span.icons::before { display: none; }
.xxgk-nav .li3 { background: url(../img/icons-arrow.png) no-repeat left 12px; padding-left: 12px; }
.xxgk-nav .li3 a.a3 { line-height: 20px; padding: 5px 0; display: block; }
.xxgk-nav .li3.on3 a.a3 { font-weight: bold; color: #2d66a4; }

/* 检索---------------------- */
.gkxxSearchBox { padding: 0 260px; margin-bottom: 30px; margin-top: 10px; position: relative; }
.gkxxSearchBox i { position: absolute; top: 50%; height: 1px; background-color: #ccc; width: 240px; }
.gkxxSearchBox i.searchLineL { left: 0; }
.gkxxSearchBox i.searchLineR { right: 0; }
.gkxxSearchBox .searchOptions { position: absolute; left: 270px; top: 0; display: none; }
.gkxxSearchBox .searchOptions li { display: inline; margin-right: 20px; vertical-align: middle; line-height: 30px; }
.gkxxSearch { overflow: hidden; position: relative; width: 490px; height: 50px; }
.gkxxSearch .gkxxInputkeyword { border: 1px solid #2e6fc2; height: 48px; line-height: 48px; background-color: #fff; width: 418px; padding: 0 50px 0 20px; border-radius: 5px; outline: none; }
.gkxxSearch .gkxxsearchBtn { position: absolute; right: 0; top: 0; width: 50px; height: 50px; background: #2d66a5 url(../img/icons-search-02.png) no-repeat center; border: none; z-index: 1; outline: none; border-radius: 0 5px 5px 0; }
.gkxxSearchBox .btn-more { display: block; background-color: #2d66a5; text-align: center; width: 100px; height: 50px; position: absolute; right: 260px; top: 0; color: #fff; font-size: 16px; line-height: 50px; border-radius: 5px; }
.gkxxSearchBox .btn-more:hover,
.gkxxSearch .gkxxsearchBtn:hover { text-decoration: none; background-color: #205b9d; }

/* 文章内容页 -----------------------------------------*/
.subheading { font-size: 16px; }
.printArea .zwgk-title { font-size: 34px; font-weight: bold; color: #2d66a5; }
.articleCon { text-align: left; padding: 20px; }
.printArea .title { font-size: 32px; padding: 0 30px; line-height: 1.5; text-align: center; margin-bottom: 15px; word-wrap: break-word; }
.printArea .subTitle { font-size: 20px; color: #555; text-align: center; margin-bottom: 20px; }
.printArea .property { font-size: 14px; margin-bottom: 20px; text-align: center; color: #777; }
.printArea .property span { padding: 0 5px; }
.printArea .conTxt { color: #333; font-size: 16px; line-height: 2; padding: 0 30px 20px; overflow: hidden; }
.printArea .conTxt img { max-width: 650px; height: auto !important; }
.printArea .conTxt p { margin-bottom: 20px; word-wrap: break-word; }
.printArea .conTxt table p { margin: 0px }
.printArea .conTxt a { color: blue; text-decoration: underline; }
.printArea .conTxt em { font-style: italic; }
.printArea .conTxt ul { padding-left: 2em; list-style: inherit; }
.printArea .conTxt ol { padding-left: 2em; list-style: decimal; }
.printArea .conTxt ul li { zoom: normal; list-style: inherit; text-indent: 0 !important; }
.printArea .conTxt ol li { zoom: normal; list-style: inherit; text-indent: 0 !important; }
.printArea .conTxt h1 { font-size: 2em; margin: .67em 0; }
.printArea .conTxt h2 { font-size: 1.5em; margin: .75em 0; }
.printArea .conTxt h3 { font-size: 1.17em; margin: .83em 0; }
.printArea .conTxt h5 { font-size: .83em; margin: 1.5em 0; }
.printArea .conTxt h6 { font-size: .75em; margin: 1.67em 0; }
.printArea .conTxt h1,
.printArea .conTxt h2,
.printArea .conTxt h3,
.printArea .conTxt h4,
.printArea .conTxt h5,
.printArea .conTxt h6,
.printArea .conTxt b,
.printArea .conTxt strong { font-weight: bolder; }
.printArea .videoPlayer { position: relative; z-index: 1500;    /*background: #000;*/ width: 800px; text-align: center; margin: 20px auto; height: 480px; }
.articleCon .userControl { font-size: 14px; border-bottom: 1px solid #ddd; overflow: hidden; text-align: left; margin-bottom: 20px; padding: 10px 0; }
.articleCon .userControl .a { color: #777; margin: 10px 10px 0 0; float: left; }
.articleCon .userControl .bdsharebuttonbox { float: right; }
.articleCon .page { padding: 10px 0; text-align: center; overflow: hidden; }
.articleCon .others { margin-bottom: 15px; }
.articleCon .others .prev,
.articleCon .others .next { padding: 5px 0; word-wrap: break-word }
.power-content_voice { margin-bottom: 20px; }

/* 相关信息 */
#relativeInfo { margin-bottom: 10px; }
#relativeInfo .hd h3 { font-size: 18px; font-weight: bold; color: #666 }
#relativeInfo .bd { margin-top: 10px; padding: 20px 25px; background: #F8F8F8; }
#relativeInfo .infoList li { height: auto; }

/* 公开信息列表页 */
.boxGkxx .hd { border-bottom: 2px solid #e5e5e5; height: 33px; }
.boxGkxx .hd h3 { float: left; }
.boxGkxx .hd h3 a,
.boxGkxx .hd h3 span { display: block; padding: 0 20px; background-color: #2d66a5; line-height: 35px; height: 35px; color: #fff; font-size: 18px; }
.boxGkxx .hd h3 a:hover { text-decoration: none; }
.boxGkxx .hd a.more { float: right; line-height: 38px; padding-right: 10px; }
.boxGkxx .bd { clear: both; padding: 10px; }

/*信息标题列表*/
.boxGkxx .infoList li { font-size: 16px; line-height: 28px; padding: 10px 0 10px 15px; height: auto; background: url(../img/dot.png) no-repeat left 23px; }
.boxGkxx .infoList li a { background: none; padding-left: 0; }
.boxGkxx .infoList .date { float: right; color: #999; padding-left: 15px; }
.boxGkxx .infoList li .address { float: right; margin: 4px 0; margin-left: 15px; padding: 0 8px; font-size: 12px; line-height: 22px; color: #fff; border-radius: 5px; background: #146ac1; }
.boxGkxx .infoList li .address:hover { text-decoration: none; background: #0759ab; }
.boxGkxx .infoList li .disable { display: none !important; }
.boxGkxx .infoList li a em { color: #f20; }
.boxGkxxList { padding: 20px 20px 0; }
.boxGkxxList .pub-pic { margin-bottom: 20px;}
.boxGkxxList .pub-pic img { width: 100%; height: auto;}


/* pub-search */
.pub-search { height: 50px; margin-bottom: 20px; }
.pub-search .keyword { line-height: 48px; vertical-align: top; height: 48px; outline: none; background: none; border-radius: 5px; padding: 0 15px; box-sizing: border-box; border: 1px solid #CBCBCB; width: 87%; }
.pub-search #keywordsearch { width: 12%; height: 48px; line-height: 40px;  vertical-align: top; text-align: center; border-radius: 5px; background: #2d66a5; border: none; outline: none; color: #fff; font-size: 16px; }
.pub-search #keywordsearch:hover { background-color: #1d5490; }
.pub-search #keywordsearch i::before { display: block; content: "\E610"; font-family: "iconfont"; font-size: 40px; color: #fff; }

/* 循环页 */
.pageBoxLoop { padding: 20px; }
.pageBoxLoop .boxGkxx { margin-bottom: 15px; overflow: hidden; }
.pageBoxLoop .boxGkxx a.more { width: 100px; height: 30px; line-height: 30px; text-align: center; clear: both; margin: 0 auto; display: block; background-color: #eee; color: #666; }
.pageBoxLoop .boxGkxx a.more:hover { text-decoration: none; background-color: #0668b5; color: #fff; }

/* 公开信息-目录页 -----------------------------------------------------*/
.publicityMap { overflow: hidden; padding: 10px 20px 20px; }
.publicityMap .list { padding: 6px 10px; overflow: hidden; border-bottom: 1px solid #eee; }
.publicityMap .listSub { padding: 10px; }
.publicityMap .list.last { border-bottom: none; }
.publicityMap .list dt { float: left; margin: 5px 0; padding-right: 15px; font-size: 18px; }
.publicityMap .list dt a { font-weight: bold; }
.publicityMap .list dt a:hover { color: #0068B7; }
.publicityMap .list dd { overflow: hidden; font-size: 14px; }
.publicityMap .nodeList { overflow: hidden; padding-top: 6px; }
.publicityMap .nodeList li { float: left; }
.publicityMap .nodeList li a { padding: 0 12px; font-size: 16px; color: #666; border-right: 1px solid #dadada; }
.publicityMap .nodeList li a:hover { color: #0068B7; }
.publicityMap .nodeList li.last a { border-right: none; }

/*公开信息-栏目式*/
.nodePageList { margin-right: -4px; }
.nodePageList li { width: 33.1%; float: left; font-size: 16px; line-height: 30px; padding: 5px 0; text-indent: 1em; border-right: 1px solid #dadada; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nodePageList li.liBg { background-color: #f5f5f5; }
.nodePageList li a { box-sizing: border-box; }
/* url_方块样式分页 */
.page { font-size: 0; text-align: left; padding: 25px 0; clear: both; overflow: hidden; }
.page a,
.page span { font-size: 14px; float: left; *display: inline; zoom: 1; border: 1px solid #E1E1E1; padding: 0px 6px; margin: 0 3px 5px 0; line-height: 24px; height: 24px; }
.page a:hover,
.page span:hover { border: 1px solid #1258AD; text-decoration: none; color: #1258AD; }
.page .current { background: #1258AD; border: 1px solid #1258AD; color: #fff !important; font-weight: bold; }
.page select,
.page input { margin: 0 4px; background: #fff; border: 0 solid #E1E1E1; vertical-align: middle; }
.page input { text-align: center; padding: 0 4px; outline: none; }
.page .disabled { pointer-events: none; filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; }

/* 侧栏图标按钮 */
.zwgkSideBtns { padding-bottom: 10px; overflow: hidden; }
.zwgkSideBtns li { vertical-align: top; margin-bottom: 10px; height: 68px; line-height: 68px; background: #2189E0; overflow: hidden; position: relative; }
.zwgkSideBtns li i { position: absolute; left: 0; top: 0; display: block; width: 74px; height: 100%; background: url(../img/icons-zwgk-02.png) 20px -784px no-repeat #1078CF; -webkit-transition: 200ms; -o-transition: 200ms; -moz-transition: 200ms; transition: 200ms; }
.zwgkSideBtns a { display: block; padding-left: 94px; position: relative; z-index: 2; color: #fff; font-size: 22px; }
.zwgkSideBtns a:hover { text-decoration: none; }
.zwgkSideBtns .li2 { background-color: #EE3A3B }
.zwgkSideBtns li:hover i { width: 100%; }
.zwgkSideBtns .li2 i { background-color: #E3292A; background-position: 20px -1058px; }

/* 信息公开-内容页 -----------------------------------------------------*/
.govDetailTable { margin-bottom: 30px; }
.govDetailTable td {background: #fff;padding: 5px 10px;width: 35%;border: 1px solid #c5c5c5;color: #969696;}
.govDetailTable .tdlab {text-align: right;width: 14%;background: #f9f9f9;padding-right: 5px;font-size: 14px;}


/* 红头文件 效果 */
#redTitleDoc { text-align: center; margin: 50px 0 0 0; }
#redTitleDoc .rtd-docHeader { color: red; font: bold 60px 宋体; margin: 0px 0 20px 0; }
#redTitleDoc .rtd-docNum { font: 20px 仿宋; margin: 40px 0 40px 0; line-height: 70px; border-bottom: 3px solid red; }

/* 选择申请人类型 -----------------------------------------------------*/
.selectAppType { padding: 50px 0 30px 0; text-align: center; }
.selectAppType a { display: block; width: 260px; height: 50px; line-height: 50px; font-size: 18px; margin: 0 auto 30px auto; background: #0068B7; color: #fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.selectAppType a:hover { text-decoration: none; background: #067AD2; }

/* 依申请信息公开 -----------------------------------------------------*/
.eAppGuide { overflow: hidden }
.eAppGuide li { float: left; width: 18%; margin-right: 2.5%; margin-bottom: 20px; height: 42px; line-height: 42px; background: #EDEDED; text-align: center; font-size: 18px; position: relative; }
.eAppGuide li a { display: block; }
.eAppGuide a:hover { text-decoration: none; background: #ddd }
.eAppGuide .last { margin-right: 0; }
.eAppGuide .on a { background: #0068B7; color: #fff; }
.eAppGuide .on i { position: absolute; bottom: -10px; left: 50%; margin-left: -5px; border-color: transparent; border-style: dashed; border-width: 5px; border-top-color: #0068B7; border-top-style: solid; content: ""; display: block; font-size: 0; line-height: 0; width: 0; }
.application .selectType { overflow: hidden; position: relative; z-index: 1; margin-bottom: -1px; }
.application .selectType li { float: left; height: 52px; line-height: 52px; }
.application .selectType a { display: block; padding: 0 60px; font-size: 18px; }
.application .selectType a:hover { text-decoration: none; }
.application .selectType .on a { background: #FAFAFA; color: #0068B7; border: 1px solid #E9E9E9; }
.application { font-size: 14px; padding-top: 20px; }
.application .con { padding: 30px; border: 1px solid #E9E9E9; }
.application .bd { padding: 20px 0; margin-bottom: 20px; }
.application .tit { font-size: 32px; text-align: center; color: #0068B7; margin: 0; }
.application .hd { height: 40px; line-height: 40px; border-bottom: 2px solid #0068B7; overflow: hidden; }
.application .hd h5 { float: left; padding: 0 20px; min-width: 142px; text-align: center; color: #fff; font-size: 16px; background: #0068B7; }
.application .hd .tips { color: #0068B7; margin-left: 10px; }
.applicationTable { width: 100% }
.applicationTable td { padding: 8px 5px; vertical-align: top; }
.applicationTable .label { width: 110px; text-align: right; }
.applicationTable .required strong { color: #f00; margin-right: 5px; }
.form-legend .tips strong { color: #f00; margin-right: 5px; }
.application .form-control { width: 90%; border: #ccc solid 1px; height: 20px; overflow: hidden; padding: 5px 0px 5px 5px; }
.application textarea.form-control,
.application input[name="CertificateNumber"],
.application input[name="Address"] { width: 96%; }
.application .radio { margin-right: 18px; }
.application .radio input { width: 14px; height: 15px; vertical-align: middle; }
.application .bot { text-align: center; padding: 10px 0 30px 0 }
.application select { border: #ccc solid 1px; width: 36%; padding: 0; height: 36px; line-height: 36px; }
.application .bot { padding-top: 40px; }
.application .field-validation-error { display: block; color: #f00; font-size: 14px; }
.application .instruction { padding: 5px 10px; }
.application .instruction p { margin-bottom: 5px; color: #666; font-size: 12px; }

/* 政府文件查询 -----------------------------------------------------*/
.govAdSearch { background: #fff }
.OpenSearch { margin: 0 0 30px 0; padding: 15px 0; background: #fff; }
.OpenSearch td { padding: 8px 5px; }
.OpenSearch .tdlab { text-align: right; width: 26%; line-height: 1.4; }
.OpenSearch .tdlab span { display: block; color: #999 }
.OpenSearch input { height: 34px; line-height: 34px; border: 1px solid #CFCFCF; padding: 0 5px; width: 60%; }
.OpenSearch select { height: 36px; line-height: 36px; border: 1px solid #CFCFCF; width: 25%; }
.OpenSearch .bot { text-align: left; }
.OpenSearch .bot button { margin: 0 }

/* 信息公开-部门目录页.html -----------------------------------------------------*/
.deptListWrap .mainBox { margin-bottom: 30px; }
#pageXtfl .zwgkBmList li { min-width: 31.3%; _width: 31.3% }

/* mainBox */
.mainBox { padding: 20px; background-color: #fff; }
.mainBox .mHd { position: relative; border-bottom: 1px solid #E1E1E1; background: #F9F9F9; line-height: 45px; height: 48px; margin-bottom: 20px; }
.mainBox .mHd .list { overflow: hidden; }
.mainBox .mHd .list li { float: left; padding: 0 4%; }
.mainBox .mHd .list a { font-size: 20px; color: #888; }
.mainBox .mHd .list a:hover { text-decoration: none }
.mainBox .mHd .list .on a { color: #0068B7 }
.mainBox .mHd h3,
.mainBox .mHd .list .on { position: relative; font-weight: bold; border: 1px solid #E1E1E1; display: inline-block; *display: inline; zoom: 1; padding: 0 4%; height: 47px; border-top: 2px solid #0068B7; color: #0068B7; border-bottom: 0; font-size: 20px; background: #F9F9F9; bottom: -1px; }
.mainBox .mHd h3 a { color: #0068B7 }
.column { margin-bottom: 20px; overflow: hidden; }

/* boxE */
.boxE { margin-bottom: 15px; }
.boxE .hd { height: 40px; line-height: 40px; overflow: hidden; border-bottom: 2px solid #0068B7; }
.boxE .hd h3 { float: left; padding: 0 20px; background: #0068B7; color: #fff; font-size: 18px; }
.boxE .hd h3 a { color: #fff; display: block; float: left; }
.boxE .hd .more { float: right; }
.boxE .bd { padding: 10px; overflow: hidden; }

/* 领导之窗 -----------------------------------------------------*/
.leaderList li { border-bottom: 1px dotted #ccc; padding: 10px 10px 30px 10px; margin-bottom: 20px; background: #fff; overflow: hidden; clear: both;}
.leaderList .pic { float: left; width: 150px; margin-right: 20px; }
.leaderList .pic img { width: 100%; height: auto; }
.leaderList .con { overflow: hidden; padding-top: 5px; }
.leaderList .title { margin-bottom: 10px; }
.leaderList .title a { color: #0068B7; font-size: 20px; font-weight: bold; }
.leaderList .title p { color: #666; font-size: 18px; line-height: 2; }
.leaderList .intro { overflow: hidden }
.leaderList .intro .work { display: block; width: 110px; font-size: 16px; text-align: center; border-radius: 5px; margin-bottom: 10px; background-color: #0068B7; color: #fff; line-height: 36px; height: 36px;}
.leaderList .text { color: #888; overflow: hidden; zoom: 1; }
.leaderList .intro .more { display: none }
.sideLeaderBox { background: #fff; margin-bottom: 10px; }
.sideLeaderBox .hd { height: 40px; line-height: 40px; padding: 0 20px; border: 1px solid #E5E5E5; background: url(../img/icons-zwgk-02.png) right -1679px no-repeat #fff; cursor: pointer; -webkit-transition: 200ms; -o-transition: 200ms; -moz-transition: 200ms; transition: 200ms; }
.sideLeaderBox .hd h3 { font-size: 18px;    /* font-weight: bold */ }
.sideLeaderBox .bd { border: 1px solid #EAEAEA; display: none; padding: 15px; border-top: 0; }
.sideLeaderBox .hd.on { background-color: #0068B7; color: #fff; border-color: #0068B7; background-position: right -1737px; }
.sideLeaderBox .list li { vertical-align: top; padding: 8px; margin-bottom: 8px; border: 1px solid #EDEDED; background: #FAFAFA; overflow: hidden; }
.sideLeaderBox .list li a { float: left; width: 70px; padding-left: 10% }
.sideLeaderBox .list li i { display: none }
.sideLeaderBox .list .job { color: #999; }
.sideLeaderBox .list .last { margin-bottom: 0 }
.leaderContent { background: #fff; }
.leaderDetail { position: relative; overflow: hidden; padding: 2% 0; font-size: 16px; }
.leaderDetail .leaderPic { text-align: center; margin-bottom: 20px; }
.leaderDetail .leaderPic img { width: 180px; }
.leaderDetail .sTitle { border-bottom: 0; font-size: 24px; text-align: center; }
.leaderDetail .sTitle p { font-size: 18px; color: #666; padding-top: 10px; }
.leaderDetail .boxE { margin-bottom: 35px; }
.leaderDetail .bd { line-height: 30px; padding: 15px 5px; }
.leaderDetail .work { text-indent: 2em; padding: 20px 0; margin-bottom: 20px; }
.leaderDetail .writeBtn { float: right; margin-top: -35px; height: 40px; line-height: 40px; font-size: 20px; background: url(../img/icons-zwgk-02.png) 15px -1819px no-repeat #DC221A; color: #fff; padding: 0 15px 0 50px; }
.leaderDetail .writeBtn:hover { background-color: #BB1F19; color: #fff; text-decoration: none; }
.leaderDetail .infoList li { height: 36px; line-height: 36px; }
.leaderDetail-boxWrap { overflow: hidden; }
.leaderDetail-boxWrap .boxE { width: 48%; }

/*规章-列表页 -------------------------------------------------------*/
.gzk-box { width: 100%; border-collapse: collapse; }
.gzk-box .number { width: 10%; }
.gzk-box .title { width: 65%; }
.gzk-box .download { width: 24%; }
.gzk-box th { height: 40px; line-height: 40px; padding-bottom: 10px; font-size: 20px; text-align: center; font-family: 'FZXiaoBiaoSong-B05S'; border-bottom: 2px solid #0f5a9b; }
.gzk-box tbody tr:nth-child(even) { background-color: #eee; }
.gzk-box td { font-family: "宋体", "SimSun"; font-size: 14px; }
.gzk-box td.number { font-size: 16px; text-align: center; }
.gzk-box td.title>a { font-size: 16px; font-weight: 600; line-height: 30px; padding: 10px 0; display: block; }
.gzk-box td.title>a>em { color: #c00; margin: 0 2px; }
.gzk-box td.title .intro { line-height: 20px; color: #2e65a6; padding-bottom: 10px; }
.gzk-box td.title .intro a { color: inherit; display: block; }
.gzk-box td.download { text-align: center; }
.gzk-box td.download a { margin: 0 10px; font-size: 14px; line-height: 24px; }

/*规章-搜索列表页*/
.headerPublicity .name { padding-top: 120px; text-align: center; line-height: 1.2; font-size: 55px; font-weight: bold; color: white; text-shadow: 2px 0 2px #555; }
.headerPublicity .number { font-size: 18px; font-weight: bold; color: #fff; text-align: center; line-height: 50px; width: 560px; margin: 0 auto; margin-top: 30px; margin-bottom: 30px; background: url(../img/zfxxzcgz.png); }

/*搜索*/
#topSearch .searchBox { overflow: initial; }
#topSearch .searchPublic { overflow: hidden; }
#topSearch .search_type { margin-top: 15px; font-size: 16px; }
#topSearch .search_type .tit { padding-right: 20px; color: #2569a4; }
#topSearch .search_type span { margin-right: 20px; }
#topSearch .search_type input { vertical-align: middle; margin: -5px 5px 0 0; }


/* 信息公开-表格式 */
.mes-bd { margin-top: 15px; }
.mes-table { min-height: 260px; border: 1px solid #d4d6d7;}
.mes-table table { width: 100%; border-collapse: collapse; letter-spacing: 1px; }
.mes-table table,
.mes-table tr,
.mes-table td { border-bottom: 1px solid #d4d6d7; padding: 12px 10px; text-align: center; line-height: 20px; font-size: 14px; color: #4d4d4d; }
.mes-table td a { cursor: pointer; text-decoration: none; }
.mes-table th { padding: 12px 10px; font-size: 16px; text-align: center; color: rgb(45, 102, 165); background-color: #f2f6fa; border-bottom: 6px solid; font-weight: bold;}
.mes-table th:nth-child(1) { border-bottom-color: #236caf; width: 36px; }
.mes-table th:nth-child(2) { border-bottom-color: #32b9e6; width: 275px; }
.mes-table th:nth-child(3) { border-bottom-color: #16b1c1; width: 175px; }
.mes-table th:nth-child(4) { border-bottom-color: #2688c4; width: 116px; }
.mes-table th:nth-child(5) { border-bottom-color: #32b9e6; width: 116px; }
.mes-table td:nth-of-type(odd) { background-color: #f4f8fb; }
.mes-table td:nth-child(2) { text-align: left; }

/*规章-内容页*/
/*body.gzDetailPage { background: none; background-color: #f0f0f0; }*/
.gzDetailPage #header { max-width: 1200px; margin: 0 auto; background-color: #fff;  }
.gzDetailPage #header .siteWidth { position: relative; overflow: hidden; border-bottom: 6px solid #015293; max-width: 1150px;}
.gzDetailPage #gov-name { font-size: 40px; color: #d61d16; line-height: 90px; height: 170px; font-weight: bold; margin-top: 65px; font-family: 'FZXiaoBiaoSong-B05S'; }
.gzDetailPage #gov-name a { color: #d61d16; }
.gzDetailPage #gov-name img { vertical-align: middle; width: 70px; margin: -10px 15px 0 0; }
.gzDetailPage #header .download { position: absolute; right: 0; bottom: 12px; }
.gzDetailPage #header .download a { float: left; margin-right: 12px; width: 90px; height: 38px; line-height: 38px; color: #666; text-decoration: none; font-size: 14px; text-align: center; border: 1px solid #d2d2d2; }
.gzDetailPage #header .download a:hover { background-color: #fafafa; }
.gzDetailPage #content { position: relative;padding: 0 25px; background: #fff; max-width: 1150px;}
.gzDetailPage .articleCon { overflow: hidden; padding: 58px 0 0; }
.gzDetailPage .articleCon .title { font-size: 28px; text-align: center; font-family: 'FZXiaoBiaoSong-B05S'; }
.gzDetailPage .articleCon .subheading { text-align: center; font-size: 18px; font-family: FangSong; margin-top: 25px; margin-bottom: 20px; }
.gzDetailPage .articleCon .conTxt { padding: 0 30px; margin: 30px 0 70px; text-align: left; }
.gzDetailPage .articleCon .conTxt p,
.gzDetailPage .articleCon .conTxt div { margin-bottom: 10px; font-family: fangsong !important; font-size: 21px !important; line-height: 38px !important; }
.gzDetailPage .articleCon .gov-publish { border-top: 6px solid #015293; padding: 35px 80px; text-align: right; font-size: 28px; line-height: 38px; font-family: 'FZXiaoBiaoSong-B05S'; color: #035496; font-weight: bold; }


/*验证码*/
div.codeinp input[type=text] { width: 100px !important; float: left; margin-right: 10px; }

/* 通用底部按钮 */
.bot { text-align: center; padding: 0 0 20px 0; }
.bot a,
.bot button { cursor: pointer; display: inline-block; height: 46px; line-height: 46px; padding: 0 5%; font-size: 16px; background: #0068B7; border: 0; color: #fff; margin: 0 2%; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.bot a:hover,
.bot button:hover { text-decoration: none; background: #077BD4; }

/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm { background: #fff; padding: 3% 0; width: 80%; margin: 30px auto; border: 1px solid #e2e2e2; font-size: 16px; }
.queryForm td { padding: 8px 0 }
.queryForm .tdlab { width: 40%; text-align: right; }
.queryForm input[type=text] { width: 56%; height: 30px; }
.queryForm .bot { text-align: left; }
.queryForm .bot a { margin: 0 }
.queryForm .required strong { color: #f00; margin-right: 5px; }
.queryForm .errorMessage { color: #f00; }
.queryForm table { width: 100%; border: 0; }

/* 依申请、信访、咨询等通用 查询结果页样色 */
.queryResult { width: 80%; margin: 30px auto; }
.queryResult .mainBox { margin-bottom: 50px; }
.queryResult .tit h3 { text-align: center; font-size: 38px; line-height: 2; margin-bottom: 30px; }
.queryResult .tips { text-align: center; font-size: 16px; margin-bottom: 50px; border-top: 1px solid #ddd; padding: 50px 0 20px 0; }
.queryResult .number { font-weight: bold; color: #f00 }

/* 修复部分页面引用Bootstrap后导致错位 */
.xxgk-header,
.xxgk-header *,
.xxgk-header *:before,
.xxgk-header *:after,
.xxgk-content,
.xxgk-content *:before,
.xxgk-content *:after,
#content,
#content *:before,
#content *:after,
#friendLinks,
#friendLinks *,
#friendLinks *:before,
#friendLinks *:after,
#footer,
#footer *,
#footer *:before,
#footer *:after,
.path,
.path *,
.path *:before,
.path *:after,
.sideFixed,
.sideFixed *,
.sideFixed *:before,
.sideFixed *:after { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }


/*规范性文件-列表页*/
.gov-zfwj-list { width: 100%; border-collapse: collapse; }
.gov-zfwj-list th,
.gov-zfwj-list td { padding: 0 8px; text-align: center; }
.gov-zfwj-list .title { text-align: left; }
.gov-zfwj-list .number { width: 50px; }
.gov-zfwj-list .refno { width: 180px; }
.gov-zfwj-list .date { width: 80px; }
.gov-zfwj-list th { font-size: 16px; font-weight: bold; color: #104583; line-height: 21px; padding-bottom: 18px; border-bottom: 1px solid #104583; }
.gov-zfwj-list td { padding: 15px 8px; color: #666; line-height: 21px; text-align: center; }
.gov-zfwj-list tr:nth-child(even) td { background-color: #f3f6f9; }


