.tit {
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin: 85px 0 70px;
}

.tit .line {
  width: 40px;
  height: 2px;
  background: #86201D;
  display: inline-block;
}

.info p {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #999999;
  line-height: 36px;
  margin-bottom: 40px;
}

.mes {
  margin: 120px auto 40px;
}

.mes span {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #86201D;
  line-height: 36px;
  margin: 0 20px;
}

.main {
  margin-bottom: 90px;
}

.title {
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #851E1C;
  line-height: 1.1;
  /*border-left: 8px solid #851E1C;*/
  font-size: 20px;
}

.linex {
  height: 0;
  border-bottom: #9F9F9F 2px dashed;
  width: 1200px;
  margin-left: 80px;
  width: 93%;
  margin-right: auto;

}