@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
th,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

body {
  font-family: "微软雅黑";
  width: 100%;
  height: 100%;
}

body a {
  color: #333333;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  width: 100%;
  min-height: 600px;
  background: url(bg.png) no-repeat #f0f6fc;
}

.section {
  width: 100%;
  min-height: 600px;
  padding-bottom: 22px;
}

.dqwz a:hover {
  color: #3a74cb;
}

.list li span {
  color: #adadad;
}

.lists-container li span {
  float: right;
}

.lists-container li a {
  display: block;
  max-width: 85%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.ztdy-jbhd-container {
  margin-top: 0px;
  padding: 0 28px;
  padding-bottom: 20px;
}

.ztdy-jbhd-container .ztdy-container,
.ztdy-jbhd-container .jbhd-container {
  display: inline-block;
  width: 558px;
}

.ztdy-jbhd-container .jbhd-container {
  float: right;
}

.content {
  width: 1200px;
  min-height: 600px;
  margin: 10px auto;
  background: #ffffff;
  height: 666px;
}

.dqwz {
  width: 1160px;
  height: 48px;
  margin: 0 auto;
  border-bottom: 1px solid #3a74cb;
}

.lists-container a:hover {
  color: #3a74cb;
}

.box1 {
  width: 100%;
  height: 298px;
}

.box1-left {
  width: 300px;
  height: 250px;
  float: left;
  margin-left: 28px;
}

.box1-right {
  width: 455px;
  height: 250px;
  margin-left: 29px;
  float: left;
}

.title {
  width: 558px;
  height: 55px;
  line-height: 55px;
  padding-left: 10px;
  font-weight: bold;
  color: #3a74cb;
  font-size: 22px;
  border-bottom: 1px solid #e5e5e5;
}

.title a {
  font-weight: bold;
  color: #393939;
  font-size: 22px;
}

.list {
  margin-top: -10px;
}

.list ul li {
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  padding-left: 20px;
  background: url(p1.png) no-repeat left center;
}

/* section */
.division-line {
  width: 1px;
  background: #e6e6e6;
}

/*  */
.left-box {
  width: 280px;
}

.left-box .tit {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #1a56a8;
  font-size: 22px;
  font-weight: bold;
}

.left-box .tit img {
  vertical-align: text-bottom;
}

.left-box .tit a {
  color: #ffffff;
}

.left-box > ul > li {
  width: 100%;
  line-height: 55px;
  font-size: 20px;
  padding-left: 26px;
  background: #f1f1f1;
  margin-top: 5px;
  position: relative;
}

.left-box > ul > li > img {
  position: absolute;
  right: 20px;
  top: 17px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: 0.5s;
}

.left-box > ul > li.active {
  background: #e8eef6;
}

.left-box > ul > li.dropdown-show > img {
  transform: rotate(90deg);
  transition: 0.5s;
}

.left-box ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.left-box ul > li.active > a {
  color: #1a56a8;
  font-weight: bold;
}

/* information disclosure catalogue */
.catalogue {
  width: 100%;
  height: 500px;
  padding-top: 20px;
}

.catalogue iframe {
  width: 100%;
  height: 500px;
}

.search-open-info {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eae8e8;
}

.search-open-info div {
  float: left;
}

.search-open-info span {
  font-size: 14px;
  float: left;
  height: 30px;
  line-height: 30px;
  color: #666666;
  margin-right: 15px;
  padding: 0 10px;
  background: #f1f1f1;
}

.search-open-info input {
  font-size: 14px;
  float: left;
  height: 30px;
  width: 250px;
  line-height: 30px;
  color: #666666;
  margin-right: 15px;
  padding: 0 10px;
  border: 1px solid #f1f1f1;
}

.search-open-info .search-open-info-btn {
  background: #1a56a8;
  color: #ffffff;
  border: none;
  width: 90px;
  margin-right: 0;
}

/*  */
.common-list-items {
  overflow: hidden;
}

.common-list-items > ul > li.split-line {
  background: none;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #e6e6e6;
  padding: 0;
  margin: 20px 0;
}

.common-list-items li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding-left: 15px;
  background: url(p1.png) no-repeat -8px center;
  margin-top: 8px;
}

.common-list-items li span {
  float: right;
  color: #adadad;
}

/* information disclosure list */
.info-list tr td {
  font-size: 13px;
}

.info-list .info-intro td {
  height: 30px;
  line-height: 30px;
}

