<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-content {
  padding-bottom: 32px;
}
.news-text-container {
  margin-left: 27px;
  box-shadow: 0 0 9px 0 rgba(221, 221, 221, 0.25);
  border: 2px solid #EBEBEB;
  background: #FFF;
  display: flex;
  flex-direction: column;
  width:100%;
}
.news-text-container .text-title {
  padding: 16px 0 24px;
  margin: 0 16px;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  justify-content: center;
}
.news-text-container .text-title .text-remark {
  color: #555;
  font-size: 14px;
  margin-top: 12px;
}
.news-text-container .text-title .text-remark .text-author {
  margin-left: 20px;
}
.news-text-container .text-context {
  padding: 25px 36px 22px;
  font-size: 16px;
  color: #272727;
  line-height: 24px;
  letter-spacing: 1px;
}

</pre></body></html>