.main > section {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main > .section-1 {
  min-height: 500px;
  background-color: #FFF;
  padding: 120px 0;
}
.main > .section-1 > .content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.main > .section-1 > .content > .title {
  font-size: 44px;
  color: #333333;
  line-height: 66px;
  padding-bottom: 33px;
}
.main > .section-1 > .content > .time {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  padding-bottom: 66px;
}
.main > .section-1 > .content > p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding: 12px 0;
}
.main > .section-1 > .content > img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 12px 0;
}/*# sourceMappingURL=details.css.map */