.info-list ul li {
  font-size: 13px;
}

/* three level column */
.dropdown {
  display: none;
  position: relative;
  width: 340px;
  margin-left: -26px;
}

.dropdown ul {
  padding-left: 26px;
  background: #f1f1f1;
}

.dropdown ul li {
  background: none;
  line-height: 35px;
  font-size: 16px;
  padding-left: 26px;
  margin-top: 0;
  background: url(p1.png) no-repeat 10px center;
}

.dropdown ul li.acitve a {
  background: none;
  background: #1a56a8;
}

/* three-level column of mobile mode*/
.three-level-column {
  display: none;
}

/* common list */
.common-list {
  width: 100%;
}

.gzdt-list-tit {
  width: 95%;
  height: 40px;
  margin: 20px auto;
  border-bottom: 1px solid #eae8e8;
}

.gzdt-list-tit li {
  padding: 0 20px;
  text-align: center;
  height: 50px;
  line-height: 40px;
  font-size: 18px;
  display: inline-block;
}

.gzdt-list-tit li.on {
  background: url(border_03.png) no-repeat center 39px;
}

.gzdt-list-tit li.on a {
  color: #3a74cb;
  font-weight: bold;
}

.comgzdtmon-list-tit li.on a {
  color: #3a74cb;
  font-weight: bold;
}

.common-list-tit {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #eae8e8;
}

.common-list-tit li {
  padding: 0 20px;
  text-align: center;
  height: 50px;
  line-height: 40px;
  font-size: 18px;
  display: inline-block;
}

.common-list-tit li.on {
  background: url(border_03.png) no-repeat center 39px;
}

.common-list-tit li.on a {
  color: #3a74cb;
  font-weight: bold;
}

.common-list-pic {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

.common-list-pic img {
  width: 100%;
  height: 100%;
}

.common-list-pic-txt-bg {
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 34px;
  width: 100%;
  background: #333;
  filter: alpha(opacity=40);
  opacity: 0.8;
  overflow: hidden;
}

.common-list-pic-txt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 34px;
  line-height: 35px;
  width: 100%;
  overflow: hidden;
  padding: 0 10px;
}

.common-list-pic-txt a {
  font-size: 14px;
  color: #ffffff;
}

/* current position */
.current-position {
  width: 100%;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #1a56a8;
}

.current-position a {
  color: #1a56a8;
}

.current-position > .container {
  background: url(postion.png) no-repeat 20px center;
  padding-left: 45px;
}

#pagelist {
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  margin-top: 20px;
}

#pagelist a {
  font-size: 14px;
  float: left;
  height: 30px;
  line-height: 30px;
  color: #666666;
  margin-right: 8px;
  padding: 0 10px;
  background: #f1f1f1;
}

#pagelist a.active {
  background: #1e56a8;
  color: #ffffff;
}

#pagelist .jump-box {
  float: left;
  padding: 0 10px;
  color: #666666;
  padding: 0 10px;
  background: #f1f1f1;
  margin-right: 8px;
}

#pagelist .jump-box input {
  width: 30px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #e5e5e5;
  margin: 0 5px;
}

#pagelist .jump-btn {
  color: #2957a2;
  padding: 0 20px;
}

.zzgc {
  width: 320px;
  height: 210px;
  margin-bottom: 40px;
  background: #f1f1f1;
  padding: 0px 20px;
  float: right;
  margin-right: 28px;
}

.m1 {
  width: 100%;
  padding-top: 10px;
}

.x {
  width: 265px;
  height: 24px;
  line-height: 24px;
  background: url(b1.png) no-repeat 0px center;
  float: left;
}

.js {
  width: 100%;
  height: 24px;
  float: left;
  text-align: center;
}

.js a {
  color: #3a74cb;
  font-size: 18px;
}

.zzzy {
  width: 100%;
  height: 185px;
  padding-top: 25px;
}

.zzzy li {
  width: 100%;
  height: 35px;
  line-height: 35px;
}

.zzzy li a {
  font-size: 16px;
}

.zzzy td {
  white-space: nowrap;
}

/* 轮播图 */
.focusBox {
  width: 300px !important;
  height: 200px !important;
}

.focusBox .pic img {
  width: 300px !important;
  height: 200px !important;
  display: block;
}

.pic {
  width: 300px !important;
  height: 200px !important;
}

.pic li {
  width: 300px !important;
}
