.title {
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #B32222;
  text-align: center;
}
.title_one {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title_one span:nth-child(1) {
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #B32222;
}
.title_one span:nth-child(2) a {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.title_one span:nth-child(2) a:hover {
  color: #B32222;
}
