.leaders-list {
  width: 100%;
  margin-top: 20px;
  padding: 0;
}

/* 领导列表网格布局 */
.leadership-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.leadership-item {
  padding: 15px;
  box-shadow: 0px 6px 12px 1px rgba(0, 0, 0, 0.16);
}

.leader-card {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
  max-height: 265px;
}

.leader-photo {
  height: 265px;
}

.leader-photo img {
  width: 100%;
  height: 100%;
}

/* 添加图片覆盖样式 */
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.leader-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: flex-start;
  align-self: flex-start;
  padding-top: 10px;
}

.leader-name {
  font-size: 25px;
  font-weight: bold;
  color: #0d5fc2;
  padding: 5px 0;
  border-bottom: 2px solid #0d5fc2;
}

.leader-position {
  margin-top: 20px;
}

.leader-position strong {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  font-family: Microsoft YaHei, Microsoft YaHei;
}

.leader-position span {
  font-weight: 500;
  font-size: 18px;
  color: #2b2b2b;
  font-family: Microsoft YaHei, Microsoft YaHei;
  line-height: 1.5;
}

.teacher-name {
  font-size: 25px;
  font-weight: bold;
  color: #0d5fc2;
  padding: 5px 0;
  border-bottom: 2px solid #0d5fc2;
  width: auto;
}
.teacher-msg {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px;
}
.teacher-position-data strong {
  font-size: 18px;
  color: #000000;
  font-family: 仿宋-GB2312;
}
.teacher-position-data span {
  font-size: 18px;
  color: #2b2b2b;
  font-family: 仿宋-GB2312;
  line-height: 1.5;
}
.leadership-data {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 50px;
  margin-top: 40px;
}

.leadership-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
  width: 200px;
}
.leadership-photo {
  height: 250px;
  width: 200px;
}
.leadership-card {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.leadership-position {
  text-align: center;
  line-height: 1.5;
}
