


.notice-detail {
  box-sizing: border-box;
  padding: 30px;
  margin: 20px auto 0;
  width: 1200px;
  min-height: calc(100vh - 313px);
  background: #ffffff;
}
.notice-detail-title {
  height: 26px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #111;
  line-height: 26px;
  text-align: center;
}
.notice-detail-des {
  margin: 10px 0 20px;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9da9b6;
  line-height: 22px;
  text-align: center;
}
.footer{
  margin-top: 60px;
}

p {
  white-space: pre-wrap;
}