.detail {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  /* width: 1280px;
  margin: 0 auto; */
}

.detail-layout {
  width: 1200px;
  margin: 0 auto;
}

.detail-left {
  /* width: 280px; */
  width: 20%;
}

.detail-right {
  flex: 1;
  padding-right: 20px;
  background-color: #fff;
  /* box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16); */
  width: 80%;
}

.about-content h3 {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  font-family: '微软雅黑';
  padding: 15px 0;
}

.about-content h3 span {
  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 {
  display: flex;
  justify-content: end;
  margin-top: 50px;
}
.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-content h3 {
    font-size: 4rem !important;
  }
  .location span,
  .information span {
    font-size: 3rem !important;
  }
  .detail-nav {
    display: none !important;
  }
  .detail-layout {
    width: 100%;
  }
}
.detail-nav {
  width: 100%;
  padding: 20px 33px;
  background-color: #efefef;
}
.detail-nav {
  display: flex;
  align-items: center;
}
