.zg-newtexthide__content {
  display: none; /* 默认隐藏 */
}

.zg-newtexthide__content.expanded {
  display: block; /* 展开时显示 */
}

.qd-section h3,
.zg-newtexthide__content h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-top: 14px;
}

.qd-section p,
.zg-newtexthide__content p {
  /* font-weight: 300; */
  font-size: 14px;
  line-height: 18px;
  font-family: 'Jost';
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-top: 8px;
}

.zg-newtexthide__btn {
  display: inline-block;
  font-family: 'Jost';
  margin-top: 10px;
  /* color: #002266; */
  cursor: pointer;
  font-size: 14px;
  /* font-weight: bold; */
  text-decoration: underline;
  text-underline-offset: 6px;
}

.rte a, .rte a:hover {
  position: relative;
  padding: 0 1px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px
}


.rte-hide a, .rte-hide a:hover {
  position: relative;
  padding: 0 1px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}


/* .zg-newtexthide__btn:hover {
  color: #cc5500;
} */
