.disclosure {
  margin-top: 20px;
  font-family: 'PingFangSC';
  min-height: 500px;
  padding: 0 10px;
}

.disclosure .item {
  margin-top: 15px;
  padding: 30px;
  background: #fff;
  box-shadow: 0px 4px 6px 0px rgba(164, 164, 164, 0.3);
}

.disclosure .item a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
