.tit {
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin: 85px 0 60px;
}

.tit .line {
  width: 40px;
  height: 2px;
  background: #86201D;
  display: inline-block;
}

.content p {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  margin-bottom: 30px;
}

.content img {
  width: 100%;
  margin-bottom: 100px;
}