.subsite-nav::before {
  background-image: url('../../images/2024subindex/lianglukou/content_bg.png');
}

.news-block .m-center {
  background-image: url('../../images/2024subindex/lianglukou/news_bg.png');
}

.gov-gongkai-block .bg {
  background-image: url('../../images/2024subindex/lianglukou/gongkai_bg.png');
}

.news-block {
  margin-bottom: 0;
}
.tesefuwu-block .m-center {
  background-color: #fff;
  margin-bottom: 30px;
  margin-bottom: .3rem;
}
.tesefuwu-block .tesefuwu-title {
  font-weight: bold;
  font-size: 20px;
  color: #125CB1;
  display: flex;
  align-items: center;
  padding: 0 15px 0 20px;
}
.tesefuwu-block .tesefuwu-title img {
  width: 28px;
  margin-right: 8px;
}
.tesefuwu-block .tesefuwu-list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.tesefuwu-block .tesefuwu-list .item {
  width: 33.33%;
  padding: 10px;
}
.tesefuwu-block .tesefuwu-list .item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.tesefuwu-block .tesefuwu-list .item a:hover > img {
  transform: scale(1.1);
}
.tesefuwu-block .tesefuwu-list .item a > img {
  width: 100%;
  transition: .3s;
}
.tesefuwu-block .tesefuwu-list .item a .bg {
  position: absolute;
  left: 20px;
  top: 20px;
  font-family: serif;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 32px;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: url('../../images/2024subindex/lianglukou/tese_bg_1.png');
  background-size: 100% 100%;
  min-width: 180px;
  padding-right: 25px;
  height: 32px;
}
.tesefuwu-block .tesefuwu-list .item:nth-of-type(2) .bg {
  background-image: url('../../images/2024subindex/lianglukou/tese_bg_2.png');
}
.tesefuwu-block .tesefuwu-list .item:nth-of-type(3) .bg {
  background-image: url('../../images/2024subindex/lianglukou/tese_bg_3.png');
}
.tesefuwu-block .tesefuwu-list .item:nth-of-type(4) .bg {
  background-image: url('../../images/2024subindex/lianglukou/tese_bg_4.png');
}
.tesefuwu-block .tesefuwu-list .item:nth-of-type(5) .bg {
  background-image: url('../../images/2024subindex/lianglukou/tese_bg_5.png');
}
.tesefuwu-block .tesefuwu-list .item:nth-of-type(6) .bg {
  background-image: url('../../images/2024subindex/lianglukou/tese_bg_6.png');
}
@media screen and (max-width: 768px) {
  .tesefuwu-block .tesefuwu-list .item {
    width: 100%;
  }
}

.zidanwei-block {
  margin-bottom: 30px;
  margin-bottom: .3rem;
}
.zidanwei-block .block-title img {
  display: block;
  width: 278px;
  max-width: 70%;
  margin: 0 auto 20px;
  margin: 0 auto .2rem;
}

.zidanwei-block.juweihui .block-title img {
  display: block;
  width: 302px;
  max-width: 70%;
  margin: 0 auto 20px;
  margin: 0 auto .2rem;
}

.zidanwei-block .zidanwei-list {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0px 3px 4px 0px rgba(0, 29, 62, 0.1);
  border-radius: 4px;
  padding: 20px 10px;
}
.zidanwei-block .zidanwei-list .item {
  width: 33.33%;
  padding: 10px;
}
.zidanwei-block .zidanwei-list .item a {
  display: block;
  position: relative;
  background: #F7FAFF;
  border-radius: 2px;
  font-size: 16px;
  color: #000;
  padding: 13px 10px 13px 35px;
  border: 1px solid #C1DDFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zidanwei-block .zidanwei-list .item a:hover {
  background-color: #e9ede8 !important;
}
.zidanwei-block .zidanwei-list .item a::before,
.zidanwei-block .zidanwei-list .item a::after {
  position: absolute;
  left: 16px;
  opacity: .3;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1E81FF;
}
.zidanwei-block .zidanwei-list .item a::after {
  left: 20px;
  opacity: 1;
}
.zidanwei-block.juweihui .zidanwei-list .item a {
  background: #F7FFF9;
  border-color: #CBE8DF;
}
.zidanwei-block.juweihui .zidanwei-list .item a::before,
.zidanwei-block.juweihui .zidanwei-list .item a::after {
  background: #29C3A9;
}
@media screen and (max-width: 768px) {
  .zidanwei-block .zidanwei-list .item {
    width: 100%;
  }
}