@charset "UTF-8";

html,
body {
  width: 100%;
  height: 100%;
}

/****背景 ****/
.main-wrap {
  width: 100%;
  height: 100%;
  background: url(bg2.png) no-repeat #fdfdfe;
  background-size: 100%;
}

.content-wrap {
  width: 1100px;
  margin: 0 auto;
}

.zwgk-logo {
  padding-top: 48px;
}

.top-title {
  padding-top: 25px;
  padding-bottom: 65px;
  text-align: center;
}

.content-box {
  background: #F2F2F2;
  padding-left: 36px;
  padding-right: 31px;
  padding-bottom: 48px;
  overflow: hidden;
}

.search {
  position: relative;
  width: 510px;
  height: 51px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #2D66A5;
  border-radius: 9px;
  /* overflow: hidden; */
  margin-top: 90px;
  margin-bottom: 77px;
}

.search input {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  box-sizing: border-box;
  padding-right: 60px;
  border-radius: 9px;
}

.search .icon-search {
  cursor: pointer;
  display: inline-block;
  width: 29px;
  height: 28px;
  background: url(icon-search.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -14px;
}

.search::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 2px;
  background: #E0E0E0;
  left: -260px;
  top: 50%;
}

.search::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 2px;
  background: #E0E0E0;
  right: -260px;
  top: 50%;
}

.layout-left {
  float: left;
  width: 240px;
}

.layout-right {
  float: right;
  width: 770px;
}

.gkzn-content {
  background: #fff;
  border: 1px solid #E0E0E0;
}

.gkzn-content .title {
  color: #2D66A5;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 36px;
}

.gkzn-content p {
  text-indent: 2em;
  line-height: 30px;
}

.gkzn-content .text-content {
  padding-left: 34px;
  padding-right: 10px;
  padding-bottom: 74px;
}

.footer {
  position: relative;
  text-align: center;
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.footer p {
  line-height: 1.8;
}

.footer-img1 {
  position: absolute;
  left: 0;
}

.footer-img2 {
  position: absolute;
  left: 0;
  top: 40px;
}

.footer-img3 {
  position: absolute;
  right: 88px;
}

.footer-img4 {
  position: absolute;
  right: 0;
}

.space {
  height: 52px;
}

.left-nav {}

.left-nav .nav-item {
  margin-bottom: 15px;
}

.left-nav .nav-item .father {
  position: relative;
  font-size: 23px;
  color: #2D66A5;
  width: 240px;
  height: 70px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(231, 231, 231, 1);
}

.left-nav .nav-item .childs {
  display: none;
  width: 100%;
  background: rgba(254, 253, 252, 1);
  border: 1px solid rgba(231, 231, 231, 1);
  border-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.left-nav .nav-item .childs li {
  padding-left: 75px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  position: relative;
}

.left-nav .nav-item .childs li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #333;
  left: 62px;
  top: 50%;
  margin-top: -2.5px;
}

.childs-active {
  color: #2D66A5;
  background: #E6F5FF;
}

.childs-active::before {

  background: #2D66A5 !important;

}

.left-nav .nav-item.active .childs {
  display: block;
}

.left-nav .nav-item a:hover {
  color: #2D66A5;
}

.left-nav .active a:hover {
  color: #fff;
}

.left-nav .active .father {
  color: #fff;
  background: #2D66A5;
}

.left-nav .nav-item a .left {
  display: inline-block;
  width: 84px;
  text-align: center;
}

.left-nav .nav-item a .right {
  display: inline-block;
  padding-top: 4px;
}

.nav-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.nav-icon1 {
  background: url(icon-nav-1.png) no-repeat center;
  background-size: 100% 100%;
}


.nav-icon2 {
  background: url(icon-nav-2.png) no-repeat center;
  background-size: 100% 100%;
}

.nav-icon3 {
  background: url(icon-nav-3.png) no-repeat center;
  background-size: 100% 100%;
}

.nav-icon4 {
  background: url(icon-nav-4.png) no-repeat center;
  background-size: 100% 100%;
}

.nav-icon5 {
  background: url(icon-nav-5.png) no-repeat center;
  background-size: 100% 100%;
}

.left-nav .active .nav-icon1 {
  background: url(icon-nav-1a.png) no-repeat center;
  background-size: 100% 100%;
}

.left-nav .active .nav-icon2 {
  background: url(icon-nav-2a.png) no-repeat center;
  background-size: 100% 100%;
}

.left-nav .active .nav-icon3 {
  background: url(icon-nav-3a.png) no-repeat center;
  background-size: 100% 100%;
}

.left-nav .active .nav-icon4 {
  background: url(icon-nav-4a.png) no-repeat center;
  background-size: 100% 100%;
}

.left-nav .active .nav-icon5 {
  background: url(icon-nav-5a.png) no-repeat center;
  background-size: 100% 100%;
}

.icon-add {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(icon-add.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 9px;
}

.icon-jian {
  display: inline-block;
  width: 18px;
  height: 3px;
  background: url(icon-jian.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  right: 9px;
}


/*滚动条自定义样式*/
.ScrollStyle {
  overflow: auto !important;
}

.ScrollStyle::-webkit-scrollbar {
  box-sizing: border-box;
  width: 9px;
  height: 9px;
  background: #eee;
}

.ScrollStyle::-webkit-scrollbar-button {
  width: 9px;
  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, .15);
}

.ScrollStyle::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0, 0, 0, .21);
  background-color: #2d66a5;
  border-radius: 5px;
}

