.mainer {
  padding: 60px 100px 120px;
}
.mainer .title {
  text-align: center;
  line-height: 58px;
  font-size: 30px;
  color: #333333;
}
.mainer .timeAndHit {
  margin-top: 36px;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainer .timeAndHit .division {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #666666;
  margin: 0 10px;
}
.mainer .content {
  margin-top: 80px;
}
