* {
  box-sizing: border-box;
}

html {
  background: #eef7f1;
}

body {
  margin: 0;
  color: #173f2c;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  background: #f6fbf7;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header {
  color: #fff;
  background:
    radial-gradient(circle at 65% 20%, rgba(255, 255, 255, .18), transparent 28%),
    linear-gradient(135deg, #006235 0%, #007a43 48%, #00522f 100%);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .16);
}

.header-inner {
  width: min(1200px, calc(100% - 88px));
  min-height: 152px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.site-header.compact .header-inner {
  min-height: 134px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 22px;
}

.brand img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid rgba(255, 255, 255, .86);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
}

.brand strong {
  display: block;
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .16);
}

.site-header.compact .brand strong {
  font-size: 32px;
}

.brand em {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, .92);
  font-size: 18px;
  font-style: normal;
}

.motto {
  margin: 0;
  color: #fff;
  font-family: "STXingkai", "KaiTi", serif;
  font-size: 34px;
  font-weight: 700;
  white-space: nowrap;
  text-shadow: 0 4px 16px rgba(0, 0, 0, .22);
}

.header-tools {
  color: rgba(255, 255, 255, .95);
  font-size: 17px;
  line-height: 1.9;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(250, 255, 251, .96);
  border-bottom: 1px solid #d6eadc;
  box-shadow: 0 8px 20px rgba(0, 79, 45, .08);
}

.nav-list {
  width: min(620px, calc(100% - 40px));
  height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-list li {
  flex: 1;
  display: flex;
  justify-content: center;
  border-right: 1px solid #d7e8dc;
}

.nav-list li:last-child {
  border-right: 0;
}

.nav-list a {
  min-width: 128px;
  height: 42px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #075d35;
  border-radius: 12px;
  font-weight: 700;
  transition: color .22s ease, background .22s ease, box-shadow .22s ease, transform .22s ease;
}

.nav-list a:hover,
.nav-list a.active {
  color: #fff;
  background: linear-gradient(135deg, #078148, #006936);
  box-shadow: 0 8px 18px rgba(0, 105, 54, .24);
}

.nav-list a:hover {
  transform: translateY(-2px);
}

.hero img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
}

.section-wrap {
  width: min(1200px, calc(100% - 88px));
  margin: 0 auto;
}

.section-title-row {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.section-title-row.center {
  justify-content: center;
}

.section-title-row a {
  color: #4d9d72;
  font-size: 13px;
  font-weight: 700;
}

.section-title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #00743f;
  font-size: 28px;
  line-height: 1.2;
}

.icon,
.line-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0a7a43;
}

.icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #e8f5ec;
  border: 1px solid #cde8d7;
}

.icon::before,
.line-icon::before {
  font-weight: 800;
  line-height: 1;
}

.icon-book::before { content: "▣"; }
.icon-megaphone::before { content: "▶"; }
.icon-building::before { content: "▥"; }
.icon-cap::before { content: "⌂"; }
.icon-group::before { content: "●"; }
.icon-school::before { content: "▥"; }
.icon-bookstack::before { content: "▤"; }
.icon-medal::before { content: "★"; }
.icon-gift::before { content: "□"; }
.icon-guide::before { content: "▣"; }
.icon-bulb::before { content: "◎"; }
.icon-users::before { content: "♙"; }
.icon-tree::before { content: "♧"; }
.icon-tools::before { content: "✕"; }

.home-dual {
  padding: 34px 0 40px;
}

.dual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.intro-list,
.notice-panel,
.campus-grid li,
.activity-card-list li,
.guide,
.about-list,
.news-list li {
  background: rgba(255, 255, 255, .94);
  border: 1px solid #d8eadf;
  border-radius: 10px;
  box-shadow: 0 10px 26px rgba(0, 71, 42, .08);
}

.intro-list li {
  min-height: 104px;
  padding: 22px 28px;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid #e2efe7;
}

.intro-list li:last-child {
  border-bottom: 0;
}

.line-icon {
  width: 48px;
  height: 48px;
  font-size: 30px;
}

