.deatil h1 {
  margin-bottom: 60px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 48px;
  color: #333333;
  text-align: center;
}

.deatil .item {
  margin-bottom: 30px;
  padding: 46px 0;
  background: url(../images/detail_background.png);
  background-size: 85% 100%;
  background-repeat: no-repeat;
}

.deatil .left {
  background-position: left center;
}

.deatil .right {
  background-position: right center;
}

.deatil .item .layout {
  display: flex;
  align-items: flex-start;
}

.deatil .item .layout p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 36px;
  text-indent: 2em;
  text-align: justify;
}

.deatil .item .layout img {
  margin-right: 50px;
  display: block;
  max-width: 460px;
  flex-shrink: 0;
}