[data-info-content] img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}

[data-info-content] p {
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow-wrap: break-word;
}

[data-info-content] p:has(img):after {
  content: '';
  display: table;
  clear: both;
}

[data-info-content] span {
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow-wrap: break-word;
}

.leader-detail-main {
  padding: 20px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.leader-detail-name-title {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 12px;
}

.leader-detail-name {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  font-family: '微软雅黑', 'Microsoft YaHei', sans-serif;
}

.leader-detail-position {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  font-family: '微软雅黑', 'Microsoft YaHei', sans-serif;
}

.leader-detail-top-name {
  text-align: center;
  padding: 10px 0 0;
  margin-bottom: 0;
}

.leader-detail-top-name span {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  font-family: '微软雅黑', 'Microsoft YaHei', sans-serif;
  letter-spacing: 4px;
}

.leader-detail-divider {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.leader-detail-meta {
  text-align: center;
  color: #666;
  padding: 15px 0 25px;
  font-family: '微软雅黑', 'Microsoft YaHei', sans-serif;
  font-size: 14px;
  border-bottom: none;
  margin-bottom: 30px;
}

.leader-detail-meta span {
  font-size: 14px;
  color: #666;
}

.leader-detail-body {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  align-items: flex-start;
  padding: 0 20px;
}

.leader-detail-photo {
  width: 180px;
  min-width: 180px;
  flex-shrink: 0;
}

.leader-detail-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.leader-detail-info {
  flex: 1;
  min-width: 0;
}

.leader-detail-content {
  margin-bottom: 25px;
  line-height: 2;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  font-family: '微软雅黑', 'Microsoft YaHei', sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}

.leader-detail-audit {
  text-align: right;
  margin-top: 40px;
  padding: 20px 0;
  font-size: 14px;
  color: #666;
  line-height: 2;
}

.leader-detail-btns {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
}

.leader-btn {
  padding: 8px 20px;
  font-size: 14px;
  color: #333;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  font-family: '微软雅黑', 'Microsoft YaHei', sans-serif;
  transition: all 0.3s ease;
}

.leader-btn:hover {
  color: #0d5fc2;
  border-color: #0d5fc2;
}

.teacher-data {
  box-shadow: 0px 6px 12px 1px rgba(0, 0, 0, 0.16);
  padding: 20px;
  display: flex;
  gap: 30px;
}
.teacher-data-img {
  width: 158px;
  height: 205px;
}
.teacher-data-img img {
  width: 100%;
  height: 100%;
}
.teacher-data-name {
  font-size: 25px;
  font-weight: bold;
  color: #0d5fc2;
  padding: 5px 0;
  border-bottom: 2px solid #0d5fc2;
}
.teacher-data-content {
   margin-top: 10px;
 }
.teacher-data-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.teacher-data-content strong {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  font-family: ä»¿å®‹-GB2312;
}
.teacher-data-content span {
  /* font-weight: 500; */
  font-size: 18px;
  color: #2b2b2b;
  font-family: ä»¿å®‹-GB2312;
}

@media screen and (max-width: 1200px) {
  .detail-left#position {
    display: none;
  }

  .leader-detail-body {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .leader-detail-photo {
    width: 150px;
    min-width: 150px;
    max-width: 200px;
  }

  .leader-detail-top-name span {
    font-size: 24px;
  }

  .leader-detail-name {
    font-size: 20px;
  }

  .leader-detail-position {
    font-size: 15px;
  }

  .leader-detail-meta span {
    font-size: 13px;
  }

  .leader-detail-content {
    font-size: 15px;
  }

  .leader-btn {
    font-size: 13px;
    padding: 6px 15px;
  }
}

/* 响应式设计 */
@media (max-width: 600px) {
  .teacher-data {
    box-shadow: 0px 6px 12px 1px rgba(0, 0, 0, 0.16);
    padding: 20px;
    display: block;
    gap: 30px;
    margin: 0 auto;
  }

  .teacher-data-img {
    width: 100%;
    height: 205px;
    text-align: center;
  }
  .teacher-data-img img {
    width: 158px;
    height: 100%;
  }
}
