@charset "utf-8";
/* 以下是本站自定义 */
/* 公共样式_初始化 */
body {
  margin: 0px;
  background: url(../images/xxgx_bg.jpg) no-repeat top center #fff;
}
body,
input,
textarea {
  font-size: 12px;
  font-family: "Arial", "宋体";
}
.clear {
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
form {
  margin: 0px;
  display: inline;
}
.wrap {
  table-layout: fixed;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
}
img,
a img {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.lineh1 {
  line-height: 160%;
}
.lineh2 {
  line-height: 200%;
}
.left {
  float: left;
}
.right {
  float: right;
}
ul,
ol,
li,
dl,
dt,
dd {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.zoom {
  zoom: 1;
}
iframe {
  display: block;
}
label,
input,
select,
button,
textarea {
  vertical-align: middle;
  outline: none;
  -webkit-appearance: none;
}
.hand {
  cursor: pointer;
}
.txtleft,
.txtl {
  text-align: left;
}
.txtright,
.txtr {
  text-align: right;
}
.txtcenter,
.txtc {
  text-align: center;
}
.b {
  font-weight: bold;
}
.nob {
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 12px;
}
/* 公共样式_表单相关 */
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
body,
a {
  color: #333;
}
a {
  text-decoration: none;
}
a:hover {
  color: #c00;
  text-decoration: underline;
}
.chks {
  width: 15px;
  height: 15px;
  margin: 0 5px 2px 0;
}
.inps {
  border: 1px solid #bbb;
  padding: 0 4px;
}
.buts,
.buts2 {
  border: 0;
  padding: 0 10px;
  overflow: visible;
  cursor: pointer;
}
.butsyuan {
  border-radius: 8px;
}
.h26 {
  height: 26px;
  line-height: 26px;
}
.h28 {
  height: 28px;
  line-height: 26px;
}
.h35 {
  height: 35px;
  line-height: 32px;
}
/* 公共样式_空白行及分隔线 */
.k1 {
  height: 1px;
  width: 100%;
  overflow: hidden;
}
.k2 {
  height: 2px;
  width: 100%;
  overflow: hidden;
}
.k3 {
  height: 3px;
  width: 100%;
  overflow: hidden;
}
.k5 {
  height: 5px;
  width: 100%;
  overflow: hidden;
}
.k10 {
  height: 10px;
  width: 100%;
  overflow: hidden;
}
.k20 {
  height: 20px;
  width: 100%;
  overflow: hidden;
}
.heng {
  border-top: 1px dashed #ccc;
  height: 1px;
  overflow: hidden;
  margin: 5px 0;
}
/* 公共样式_字色、字体、字号 */
.red,
.red a,
.red a:hover,
a.red,
a:hover.red {
  color: #c00;
}
.blue,
.blue a,
.blue a:hover,
a.blue,
a:hover.blue {
  color: #173ee8;
}
.lv,
.lv a,
.lv a:hover,
a.lv,
a:hover.lv {
  color: #69ab13;
}
.ceng,
.ceng a,
.ceng a:hover,
a.ceng,
a:hover.ceng {
  color: #ef6300;
}
.bai,
.bai a,
.bai a:hover,
a.bai,
a:hover.bai {
  color: #fff;
}
.hui,
.hui a,
.hui a:hover,
a.hui,
a:hover.hui {
  color: #b0b0b0;
}
.yahei {
  font-family: "microsoft yahei", "黑体";
}
.songti {
  font-family: "宋体";
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f20 {
  font-size: 20px;
}
.f24 {
  font-size: 24px;
}
/* 公共样式_常用背景色 */
.bgbai {
  background: #fff;
}
.bghei {
  background: #000;
}
.bghui {
  background: #f4f4f4;
}
.bgred {
  background: #c00;
}
.bgblue {
  background: #173ee8;
}
.bglv {
  background: #69ab13;
}
.bgceng {
  background: #ef6300;
}
/* 公共样式_文章正文页 */
.cwnews {
  text-align: center;
}
.cwnews .title {
  padding: 10px 0;
}
.cwnews .click {
  border: 1px solid #e8e8e8;
  background: #f7f7f7;
  padding: 5px 0;
}
.cwnews .click,
.cwnews .click a,
.cwnews .click a:hover {
  color: #505050;
}
.cwnews .content {
  line-height: 160%;
  padding: 20px 0;
  text-align: left;
}
/* 公共样式_内外边距 */
.body1 {
  padding: 5px;
}
.body2 {
  padding: 10px;
}
.body3 {
  padding: 20px;
}
.mtop {
  margin-top: 5px;
}
.mtop2 {
  margin-top: 10px;
}
.mdown {
  margin-bottom: 5px;
}
.mdown2 {
  margin-bottom: 10px;
}
.mleft {
  margin-left: 5px;
}
.mright {
  margin-right: 5px;
}
/* 公共样式_宽度 */
.wbi100 {
  width: 100%;
}
.wbi90 {
  width: 90%;
}
.wbi80 {
  width: 80%;
}
.wbi70 {
  width: 70%;
}
.wbi60 {
  width: 60%;
}
.wbi50 {
  width: 50%;
}
.wbi40 {
  width: 40%;
}
.wbi30 {
  width: 30%;
}
.wbi20 {
  width: 20%;
}
.wbi10 {
  width: 10%;
}
.wpx50 {
  width: 50px;
}
.wpx100 {
  width: 100px;
}
.wpx130 {
  width: 130px;
}
.wpx200 {
  width: 200px;
}
.wpx600 {
  width: 600px;
}
.li50 li {
  width: 50%;
  float: left;
}
.li33 li {
  width: 33%;
  float: left;
}
.li25 li {
  width: 25%;
  float: left;
}
.li20 li {
  width: 20%;
  float: left;
}
.li16 li {
  width: 16%;
  float: left;
}
/* 公共样式_分页样式 */
#cmspage {
  cursor: pointer;
  text-align: right;
}
#cmspage,
#cmspage input {
  font-family: "arial";
}
#cmspage a,
#cmspage b,
#cmspage input {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  line-height: 22px;
  padding: 0 8px;
  margin-left: 6px;
  background: #fff;
  border: 1px solid #d6d6d6;
}
#cmspage .n1 {
  margin-left: 0;
}
#cmspage .n2 {
  margin-right: 0;
}
#cmspage input {
  width: 20px;
  padding: 0 3px;
  text-align: center;
}
#cmspage b {
  border: 0;
  background: #fff;
}
#cmspage a:hover {
  color: #fff;
  background: #aaaaaa;
}
/* 公共样式_分页样式(手机版) */
#wappage {
  font-family: "arial";
  text-align: center;
}
#wappage a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  line-height: 25px;
  padding: 0 8px;
  background: #fff;
  border: 1px solid #d6d6d6;
  font-size: 14px;
}
#wappage a.n {
  border-left: 0;
}
#wappage a:hover {
  color: #fff;
  background: #823a90;
}
/* 公共样式_自定义 */
.pics1 {
  border: 1px solid #c9c9c9;
  padding: 4px;
}
.bian1 {
  border: 1px solid #ccc;
}
.bian2 {
  border: 1px dashed #ccc;
}
.biantop {
  border-top: 0;
}
.biandown {
  border-bottom: 0;
}
#xitab table,
#xitab table tr,
#xitab table tr td {
  border: 1px solid #e3e3e3;
  border-collapse: collapse;
}
#xitab table tr td {
  padding: 4px;
}
#xitab table tr.tr1 td {
  background: #d4d4d4;
}
/* 去除选择下拉后的底色背景 */
:-webkit-autofill {
  -webkit-text-fill-color-: #000 !important;
  transition: background-color 5000s ease-in-out 0s;
}
/* 网站主色调fix[分页选中色/主字色/主背景色] */
.buts,
#cmspage a:hover,
#wappage a:hover {
  color: #fff;
  background: #2d66a5;
}
.benzi,
.benzi a,
.benzi a:hover,
a.benzi,
a:hover.benzi {
  color: #c00;
}
.benbg {
  background: #c00;
}

