.detail {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}

.detail-left {
  /* width: 280px; */
  width: 20%;
}

.detail-right {
  flex: 1;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  width: 80%;
}

.about h3 {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  font-family: '微软雅黑';
  padding: 15px 0;
}

.information {
  text-align: center;
  color: #b3b3b3;
  padding: 25px 0;
  font-family: '微软雅黑';
  border-bottom: 1px dashed #0d5fc2;
}
.source {
  margin: 70px 0 40px;
  text-align: right;
}
.info-row span {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 2;
  font-family: Arial;
}
[data-info-content] img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 1200px) {
  .detail-title h1,
  .about h3 {
    font-size: 4rem !important;
  }
  .location span,
  .information span {
    font-size: 3rem !important;
  }
}
.about-content h3 span {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  font-family: '微软雅黑';
  padding: 15px 0;
}
.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: 203px;
}
.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: 30px;
}
.teacher-data-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.teacher-data-content strong {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  font-family: Microsoft YaHei, Microsoft YaHei;
}
.teacher-data-content span {
  font-weight: 500;
  font-size: 18px;
  color: #2b2b2b;
  font-family: Microsoft YaHei, Microsoft YaHei;
}
.teacher-data-msg {
  margin-top: 10px;
}
