.cont .covering {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  height: 50px;
  backdrop-filter: blur(10px);
}
.cont .gradient-bg .g3,
.cont .gradient-bg .g5 {
  opacity: 0.4;
}
.cont .gradient-bg .gradients-container {
  opacity: 0.8;
}
.cont .page_banner {
  position: relative;
  padding-top: 26%;
}
.cont .page_banner .w1440 {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: inherit;
  transform: translate(-50%, -50%);
}
.cont .page_banner .w1440 .txt {
  color: #fff;
  font-weight: bold;
}
.cont .page1 {
  position: relative;
  padding-bottom: 50px;
}
.cont .page1 .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 41%;
  z-index: 5;
}
.cont .page1 .w1440 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  overflow: inherit;
}
.cont .page1 .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cont .page1 .item {
  width: 48%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 4%;
  margin-bottom: 2%;
}
.cont .page1 .item .tit {
  font-weight: 600;
  color: #080748;
  margin-bottom: 40px;
}
.cont .page1 .item ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.cont .page1 .item ul li p {
  font-weight: 600;
}
.cont .page1 .item ul li p,
.cont .page1 .item ul li span {
  color: #080748;
  display: block;
}
/* 125% */
@media screen and (max-width: 1440px) {
  .cont .page1 .item .tit {
    margin-bottom: 20px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .cont .page1 .item {
    border-radius: 10px;
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .cont .cont_bg {
    background-size: 150%;
  }
  .cont .page_banner {
    padding-top: 38%;
  }
  .cont .page1 .item {
    width: 100%;
    padding: 15px;
  }
  .cont .page1 .item .tit {
    margin-bottom: 10px;
  }
  .cont .page1 .item ul li p {
    font-size: 4vw;
  }
  .cont .page1 .item ul li span {
    font-size: 3vw;
  }
}
/*# sourceMappingURL=./investor_governance.css.map */