#listpic li {
  float: left;
  padding: 0 10px 10px 10px;
  line-height: 160%;
}
#listpic li img {
  width: 100px;
  height: 70px;
  margin-bottom: 5px;
  vertical-align: top;
}
#listpic.p1 li img {
  width: 200px;
  height: 160px;
}
#list1 li {
  padding-left: 12px;
  height: 25px;
  line-height: 25px;
  background: url(../images/dot1.gif) no-repeat 0px 6px;
}
.all {
  width: 1100px;
  margin: auto;
}
.copy {
  padding: 20px 0;
}

.loa {
  font-size: 35px;
  padding-left: 10px;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
}

/* 左导航 */
.dl_nav {
  width: 240px;
  margin-left: 36px;
}
.dl_nav01 {
  width: 100%;
}
.dl_nav_h1,
.dl_nav_h2 {
  width: 240px;
  height: 68px;
  margin-bottom: 15px;
  float: left;
  font-size: 23px;
  color: rgb(45, 102, 165);
  background: #fff;
  border: 1px solid #ddd;
}
.dl_nav_h1 a {
  color: rgb(45, 102, 165);
  font-size: 23px;
  display: block;
  height: 67px;
  padding-top: 3px;
}
.dl_nav_h1 a:hover,
.dl_nav_h1.on a {
  text-decoration: none;
  background-color: rgb(45, 102, 165);
  color: #fff;
}
.dl_nav_h1 em.zwxxgk_bnt1,
.dl_nav_h1 em.zwxxgk_bnt2,
.dl_nav_h1 em.zwxxgk_bnt3,
.dl_nav_h1 em.zwxxgk_bnt4 {
  width: 43px;
  height: 63px;
  float: left;
  padding-right: 20px;
  margin-top: 10px;
  margin-left: 20px;
}
.dl_nav_h1 em.zwxxgk_bnt1 {
  background: url(../images/zwxxgk_bnt01.png) no-repeat;
}
.dl_nav_h1 em.zwxxgk_bnt2 {
  background: url(../images/zwxxgk_bnt02.png) no-repeat;
}
.dl_nav_h1:hover em.zwxxgk_bnt1 {
  background: url(../images/zwxxgk_bnt01b.png) no-repeat;
}
.dl_nav_h1:hover em.zwxxgk_bnt2 {
  background: url(../images/zwxxgk_bnt02b.png) no-repeat;
}
.dl_nav_h1.on em.zwxxgk_bnt1 {
  background: url(../images/zwxxgk_bnt01b.png) no-repeat;
}
.dl_nav_h1.on em.zwxxgk_bnt2 {
  background: url(../images/zwxxgk_bnt02b.png) no-repeat;
}
.dl_nav_h1.on em.zwxxgk_bnt3 {
  background: url(../images/zwxxgk_bnt03b.png) no-repeat;
}
.dl_nav_h1.on em.zwxxgk_bnt4 {
  background: url(../images/zwxxgk_bnt04b.png) no-repeat;
}

