﻿@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;
    margin: auto;
}
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: underline;
}
.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.png) center top repeat-x;
}
#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;
    background: url(../img/logo1.png) no-repeat left center;
    padding-left: 90px;
    line-height: 70px;
    clear: both;
}
.xxgk-header #logo a {
    color: #fff;
    font-size: 35px;
}
.xxgk-header #logo a:hover {
    text-decoration: none;
}
/* links---------- */
.xxgk-header .links {
    color: #fff;
    height: 35px;
    float: right;
    display: block;
    font-size: 12px;
}
.xxgk-header .links dl {
    margin: 0 10px;
    color: #0068B7;
    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 .userLogged .spe {
    margin: 0 10px;
}
.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;
    right: -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: #0068b7
}
.xxgk-header .links .site dd h3 a {
    color: #0068b7;
}
.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: #0068B7;
    position: relative;
    z-index: 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: 160px;
}
/* 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;
}
.QrCodepic{ 
    text-align:center; 
    color:#ccc;
    font-size:12px; 
    margin-top:60px; 
    line-height:30px; 
    margin-bottom:20px
}
.QrCodepic img{ 
    width:120pxpx; 
    margin:0 auto; 
    padding:10px; 
    border:1px 
    solid #f3f3f3
}
/* 主栏 和 侧栏 */
#wrap-xxgk .mainContent {
    zoom: 1;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    float: none;
}
.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 {
    color: #fff;
    background: #0068B7;
    position: relative;
    text-align: left;
    padding: 20px 0;
    clear: both;
}
#footer .footNav {
    padding-bottom: 10px;
}
#footer .footNav a {
    margin: 0 10px;
    display: inline-block;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #fff
}
#footer .copyRight img {
    vertical-align: text-bottom;
}

#footer .copyRight p {
    margin: 0px;
    padding: 0px;
    line-height: 30px;
    font-size: 14px;
}
#footer .endpic img {
  margin:0 auto;width:0px;height:0px;overflow:hidden；
}

#footer .copyRight p {
    margin: 0px;
    padding: 0px;
    line-height: 30px;
    font-size: 14px;
}
#footer img { vertical-align: middle; }
/* #footer .copyRight a { text-decoration: underline; } */
#footer .pics { padding-top: 10px;text-align: center;}
#footer .pics img {/* height: 46px; */ }
.bodyOpen #footer { margin-top: 141px; }
#footer #imgConac {
    height: 70px;
}
/* 友情链接 */
.friendLinks {
    border-top: 1px solid #ddd;
    background: #EEEEEE;
    padding: 10px 0;
}
.friendLinks h3 {
    float: left;
    font-size: 16px;
    color: #0068B7;
    padding-left: 31px;
    background: url(../img/icons.png) 0 -813px no-repeat;
}
.friendLinks .con {
    overflow: hidden;
}
.friendLinks select {
    padding: 6px;
    float: left;
    width: 18.4%;
    *width: 18.2%;
    *display: inline;
    margin-left: 1.6%;
    *margin: 6px 0 6px 1.6%;
    border: 1px solid #ccc;
}
/* 侧栏固定菜单 */
.sideFixed {
    z-index: 9;
    position: fixed;
    top: 234px;
    right: 0;
    width: 70px;
    background: #fff;
    font-size: 12px;
    _position: absolute;
    display: none;
}
.sideFixed li {
    border: 1px solid #ddd;
    margin-top: -1px;
    position: relative;
}
.sideFixed li a {
    height: 30px;
    line-height: 30px;
    padding: 34px 0 3px 0;
    display: block;
    background: url(../img/icons1.png) center 8px no-repeat;
}
.sideFixed li a:hover {
    text-decoration: none
}
.sideFixed .wx a {
    background-position: center -137px;
}
.sideFixed .gt {
    display: none
}
.sideFixed .gt a {
    background-position: center -284px;
}
.sideFixed .qr a {
    background-position: center -2051px;
}
.sideFixed .pic {
    display: none;
    -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);
}
.sideFixed .pic img {
    width: 150px;
    height: 150px;
}
.sideFixed .on .pic {
    display: block;
    position: absolute;
    left: -168px;
    top: -45px;
    padding: 4px;
    background: #fff;
}
.sideFixed .on .pic i {
    z-index: 8;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -3px;
    border-width: 5px;
    border-color: transparent;
    border-style: dashed;
    border-left-color: #fff;
    border-left-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
/* 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: 6px 48px 6px 86px;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 23px;
    height: 56px;
    line-height: 28px;
    color: #0167cc;
    border: 1px solid #e0e0e0;
    /* background: #fff url(../img/icons-side-zfxxgk.png) no-repeat 20px 18px; */
    background: #fff url(../img/pubimg/a3.png) 28px no-repeat;
}
.xxgk-nav .li1.on1 a.a1,
.xxgk-nav .li1.on1 a.a1:hover{
    color: #fff;
    background-color: #0167cc;
    border-color: #0167cc;
    text-decoration: none;
}
.xxgk-nav .li1:hover a.a1{
    background-color: #0167cc;
    color: #fff;
    text-decoration: none;
}
/* 图标样式  */
#li-xxgkzn a.a1 {
    background-image: url(../img/pubimg/a1.png);
}
#li-xxgkzd a.a1 {
    background-image: url(../img/pubimg/a2.png);
}
#li-fdzdgknr a.a1 {
    background-image: url(../img/pubimg/a3.png);
}
#li-zcgk a.a1 {
    background-image: url(../img/pubimg/a4.png);
}
#li-zfbmxxgk a.a1 {
    background-image: url(../img/pubimg/a7.png);
}
#li-xxgkndbgzfbgs a.a1 {
    background-image: url(../img/pubimg/a5.png);
}
#li-ysqgk a.a1 {
    background-image: url(../img/pubimg/a6.png);
}
.xxgk-nav .li1:hover a.a1,.xxgk-nav .li1.on1 a.a1{
    background-position: -212px;
}
#li-zc .a1,#li-zcgk .a1,#li-ysqgk .a1{
    line-height: 50px;
    padding-right: 20px;
}
#li-zc .a1 {
    letter-spacing: 40px;
}
/* 一级伸缩图标 */
.xxgk-nav .hasUl1 .h1 span.icons {
    display: none;
}
.xxgk-nav .hasUl1 .h1 span.icons{
    display: block;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 27px;
    width: 18px;
    height: 18px;
    float: left;
    overflow: hidden;
    background: url(../img/pubimg/publicityMoreIcon.png) center top no-repeat;
}

