﻿@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", SimSun, 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", SimSun, 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: #E20500;
    text-decoration: none;
}
.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 */
body {
    text-align: center;
    min-width: 1100px;
    background: #fff url(../img/body-bg.jpg) no-repeat center top;
    background-size: auto 1099px;
}
#wrap-xxgk .siteWidth {
    position: relative;
    max-width: 1100px;
    _width: 1100px;
    margin: 0 auto;
}
/* xxgk-header ------------------------------------------------------------------------ */
.xxgk-header {
    height: 365px;
}
/* logo */
.xxgk-header #logo {
    text-align: left;
    clear: both;
    padding-top: 54px;
    
}
.xxgk-header #logo a {
    color: #fff;
    font-size: 35px;
    background: url(../img/logo.png) no-repeat left center;
    line-height: 50px;
    padding-left: 54px;
    display: inline-block;
}
.xxgk-header #logo a:hover {
    text-decoration: none;
}
/* links---------- */
.xxgk-header .links {
    color: #fff;
    height: 35px;
    font-size: 12px;
    margin-bottom:10px;
    position: absolute;
    right: 0;
    top: 10px;
    display: none;
}
.xxgk-header .links dl {
    margin: 0 10px;
    color: #2d66a5;
    position: relative;
    float: left;
}
.xxgk-header .links dt {
    float: left;
    height: 35px;
    line-height: 35px;
}
.xxgk-header .links dt,
.xxgk-header .links dt a {
    color: #fff;
}
.xxgk-header .links s {
    float: left;
    text-decoration: none;
    line-height: 35px;
    width: 5px;
    overflow: hidden;
    text-align: center;
}
.xxgk-header .links dd {
    clear: both;
    display: none;
    padding: 7px;
    background: #fff;
    position: absolute;
    right: 50%;
    top: 34px;
    margin-right: -54px;
    -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);
}
.xxgk-header .links dd img {
    width: 100px;
    height: 100px;
}
.xxgk-header .links dd > i {
    z-index: 8;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -3px;
    border-width: 5px;
    border-color: transparent;
    border-style: dashed;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
.xxgk-header .links .on dd {
    display: block;
}
.xxgk-header .links .site dt {
    padding: 0 10px 0 27px;
    background: url(../img/icons.png) 7px -2587px no-repeat;
}
.xxgk-header .links .site dd {
    padding: 10px;
    width: 770px;
    top: 31px;
    margin-right: 0;
    left: -1px;
    border: 1px solid #6E99B9;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .15);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .15);
}
.xxgk-header .links .site dd h3 {
    text-align: left;
    margin: 0 10px;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
    color: #2d66a5
}
.xxgk-header .links .site dd h3 a {
    color: #2d66a5;
}
.xxgk-header .links .site dd h3 i {
    content: "";
    display: block;
    height: 1px;
    line-height: 0;
    font-size: 0;
    background: #eee;
    top: 18px;
    right: 0;
    width: 88%;
    position: absolute;
    ;
}
.xxgk-header .links .site dd ul {
    overflow: hidden;
    padding: 0 0 0 10px;
    display: block;
    margin-right: -10px;
}
.xxgk-header .links .site dd li {
    float: left;
    min-width: 100px;
    margin-right: 10px;
    text-align: left;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 0;
}
.xxgk-header .links .site dd li a {
}
.xxgk-header .links .site dd li a:hover {
    color: #195daf;
}
.xxgk-header .links .site li a {
    cursor: pointer;
}
#siteLast.on dt {
    background-color: #fff;
    border: 1px solid #6E99B9;
    margin: -1px;
    border-bottom: 0;
    height: 32px;
    background-position: 7px -2405px;
    color: #2d66a5;
    position: relative;
    z-index: 1;
}
/* 顶部注册登录 */
.xxgk-header .links .userLogged{
    margin-top: 4px;
    float:right;
    color:#fff;
}
.xxgk-header .links .userLogged a{
    color:#fff;
}
.xxgk-header .userLogged .loggedin .signinSum,
.xxgk-header .userLogged .loggedin .myMsg{
    background-image:url(../img/icons-userlogged.png);
}
.xxgk-header .userLogged .loggedin .signinSum:hover,
.xxgk-header .userLogged .loggedin .myMsg:hover,
.xxgk-header .userLogged .loggedin .hasMsg { background-image: url(../img/icons-userlogged-on.png);}
.xxgk-header .userLogged .userDropdown .nickname:after{
    background-image:url(../img/userlogged-arrow.png)
}
/* 政府信息公开 */
#publicityName  {font-size:100px; height: 142px; line-height: 142px; font-weight:bold;color:rgba(255,255,255,1);text-shadow:0px 5px 0px rgba(0,0,0,0.2);text-align:center;margin-top:35px;}