.intro-list strong,
.campus-grid strong,
.activity-card-list strong,
.about-list strong {
  display: block;
  color: #00743f;
  font-size: 18px;
  line-height: 1.4;
}

.intro-list span span,
.intro-list li > span:last-child {
  color: #405649;
  font-size: 14px;
}

.notice-panel {
  padding: 0 26px;
}

.notice-head {
  min-height: 72px;
  margin: 0;
}

.notice-list li {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #2d4939;
  border-top: 1px solid #e0eee7;
}

.notice-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #219a59;
  box-shadow: 0 0 0 5px #e4f3e9;
}

.notice-list span {
  flex: 1;
}

.notice-list time,
.news-list time {
  flex: 0 0 auto;
  color: #00743f;
  font-weight: 700;
  background: #e8f5ec;
  border-radius: 999px;
}

.notice-list time {
  padding: 8px 16px;
  font-size: 14px;
}

.campus {
  padding: 30px 0 22px;
}

.campus-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.campus-grid li {
  overflow: hidden;
  text-align: center;
  transition: transform .22s ease, box-shadow .22s ease;
}

.campus-grid li:hover,
.activity-card-list li:hover,
.news-list li:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(0, 86, 48, .16);
}

.campus-grid img {
  width: 100%;
  height: 214px;
  object-fit: cover;
}

.campus-grid strong {
  margin-top: 14px;
}

.campus-grid span {
  display: block;
  margin: 2px 0 18px;
  color: #405649;
  font-size: 14px;
}

.campus-grid .wide {
  grid-column: 1 / -1;
}

.campus-grid .wide img {
  height: 242px;
}

.stats {
  margin-top: 22px;
  margin-bottom: 30px;
  padding: 19px 34px;
  border: 3px solid #8bc5a2;
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .88), rgba(247, 254, 250, .94)),
    radial-gradient(circle at 8% 50%, rgba(113, 179, 138, .16), transparent 20%),
    radial-gradient(circle at 92% 50%, rgba(113, 179, 138, .13), transparent 22%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72), 0 8px 22px rgba(0, 91, 52, .08);
}

.stats ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.stats li {
  position: relative;
  min-height: 96px;
  display: grid;
  grid-template-columns: 82px auto;
  column-gap: 18px;
  align-items: center;
  justify-content: center;
}

.stats li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 17px;
  right: 0;
  width: 1px;
  height: 62px;
  background: #d8eadf;
}

.stats .icon {
  grid-row: span 2;
  width: 70px;
  height: 70px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.stats .icon::before {
  content: "";
  width: 70px;
  height: 70px;
  background: #087843;
  -webkit-mask: var(--stat-icon) center / contain no-repeat;
  mask: var(--stat-icon) center / contain no-repeat;
}

.stats strong {
  color: #087843;
  font-size: 43px;
  font-weight: 800;
  line-height: 1;
}

.stats em {
  margin-top: -8px;
  color: #25352d;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
}

.stats .icon-cap {
  --stat-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Cpath d='M48 14 5 32l43 18 35-14v23h7V32L48 14Zm-25 34v17c0 8 12 17 25 17s25-9 25-17V48L48 58 23 48Z'/%3E%3C/svg%3E");
}

.stats .icon-group {
  --stat-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Cpath d='M48 12c10 0 18 8 18 19s-8 20-18 20-18-9-18-20 8-19 18-19Zm-3 45h6c19 0 31 10 31 24 0 3-2 5-5 5H19c-3 0-5-2-5-5 0-14 12-24 31-24ZM18 25c8 0 14 7 14 16 0 5-2 10-6 13-11 2-19 9-22 18-3-1-4-3-4-6 0-10 7-18 18-20-7-4-11-11-11-20 3-1 7-1 11-1Zm60 0c4 0 8 0 11 1 0 9-4 16-11 20 11 2 18 10 18 20 0 3-1 5-4 6-3-9-11-16-22-18-4-3-6-8-6-13 0-9 6-16 14-16Z'/%3E%3C/svg%3E");
}

.stats .icon-school {
  --stat-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Cpath d='M47 7 16 23v62h22V66h20v19h22V23L47 7Zm-15 66h-8V61h8v12Zm0-22h-8V39h8v12Zm20 4h-9V43h9v12Zm0-22h-9V21h9v12Zm20 40h-8V61h8v12Zm0-22h-8V39h8v12Z'/%3E%3C/svg%3E");
}

.stats .icon-bookstack {
  --stat-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Cpath d='M22 8h58c5 0 8 4 7 9L75 78c-1 6-6 10-12 10H15c-5 0-8-4-7-9L20 18c1-6 6-10 12-10Zm8 18h40l1-7H31l-1 7Zm-4 21h40l1-7H27l-1 7Zm-4 21h40l1-7H23l-1 7Z'/%3E%3C/svg%3E");
}

.stats .icon-medal {
  --stat-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Cpath d='M48 6c18 0 32 14 32 32 0 10-5 19-12 25l8 24-18-8-10 13-10-13-18 8 8-24c-7-6-12-15-12-25C16 20 30 6 48 6Zm0 16-5 11-12 1 9 8-3 12 11-6 11 6-3-12 9-8-12-1-5-11Z'/%3E%3C/svg%3E");
}

.site-footer {
  padding: 36px 24px 46px;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(rgba(0, 91, 52, .92), rgba(0, 84, 48, .96)),
    linear-gradient(135deg, #006235, #00824d);
}

.footer-mark {
  width: 76px;
  height: 76px;
  margin: 0 auto 14px;
}

.footer-mark img,
.footer-brand img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, .85);
}