.ScrollStyle::-webkit-scrollbar-thumb:hover {
  border: 1px solid rgba(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;
}


/* 公开指南右侧部分 */
.gkzn-content h1 {
  font-size: 21px;
  color: #272828;
  font-weight: bold;
  padding: 20px 0;
}

.gkzn-content h2 {
  font-size: 18px;
  color: #272828;
  font-weight: bold;
  padding: 20px 0;
}

.gkzn-content .scroll-wrap {
  max-height: 600px;
  padding-right: 60px
}

/* 公开制度右侧 */
.gkzd-wrap {
  border: 1px solid #E0E0E0;
  background: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 31px;
  padding-right: 17px;
}

.gkzd-content {
  max-height: 700px;
  overflow-y: scroll;
}

.gkzd-news .title {
  font-size: 16px;
  color: #272828;
}

.gkzd-news .time {
  color: #A5A4A4;
  margin-right: 20px;
  float: right;
}

.gkzd-news li {
  padding: 20px 0;
}

/* 公开内容右侧部分 */
.gknr-wrap {
  border: 1px solid #E0E0E0;
  background: #fff;
  padding-bottom: 90px;
}

.text-center {
  text-align: center;
}

.gknr-wrap .item {
  margin-bottom: 28px;
}

.gknr-wrap .top {
  height: 35px;
  border-bottom: 1px solid #E0E0E0;
}

.gknr-wrap .item .news-ul {
  padding-left: 32px;
}

.gknr-wrap .item .news-ul li {
  padding: 20px 0;
}

.gknr-wrap .item .news-ul li .title {
  font-size: 16px;
  color: #272828;
}

.gknr-wrap .item .news-ul li .time {
  color: #A5A4A4;
  float: right;
  margin-right: 20px;
}

.gknr-wrap .top span {
  height: 35px;
  width: 230px;
  background: #2D66A5;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  line-height: 35px;
  text-align: center;
}

.gknr-wrap .item .btn-more {
  text-align: center;
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background: #F2F2F2;
  font-size: 18px;
  color: #272828;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  margin-top: 20px;
}

/* 公开年报右侧内容 */
.gknb-wrap {
  border: 1px solid #E0E0E0;
  background: #fff;
  padding-top: 27px;
  padding-left: 17px;
  padding-bottom: 40px;
  padding-right: 15px;
}

.gknb-wrap .title {
  color: #2D66A5;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 24px;
}

.gknb-wrap .btn {
  width: 150px;
  height: 40px;
  background: #2D66A5;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 10px;
}

.gknb-wrap .name-item {
  font-size: 0;
  padding: 18px 0;
}

.gknb-wrap .qzf .name-item:nth-of-type(odd) {
  background: #F2F2F2;
}

.gknb-wrap .name-item .block {
  display: inline-block;
  width: 33.33%;
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 40px;
}

.gknb-wrap .name-item .block a {
  font-size: 16px;
}

/* 年报详情右侧部分 */
.annual-report-info-wrap {
  border: 1px solid #E0E0E0;
  background: #fff;

}

.bottom-wrap {
  padding-top: 38px;
  padding-left: 42px;
  padding-bottom: 27px;
  padding-right: 17px;
}

.annual-report-info-wrap .title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #2D66A5;
  padding-top: 38px;
  padding-bottom: 26px;
}

.annual-report-info-wrap .line {
  background: #E0E0E0;
  height: 1px;
  width: 686px;
  margin: 27px auto 0 auto;
}

.annual-report-info-wrap .text-content {
  max-height: 500px;
  padding-right: 38px;
}

.annual-report-info-wrap .text-content p {
  text-indent: 2em;
  font-size: 16px;
  color: #272828;
  line-height: 30px;
}

.annual-report-info-wrap .text-content table p{
  text-indent: 0;
}

.annual-report-info-wrap .text-content h1 {
  font-size: 21px;
  color: #272828;
  font-weight: bold;
  padding: 40px 0;
}

.annual-report-info-wrap .text-content h2 {
  font-size: 16px;
  color: #272828;
  font-weight: bold;
  padding: 40px 0;
}

/* 4k分辨率 */
@media screen and (min-width: 2540px) {}

/* 1920分辨率 */
@media screen and (min-width: 1919px) and (max-width: 1920px) {}

/* 1600分辨率 */
@media screen and (min-width: 1590px) and (max-width: 1601px) {}