body {
  background-color: #ff8d60 !important;
}

.top-banner {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 898px;
  background-repeat: no-repeat;
  background-position: top center;
}

.content-wrapper {
  width: 1400px;
  height: auto;
  margin: 0 auto;
}

.tab-button {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
  cursor: pointer;
}

.footer-wrapper {
  margin-top: -300px;
  width: 100%;
  height: 909px;
  background-image: url("./images/footer.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}

.top-news-box {
  background: #fff;
  padding: 40px;
  width: 100%;
  height: 440px;
}

.top-news__left {
  width: 640px;
  height: 360px;
}

.top-news__left img {
  width: 640px;
  height: 360px;
}

.news-list ul {
  list-style: none;
  font-size: 18px;
  line-height: 50px;
  color: #000;
}

.news-list ul li {
  height: 50px;
  overflow: hidden;
}

.news-list ul li a {
  text-decoration: none;
  color: #000;
  line-height: 50px;
}

.tab-content-guonei {
  background-color: #369795;
  border: 1px solid #78e7cf;
  padding: 60px 30px;
  border-radius: 15px;
}

.tab-content-guoji {
  background-color: #295da2;
  border: 1px solid #78e7cf;
  padding: 60px 30px;
  border-radius: 15px;
}

.intro-section {
}

.intro-index-cn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 60px;
  background-image: url("/static/kzw/topic/ccacc2025/images/cn_title_bg.png");
  background-repeat: no-repeat;
  color: #fff;
  font-weight: bold;
}

.intro-index-en {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 90px;
  background-image: url("/static/kzw/topic/ccacc2025/images/en_title_bg.png");
  background-repeat: no-repeat;
  color: #fff;
  font-weight: bold;
}

.intro-index-cn .index-num {
  font-size: 50px;
  margin-left: 10px;
  margin-right: 30px;
}

.intro-index-en .index-num {
  font-size: 50px;
  margin-left: 10px;
  margin-right: 30px;
}

.intro-content {
  margin-left: 110px;
  padding: 30px 0;
}