/* 线条 */
.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: 1028px;
    _width: 1028px;
    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;
    min-height: 765px;
    box-shadow:0px 1px 5px 0px rgba(0,0,0,0.2);
}
.side {
    font-size: 14px;
    width: 240px;
    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 {
    background: #e6e7e8;
    position: relative;
    text-align: left;
    border-top: 10px solid #355e92;
    clear: both;
}
/* footer-con */
.footer-con { padding: 40px 0 30px 10px; }
.footer-con .red { float: left; width: 72px; text-align: left; padding-top: 14px; }
#footer .copyRight { float: left; width: 650px;}
#footer .copyRight img {
    vertical-align: text-bottom;
}
#footer .copyRight p {
    margin: 0px;
    padding: 0px;
    line-height: 30px;
    font-size: 14px;
}
#footer .pics {
    float: right;
    padding-top: 14px;
}
#footer .pics>div { float: left; margin-left: 10px; }
#footer .pics img {
    height: 60px;
}



/* 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 .li1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow:0px 1px 5px 0px rgba(0,0,0,0.2);
    background-color: #fff;
}
.xxgk-nav .li1 .h1 {
    position: relative;
}
.xxgk-nav .li1 a.a1 {
    display: block;
    padding: 8px 53px 10px 85px;
    font-size: 23px;
    line-height: 26px;
    text-decoration: none;
    color: #2d66a5;
    background: url(../img/icons-side-zfxxgk.png) no-repeat 25px 18px;
    cursor: pointer;
    z-index: 1;
    position: relative;
}
.xxgk-nav .li1.on1 { background-color: #2D66A5; }
.xxgk-nav .li1.on1 a.a1 {
    color: #fff;
    text-decoration: none;
}
/* 图标样式  */
#li-zfxxgkzd a.a1 {
    background-position: 25px -156px;
}
#li-fdzdgknr a.a1 {
    background-position: 25px -156px;
}
#li-zfxxgkml a.a1 {
    background-position: 25px -1007px;
}
#li-zfxxgknb a.a1 {
    background-position: 25px -332px;
}
#li-zfysqgk a.a1,#li-ysqgk a.a1 {
    background-position: 25px -837px;
    padding-right: 30px;
    line-height: 50px;
    height: 50px;
}
#li-gxslj a.a1 {
    background-position: 25px -505px;
}

#li-zfxxgkzn.on1 a.a1 {
    background-position: 25px -69px;
}
#li-zfxxgkzd.on1 a.a1 {
    background-position: 25px -243px;
}
#li-fdzdgknr.on1 a.a1 {
    background-position: 25px -243px;
}
#li-zfxxgkml.on1 a.a1 {
    background-position: 25px -1091px;
}
#li-zfxxgknb.on1 a.a1 {
    background-position: 25px -419px;
}
#li-zfysqgk.on1 a.a1,#li-ysqgk.on1 a.a1 {
    background-position: 25px -922px;
}
#li-gxslj.on1 a.a1 {
    background-position: 25px -589px;
}
/* 一级伸缩图标 */
.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 {display:block;height:20px;width:20px;background:url(../img/arr.png) no-repeat center center;background-size:80% 80%;position:absolute;right:25px;top:50%;margin-top:-10px;transition:all 0.3s ease-out;transform:rotate(0deg);}
.xxgk-nav .hasUl1.showSubMenu .h1 span.icons,.xxgk-nav .hasUl1.on1 .h1 span.icons {transition:all 0.3s ease-out;transform:rotate(180deg);}
.xxgk-nav .on1.showSubMenu .h1 span.icons { transform:rotate(0deg); }

