body {
  background: #F4F9FF;
}

.subsite-nav::before {
  background-image: url('../../images/2024subindex/tuiyijunrenshiwuju/content_bg.png');
}

.news-block .bumen-news-box > .title {
  display: flex;
  height: 60px;
  align-items: center;
  font-size: 22px;
  color: #000;
  font-weight: bold;
  line-height: 26px;
  background-image: url('../../images/2024subindex/tuiyijunrenshiwuju/news_top_bg.png');
  background-size: auto 80%;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: -10px;
}
.news-block .bumen-news-box .bumen-news-list .fir-item {
  background-image: url('../../images/2024subindex/tuiyijunrenshiwuju/news_firitem_bg.png');
}
.news-block .bumen-news-box .bumen-news-list .fir-item .date {
  background-color: #ebfaf1;
}
.news-block .bumen-news-box .bumen-news-list .fir-item .title {
  padding: 0 10px;
  font-weight: bold;
  font-size: 20px;
  color: #619740;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px dashed #ABC597;
  margin-bottom: 16px;
}

.gov-gongkai-block .bg {
  background-image: url('../../images/2024subindex/tuiyijunrenshiwuju/gongkai_bg.png');
}
  
.fengcaizhanshi-block {
  margin-bottom: 30px;
  margin-bottom: .3rem;
}
.fengcaizhanshi-block .block-title img {
  display: block;
  width: 311px;
  max-width: 70%;
  margin: 0 auto 20px;
  margin: 0 auto .2rem;
}
.fengcaizhanshi-block .link-list {
  margin: 0 -10px;
  display: flex;
}
.fengcaizhanshi-block .link-list .item-wrap {
  flex: 1;
  padding: 0 10px 20px;
}
.fengcaizhanshi-block .link-list .item-wrap .item img {
  width: 100%;
}
.fengcaizhanshi-block .full-link .mobile-img {
  display: none;
}
.fengcaizhanshi-block .img-list {
  position: relative;
}
.fengcaizhanshi-block .img-list .img-list-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #125CB1;
  padding-bottom: 15px;
}
.fengcaizhanshi-block .img-list .img-list-title img {
  width: 24px;
  margin-right: 8px;
}
.fengcaizhanshi-block .subindex-swiper-container {
  overflow: hidden;
}
.fengcaizhanshi-block .subindex-swiper-container .swiper-slide .item {
  display: block;
  background: #F1F2F4;
}
.fengcaizhanshi-block .subindex-swiper-container .swiper-slide .item .img-box {
  position: relative;
  padding-bottom: 61%;
  overflow: hidden;
}
.fengcaizhanshi-block .subindex-swiper-container .swiper-slide .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fengcaizhanshi-block .subindex-swiper-container .swiper-slide .item .text {
  font-size: 16px;
  color: #000;
  padding: 0 15px;
  text-align: center;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .fengcaizhanshi-block .link-list {
    flex-direction: column;
  }
  .fengcaizhanshi-block .link-list .item-wrap {
    padding-bottom: 20px;
    padding-bottom: .2rem;
  }
  .fengcaizhanshi-block .full-link .pc-img {
    display: none;
  }
  .fengcaizhanshi-block .full-link .mobile-img {
    display: block;
  }
}

.banshi-block {
  margin-bottom: 30px;
  margin-bottom: .3rem;
}

.banshi-block .bg {
  background-image: url('../../images/2024subindex/tuiyijunrenshiwuju/banshi_bg.png');
  background-size: cover;
  /* border-radius: 8px; */
}

.banshi-block .block-title img {
  display: block;
  width: 342px;
  max-width: 70%;
  margin: 0 auto 20px;
  margin: 0 auto .2rem;
}
.banshi-block .link-list {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
}
.banshi-block .link-list .item-wrap {
  width: 50%;
  padding: 10px;
}
.banshi-block .link-list .link {
  display: flex;
  align-items: center;
  height: 110px;
  position: relative;
  padding: 16px 40px;
  background-image: url('../../images/2024subindex/tuiyijunrenshiwuju/banshi_item_bg.png');
  background-size: cover;
  font-size: 24px;
  color: #2D5E97;
}
.banshi-block .link-list .link:hover {
  box-shadow: 0px 3px 4px 0px rgba(0, 29, 62, 0.1);
}
.banshi-block .link-list .link img {
  max-width: 120px;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .banshi-block .link-list {
    padding: 5px;
  }
  .banshi-block .link-list .item-wrap {
    width: 100%;
    padding: 5px;
  }
  .banshi-block .link-list .item-wrap .link {
    padding: 5px 10px;
    font-size: 16px;
    height: 60px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .banshi-block .link-list .item-wrap .link img {
    max-width: 50px;
    margin-right: 10px;
  }
}