.zwgk-content {
  text-align: left;
}
.section-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin: 0;
  text-align: left;
}
.section-title::after {
  content: "";
  display: block;
  width: 73px;
  height: 4px;
  background: #185aae;
  margin-top: 15px;
}

/* #region 领导信息 */
.ldxx-container {
  float: left;
  width: 29.286%;
  margin-top: 40px;
  text-align: center;
}
.ldxx-container .section-title-container {
  text-align: left;
}
.xzfld-container {
  background-color: #f3f9ff;
  margin-top: 30px;
  padding-bottom: 15px;
}
.xzfld-title {
  background-color: #8bbeff;
  background-image: linear-gradient(to top, #8bbeff, #377dd7);
  height: 68px;
  line-height: 68px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.leader {
  border-bottom: dotted 1px #bebebe;
  margin: 34px 40px 6px 40px;
}
/* prettier-ignore */
.leader img {
  width: 72.5%;
  height: auto;
  max-width: 224px;/* px-to-viewport-ignore */
  max-height: 280px;/* px-to-viewport-ignore */
}
.leader h1 {
  margin: 22px auto 15px auto;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.leader p {
  font-size: 16px;
  color: #333;
  margin-bottom: 22px;
}
.leaders {
  margin-bottom: 20px;
}
.leaders li {
  float: left;
  width: 33.33333%;
  list-style-type: none;
  margin-top: 24px;
}
.leaders li span {
  font-size: 18px;
  color: #333;
}
.leaders li a:hover span {
  color: #0649a5;
}
.xzfld-container .btn {
  margin: 10px 50px;
  border: solid 1px #185aae;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  color: #185aae;
}

.jgzn-btn {
  background-image: url(../images/yj-fj-zwgk-bg-jgszyzn.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 68px;
  line-height: 68px;
  text-align: center;
  margin-top: 20px;
}
.jgzn-btn span {
  margin-left: 20px;
  color: #fff;
  font-size: 22px;
}
.jgzn-btn img {
  width: 30px;
  vertical-align: middle;
  position: relative;
  top: -4px;
}
/* #endregion 领导信息 */

/* #region 政策文件 */
.zcwj-container {
  float: right;
  width: 64.5%;
  margin-top: 40px;
}
.zcwj-container .section-title-container {
  text-align: left;
}
.zcwj-container .tabs {
  border-bottom: #ebebeb 1px solid;
  margin-top: 25px;
}
.zcwj-container .tabs li {
  float: left;
  list-style-type: none;
  margin-right: 90px;
  position: relative;
}
.zcwj-container .tabs li span {
  font-size: 22px;
  color: #999;
  padding-bottom: 14px;
  display: inline-block;
}
.zcwj-container .tabs li.active span {
  color: #185aae;
}
.zcwj-container .tabs li.active span::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  position: absolute;
  background-color: #185aae;
  bottom: 0;
  left: 0;
}
.swiper-container-zcwj {
  overflow: hidden;
  height: 350px;
  margin-top: 15px;
}
.zcwj-search-container {
  background-color: #f3f9ff;
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.zcwj-search-container span {
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #0649a5;
  font-family: MicrosoftYaHei;
  margin-right: 1%;
  display: inline-block;
}
.zcwj-search-container input {
  background: #fff;
  border: none;
  /* vertical-align: middle; */
  font-size: 18px;
  color: #333;
  width: 29.457%;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  margin-left: 1%;
}
.zcwj-search-container input:focus-visible {
  outline: none;
}
.zcwj-search-container button {
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  margin-left: 1%;
  padding: 12px 28px;
  border-radius: 4px;
  background-color: #86bbfd;
  background-image: linear-gradient(to top, #86bbfd, #3b81d9);
}

.zcjd-tabs {
  margin-top: 60px;
  margin-bottom: 15px;
}
/* #endregion 政策文件 */

/* #region 快速入口 */
.quick-entry {
  margin-top: 46px;
  margin-bottom: 60px;
}
.quick-entry li {
  float: left;
  list-style-type: none;
  margin-left: 3.2%;
  width: 14%;
  position: relative;
  background-color: #f3f9ff;
  text-align: center;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.quick-entry li:hover {
  background-color: #cee3fd;
  box-shadow: 0px 0px 20px rgb(191 218 252 / 50%);
}
.quick-entry li:first-child {
  margin-left: 0;
}
.quick-entry li img:first-child {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.quick-entry li img:first-child + img {
  width: 34.69%;
  margin-top: 40px;
}
.quick-entry li:hover img:first-child + img {
  animation: bounce-down 1.6s linear infinite;
}
@keyframes bounce-down {
  25% {
    transform: translateY(-4px);
  }

  50%,
  100% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(4px);
  }
}

.quick-entry li h1 {
  margin: 27px auto 55px auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #185aae;
}
/* #endregion 快速入口 */

/* #region 政府信息公开 */
.xxgk-container {
  background-color: #f3f9ff;
  padding-top: 40px;
  padding-bottom: 10px;
}
.xxgk-container .section-title-container {
  text-align: left;
}
.zfxxgk-container {
  float: left;
  width: 24.5%;
}
.zfxxgk-items {
  background-image: url(../images/yj-fj-zwgk-bg-zfxxgk.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 34px 28px;
  margin-top: 30px;
}
.zfxxgk-items li {
  list-style-type: none;
  background-color: #fff;
  border: solid 1px #3372fe;
  height: 75px;
  line-height: 75px;
  text-align: center;
  margin-top: 14px;
  transition: all 0.2s ease;
}
.zfxxgk-items li:hover {
  box-shadow: 0px 0px 11px rgb(51 114 254 / 50%);
}
.zfxxgk-items li:first-child {
  margin-top: 0;
}
/* prettier-ignore */
.zfxxgk-items li img {
  width: 12.2%;
  max-width: 35PX;/* px-to-viewport-ignore */
  vertical-align: middle;
  position: relative;
  top: -4px;
}
.zfxxgk-items li:hover img {
  animation: bounce-down 1.6s linear infinite;
}
/* prettier-ignore */
.zfxxgk-items li:first-child + li img,
.zfxxgk-items li:first-child + li + li img {
  width: 9.756%;
  max-width: 28PX;/* px-to-viewport-ignore */
}
.zfxxgk-items li span {
  font-size: 20px;
  font-weight: bold;
  color: #0649a5;
  margin-left: 6.27%;
}

.zfxxgkml-container {
  float: right;
  width: 70.7%;
  overflow: hidden;
}
.swiper-yszy-prev,
.swiper-yszy-next {
  background-color: #308ff7;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  background-image: url(../images/yj-fj-zwgk-ic-arrow-white.png);
  background-repeat: no-repeat;
  background-position: 13px 9px;
  background-size: 8px 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.swiper-yszy-prev {
  right: 50px;
  transform: rotate(180deg);
}
.swiper-yszy-prev.disabled,
.swiper-yszy-next.disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.zfxxgkml-items::after {
  content: "";
  display: block;
  clear: both;
}
.zfxxgkml-items li {
  float: left;
  list-style-type: none;
  width: 16.66667%;
  text-align: center;
  margin-bottom: 39px;
}
/* prettier-ignore */
.zfxxgkml-items li .img-container {
  width: 39.4%;
  height: 0;
  padding-bottom: 39.4%;
  max-width: 65PX;/* px-to-viewport-ignore */
  max-height: 65PX;/* px-to-viewport-ignore */
  transform: perspective(1px) translateZ(0);
  border: solid 1px #75afff;
  border-radius: 50%;
  display: inline-block;
}
.zfxxgkml-items li .img-container img {
  max-width: 53.846%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.zfxxgkml-items li:hover .img-container {
  animation-name: hvr-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
@keyframes hvr-pop {
  50% {
    transform: scale(1.15);
  }
}
.zfxxgkml-items li h1 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  margin-top: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zfxxgkml-items li:hover h1 {
  color: #0649a5;
}
.swiper-container-zfxxgkml {
  height: 465px;
  margin-top: 30px;
}

/* #endregion 政府信息公开 */

/* #region 基层政务公开 */
.jczwgk-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
.jczwgk-container .section-title-container {
  text-align: left;
}
.jczwgk-items {
  margin-top: 30px;
}
.jczwgk-items::after {
  content: "";
  display: block;
  clear: both;
}
.jczwgk-items li {
  float: left;
  list-style-type: none;
  width: 18.85%;
  margin-left: 1.4375%;
  height: 67px;
  line-height: 67px;
  text-align: center;
  margin-bottom: 19px;
  background-color: #f3f9ff;
}
.jczwgk-items li:nth-child(5n + 1) {
  margin-left: 0;
}
.jczwgk-items li a {
  color: #333;
  font-size: 18px;
  display: block;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
.jczwgk-items li a:hover {
  color: #0649a5;
  box-shadow: 0 0 0.52083vw rgb(209 216 222 / 90%);
}

/* #endregion 基层政务公开 */
