.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;
}
