* {
  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;
}

.leader-page {
  padding: 26px min(8.33vw, 160px) 0;
  background: #ffffff;
}

.leader-breadcrumb {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 24px;
  color: #999999;
  font-size: 16px;
  line-height: 22px;
}

.leader-breadcrumb a {
  color: #0E4CA2;
  text-decoration: none;
}

.leader-card {
  min-height: 765px;
  padding: 28px 34px 46px;
  border: 1px solid #DDDDDD;
  background: #ffffff;
}

.leader-card-head {
  height: 35px;
  border-bottom: 1px solid #DDDDDD;
}

.leader-card-head h1 {
  display: inline-flex;
  height: 35px;
  margin: 0;
  color: #1559A8;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  border-bottom: 4px solid #1559A8;
}

.leader-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(6, minmax(120px, 1fr));
  column-gap: 34px;
  row-gap: 28px;
}

.leader-person {
  min-width: 0;
  display: block;
  color: #333333;
  text-align: center;
  text-decoration: none;
}

.leader-person img {
  display: block;
  width: 150px;
  height: 211px;
  margin: 0 auto;
  object-fit: cover;
  background: #f0f6ff;
}

.leader-person span {
  display: block;
  margin-top: 16px;
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.leader-pagebar {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.leader-pagebar a {
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #777777;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  background: #ffffff;
}

.leader-pagebar a.active {
  border-color: #1559A8;
  color: #1559A8;
}

footer.site-footer-2026 {
  margin-top: 58px;
}

.leader-info-card {
  min-height: 400px;
  padding-bottom: 28px;
}

.leader-info-layout {
  margin-top: 42px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.leader-info-photo img {
  display: block;
  width: 150px;
  height: 211px;
  object-fit: cover;
  background: #f0f6ff;
}

.leader-info-content {
  padding-top: 16px;
  color: #333333;
}

.leader-info-title {
  display: flex;
  align-items: center;
  gap: 18px;
}

.leader-info-title h2 {
  margin: 0;
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.leader-info-title span {
  width: 29px;
  height: 2px;
  background: #1559A8;
}

.leader-info-content p {
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 32px;
}

.leader-info-content .leader-info-duty {
  margin-top: 18px;
  color: #1559A8;
  font-size: 18px;
  line-height: 28px;
}

@media screen and (max-width: 1280px) {
  .leader-grid {
    grid-template-columns: repeat(4, minmax(120px, 1fr));
  }
}

@media screen and (max-width: 1024px) {
  .leader-page {
    padding: 22px 24px 0;
  }

  .leader-card {
    min-height: 0;
    padding: 24px 24px 42px;
  }

  .leader-info-layout {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 30px;
  }

  .leader-info-photo img {
    width: 150px;
    height: 211px;
  }

  .leader-grid {
    column-gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .leader-page {
    padding: 16px 16px 0;
  }

  .leader-breadcrumb {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .leader-card {
    padding: 18px 14px 28px;
  }

  .leader-info-card {
    padding-bottom: 34px;
  }

  .leader-card-head h1 {
    font-size: 18px;
  }

  .leader-info-layout {
    margin-top: 28px;
    display: block;
  }

  .leader-info-photo img {
    width: 150px;
    height: 211px;
    margin: 0 auto;
  }

  .leader-info-content {
    padding-top: 24px;
  }

  .leader-info-title {
    justify-content: center;
  }

  .leader-info-title h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .leader-info-content p,
  .leader-info-content .leader-info-duty {
    font-size: 16px;
    line-height: 28px;
  }

  .leader-grid {
    margin-top: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 14px;
    row-gap: 22px;
  }

  .leader-person img {
    width: 100%;
    max-width: 128px;
    height: auto;
    aspect-ratio: 150 / 211;
  }

  .leader-person span {
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .leader-pagebar {
    margin-top: 26px;
    justify-content: center;
    gap: 5px;
  }

  .leader-pagebar a {
    min-width: 26px;
    height: 26px;
    padding: 0 6px;
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .leader-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
