<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news__more__btn {
  width: 120px;
  margin: 40px auto;
}
.news__more__btn a {
  display: flex;
  color: #009680;
  font-size: 14px;
  border: 2px solid #009680;
  border-radius: 30px;
  padding: 10px 18px;
  align-items: center;
  justify-content: center;
}
.news__more__btn a i {
  margin-top: 2px;
  margin-left: 5px;
  font-size: 14px;
}
.news__more__btn a:hover {
  background: #009680;
  color: #ffffff;
}

.news-detail-hd h1 {
  text-align: center;
  line-height: 38px;
  font-size: 25px;
}
.news-detail-hd .date {
  text-align: center;
  color: #a6a8a5;
}
.news-detail-hd .content {
  line-height: 26px;
  margin: 30px 0;
  text-align: justify;
  word-wrap: break-word;
}
.news-detail-hd .content img {
  text-align: center;
  margin-bottom: 15px;
}
.news-detail-hd .content p {
  text-indent: 2em;
  margin-bottom: 15px;
  line-height: 1.8;
  font-size: 18px;
}
.news-detail-hd .content p img {
  text-align: center;
}

/*# sourceMappingURL=article.css.map */
</pre></body></html>