.xxgk-nav .li1:hover .h1 span.icons{
    background-position: center -40px;
}
.xxgk-nav .li1.showSubMenu .h1 span.icons{
    background-position: center -60px;
}
.xxgk-nav .li1.on1 .h1 span.icons,.xxgk-nav .li1.showSubMenu:hover .h1 span.icons,.xxgk-nav .on1.showSubMenu .h1 span.icons{
    background-position: center -22px;
}
.xxgk-nav .li1.on1.showSubMenu .h1 span.icons{
    background-position: center -40px;
}
/* .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: 40px 260px 0;
    margin-bottom: 58px;
    position: relative;
}
.gkxxSearchBox i {
    position: absolute;
    top: 65px;
    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;
}
.gkxxSearchBox .searchOptions li {
    display: inline;
    margin-right: 20px;
    vertical-align: middle;
    line-height: 30px;
}
.gkxxSearch {
    overflow: hidden;
    position: relative;
    width: 390px;
    height: 50px;
}
.gkxxSearch .gkxxInputkeyword {
    border: 1px solid #2e6fc2;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    width: 318px;
    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: 40px;
    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: 30px;
    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 10px 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
}
.articleCon .ueditortable td{
    border: 1px solid #333 !important;
}
.articleCon .govDetailTable td{
     border: 1px solid #c5c5c5 !important;
}
/* 相关信息 */
#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;
}
/* 循环页 */
.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;
}




