body {
  background: #F4F9FF;
}

.landscape {
  margin-top: -60px;
}
.landscape img {
  width: 100%;
}

.subsite-nav::before {
  background-image: none;
}

.news-block {
  margin-top: -1.7rem;
}
@media screen and (max-width: 768px) {
  .landscape {
    display: none;
  }
  .news-block {
    margin-top: 30px;
    margin-top: .3rem;
  }
}

.gov-gongkai-block .bg {
  background-image: url('../../images/2024subindex/waiban/gongkai_bg.png');
}
  
.waishi-block {
  margin-bottom: 30px;
  margin-bottom: .3rem;
}

.waishi-block .bg {
  background-image: url('../../images/2024subindex/waiban/waishi_bg.png');
  background-size: cover;
  /* border-radius: 8px; */
}

.waishi-block .block-title img {
  display: block;
  width: 288px;
  max-width: 70%;
  margin: 0 auto 20px;
  margin: 0 auto .2rem;
}
.waishi-block .link-list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.waishi-block .link-list .item-wrap {
  width: 33.33%;
  padding: 10px;
}
.waishi-block .link-list .link {
  display: flex;
  align-items: center;
  height: 120px;
  position: relative;
  padding: 16px 25px;
  background-image: url('../../images/2024subindex/waiban/waishi_iten_bg.png');
  background-size: cover;
  font-weight: bold;
  font-size: 20px;
  color: #000;
}
.waishi-block .link-list .link img {
  margin-right: 20px;
}
.waishi-block .bg2 {
  background-image: url('../../images/2024subindex/waiban/waishi_bg2.png');
  background-size: cover;
  margin-top: 20px;
}
.waishi-block .link-list2 {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  align-items: stretch;
}
.waishi-block .link-list2 .item-wrap {
  flex: 2;
  padding: 10px;
}
.waishi-block .link-list2 .item-wrap:nth-last-of-type(1) {
  flex: 3;
}
.waishi-block .link-list2 .item-wrap .item {
  background: #fff;
  box-shadow: 3px 3px 4px 0px rgba(210,199,199,0.18);
  padding: 10px;
  height: 100%;
}
.waishi-block .link-list2 .item-wrap .item .item-title {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #E4E4E4;
}
.waishi-block .link-list2 .link-box {
  display: flex;
  padding-top: 30px;
}
.waishi-block .link-list2 .link-box .link {
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding: 0 10px 10px 10px;
}
.waishi-block .link-list2 .link-box .link .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  width: 70px;
  height: 56px;
  background: #40AAFE;
  border-radius: 4px;
}
.waishi-block .link-list2 .link-box .link:nth-of-type(even) .icon-box {
  background: #5DC8D5;
}
.waishi-block .link-list2 .link-box .link img {
  display: block;
}
.waishi-block .link-box .link:hover {
  opacity: .8;
}

@media (max-width: 768px) {
  .waishi-block .link-list {
    padding: 5px;
  }
  .waishi-block .link-list .item-wrap {
    width: 50%;
    padding: 5px;
  }
  .waishi-block .link-list .item-wrap .link {
    padding: 5px 10px;
    font-size: 16px;
    height: 120px;
    line-height: 1.6;
    flex-direction: column;
    justify-content: center;
  }
  .waishi-block .link-list .item-wrap .link img {
    margin-right: 0;
  }
  .waishi-block .link-list2 {
    padding: 5px;
  }
  .waishi-block .link-list2 .item-wrap {
    padding: 5px;
  }
}

.chengshi-block {
  margin-bottom: 30px;
  margin-bottom: .3rem;
}

.chengshi-block .block-title img {
  display: block;
  width: 288px;
  max-width: 70%;
  margin: 0 auto 20px;
  margin: 0 auto .2rem;
}

.chengshi-block .chengshi-list .chengshi-swiper-container {
  overflow: hidden;
}
.chengshi-block .chengshi-list .chengshi-swiper-container .swiper-slide .item {
  display: block;
  background: #F1F2F4;
}
.chengshi-block .chengshi-list .chengshi-swiper-container .swiper-slide .item .img-box {
  position: relative;
  padding-bottom: 61%;
  overflow: hidden;
}
.chengshi-block .chengshi-list .chengshi-swiper-container .swiper-slide .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.chengshi-block .chengshi-list .chengshi-swiper-container .swiper-slide .item .text {
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}