﻿.hdjl-content {
  text-align: left;
  margin-bottom: 60px;
}
.section-title-container {
  margin-top: 40px;
  margin-bottom: 38px;
}
.section-title {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  padding-left: 15px;
}
.section-title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 28px;
  background-color: #0649a5;
  position: relative;
  left: -15px;
  top: 4px;
}

/* #region 公开信箱 */
.gkxx-items {
  float: left;
  width: 21.4%;
}
.gkxx-items > a > div {
  height: 200px;
}
.gkxx-items > a:first-child > div {
  background-color: #bddbff;
  background-image: linear-gradient(to top, #f7faff, #bddbff);
}
.gkxx-items > a:first-child + a > div {
  background-color: #bde4ff;
  background-image: linear-gradient(to top, #f6faff, #bde4ff);
  margin-top: 23px;
}
.gkxx-items div > span {
  color: #0649a5;
  font-size: 24px;
  font-weight: bold;
  border-bottom: #0649a5 solid 1px;
  padding-bottom: 7px;
  position: absolute;
  top: 57px;
  left: 38px;
}
.gkxx-items div > img {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.xjxd-container {
  float: right;
  width: 75.8%;
}
.xjxd-title {
  color: #0649a5;
  font-size: 22px;
  font-weight: bold;
}
.zmfwrx-container {
  float: right;
  bottom: 5px;
}
.zmfwrx-container > span:first-child {
  color: #0649a5;
  font-size: 18px;
  font-weight: 600;
}
.zmfwrx-container > span:first-child + span {
  color: #0649a5;
  font-size: 28px;
  font-weight: 600;
  font-style: italic;
}
.xjxd-table-head {
  background: #f4f8ff;
  height: 44px;
  line-height: 44px;
}
.xjxd-table-head span {
  font-size: 16px;
  color: #444;
  float: left;
}
.xjxd-table-head span:first-child {
  width: 70%;
  padding-left: 22px;
}
.xjxd-table-head span:first-child + span,
.xjxd-table-head span:first-child + span + span {
  width: 15%;
  text-align: center;
}

.xjxd-list {
  border: #edeae8 solid 1px;
  border-top: 0;
}
.xjxd-list > li {
  height: 50px;
  line-height: 50px;
  list-style-type: none;
  position: relative;
}
.xjxd-list > li::after {
  content: "";
  display: block;
  clear: both;
}
.xjxd-list > li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-image: url(../images/yj-ic-dot.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  left: 22px;
  top: 23px;
}
.xjxd-list > li h1 {
  float: left;
  width: 60%;
  width: calc(70% - 100px);
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-weight: normal;
  padding-left: 37px;
}
.xjxd-list > li a:hover h1 {
  color: #0649a5;
}
.xjxd-list > li .type {
  float: left;
  width: 50px;
  height: 26px;
  line-height: 26px;
  margin: auto 25px;
  color: #0649a5;
  font-size: 14px;
  border: #0649a5 1px solid;
  border-radius: 4px;
  text-align: center;
  position: relative;
  transform: translateY(50%);
}
.xjxd-list > li .time {
  float: left;
  width: 15%;
  text-align: center;
  font-size: 16px;
  color: #777;
}

.quick-entry {
  margin-top: 25px;
}
.quick-entry > li {
  float: left;
  width: 18.57%;
  margin-left: 1.7875%;
  border-radius: 2px;
  background-color: #f4f8ff;
  height: 90px;
  line-height: 90px;
  list-style-type: none;
  text-align: center;
}
.quick-entry > li:hover {
  background-color: #eef4fd;
}
.quick-entry > li:first-child {
  margin-left: 0;
}
.quick-entry > li img {
  width: 20%;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
  transform: translateZ(0);
}
.quick-entry > li:hover img {
  animation-name: hvr-icon-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.quick-entry > li span {
  font-size: 22px;
  font-weight: 500;
  color: #333;
  margin-left: 7.69%;
}
.quick-entry > li:hover span {
  font-weight: bolder;
}
.sjgk-container {
  border: solid 1px #edeae8;
  text-align: center;
}
.sjgk-container .mt-20 {
  margin-top: 20px;
}
/* prettier-ignore */
.sjgk-container .select {
  width: 220PX;/* px-to-viewport-ignore */
  background-color: #ffffff;
  border-radius: 4PX;/* px-to-viewport-ignore */
  border: solid 1px #d9d9d9;
  padding: 0 10PX;/* px-to-viewport-ignore */
  display: inline-block;
  height: 33PX;/* px-to-viewport-ignore */
  line-height: 30PX;/* px-to-viewport-ignore */
  box-sizing: border-box;
}
.sjgk-container .flex {
  padding-top: 30px;
  padding-bottom: 30px;
  height: 220px;
  box-sizing: content-box;
}
.sjgk-container .flex::after {
  display: block;
  content: "";
  clear: both;
}
.sjgk-container .flex-1 {
  float: left;
  width: 33%;
}
.cir-pie {
  width: 220px;
  height: 220px;
  margin: auto;
}
/* #endregion 公开信箱 */

/* #region 征集调查 */
.zjdc-container {
  width: 72%;
  float: left;
}
.zjdc-container .section-title-container {
  margin-bottom: 10px;
}
.zjdc-container .section-title-container .more {
  font-size: 16px;
  color: #0649a5;
  padding-right: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.zjdc-container .section-title-container .more::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background-image: url(../images/yj-ic-arrow-right-blue.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
}

.zjdc-list > li {
  height: 50px;
  line-height: 50px;
  list-style-type: none;
  position: relative;
}
.zjdc-list > li::after {
  content: "";
  display: block;
  clear: both;
}
.zjdc-list > li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-image: url(../images/yj-ic-dot.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  left: 1px;
  top: 23px;
}
.zjdc-list > li h1 {
  float: left;
  width: 76%;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding-left: 15px;
  font-weight: normal;
}
.zjdc-list > li a:hover h1 {
  color: #0649a5;
}

.zjdc-list > li span {
  float: left;
  width: 12%;
  text-align: right;
  font-size: 16px;
  color: #777;
}
.zjdc-list > li .type {
  float: left;
  width: 80px;
  height: 26px;
  line-height: 26px;
  margin-left: 30px;
  color: #0649a5;
  font-size: 14px;
  border: #0649a5 1px solid;
  border-radius: 4px;
  text-align: center;
  position: relative;
  transform: translateY(50%);
}

.zxft-container {
  width: 23%;
  /* height: 348px; */
  float: right;
  margin-top: 60px;
}
.zxft-container img {
  width: 100%;
  height: auto;
}

.zxft-container a {
  display: block;
}
.zxft-container a + a {
  margin-top: 10px;
}
/* #endregion 征集调查 */

/* #region 重大决策预公开 */
.zdjcygk-tabs {
  position: absolute;
  right: 0;
  top: 0;
}
.zdjcygk-tabs a {
  display: inline-block;
  padding: 10px 15px;
  color: #333;
  font-size: 20px;
}
.zdjcygk-tabs a.current {
  background-color: #0649a5;
  color: #fff;
}
.zdjcygk-list ul {
  display: none;
}
.zdjcygk-list ul.current {
  display: block;
}
.zdjcygk-list ul li {
  height: 50px;
  line-height: 50px;
  list-style-type: none;
  position: relative;
}
.zdjcygk-list ul li::after {
  content: "";
  display: block;
  clear: both;
}
.zdjcygk-list ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-image: url(../images/yj-ic-dot.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  left: 1px;
  top: 23px;
}
.zdjcygk-list ul li h1 {
  float: left;
  width: 85%;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding-left: 15px;
  font-weight: normal;
}
.zdjcygk-list ul li a:hover h1 {
  color: #0649a5;
}

.zdjcygk-list ul li span {
  float: right;
  width: 12%;
  text-align: right;
  font-size: 16px;
  color: #777;
}
/* #endregion 重大决策预公开 */
