.gzzWrap {
  background: #f0f2f5;
  padding: 0.78rem 0 1.2rem;
}
.gzzWrap .main {
  max-width: 16rem;
}
.gzzTitle {
  text-align: center;
  margin-bottom: 0.5rem;
}
.gzzTitle p {
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #c41e2a;
  text-transform: uppercase;
}
.gzzTitle h1 {
  margin-top: 0.12rem;
  font-weight: 600;
  font-size: 0.4rem;
  line-height: 0.46rem;
  color: #222222;
  text-transform: uppercase;
}
.gzzPanel {
  background: #ffffff;
  padding: 0.8rem 0.8rem 0.62rem;
}
.noticeList {
  list-style: none;
  padding: 0 0 0 0.1rem;
  margin: 0;
  position: relative;
}
.noticeList::before {
  content: "";
  width: 0.01rem;
  position: absolute;
  left: 0.17rem;
  top: 0.35rem;
  bottom: 0.28rem;
  background: #e6e6e6;
}
.noticeList li {
  position: relative;
}
.noticeList li:not(:last-child) {
  margin-bottom: 0.01rem;
}
.noticeList li :hover .dot {
  background: #003580;
}
.noticeList li :hover .dateBox {
  background: #003580;
}
.noticeList li :hover .noticeTit {
  color: #003580;
}
.noticeList li :hover .arrow {
  background: #003580;
}
.noticeList a {
  height: 1.21rem;
  margin-left: 0.4rem;
  padding-left: 1.02rem;
  padding-right: 0.68rem;
  border-bottom: 0.01rem solid #e5e5e5;
  position: relative;
  display: flex;
  align-items: center;
}
.dot {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background: #e5e5e5;
  position: absolute;
  left: -0.4rem;
  top: 0.36rem;
  z-index: 2;
}
.dateBox {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 0.04rem;
  background: #c6c7c9;
  position: absolute;
  left: 0;
  top: 0.16rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dateBox strong {
  font-weight: 400;
  font-size: 0.24rem;
  line-height: 0.28rem;
  color: #ffffff;
}
.dateBox em {
  font-style: normal;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.16rem;
  color: #ffffff;
}
.noticeTit {
  width: 10.8rem;
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.arrow {
  width: 0.5rem;
  height: 0.22rem;
  border-radius: 0.11rem;
  background: #c7c8ca;
  position: absolute;
  right: 0;
  top: 0.42rem;
}
.arrow::before {
  content: "";
  width: 0.14rem;
  height: 0.01rem;
  background: #ffffff;
  position: absolute;
  left: 0.17rem;
  top: 0.105rem;
}
.arrow::after {
  content: "";
  width: 0.07rem;
  height: 0.07rem;
  border-top: 0.01rem solid #ffffff;
  border-right: 0.01rem solid #ffffff;
  position: absolute;
  right: 0.16rem;
  top: 0.07rem;
  transform: rotate(45deg);
}
.reportList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0.4rem;
  row-gap: 0.36rem;
}
.reportItem {
  display: block;
}
.reportItem:hover p {
  color: #003580;
  border-color: #003580;
}
.reportItem:hover .reportCover {
  box-shadow: 0 0.01rem 0.1rem rgba(0, 53, 128, 0.25);
}
.reportItem p {
  height: 0.54rem;
  padding-top: 0.16rem;
  border-bottom: 0.01rem solid #d7dde6;
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 0.22rem;
  color: #555555;
  transition: all 0.3s linear;
}
.reportCover {
  width: 100%;
  aspect-ratio: 1 / 1.414;
  overflow: hidden;
  transition: all 0.3s linear;
}
.reportCover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.reportPage {
  margin-top: 0.48rem;
}
.enterpriseInfo {
  margin-top: 0.08rem;
}
.enterpriseSection:not(:last-child) {
  margin-bottom: 0.85rem;
}
.enterpriseSection h2 {
  padding-bottom: 0.18rem;
  border-bottom: 0.01rem solid #d9dee6;
  position: relative;
  font-weight: 600;
  font-size: 0.28rem;
  line-height: 0.34rem;
  color: #222222;
}
.enterpriseSection h2::after {
  content: "";
  width: 0.38rem;
  height: 0.02rem;
  background: #c41e2a;
  position: absolute;
  left: 0;
  bottom: -0.01rem;
}
.enterpriseGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.38rem 0.2rem;
  margin-top: 0.28rem;
}
.enterpriseCard {
  min-height: 2.82rem;
  padding: 0.4rem 0.26rem 0 0.4rem;
  border-radius: 0.08rem;
  border-bottom: 0.07rem solid #003580;
  background-image: url(../img/zxbg.png);
  background-size: cover;
  box-shadow: 0 0.02rem 0.08rem rgba(0, 27, 64, 0.03);
  overflow: hidden;
}
.enterpriseCard h3 {
  margin-bottom: 0.22rem;
  font-weight: 600;
  font-size: 0.24rem;
  line-height: 0.28rem;
  color: #003580;
}
.enterpriseCard p,
.enterpriseCard a {
  display: block;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.enterpriseCard p {
  color: #333333;
}
.enterpriseCard a {
  width: fit-content;
  margin-top: 0.02rem;
  color: #003580;
}
.contactSection .enterpriseCard {
  min-height: 2.88rem;
}
.manageWrap {
  background: #ffffff;
  padding-bottom: 1.18rem;
}
.managementProfile {
  margin-top: 0.02rem;
}
.managementSection:not(:last-child) {
  margin-bottom: 0.78rem;
}
.managementSection h2 {
  padding-bottom: 0.19rem;
  border-bottom: 0.01rem solid #e5e5e5;
  position: relative;
  font-weight: 600;
  font-size: 0.28rem;
  line-height: 0.38rem;
  color: #222222;
}
.managementSection h2::after {
  content: "";
  width: 0.38rem;
  height: 0.02rem;
  background: #c41e2a;
  position: absolute;
  left: 0;
  bottom: -0.01rem;
}
.managementText {
  padding-top: 0.27rem;
}

.managementText>div{
    margin-bottom: 0.2rem;
}
.managementText p {
  margin: 0;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #555555;
  text-align: justify;
}
.managementText p:not(:last-child) {
  margin-bottom: 0.12rem;
}
.managementText strong {
  font-weight: 600;
  color: #333333;
}
.contactWrap {
  background: #ffffff;
  padding: 0.78rem 0 1.55rem;
}
.richWrap {
  background: #ffffff;
}
.investorContact {
  margin: 0.02rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
.contactCard {
  min-height: 2.5rem;
  border-radius: 0.08rem;
  background: #f3f7fe;
  padding: 0.5rem 0.6rem 0.88rem;
}
.contactName {
  padding-bottom: 0.3rem;
  border-bottom: 0.01rem solid #cdd3dd;
  display: flex;
  align-items: center;
}
.contactName strong {
  font-weight: 600;
  font-size: 0.28rem;
  line-height: 0.38rem;
  color: #222222;
}
.contactName span {
  margin-left: 0.16rem;
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #666666;
}
.contactInfo {
  padding-top: 0.28rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.contactMethod {
  display: flex;
  align-items: flex-start;
  gap: 0.1rem;
}
.contactMethod img {
  width: 0.35rem;
  height: 0.35rem;
}
.contactMethod em {
  display: block;
  margin-bottom: 0.03rem;
  font-style: normal;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #777777;
}
.contactMethod p {
  font-weight: 600;
  font-size: 0.24rem;
  line-height: 0.34rem;
  color: #111111;
  word-break: break-all;
}
.contactIcon {
  width: 0.3rem;
  height: 0.3rem;
  min-width: 0.3rem;
  margin-top: 0.04rem;
  margin-right: 0.14rem;
  border-radius: 50%;
  background: #003580;
  position: relative;
}
.phoneIcon::before {
  content: "";
  width: 0.14rem;
  height: 0.09rem;
  border: 0.03rem solid #ffffff;
  border-bottom: none;
  border-radius: 0.12rem 0.12rem 0 0;
  position: absolute;
  left: 0.08rem;
  top: 0.09rem;
}
.phoneIcon::after {
  content: "";
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  left: 0.13rem;
  top: 0.17rem;
}
.mailIcon::before {
  content: "";
  width: 0.14rem;
  height: 0.1rem;
  border: 0.02rem solid #ffffff;
  border-radius: 0.02rem;
  position: absolute;
  left: 0.07rem;
  top: 0.09rem;
}
.mailIcon::after {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border-left: 0.02rem solid #ffffff;
  border-bottom: 0.02rem solid #ffffff;
  position: absolute;
  left: 0.1rem;
  top: 0.08rem;
  transform: rotate(-45deg);
}
.cwImg {
  width: 100%;
  margin-top: 0.5rem;
  background-color: #fff;
}
.cwImg img {
  width: 100%;
  height: 100%;
}
.cwRichText {
  margin: 0 auto;
}
.cwRichText p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.cwRichText.pageIntro {
  margin-top: 0.08rem;
  padding-bottom: 0.12rem;
}
.cwRichText.pageIntro p {
  margin: 0;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #555555;
  text-align: justify;
}
.cwRichText img {
  width: revert-layer;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .gzzWrap {
    padding: 0.58rem 0 0.82rem;
  }
  .gzzTitle {
    margin-bottom: 0.36rem;
  }
  .gzzTitle p {
    font-size: 0.2rem;
  }
  .gzzTitle h1 {
    font-size: 0.32rem;
  }
  .gzzPanel {
    padding: 0.44rem 0.26rem 0.46rem;
  }
  .noticeList {
    padding-left: 0;
  }
  .noticeList::before {
    left: 0.08rem;
  }
  .noticeList a {
    height: auto;
    min-height: 1.24rem;
    margin-left: 0.28rem;
    padding: 0.2rem 0.48rem 0.2rem 0.9rem;
  }
  .dot {
    width: 0.14rem;
    height: 0.14rem;
    left: -0.27rem;
  }
  .dateBox {
    width: 0.68rem;
    height: 0.68rem;
    top: 0.21rem;
  }
  .noticeTit {
    width: 100%;
    white-space: normal;
    font-size: 0.18rem;
    line-height: 0.28rem;
  }
  .arrow {
    right: 0;
  }
  .reportList {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.34rem 0.24rem;
  }
  .reportItem p {
    height: 0.52rem;
    padding-top: 0.14rem;
    font-size: 0.1rem;
  }
  .enterpriseSection:not(:last-child) {
    margin-bottom: 0.62rem;
  }
  .enterpriseGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.24rem;
  }
  .enterpriseCard {
    min-height: 2.64rem;
    padding: 0.32rem 0.28rem 0.28rem;
  }
  .manageWrap {
    padding-bottom: 0.82rem;
  }
  .managementSection:not(:last-child) {
    margin-bottom: 0.56rem;
  }
  .managementSection h2 {
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
  .managementText {
    padding-top: 0.22rem;
  }
  .managementText p {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
  .contactWrap {
    padding: 0.58rem 0 0.92rem;
  }
  .investorContact {
    grid-template-columns: 1fr;
    gap: 0.24rem;
  }
  .contactCard {
    min-height: auto;
    padding: 0.34rem 0.28rem 0.36rem;
  }
  .contactInfo {
    gap: 0.22rem;
  }
  .contactMethod p {
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
}
@media (max-width: 560px) {
  .reportList {
    grid-template-columns: 1fr;
    row-gap: 0.32rem;
  }
  .enterpriseGrid {
    grid-template-columns: 1fr;
  }
  .managementSection h2 {
    font-size: 0.24rem;
  }
  .contactName {
    align-items: flex-start;
    flex-direction: column;
  }
  .contactName span {
    margin-left: 0;
    margin-top: 0.06rem;
  }
  .contactInfo {
    grid-template-columns: 1fr;
  }
}
