/* Archive fallback for the original Mayisoft news.css, which is not present in Wayback. */
.news-banner,
.article-banner {
  min-height: 220px;
  background: #f5f8ff;
}

.news-wrap,
.news-xq-wrap,
.article-wrap {
  padding: 42px 0 58px;
}

.news-list,
.news-xq-box,
.article-xq-box {
  max-width: 1120px;
  margin: 0 auto;
  color: #2d2d2d;
}

.news-list li {
  padding: 22px 0;
  border-bottom: 1px solid #e8e8e8;
}

.news-list li a,
.news-list-title,
.news-title {
  color: #1f2937;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
}

.news-list li a:hover,
.news-list-title:hover {
  color: #4792fa;
}

.news-list p,
.news-summary,
.news-desc {
  color: #687385;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 8px;
}

.news-time,
.time-title,
.article-time {
  color: #8a94a6;
  font-size: 13px;
}

.news-xq-title,
.article-title,
.news-xq-box h1 {
  color: #1f2937;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  margin: 0;
  padding: 46px 0 20px;
}

.news-xq-box .time-title,
.article-xq-box .time-title {
  min-height: 58px;
  line-height: 58px;
  text-align: center;
  background: #f7f9fc;
  border-radius: 2px;
  margin: 0 0 32px;
}

.news-xq-text,
.article-text,
.content,
.news-content {
  color: #2f3a4a;
  font-size: 16px;
  line-height: 1.9;
  word-break: break-word;
}

.news-xq-text p,
.article-text p,
.content p,
.news-content p {
  margin: 0 0 18px;
}

.news-xq-text img,
.article-text img,
.content img,
.news-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 16px auto;
}

.news-xq-text table,
.article-text table,
.content table {
  max-width: 100%;
  border-collapse: collapse;
}

.news-xq-text td,
.news-xq-text th,
.article-text td,
.article-text th,
.content td,
.content th {
  border: 1px solid #e5e7eb;
  padding: 8px 10px;
}

.post-copyright {
  background-color: #f2f4f8;
  border-radius: 2px;
  color: #4b5563;
  font-size: 12px;
  line-height: 1.8;
  margin: 24px 0;
  padding: 10px 18px;
  text-align: center;
}

.page,
.pagination,
.dede_pages {
  margin: 34px 0;
  text-align: center;
}

.page a,
.page span,
.pagination a,
.pagination span,
.dede_pages a,
.dede_pages span {
  display: inline-block;
  min-width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0 3px 8px;
  border: 1px solid #d8dee8;
  border-radius: 2px;
  color: #374151;
  padding: 0 10px;
}

.page a:hover,
.pagination a:hover,
.dede_pages a:hover,
.page .active,
.pagination .active,
.dede_pages .thisclass {
  color: #fff;
  background: #4792fa;
  border-color: #4792fa;
}

@media (max-width: 768px) {
  .news-wrap,
  .news-xq-wrap,
  .article-wrap {
    padding: 26px 14px 40px;
  }

  .news-xq-title,
  .article-title,
  .news-xq-box h1 {
    font-size: 24px;
    padding: 28px 0 16px;
  }

  .news-list li a,
  .news-list-title,
  .news-title {
    font-size: 18px;
  }

  .news-xq-text,
  .article-text,
  .content,
  .news-content {
    font-size: 15px;
  }
}
