#app {
  padding: 20px 24px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #0A0A0A;
  letter-spacing: 0.2px;
  line-height: 20px;
  font-weight: 400;
}

.title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #0A0A0A;
  letter-spacing: 0.4px;
  line-height: 27px;
}

.h1 {
  margin: 20px 0 10px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #0A0A0A;
  line-height: 24px;
  font-weight: 500;
}

.h2 {
  margin: 20px 0 10px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #0A0A0A;
  font-weight: 500;
}

.date {
  margin-bottom: 20px;
  font-size: 12px;
  color: #858585;
  letter-spacing: 0.1px;
  line-height: 18px;
  font-weight: 400;
}

.date > .val {
  color: #0A0A0A;
}

.catalogue {
  margin: 10px 0;
  font-size: 12px;
  letter-spacing: 0.1px;
  line-height: 18px;
  font-weight: 400;
}

.catalogue > .item {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  color: #1678D9;
  text-decoration: none;
}

.catalogue > .item::before {
  position: absolute;
  left: 0;
  width: 15px;
  text-align: center;
  content: '·';
}

.catalogue > .item.tab1 {
  margin-left: 20px;
}

.catalogue > .item.tab2 {
  margin-left: 40px;
}

.link {
  color: #1678D9;
}

.list {
  margin: 10px 0;
}

.list .item {
  position: relative;
  margin: 5px 0;
  padding-left: 15px;
}

.list .item::before {
  position: absolute;
  left: 0;
  width: 15px;
  text-align: center;
  content: '·';
}

div {
  margin: 10px 0;
}

.mail {
  color: #1678D9;
}