/*信息公开年度报告-父栏目页*/
.pageBoxLoop .ndbgList{margin-top: 30px; font-size: 18px; line-height: 38px; color: #666;}
.pageBoxLoop .ndbgList a{color: #666;}
.pageBoxLoop .nbhzTitle{overflow: hidden;margin-top: 20px;margin-bottom: 20px;}
.pageBoxLoop .nbhzTitle span{ position: relative; z-index: 1; width: auto; float: left; margin:0 10px -1px 0; padding: 0 18px 1px; height: 34px; line-height: 34px; font-size: 16px; color: white; background-color: #0967ca;}
.pageBoxLoop .depTitle{margin-top: 20px; line-height: 42px; font-size: 16px; font-weight: bold; border-bottom: 1px solid #eee;}

/* ndbgHead */
.ndbgHead { background: url(../img/ndbgHeadbg.jpg) no-repeat center top; height: 200px; text-align: center;}
.ndbgHead .nbTitle { font-size: 26px; font-weight: bold; text-align: center; color: #fff; padding-top: 35px; padding-bottom: 30px;}

.ndbgLink li { display:inline-block; width:80px; height:80px; margin:0 22px;}
.ndbgLink li a { display:block; line-height:22px; padding:50px 0 8px;  background:#0967ca url(../img/ndbgIcon1.png) no-repeat center 20%; color:#fff; font-weight:bold; border-radius:5px; transition:all 0.3s;}
.ndbgLink li a:hover { background-color:#0b6fd2}
.ndbgLink .li3 a { background-image:url(../img/ndbgIcon2.png)}
.ndbgLink .li4 a { background-image:url(../img/ndbgIcon3.png)}
.ndbgLink .li5 a { background-image:url(../img/ndbgIcon4.png)}
.ndbgLink .li2 a { background-image:url(../img/ndbgIcon5.png)}


/* boxGknb */
.boxGknb { margin-bottom: 20px;}
.boxGknb .hd { line-height: 34px; height: 34px; background-color: #f9f9f9;}
.boxGknb .hd .title{font-size:18px;color: #0967ca; background:none; font-weight:400;padding:0;}
.boxGknb .hd .title:before { content:"";  float:left; width:5px; height:20px; background:#0967ca; border-radius:3px; margin:6px 10px 6px 0;}


/*直属部门-信息列表*/
.infoLinksList{overflow: hidden; margin-right: -2px; background:  url(../img/publicityinfoBg.png) left top repeat; border-left: 1px solid #eee; border-bottom: 1px solid #eee;}
.infoLinksList li{width: 33.1%; float: left; height: 40px; line-height: 40px; overflow: hidden; text-indent: 28px; font-size: 16px; color: #666; border-right: 1px solid #eee;}
.infoLinksList li a { display:none;}
.infoLinksList li a.copyFrom { display:block;}


/* 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: 0px 15px;
    width: 35%;
    border: 1px solid #c5c5c5;
    color: #333;
    font-size: 12px;
}
.govDetailTable .tdlab {
    text-align: right;
    width: 18%;
    background: #e9e9e9;
    padding-right: 5px
}
/* 红头文件 效果 */
#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;
    float: right;
}
.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 {
    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: #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;
}
.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: #0068B7;
    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: #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;

}
.sideLeaderBox .list li i {
    display: none
}
.sideLeaderBox .list .job {
    color: #999;
    display: block;
    float: right;
    width: 115px;
}
.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: #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;
}

.leaderDetailPage .side{ width:330px;}
.leaderDetailPage .mainContent{ width:800px;}
.leaderContent {background: #fff;width: 765px;}
.leaderDetail {position: relative;overflow: hidden;padding:20px;}
.leaderWrap{ overflow:hidden; margin-bottom:50px;}
.leaderWrap .pic{ float:left; margin-right:40px;}
.leaderWrap .pic img{ width:150px; border:4px solid #EEEEEE; min-height: 210px;}
.leaderWrap .con{ overflow:hidden; padding-top: 15px;}
.leaderDetail .sTitle { height:40px; line-height:40px; overflow:hidden; margin-bottom: 30px;}
.leaderDetail .writeBtn{ float:right; display:block; height:30px; line-height:30px; margin:5px 0; padding:0 20px; background:#E56565; color:#fff; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.leaderDetail .name{ font-size:24px; color:#015293; margin-right:20px;}
.leaderDetail .job{ font-size:16px;}
.leaderDetail .work{ position:relative;}
.leaderDetail .work i{ position:absolute; top:-16px; left:10px; border-color:transparent;  border-style:dashed; border-width:8px;  border-bottom-color:#F6F6F6; border-bottom-style:solid; content:""; display:block; font-size:0; line-height:0; width:0;}
.leaderDetail .in{ position:relative; padding:15px 30px; background:#F6F6F6; text-indent:2em; min-height:84px;}
.leaderIntroBox .hd{ height:17px; border-bottom:1px solid #E3E3E3; position:relative; text-align:center;}
.leaderIntroBox .hd h3{font-size:20px;background:#fff;display:inline-block;padding:0 50px;color:#015293;position:relative;height: 33px;line-height: 33px;}
.leaderIntroBox .hd h3 a{ color:#015293}
.leaderIntroBox .hd i{position:absolute;width:1px;height:17px;background:#CCDDF4;left:0;top:8px;}
.leaderIntroBox .hd .r{ left:auto; right:0}
.leaderIntroBox .bd{ padding:50px 10px;}
.leaderIntro{ text-indent:2em;}
.leaderIntroBox .picListFl{ margin-right:-3%}
.leaderIntroBox .picListFl li{ width: 30.3%; margin-right:3%}
.leaderIntroBox .picListFl .pic img{ height:auto;}

/* topBar */
.topBar { height: 40px; line-height: 40px; position: relative; font-size: 12px; position: relative; z-index: 3; margin-bottom: 20px;}
.topcn { width: 1200px; min-width: 1200px; margin: 0 auto; z-index: 9 }
.topcn p { float: left; color: #fff; z-index: 9; position: relative; }
.topBar .list { position: relative; z-index: 2; float: right; }
.topBar .list>li { position: relative; display: inline-block; *display: inline; zoom: 1; padding-left: 27px; background: url(../img/topBar1.png) 0 -373px no-repeat; margin-right: 20px; }
.topBar .list .en { background-position: 0 -520px; }
.topBar .list .character { background-position: 0 -219px; }
.topBar .list .obstacleFree { background-position: 0 -68px; }
.topBar .list .map { background-position: 0 10px; }
.topBar .list .quick { background-position: 0 -143px; }
.topBar .list .wechat { background-position: 0 -296px; }
.topBar .list .robot { background-position: 0 -450px; }
.topBar .list .menu { background: url(../img/icons1.png) 8px 12px no-repeat; color: #fff; padding: 0 10px 0 30px; }
.topBar .list .menu.on { background-color: #2ba7f3; }
.topBar a { cursor: pointer; color: #fff }
.js-date { margin-left: 20px; }
.topBar .list .open { background: #4278c3; text-align: center; padding: 0 20px; }

/* 关怀版按钮 */
.topBar .list>li.elderlyMode{float: right; position: relative; z-index:3; background:none; padding:0;}
.topBar .list>li.elderlyMode a#slbBtn{background: url(../img/icon-elderly.png) 9px 7px no-repeat #EA9327;font-size:16px;display:block;padding:0 10px 0 34px; border-radius:5px; color:#fff; height:32px; line-height:32px; margin-top:2px;}
.topBar .list>li.elderlyMode a#slbBtn:hover{background-color:#e90000; text-decoration:none;}

/* 站群导航 S */
.topBar .site a { padding: 0; margin: 0; }
.topBar .site dd { display: none; padding: 10px; color: #fff; font-size: 12px; }
.topBar .site dd a { margin: 0; color: #fff; }
.topBar .site dd h3 { text-align: left; margin: 0 10px; position: relative; font-size: 14px; font-weight: bold; line-height: 34px; }
.topBar .site dd h3 i { content: ""; display: block; height: 1px; line-height: 0; font-size: 0; background: #4fbcff; top: 20px; right: 0; width: 88%; position: absolute; }
.topBar .site dd ul { overflow: hidden; padding: 0 0 0 10px; }
.topBar .site dd li { float: left; width: 110px; text-align: left; overflow: hidden; height: 30px; line-height: 30px; }
.topBar .site dd li a { }
.topBar .site dd li a:hover { color: #ff0; }
.topBar .site li a { cursor: pointer; }
.topBar .site.on { background-color: #2ba7f3; color: #fff; }
.topBar .site.on dd { display: block; position: absolute; right: 0; top: 38px; width: 790px; padding-bottom: 10px; background: #2ba7f3; -webkit-box-shadow: box-shadow:0px 4px 8px rgba(0, 0, 0, .3); -moz-box-shadow: box-shadow:0px 4px 8px rgba(0, 0, 0, .3); box-shadow: 0px 4px 8px rgba(0, 0, 0, .3); }

/* 站群导航 E */
.topBar .pic { display: none; -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 .pic img { width: 150px; height: 150px; }
.topBar .on .pic { display: block; position: absolute; left: 0; top: 48px; padding: 8px; background: #fff; margin-left: -50px; border-radius: 5px; }
.topBar .on .pic i { z-index: 8; position: absolute; top: -17px; left: 50%; margin-left: -3px; border-width: 9px; border-color: transparent; border-style: dashed; border-bottom-color: #fff; border-bottom-style: solid; display: block; font-size: 0; line-height: 0; width: 0; }

/* 政府机构设置介绍--详细页 -----------------------------------------------------*/
.zfjghzDetail { padding: 2%; }
.zfjghzDetail .deptName { text-align: center; font-size: 32px; font-weight: bold; color: #0167cc; margin-bottom: 30px; }
.zfjghzBox .hd { height: 46px; line-height: 46px; background: #F7F7F7; border-top: 2px solid #C9C9C9; }
.zfjghzBox .hd ul { overflow: hidden; margin-top: -2px; height: 48px; line-height: 48px; }
.zfjghzBox .hd li { float: left; font-size: 18px; padding: 0 15px; }
.zfjghzBox .hd .b { background-position: 15px -80px }
.zfjghzBox .hd .c { background-position: 15px -169px; }
.zfjghzBox .hd .d { background-position: 10px -259px; }
.zfjghzBox .hd .on { background-color: #0167cc; color: #fff; background-position: 15px -347px; }
.zfjghzBox .hd .b.on { background-position: 15px -439px; }
.zfjghzBox .hd .c.on { background-position: 15px -528px; }
.zfjghzBox .hd .d.on { background-position: 10px -618px; }
.zfjghzBox .bd { padding: 30px 10px; line-height: 2; }
.zfjghzBox .bd .cont{ font-family: 宋体, SimSun;  font-size: 20px; }
.order-box{padding: 15px;margin-bottom: 0;}
.loopdplist{padding:20px 0;}
.loopdplist li{float:left;width: 25%;}

/* 政府办领导之窗 -----------------------------------------------------*/

.leaderList2 li {
    border-bottom: 1px dotted #ccc;
    padding: 10px 10px 30px 10px;
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
}
.leaderList2 .pic {
    float: left;
    width: 120px;
    margin-right: 20px;
}
.leaderList2 .pic img {
    width: 100%;
    height: 160px;
}
.leaderList2 .con {
	font-size:16px;
	font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
    overflow: hidden;
    /* padding-top: 10px; */
}
.leaderList2 .title {
    margin-bottom: 5px;
    line-height:30px;
}

.leaderList2 .job,
.leaderList2 .work {
    padding-left: 23px;
    background: url(../img/icons-zwgk-02.png) 0 -1529px no-repeat;
    font-size: 14px;
    float:left;
}
.leaderList2 .title a {
    color: #0068B7;
    font-size: 16px;
}

.leaderList2 .intro {
	
    overflow: hidden
}
.leaderList2 .intro span {
    display: block;
}
.leaderList2 .text {
    color: #888;
    overflow: hidden;
    zoom: 1;
    font-size:14px;
}
.leaderList2 .intro .more {
    display: none
}



/* 依申请公开弹窗 */
.Mantle{display: none;	position: fixed;	top: 0;	left: 0;	right: 0;	bottom: 0;	background-color: rgba(0, 0, 0, 0.8);	z-index:999; }	
.Mantle-box{position: fixed; padding:20px 20px 0px 20px; border-radius:10px;	width: 500px;	height:auto;	left: 0;	right: 0;	top: 20%;	margin: auto;	background-color: #fff;	display: none;	z-index:999;	 }	
.Mantle-box .close{ text-align:right;cursor:pointer;  display:none; font-size:12px; color:#666; line-height:20px; 	background-color: rgba(0, 0, 0, 0.8); border-radius:15px;text-align:center;  width:20px; height:20px; color:#fff; position:absolute; right:-5px; top:-5px; }
.Mantle-box p{ text-align:left; padding-bottom:10px; font-weight:bold; }

/* 基层中医在线投诉 */
.frame{
width:90%;
margin:40 auto;
text-align:center;
}

.custom-btn {
width:130px;
height:40px;
color:#fff;
border-radius:5px;
padding:10px 25px;
font-family: 'Lato', sans-serif;
background: transparent;
cursor: pointer;
transition: all 0.3s ease;
position:relative;
display: inline-block;
	box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
	7px 7px 20px 0px rgba(0,0,0,.1),
	4px 4px 5px 0px rgba(0,0,0,.1);
outline:none;
}
.btn-1{
width: 130px; 
height:40px;
line-height:42px;
padding:0;
border:none;

background:rgb(255,27,0);
background:linear-gradient(0deg,rgba(255,27,0,1)0%,rgba(251,75,2,1)100%);
}
.btn-1:hover{
color:#f0094a;
background:transparent;
box-shadow:none;
}
.btn-1:before,
.btn-1:after{
	content:"";
	position:absolute:
	top:0;
	right:0;
	height：2px;
	width:0;
	background:#f0094a;
	box-shadow: 
	-1px -1px 5px 0px #fff,
	7px 7px 20px 0px #0003,
	4px 4px 5px 0px #0002,
	transition:400ms ease all;
}
.btn-1:after{
	right:inherit;
	top:inherit;
	left:0;
	bottom:0;
}
.btn-1:hover:before,
.btn-1:hover:after{
	width:100%;
	transition: 800ms ease all;
}
.printArea {
    padding-top: 50px;
}

.pdf-content {
    border: 2px solid #cdcde8;    
}
.pdf-content canvas{
	width: -webkit-fill-available !important;
    
}