/*二级样式样式*/
.xxgk-nav .li1 ul.ul1 {
    overflow: hidden;
    padding: 10px;
    display: none;
    background-color: #fff;
}
.xxgk-nav .li1 ul.ul2 {
    display: none;
    padding: 5px 20px 5px 40px;
}
.xxgk-nav .li2 a.a2 {
    padding: 8px 10px;
    text-align: center;;
    line-height: 24px;
    display: block;
    font-size: 15px;
}
.xxgk-nav .li2 a.a2:hover {
    text-decoration: none;
    background-color:#E6F5FF;
    color: #2D66A5;
}
.xxgk-nav .li2.on2 a.a2 {
    background-color:#e6f5ff;
}
.xxgk-nav .li2 h3.h2 {
    cursor: pointer;
    position: relative;
}
.xxgk-nav .li2.on2 a.a2 {
    color: #2d66a5;
    text-decoration: none;
    background-color: #e6f5ff;
}
.xxgk-nav li.on2 a.a2 {
    color: #2d66a5;
}
.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 .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: 66px 260px 0;
    margin-bottom: 82px;
    position: relative;
}
.gkxxSearchBox i {
    position: absolute;
    top: 88px;
    height: 2px;
    background-color: #e0e0e0;
    width: 240px;
}
.gkxxSearchBox i.searchLineL {
    left: 0;
}
.gkxxSearchBox i.searchLineR {
    right: 0;
}
.gkxxSearchBox .searchOptions {
    position: absolute;
    left: 270px;
    top: 0;
}
.gkxxSearchBox .searchOptions li {
    display: inline;
    margin-right: 20px;
    vertical-align: middle;
    line-height: 30px;
}
.gkxxSearch {
    overflow: hidden;
    position: relative;
    width: 506px;
    height: 46px;
    border: 2px solid rgba(45,102,165,0.92);
    border-radius: 10px;
    background-color: #fff;
}
.gkxxSearch .gkxxInputkeyword {
    height: 46px;
    line-height: 46px;
    background: none;
    width: 84.9%;
    padding-left: 5%;
    outline: none;
    border: none;
    font-size: 16px;
}
.gkxxSearch .gkxxsearchBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 46px;
    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; float: right; width:10%; height:100%; background: #fff url(../img/icons-search.png) no-repeat 0 10px; outline:none; padding:0; cursor:pointer; font-size: 0;
}

/* 文章内容页 -----------------------------------------*/
.subheading {
    font-size: 16px;
} 
.printArea .zwgk-title {
    font-size: 34px;
    font-weight: bold;
    color: #2d66a5;
}
.articleCon {
    text-align: left;
    overflow-y: scroll;
    max-height: 700px;
    padding: 30px;
}
.printArea .title {
    font-size: 32px;
    font-weight: bold;
    padding: 0 30px;
    line-height: 1.5;
    text-align: center;
    word-wrap: break-word;
}
.printArea .subheading {
    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
}

/* 依申请公开--------------------------------------- */
.page-articleCon { overflow: visible; }
.page-articleCon .conTxt { padding: 0 20px; line-height: 30px; font-size: 14px; }
.page-articleCon .printArea .conTxt p { margin-bottom: 0; }


/* 相关信息 */
#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;
}

/*信息标题列表*/
.infoList li {
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    background: url(../img/dot.png) no-repeat left center;
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #ccc;
}
.infoList li a {
    background: none;
    padding-left: 0;
}
.infoList-2 .node {
    float: right;
}
.infoList-2 .node a { color: #999; }
.infoList .date {
    float: right;
    color: #999;
    padding-left: 15px;
}
.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;
}
.infoList li .address:hover {
    text-decoration: none;
    background: #0759ab;
}
.infoList li .disable {
    display: none !important;
}
.infoList li a em {
    color: #f20;
}
.boxGkxxList .bd {
    padding: 20px 30px;
}
.boxGkxxList .bd .infoList { padding-top: 10px; }
/* 公开信息列表页 */
.boxGkxx .hd {
    border-bottom: 1px solid #E0E0E0;
    height: 35px;
}
.boxGkxx .hd h3 {
    float: left;
}
.boxGkxx .hd h3 a,
.boxGkxx .hd h3 span {
    display: block;
    padding: 0 20px;
    background-color: #2d66a5;
    line-height: 36px;
    height: 36px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.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 30px;
}
.boxGkxx .infoList li { line-height: 40px; height: 40px; border-bottom: none; }
.boxGkxx .infoList li.noData { display: none; }

