
.banner-box{
  width: 100vw;
  height: 33.375rem;
  background-color: #f5f5f5;
  background: url(../images/page-banner.png) no-repeat;
  background-size: 100% 100%;
  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 {
  /* width: 30vw; */
  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;
  font-size: 1.25rem;
}
.bread-box a.active {
  color: #06893E;
}

.menu-box {
  display: flex;
  gap: 3.25rem;
  width: 100%;
  margin-bottom: 2.375rem;
  border-bottom: .0625rem solid rgba(142, 142, 142, 0.3);
}
.menu-box li {
  font-size: 1.25rem;
  color: #000000;
  cursor: pointer;
  padding-bottom: 1.25rem;
  position: relative;
  top: .0625rem;
  
}
.menu-box li.active {
  color: #06893E;
  border-bottom: .25rem solid #06893E;
}



.news-list {
  /* background: #FFFFFF; */
  border-radius: 1.25rem;
}
.news-item {
  padding: 2.625rem 2.8125rem;
  padding-bottom: 0;
}
.news-list-item {
  border-bottom: 1px solid #DCDCDC;
  display: flex;
  height: 11.25rem;
  padding-bottom: 2.625rem;
}


.news-left {
  width: 9.0625rem;
  border-right: 1px solid #DCDCDC;
  padding-right: 2.8125rem;
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 8.625rem;
}
.news-date {
  font-size: 1.875rem;
  color: #000000;
  line-height: 1.875rem;
  margin-bottom: .8125rem;
}
.news-year {
  font-size: 1.875rem;
  color: #000000;
  line-height: 1.875rem;
}
.news-content {
  flex: 1;
  display: flex;
}
.news-content-left {
  flex: 1;
  padding-left: 2.375rem;
}
.news-content-right {
  width: 16.0625rem;
  /* height: 138px; */
  margin-left: 2.8125rem;
}
.news-content-right img {
  width: 100%;
  height: 100%;
}


.news-content-tit {
  font-size: 1.875rem;
  color: #000000;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
  padding-top: .625rem;
}
.news-content-desc {
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.875rem;
}
.to-more-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 0;
}
a.to-more {
  width: 12.3125rem;
  height: 2.9375rem;
  background: #3370FF;
  border-radius: .625rem;
  font-size: 1.25rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

@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;
  }
  .menu-box {
    margin-bottom: 1rem;
    gap: 15%;
    border-bottom: 0;
    padding: 0 8%;
    padding-top: 1.5625rem;
  }
  .menu-box .menu-item {
    padding-bottom: .5rem;
    width: 25%;
    display: flex;
    justify-content: center;
  }
  .menu-box .menu-item.active {
    color: #06893E;
    border-bottom: .125rem solid #06893E;
  }


  .news-list {
    background: none;
  }
  .news-item {
    padding: .75rem 0 0 .75rem;
    margin-bottom: .75rem;
    background-color: #fff;
  }
  .news-list-item {
    height: 6.875rem;
    padding-bottom: .75rem;
    border-bottom: 0;
  }
  .news-left {
    display: flex;
    align-items: center;
    width: 4.375rem;
    height: 100%;
    padding: 0;
  }
  .news-date, .news-year {
    font-size: .875rem !important;
    line-height: .875rem;
  }
  .news-date {
    margin-bottom: .375rem;
  }
  .news-content-left {
    padding: 0 1.125rem;
  }
  .news-content-tit {
    font-size: .875rem;
    line-height: 1.125rem;
    margin-bottom: .5625rem;
  }
  .news-content-desc {
    font-size: .5625rem;
    line-height: .875rem;
  }
  .news-content-more {
    display: block;
  }
  .news-content-right {
    display: none;
  }
  .to-more-button {
    padding: 1.25rem 0;
  }
  a.to-more {
    width: 6.1875rem;
    height: 1.5rem;
    font-size: .625rem;
    background-color: #06893E;
  }
}
