.banner-box{
  width: 100vw;
  height: 33.375rem;
  background-color: #f5f5f5;
  background: url(../images/page-banner.png) no-repeat;
  background-size: 100% 33.375rem;
  background-position: left top;
  display: flex;
  justify-content: center;
}
.banner-box.club1 {
  background: url(../images/1.png) no-repeat;
  background-size: cover;
  background-position: center 70%;
}
.banner-box.club2 {
  background: url(../images/2.png) no-repeat;
  background-size: cover;
  background-position: center;    
}
.banner-box.club3 {
  background: url(../images/3.png) no-repeat;
  background-size: cover;
  background-position: center; 

}
.banner-box.club4 {
  background: url(../images/4.png) no-repeat;
  background-size: cover;
  background-position: center; 
}
.banner-box.dangjian {
  background: url(../images/5.jpg) no-repeat;
  background-size: cover;
  background-position: center; 
}

.section-tit-box {
  padding-top: 4.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 3.125rem;
  font-family: Microsoft YaHei;
  font-size: 3.6875rem;
  font-weight: bold;
}

.section-tit-box .tit-english {
  color: rgba(255, 255, 255, 0.23);
  text-stroke: 1px #000000;
  opacity: 0.28;
  -webkit-text-stroke: 1px #000000;
}

.section-tit-box .tit-chinese {
  color: #FFFFFF;
  line-height: 3.25rem;
  position: relative;
  top: -1.25rem;
}

.content-box {
  width: 100%;
  padding: 0 13.5%;
  background: #f8f8f8;
  padding-bottom: 3.125rem;
}

.bread-box {
  padding: 1.875rem 0 2.8125rem;
  color: #8E8E8E;
}
.bread-box a {
  color: #8E8E8E;
}
.bread-box a.active {
  color: #06893E;
}

.news-list {
  background: #FFFFFF;
  border-radius: 1.25rem;
  padding: 3.625rem 2.8125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.content-title {
  font-weight: bold;
  font-size: 2.125rem;
  color: #000000;
  margin-bottom: 1.75rem;
  text-align: center;
}
.content-desc {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.52);
  margin-bottom: 1.7188vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
}
.content-desc span {
  margin-right: 1.7188vw;
}

.content-main {
  padding-bottom: 4.0625rem;
  border-bottom: 1px dashed #D2D2D2;
  width: 100%;
}

/* 上一篇下一篇 */
.pnp {
  width: 100%;
  
}
.pnp a {
  font-size: 1.25rem;
  color: #8E8E8E;
}
.pnp-label {
  font-size: 1.25rem;
  color: rgba(6, 137, 62, 1);
  margin-right: .625rem;
}


/* 相关推荐 */
.about-box {
  width: 100%;
  margin-top: 1.625rem;
}
.about-title {
  font-weight: bold;
  font-size: 1.625rem;
  color: #06893E;
  padding-left: 1.5625rem;
  border-left: 5px solid #06893E;
  height: 1.625rem;
  line-height: 1.625rem;
  margin-bottom: 1.875rem;
}
.about-content {
  width: 100%;
  display: flex;
  gap: 1.125rem;
  overflow: hidden;
}
.about-item {
  width: 25%;
}
.about-item-img {
  width: 100%;
  height: 10.6875rem;
  border-radius: 1.25rem;
  margin-bottom: 1.5rem;
}
.about-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-item-desc {
  font-size: .875rem;
  color: rgba(0, 0, 0, 0.6);
  height: 2.5rem;
}
.about-item-title {
  font-size: 1.25rem;
  color: #000000;
  margin-bottom: 1rem;
}


/* 窗口适应移动设备 */
@media screen and (max-width: 768px) {
  .banner-box {
    width: 100vw;
    height: 16.6875rem;
  }
  .section-tit-box {
    font-size: 1.625rem;
    line-height: 1.625rem;
  }
  .section-tit-box .tit-chinese {
    top: -1.875rem;
  }

  .content-box {
    padding: 0 2.7%;
  }
  .bread-box {
    display: none;
  }

  .news-list {
    background-color: transparent;
    padding: 0;
  }
  .content-title {
    font-size: 1.0625rem;
    margin-bottom: .75rem;
    margin-top: 1.5625rem;
  }
  .content-desc span {
    font-size: .625rem;
  }
  .pnp, .about-box {
    display: none;
  }
  .content-main {
    border-bottom: 0;
  }
  .content-desc span {
    margin-right: 0;
  }
}

