.container {
  min-width: 1200px;
}
.zfxxgk-container {
  background-image: url(../images/yj-fj-zfxxgk-img-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 50px 0 0;
}
/* #region nav */
.header > .nav {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
}
.header > .nav > div > a {
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.5s;
}
.header > .nav > div > a::after,
.header > .nav > div > a::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.5s;
}
.header > .nav > div > a:hover::after,
.header > .nav > div > a:hover::before {
  width: 100%;
}
.header > .nav > div > a::after {
  right: auto;
  left: 0;
}
.header > .nav > div > span {
  margin: 0 4.8px;
}
.header > .nav > div + div > a:first-child,
.header > .nav > div + div > a:first-child + a,
.header > .nav > div + div > a:first-child + a + a,
.header > .nav > div + div > a:first-child + a + a + a,
.header > .nav > div + div > a:first-child + a + a + a + a {
  margin-right: 35px;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.header > .nav .wechat:hover > img,
.header > .nav .weibo:hover > img {
  display: block;
  animation: fadeInUp 0.5s;
}
.header > .nav .ercode {
  position: absolute;
  width: 100px;
  top: 30px;
  left: -25px;
  display: none;
  z-index: 999;
}
.dep-street {
  cursor: pointer;
}
.dep-street-pop-container {
  display: none;
  position: fixed;
  top: 45px;
  left: 0;
  width: 100%;
  background: rgba(6, 73, 165, 0.9);
  z-index: 1000;
}
.dep-street-pop-container::before {
  content: "";
  width: 0px;
  height: 0px;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent rgba(6, 73, 165, 0.9);
  left: 538px;
  top: -10px;
  position: absolute;
  margin-left: -10px;
}
.dep-street-pop-container > .container {
  position: relative;
  padding-top: 20px;
  color: #fff;
  text-align: left;
}
.dep-street-pop-close {
  position: absolute;
  right: 0;
  top: 15px;
  cursor: pointer;
  z-index: 11;
}
.dep-street-pop-container > .container > .dep-street-section-title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #4077ca;
  padding-bottom: 15px;
}
.dep-street-pop-container > .container > ul {
  margin: 1em 0;
}
.dep-street-pop-container > .container > ul::after {
  content: "";
  display: block;
  clear: both;
}
.dep-street-pop-container > .container > ul > li {
  list-style-type: none;
  float: left;
  width: 16.66667%;
  height: 33px;
}
.dep-street-pop-container > .container > ul > li > a {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  max-width: 100%;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
}
.dep-street-pop-container > .container > ul > li > a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #fff;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.dep-street-pop-container > .container > ul > li > a:hover {
  font-weight: bold;
}
.dep-street-pop-container > .container > ul > li > a:hover::before {
  right: 0;
}
/* #endregion nav */

.zfxxgk-container .header .logo {
  display: block;
}
.zfxxgk-container .header .img-title {
  display: block;
  margin: 70px auto 100px;
}
.zfxxgk-container .header .zz-logo-container {
  text-align: left;
  height: 60px;
  line-height: 60px;
  width: auto;
}
.zfxxgk-container .header .zz-logo-container img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.zfxxgk-container .header .zz-logo-container .logo-text {
  font-size: 40px;
  font-weight: bold;
  text-shadow: 0px 2px 10px #0764cc;
  color: #fff;
  margin-left: 80px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}

.zfxxgk-container .content-container {
  background-color: #f5f5f5;
  padding: 35px;
  min-height: 400px;
}

.search-container {
  height: 60px;
  line-height: 60px;
  margin-bottom: 45px;
}
.search-container::before,
.search-container::after {
  content: "";
  display: block;
  width: 19.323%;
  height: 1px;
  background-color: #e0e0e0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.search-container::before {
  left: 0;
}
.search-container::after {
  right: 0;
}
.search-container .search-box {
  width: 58.12%;
  height: 100%;
  margin: 0 auto;
  border-radius: 4px;
  border: solid 2px #0649a5;
  background-color: #fff;
}
.search-container .search-box input[type="text"] {
  width: 90%;
  height: 100%;
  padding-left: 10px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #333;
}
.search-container .search-box input[type="button"] {
  width: 50px;
  height: 50px;
  border: 0;
  background: url(../images/yj-fj-zfxxgk-ic-search.png) no-repeat center;
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  cursor: pointer;
}

