* {
  margin: 0px;
  padding: 0px;
}

.regular-report {
  width: 100%;
  height: auto;
  padding-bottom: 15vw;
  margin-top: 14vw;
}

.report-nav > img {
  display: block;
  width: 100%;
  height: 50.6vw;
  object-fit: cover;
}
.report-items {
  width: 89.7vw;
  height: auto;
  margin: 0px auto;
  line-height: 7vw;
}
.reports {
  border-bottom: 1px solid #eeeeee;
  margin-top: 2.68vw;
}
.reports h2 {
  font-size: 4.16vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.reports span {
  font-size: 3.12vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}
.pages {
  width: 100%;
  padding: 5vw;
}
.pages ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.pages ul li {
  width: 10vw;
  height: 10vw;
  background: #EEEEEE;
  border-radius: 50%;
  line-height: 10vw;
  text-align: center;
}
.page-link{
    color:#999999;
}
.next{
    background: #2D7ADB!important;
}
.next>.page-link{
    color:white!important;
}
.governance-structure-title {
  position: absolute;
  z-index: 888;
  text-align: center;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.governance-structure-title h3 {
  font-size: 7.2vw;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  line-height: 10vw;
  letter-spacing: 0.38vw;
}

.governance-structure-title p {
  font-size: 2.86vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  letter-spacing: 0.78vw;
  color: rgba(255, 255, 255, 1);
  opacity: 0.7;
}<!--9.2029571533203E-5-->