body {
  background: #F4F9FF;
}

.subsite-nav::before {
  background-image: url('../../images/2024subindex/shangwuwei/content_bg.png');
}
  
.yewuxitong-block {
  margin-bottom: 30px;
  margin-bottom: .3rem;
}
.yewuxitong-block .block-title img {
  display: block;
  width: 311px;
  max-width: 70%;
  margin: 0 auto 20px;
  margin: 0 auto .2rem;
}
.yewuxitong-block .link-list {
  margin: 0 -10px;
  display: flex;
}
.yewuxitong-block .link-list .item-wrap {
  flex: 1;
  padding: 0 10px 20px;
}
.yewuxitong-block .link-list .item-wrap .item img {
  width: 100%;
}
.yewuxitong-block .full-link .mobile-img {
  display: none;
}

@media screen and (max-width: 768px) {
  .yewuxitong-block .link-list {
    flex-direction: column;
  }
  .yewuxitong-block .link-list .item-wrap {
    padding-bottom: 20px;
    padding-bottom: .2rem;
  }
  .yewuxitong-block .full-link .pc-img {
    display: none;
  }
  .yewuxitong-block .full-link .mobile-img {
    display: block;
  }
}

.banshi-block {
  margin-bottom: 30px;
  margin-bottom: .3rem;
}
.banshi-block .bg {
  background: url(../../images/2024subindex/shangwuwei/banshi_bg.png);
  background-size: cover;
  border-radius: 8px;
}
.banshi-block .link-list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.banshi-block .link-list .item-wrap {
  width: 25%;
  padding: 10px;
}
.banshi-block .link-list .link {
  display: flex;
  height: 110px;
  align-items: center;
  position: relative;
  padding: 16px 20px;
  background-image: url(../../images/2024subindex/shangwuwei/banshi_item_bg.png);
  background-size: cover;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
}
.banshi-block .link-list .link img {
  flex-shrink: 0;
  width: 50px;
  margin-right: 15px;
}
.banshi-block .link-list .link:hover {
  box-shadow: 0px 3px 4px 0px rgba(0, 29, 62, 0.1);
}
@media (max-width: 768px) {
  .banshi-block .link-list {
    padding: 5px;
  }
  .banshi-block .link-list .item-wrap {
    width: 100%;
    padding: 5px;
  }
  .banshi-block .link-list .link {
    padding: 10px;
    height: 60px;
    font-size: 14px;
  }
  .banshi-block .link-list .link img {
    width: 30px;
    margin-right: 8px;
  }
  .banshi-block .link-list .link br {
    display: none;
  }
}