.left-menu-container {
  float: left;
  width: 27.81955%;
}
.left-menu-container li {
  list-style-type: none;
}
.left-menu-container .menus > li {
  margin-bottom: 15px;
}
.left-menu-container .menus > li > a {
  height: 80px;
  line-height: 80px;
  font-size: 23px;
  font-weight: bold;
  color: #0649a5;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  display: block;
  text-align: left;
  position: relative;
  padding-left: 70px;
}
.left-menu-container .menus > li > a:hover,
.left-menu-container .menus > li.cur > a {
  color: #fff;
  background-color: #0649a5;
}
.left-menu-container .menus > li > a > i {
  width: 40px;
  height: 40px;
  margin-right: 6px;
  background-size: 90%;
  vertical-align: top;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.left-menu-container .menus > li > a > i.zn {
  background-image: url(../images/yj-fj-zfxxgk-ic-gkzn-blue.png);
}
.left-menu-container .menus > li > a > i.zd {
  background-image: url(../images/yj-fj-zfxxgk-ic-gkzd-blue.png);
}
.left-menu-container .menus > li > a > i.nr {
  background-image: url(../images/yj-fj-zfxxgk-ic-gknr-blue.png);
}
.left-menu-container .menus > li > a > i.nb {
  background-image: url(../images/yj-fj-zfxxgk-ic-gknb-blue.png);
}
.left-menu-container .menus > li > a:hover > i.zn,
.left-menu-container .menus > li.cur > a > i.zn {
  background-image: url(../images/yj-fj-zfxxgk-ic-gkzn-white.png);
}
.left-menu-container .menus > li > a:hover > i.zd,
.left-menu-container .menus > li.cur > a > i.zd {
  background-image: url(../images/yj-fj-zfxxgk-ic-gkzd-white.png);
}
.left-menu-container .menus > li > a:hover > i.nr,
.left-menu-container .menus > li.cur > a > i.nr {
  background-image: url(../images/yj-fj-zfxxgk-ic-gknr-white.png);
}
.left-menu-container .menus > li > a:hover > i.nb,
.left-menu-container .menus > li.cur > a > i.nb {
  background-image: url(../images/yj-fj-zfxxgk-ic-gknb-white.png);
}

.left-menu-container .menus > li > a > em {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.left-menu-container .menus > li > a > em.add {
  background-image: url(../images/yj-fj-zfxxgk-ic-add-blue.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.left-menu-container .menus > li > a:hover > em.add,
.left-menu-container .menus > li.cur > a > em.add {
  background-image: url(../images/yj-fj-zfxxgk-ic-sub-white.png);
}

.gknr-menus {
  display: none;
  text-align: left;
  background-color: #fafafa;
  padding-bottom: 10px;
}
.left-menu-container .menus > li.cur > .gknr-menus {
  display: block;
}
.gknr-menus > li > div {
  padding: 0 62px;
  border-bottom: solid 1px #ebebeb;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #333;
  display: block;
  position: relative;
}
.gknr-menus > li > div::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #999999;
  border-radius: 50%;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.gknr-menus li.has-sub > div::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/yj-fj-zfxxgk-ic-arrow-down-gray.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.gknr-menus > li.cur > div {
  border-bottom: 0;
  background-color: #d9e6f9;
}
.gknr-menus > li.cur > div > a {
  color: #0649a5;
}
.gknr-menus > li.cur > div::before {
  background-color: #0649a5;
}
.gknr-menus li.cur.has-sub > div::after {
  background-image: url(../images/yj-fj-zfxxgk-ic-arrow-top-blue.png);
}
.gknr-menus > li > ul {
  display: none;
  margin-top: 10px;
}
.gknr-menus > li.cur > ul {
  display: block;
}
.gknr-menus > li > ul > li > div {
  padding: 0 62px;
  color: #666;
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
}
.gknr-menus > li > ul > li.cur > div > a {
  color: #0649a5;
}
.gknr-menus > li > ul > li > ul {
  display: none;
}
.gknr-menus > li > ul > li.cur > ul {
  display: block;
}
.gknr-menus > li > ul > li > ul > li > div {
  margin: 0 32px 0 40px;
  padding-left: 23px;
  color: #666;
  display: block;
  position: relative;
  height: 34px;
  line-height: 34px;
  margin-bottom: 8px;
  background-color: #f2f2f2;
  font-size: 16px;
}
.gknr-menus > li > ul > li > ul > li.cur > div {
  background-color: #0649a5;
}
.gknr-menus > li > ul > li > ul > li.cur > div a {
  color: #fff;
}

.gknr-menus li a {
  color: #666;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 13px;
  text-overflow: ellipsis;
  position: relative;
  display: block;
}

.gknr-menus li a:hover {
  color: #0649a5;
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.right-content-container {
  float: right;
  width: 70.67669%;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 25px;
  text-align: left;
  min-height: 1000px;
}

/* #region 公开指南 */
.right-content-container .section-title {
  font-size: 22px;
  font-weight: bold;
  color: #0649a5;
  text-align: left;
  padding-bottom: 23px;
  border-bottom: solid 1px #cee3fd;
  padding-left: 15px;
}
.right-content-container .section-title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #0649a5;
}
.right-content-container .section-container {
  border: solid 1px #cee3fd;
  background-color: #f7fbff;
  padding: 24px 24px 10px 24px;
  margin-top: 25px;
}
.right-content-container .section-container .title {
  font-size: 20px;
  color: #0649a5;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: solid 1px #cee3fd;
}
.right-content-container .section-container ul.list1 {
  margin-top: 10px;
}
.right-content-container .section-container ul.list1 li {
  list-style-type: none;
  width: 33.33333%;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  height: 45px;
  line-height: 45px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.right-content-container .section-container ul.list1 li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #a0c3ee;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.right-content-container .section-container ul.list1 li a {
  font-size: 18px;
  color: #333;
}
.right-content-container .section-container ul.list1 li a:hover {
  color: #0649a5;
}

/* #endregion 公开指南 */

/* #region 公开制度 */
.right-content-container .section-title .more {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 4px;
  border: solid 1px #0649a5;
  padding: 7px 14px;
  font-size: 16px;
  color: #0649a5;
}
.right-content-container .section-title .more:hover {
  background-color: #0649a5;
  color: #fff;
}
.news-list {
  margin-bottom: 20px;
}
.news-list > li::before {
  display: none;
}
.news-list > li {
  padding-left: 0;
}
/* #endregion 公开制度 */

/* #region 法定主动公开内容 */
.right-content-container .section-title-1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #0649a5;
  padding-bottom: 17px;
  border-bottom: solid 1px #cee3fd;
}
.right-content-container .section-title-2 {
  border-bottom: solid 1px #cee3fd;
  margin-top: 15px;
}
.right-content-container .section-title-2 span {
  font-size: 20px;
  color: #fff;
  padding: 14px 30px;
  background-color: #0649a5;
  display: inline-block;
}
.right-content-container .list2 {
  margin-top: 17px;
}
.right-content-container .list2 li {
  list-style-type: none;
  width: 22.47%;
  height: 58px;
  line-height: 58px;
  background-color: #f0f6ff;
  text-align: center;
  margin-left: 3.37333%;
  margin-bottom: 17px;
  float: left;
  transition: all ease 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.right-content-container .list2 li:nth-child(4n + 1) {
  margin-left: 0;
}
.right-content-container .list2 li:hover {
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.2);
}
.right-content-container .list2 li a {
  font-size: 20px;
  color: #0649a5;
}
.right-content-container .more1 {
  border-radius: 4px;
  border: solid 1px #0649a5;
  font-size: 16px;
  color: #0649a5;
  display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 15px auto;
}
.more1:hover {
  background-color: #0649a5;
  color: #fff;
}
/* #endregion 法定主动公开内容 */

/* #region 多栏目tabs */
.right-content-container .section-tabs {
  border-bottom: solid 1px #e2e3e5;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.right-content-container .section-tabs a {
  display: inline-block;
  box-sizing: border-box;
  height: 45px;
  line-height: 45px;
  padding: 0px 15px;
  color: #0649a5;
  text-align: center;
  font-size: 20px;
  border-radius: 6px;
  margin-right: 10px;
}
.right-content-container .section-tabs a:hover {
  background-color: #f0f7ff;
}
.right-content-container .section-tabs a.current {
  background-color: #0649a5;
  color: #fff;
}
/* #endregion 多栏目tabs */