.dl_nav_h2 {
  padding-top: 3px;
  height: 65px;
}
.dl_nav_h2:hover {
  background-color: rgb(45, 102, 165);
  color: #fff;
}

.dl_nav_h1 em.zwxxgk_bnt3 {
  background: url(../images/zwxxgk_bnt03.png) no-repeat;
}
.dl_nav_h1 em.zwxxgk_bnt4 {
  background: url(../images/zwxxgk_bnt04.png) no-repeat;
}
.dl_nav_h1:hover em.zwxxgk_bnt3 {
  background: url(../images/zwxxgk_bnt03b.png) no-repeat;
}
.dl_nav_h1:hover em.zwxxgk_bnt4 {
  background: url(../images/zwxxgk_bnt04b.png) no-repeat;
}
.dl_nav_h1 div {
  float: left;
  width: 95px;
}

.dl_nav_h1 span.zwxxgk_bnt5,
.dl_nav_h1 span.zwxxgk_bnt6 {
  width: 20px;
  height: 70px;
  float: right;
  margin-right: 20px;
}
.dl_nav_h1 span.zwxxgk_bnt5 {
  background: url(../images/ljian.png) no-repeat;
}
.dl_nav_h1 span.zwxxgk_bnt6 {
  background: url(../images/ljian.png) no-repeat;
}
.dl_nav_h1:hover span.zwxxgk_bnt5 {
  background: url(../images/bjian.png) no-repeat;
}
.dl_nav_h1:hover span.zwxxgk_bnt6 {
  background: url(../images/zwxxgk_bnt02b1.png) no-repeat;
}
.dl_nav_h1.on {
  width: 238px;
  background-color: rgb(45, 102, 165);
  color: rgb(255, 255, 255);
  font-size: 23px;
  display: block;
  border: 1px solid #2c6294;
}
.dl_nav_h1.on em.zwxxgk_bnt3 {
  background: url(../images/zwxxgk_bnt03b.png) no-repeat;
}
.dl_nav_h1.on em.zwxxgk_bnt4 {
  background: url(../images/zwxxgk_bnt04b.png) no-repeat;
}
.dl_nav_h1.on span.zwxxgk_bnt5 {
  background: url(../images/bjian.png) no-repeat;
}
.dl_nav_h1.on span.zwxxgk_bnt6 {
  background: url(../images//zwxxgk_bnt02b1.png) no-repeat;
}

.sideMenu ul {
  width: 240px;
  display: none;
  background: #fff;
  color: #999;
  float: left;
  margin-bottom: 15px; /* 默认都隐藏 */
}
.sideMenu ul li {
  padding: 4px 0px 4px 60px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}
.sideMenu ul li a {
  text-decoration: none;
  color: #4a4a4a;
  display: block;
}
.sideMenu ul li i {
  position: absolute;
  right: 16px;
  top: 8px;
}
.sideMenu ul li span {
  font-size: 35px;
  float: left;
  margin-right: 10px;
}
.sideMenu ul li:hover {
  background-color: rgb(230, 245, 255);
  display: block;
  color: #2d66a5;
}
.sideMenu ul li a:hover {
  color: #2d66a5;
  font-size: 16px;
  font-weight: 600;
}
.sideMenu ul li.on {
  color: #2d66a5;
  font-size: 16px;
  background-color: rgb(230, 245, 255);
}
.sideMenu ul li.on a {
  color: #2d66a5;
  display: block;
  font-weight: 600;
}
.sideMenu ul li.on2 {
  color: #fff;
  font-size: 16px;
  background-color: #2d66a5;
}
.subChild {
  display: none;
}
.sideMenu ul li.on .subChild {
  width: 240px;
  display: block;
  background: #f7f7f7;
  margin-left: -60px;
  padding: 10px 0;
  margin-top: 10px;
}
.sideMenu ul li.on .subChild a {
  padding: 10px 0 10px 80px;
  line-height: 1.6;
  color: #000;
  font-weight: 300;
  font-size: 14px;
  color: #666;
}
.sideMenu ul li.on .subChild a:hover,
.sideMenu ul li.on .subChild a.on {
  background: #ddd;
}

.sonsz {
  margin-left: 294px;
  width: 510px;
  height: 50px;
}
.sonsaz {
  background: url(../images/soubg.png) no-repeat center center;
  height: 50px;
  padding: 1px 0;
}
/* 政府信息公开指南 */
.scroll_main {
  width: 728px;
  display: block;
  float: left;
  min-height: 1000px;
  background-color: #fff;
  border: 1px solid #fffbfb; /* box-shadow: darkgrey 0px 0px 3px 1px ; */
  padding: 0px 20px;
  margin-left: 18px; /*inset边框内阴影*/
}
.scroll_main1 {
  width: 770px;
  display: block;
  float: left;
  min-height: 1000px;
  background-color: #fff;
  border: 1px solid #fffbfb; /* box-shadow: darkgrey 0px 0px 3px 1px ; */
  margin-left: 18px; /*inset边框内阴影*/
}
/* 滚动内容区样式 */
.scroll_wrap {
  padding: 0 18px;
  position: relative;
}
.scroll_wrap h1 {
  width: 730px;
  text-align: center;
  margin: 0px;
  padding: 0px;
  margin-top: 38px;
  margin-bottom: 20pt;
  color: #2d66a5;
  font-weight: 600;
  font-size: 32pt;
}
.scroll_wrap .scroll_cont {
  min-height: 500px;
  overflow: hidden;
  margin-right: 5px;
  padding: 0px 20px;
}
.scroll_wrap .xxgkzn {
  font-size: 16pt;
  line-height: 30pt;
}
/*滚动条自定义样式*/
.ScrollStyle {
  overflow: auto !important;
}
.ScrollStyle::-webkit-scrollbar {
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  background: #eee;
}
.ScrollStyle::-webkit-scrollbar-button {
  width: 10px;
  height: 0px;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:start {
  background-position: 0 0;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:start:hover {
  background-position: -10px 0;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:start:active {
  background-position: -20px 0;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:end {
  background-position: -30px 0;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:end:hover {
  background-position: -40px 0;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:end:active {
  background-position: -50px 0;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:start {
  background-position: 0 -11px;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:start:hover {
  background-position: -10px -11px;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:start:active {
  background-position: -19px -11px;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:end {
  background-position: -30px -11px;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:end:hover {
  background-position: -40px -11px;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:end:active {
  background-position: -50px -11px;
}
.ScrollStyle::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.ScrollStyle::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0, 0, 0, 0.21);
  background-color: #2d66a5;
  border-radius: 5px;
  height: 78px;
}
.ScrollStyle::-webkit-scrollbar-thumb:hover {
  border: 1px solid rgba(0, 0, 0, 0.21);
  background-color: #2d66a5;
}
.ScrollStyle::-webkit-scrollbar-thumb:active {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e4e4e4),
    to(#f4f4f4)
  );
}
.ScrollStyle::-webkit-scrollbar-corner {
  background-color: #f1f1f1;
}

.inps3 {
  width: 435px;
  height: 18px;
  margin-top: 8px;
  border: 0px;
  color: #303030;
  font-size: 16px;
  background-color: transparent;
  padding: 0 0 0 10px;
}
.buts3 {
  width: 40px;
  height: 42px;
  margin-left: 10px;
  border: 0px;
  cursor: pointer;
  background: url(../images/zwxxgk_searchbtn.png) no-repeat;
  margin-top: 3px;
}
.tita {
  border-bottom: 2px solid #f2f2f2;
  height: 35px;
}
.titb {
  float: left;
  display: inline;
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #2d66a5;
}
.xing {
  padding: 20px;
}
.xing li {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
.xing li span {
  font-size: 14px;
  padding-left: 10px;
}
.gd {
  background: #f2f2f2;
  width: 100px;
  height: 30px;
  margin: auto;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
}
.gd:hover {
  background: #2d66a5;
}
.gd a:hover {
  color: #fff;
  text-decoration: none;
}