.site-footer h2 {
  margin: 0 0 12px;
  font-size: 26px;
}

.footer-info {
  color: rgba(255, 255, 255, .92);
  font-size: 15px;
}

.contact-strip {
  width: min(960px, 100%);
  margin: 0 auto 22px;
  padding-bottom: 18px;
  display: flex;
  justify-content: space-around;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .48);
  font-size: 18px;
}

.site-footer.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  text-align: left;
}

.footer-brand {
  justify-self: end;
  min-width: 420px;
  padding-right: 58px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-right: 1px solid rgba(255, 255, 255, .55);
}

.footer-brand img {
  width: 78px;
  height: 78px;
}

.footer-brand strong {
  display: block;
  font-size: 30px;
}

.footer-brand em {
  display: block;
  color: rgba(255, 255, 255, .88);
  font-style: normal;
}

.sub-main {
  background:
    radial-gradient(circle at 78% 18%, rgba(30, 160, 82, .12), transparent 28%),
    linear-gradient(180deg, #f8fcf9 0%, #f5fbf7 100%);
}

.page-hero {
  min-height: 250px;
  padding: 54px min(6vw, 82px);
  background:
    linear-gradient(90deg, rgba(247, 253, 249, .96) 0%, rgba(247, 253, 249, .88) 62%, rgba(247, 253, 249, .68) 100%),
    url("../images/school-06.jpg") center / cover no-repeat;
  border-bottom: 1px solid #8fc39f;
}

.page-hero ul,
.activity-hero ul {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.page-hero h1,
.activity-hero h1 {
  margin: 0 0 18px;
  color: #00743f;
  font-size: 62px;
  line-height: 1.1;
}

.page-hero li:last-child,
.activity-hero li:last-child {
  color: #137b49;
  font-size: 19px;
  font-weight: 700;
}

.news-section {
  padding: 54px 0 66px;
}

.news-list {
  display: grid;
  gap: 28px;
}

.news-list li {
  min-height: 248px;
  padding: 22px;
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 46px;
  align-items: center;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.news-list li:nth-child(even) {
  background: #f1fbf5;
}

.news-list img {
  width: 430px;
  height: 202px;
  object-fit: cover;
  border-radius: 8px;
}

.news-list span {
  position: relative;
  display: block;
  padding-right: 180px;
}

.news-list strong {
  display: block;
  color: #00743f;
  font-size: 28px;
  line-height: 1.35;
}

.news-list time {
  position: absolute;
  top: 2px;
  right: 0;
  padding: 7px 13px;
  font-size: 15px;
  border-radius: 4px;
}

.news-list em {
  display: block;
  margin-top: 38px;
  color: #54685d;
  font-style: normal;
}

.activity-hero {
  min-height: 420px;
  padding: 104px min(6vw, 82px) 90px;
  text-align: center;
  background:
    radial-gradient(circle at 84% 18%, rgba(126, 205, 80, .35), transparent 16%),
    linear-gradient(165deg, rgba(248, 253, 249, .96) 0%, rgba(248, 253, 249, .92) 56%, rgba(180, 225, 204, .92) 100%);
  overflow: hidden;
}

.activity-hero h1 {
  font-size: 64px;
  text-shadow: 0 8px 20px rgba(0, 97, 53, .12);
}

.activity-section {
  padding: 58px 0 34px;
}

.activity-card-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.activity-card-list li {
  min-height: 560px;
  padding-bottom: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .22s ease, box-shadow .22s ease;
}

.activity-card-list img {
  width: 100%;
  height: 268px;
  object-fit: cover;
}

.activity-card-list strong,
.activity-card-list time,
.activity-card-list em,
.activity-card-list a {
  margin-left: 22px;
  margin-right: 22px;
}

.activity-card-list strong {
  margin-top: 22px;
  font-size: 21px;
}

.activity-card-list time {
  margin-top: 18px;
  color: #486153;
  font-size: 15px;
}

.activity-card-list em {
  margin-top: 18px;
  color: #3f564b;
  font-style: normal;
}

.activity-card-list a {
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #00743f;
  font-weight: 700;
}

.activity-card-list a span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  background: #00743f;
}

.guide {
  margin-bottom: 56px;
  padding: 36px 28px 28px;
  background: linear-gradient(180deg, #eef9f3, #fbfffc);
}

.guide > p {
  margin: -8px 0 26px;
  color: #415a4c;
  text-align: center;
}

.guide-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 66px;
}

.guide-list li {
  position: relative;
  min-height: 148px;
  padding: 20px;
  background: #fff;
  border: 1px solid #d9eadf;
  border-radius: 10px;
}

.guide-list li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -46px;
  transform: translateY(-50%);
  color: #00743f;
  font-size: 36px;
  font-weight: 800;
}

.guide-list strong {
  display: block;
  margin-bottom: 12px;
  color: #00743f;
  font-size: 18px;
}

.guide-list span {
  color: #415a4c;
  font-size: 14px;
}

.note-box {
  margin-top: 38px;
  padding: 22px 26px;
  color: #335445;
  border: 1px solid #168653;
  border-radius: 10px;
  background: rgba(255, 255, 255, .72);
}

.note-box strong {
  color: #00743f;
  font-size: 20px;
}

.about-section {
  padding: 58px 0 88px;
}

.about-list {
  padding: 24px;
}

.about-list li {
  padding: 20px 10px;
  border-bottom: 1px solid #e3eee8;
}

.about-list li:last-child {
  border-bottom: 0;
}

.about-list strong {
  font-size: 22px;
}

.about-list span {
  display: block;
  color: #3f564b;
}

@media (max-width: 980px) {
  .header-inner,
  .section-wrap,
  .nav-list {
    width: calc(100% - 32px);
  }

  .header-inner,
  .site-footer.split {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .motto,
  .header-tools {
    display: none;
  }

  .brand strong {
    font-size: 24px;
  }

  .nav-list {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .dual-grid,
  .campus-grid,
  .stats ul,
  .activity-card-list,
  .guide-list,
  .news-list li {
    grid-template-columns: 1fr;
  }

  .hero img {
    height: 320px;
  }

  .news-list img {
    width: 100%;
  }

  .news-list span {
    padding-right: 0;
  }

  .news-list time {
    position: static;
    display: inline-flex;
    margin-top: 12px;
  }

  .guide-list {
    gap: 18px;
  }

  .guide-list li::after {
    display: none;
  }

  .footer-brand {
    justify-self: start;
    min-width: 0;
    padding-right: 0;
    border-right: 0;
  }
}