.boxGkxx .infoList.zfxxgknb span.node { display: none; }
/* 循环页 */
.pageBoxLoop {
    padding-bottom: 20px;
}
.pageBoxLoop .boxGkxx {
    margin-bottom: 5px;
    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;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.5s;
}
.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: #2d66a5;
}
.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: #2d66a5;
}
.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;
}
/*公开信息-栏目式2*/
.nodeIconList { padding-left: 30px; padding-top: 20px; }
.nodeIconList li { float: left; margin: 15px 20px; *display: inline; }
.nodeIconList li a { display:block; height:64px; width: 120px; padding-left: 60px; line-height: 64px; font-size: 18px; color: #2d66a5; background:#fff; border:1px solid #f0f0f0; box-shadow:#d8d5d5 2px 2px 5px 1px; position: relative; }
.nodeIconList li a:hover { background:#2d66a5; color: #fff;}
.nodeIconList li a::before { display:block; content: ""; width:30px; height:30px; background:url(../img/gxs.png) -5px -3px no-repeat; position: absolute; top: 20px; left: 30px; transition: all 0.5s;}
.nodeIconList li:hover a::before { background-position: -5px -78px;}
.nodeIconList li.li2 a { font-size:16px;padding-top:12px;line-height:20px;padding-right: 29px; width: 91px; height: 52px;}



/* url_方块样式分页 */
.page {
    font-size: 0;
    text-align: center;
    padding: 25px 0;
    clear: both;
    overflow: hidden;
}
.page a,
.page span {
    font-size: 14px;
    display: inline-block;
    *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: 10px 5px;
    width: 14%;
    border: 1px solid #ddd;
    color: #333;
    font-size: 12px;
    word-wrap:break-word;
    word-break:break-all;
    line-height: 1.2;
}
.govDetailTable .tdlab {
    text-align: center;
    background: #ffffec;
    width: 10%;
    font-size: 14px;
}
.power-content_voice { margin-bottom: 10px !important; }
.gbBtn { text-align: right; line-height: 24px; 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: #2d66a5;
    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 .on a {
    background: #2d66a5;
    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: #2d66a5;
    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: #2d66a5;
    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: #2d66a5;
    margin: 0;
}
.application .hd {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #2d66a5;
    overflow: hidden;
}
.application .hd h5 {
    float: left;
    padding: 0 20px;
    min-width: 142px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #2d66a5;
}
.application .hd .tips {
    color: #2d66a5;
    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 {
    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;
}
.upload-single {
    width: 220px;
}
.upload-single .upload-pick {
    margin-top: 40px
}
.upload-single .upload-file-area {
    background: #fff;
    min-height: 100px;
    border: 2px dashed #ccc;
}
.upload-single .upload-pick:hover .webuploader-pick,
.upload-single .webuploader-pick-hover {
    background: #077BD4
}
.upload-single .webuploader-pick {
    width: 50% !important;
    background: #aaa;
    height: 30px !important;
    line-height: 30px !important;
}
/* 政府文件查询 -----------------------------------------------------*/
.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: #2d66a5
}
.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 #2d66a5;
    color: #2d66a5;
    border-bottom: 0;
    font-size: 20px;
    background: #F9F9F9;
    bottom: -1px;
}
.mainBox .mHd h3 a {
    color: #2d66a5
}
.column {
    margin-bottom: 20px;
    overflow: hidden;
}
/* boxE */
.boxE {
    margin-bottom: 15px;
}
.boxE .hd {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 2px solid #2d66a5;
}
.boxE .hd h3 {
    float: left;
    padding: 0 20px;
    background: #2d66a5;
    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;
}
.leaderList .pic {
    float: left;
    width: 120px;
    margin-right: 20px;
}
.leaderList .pic img {
    width: 100%;
    height: 160px;
}
.leaderList .con {
    overflow: hidden;
    padding-top: 10px;
}
.leaderList .title {
    margin-bottom: 5px;
}
.leaderList .title a {
    color: #2d66a5;
    font-size: 16px;
}
.leaderList .job,
.leaderList .work {
    padding-left: 23px;
    background: url(../img/icons-zwgk-02.png) 0 -1529px no-repeat;
}
.leaderList .work {
    background-position: 3px -1611px;
    float: left;
}
.leaderList .intro {
    overflow: hidden
}
.leaderList .intro span {
    display: block;
}
.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: #2d66a5;
    color: #fff;
    border-color: #2d66a5;
    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: 150px;
}
.leaderDetail .sTitle {
    border-bottom: 0;
    font-size: 24px;
    text-align: center;
}
.leaderDetail .boxE {
    margin-bottom: 35px;
}
.leaderDetail .bd {
    line-height: 30px;
    padding: 15px 5px; /* color:#777; */
}
.leaderDetail .leaderIntro {
    max-height: 240px;
    overflow-y: scroll;
}
.leaderDetail .work {
    text-indent: 2em;
    padding: 20px 0; /* color:#777; */
    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%;
}
/*验证码*/
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: #2d66a5;
    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;
}