* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

body {
  background: #ffffff;
  color: #333333;
  font-family: Source Han Sans CN, Microsoft YaHei, Arial, sans-serif;
}

.org-page {
  padding: 26px min(8.33vw, 160px) 0;
  background: #ffffff;
}

.org-breadcrumb {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 24px;
  color: #999999;
  font-size: 16px;
  line-height: 22px;
}

.org-breadcrumb a {
  color: #0E4CA2;
  text-decoration: none;
}

.org-card {
  min-height: 600px;
  padding: 28px 34px 60px;
  border: 1px solid #DDDDDD;
  background: #ffffff;
}

.org-section + .org-section {
  margin-top: 30px;
}

.org-section-head {
  height: 35px;
  border-bottom: 1px solid #DDDDDD;
}

.org-section-head h1,
.org-section-head h2 {
  display: inline-flex;
  height: 35px;
  margin: 0;
  color: #1559A8;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  border-bottom: 4px solid #1559A8;
}

.org-link-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 16px;
}

.org-link-grid-short {
  grid-template-columns: minmax(0, 270px);
}

.org-link-grid a {
  height: 60px;
  padding: 0 22px;
  border-radius: 3px;
  background: #EAF3FF;
  color: #333333;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

footer.site-footer-2026 {
  margin-top: 58px;
}

@media screen and (max-width: 1024px) {
  .org-page {
    padding: 22px 24px 0;
  }

  .org-card {
    min-height: 0;
    padding: 24px 24px 46px;
  }

  .org-link-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .org-link-grid-short {
    grid-template-columns: minmax(0, 270px);
  }
}

@media screen and (max-width: 768px) {
  .org-page {
    padding: 16px 16px 0;
  }

  .org-breadcrumb {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .org-card {
    padding: 18px 14px 30px;
  }

  .org-section + .org-section {
    margin-top: 24px;
  }

  .org-section-head h1,
  .org-section-head h2 {
    font-size: 18px;
  }

  .org-link-grid,
  .org-link-grid-short {
    margin-top: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .org-link-grid a {
    height: 48px;
    padding: 0 10px;
    line-height: 48px;
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .org-link-grid,
  .org-link-grid-short {
    grid-template-columns: 1fr;
  }
}
