﻿
/* Article Page Styles */
.content-main {
  padding: 50px 0;
}

.article-title h2 {
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  line-height: 54px;
  margin-bottom: 15px;
  color: #333;
}

.article-time {
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.article-time span {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  color: #666;
}

.article-content {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

.article-content p {
  margin-bottom: 20px;
  text-indent: 2em;
}