/* ================= 新闻详情页专用样式 ================= */

.article-card{
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 28px 34px 36px;
  box-sizing: border-box;
}

.article-title{
  margin: 0 0 24px;
  font-size: 30px;
  line-height: 1.4;
  color: #111;
  text-align: center;
  font-weight: 700;
}

.article-meta{
  margin: 18px 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
  text-align: center;
  color: #777;
  font-size: 14px;
}

.meta-item{
  margin: 0 14px;
}

.article-cover{
  margin: 10px 0 22px;
  text-align: center;
}

.article-cover img{
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.article-summary{
  margin: 0 0 22px;
  background: #f8f8f8;
  border-left: 4px solid rgb(0,132,183);
  padding: 14px 16px;
  line-height: 1.9;
  font-size: 15px;
  color: #444;
}

.article-content{
  font-size: 16px;
  line-height: 2.1;
  color: #222;
}

.article-content p{
  margin: 0 0 18px;
  text-indent: 2em;
}

.article-content img{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
}

.article-content h2,
.article-content h3,
.article-content h4{
  margin: 20px 0 12px;
  color: #111;
}

/* 上一篇 / 下一篇 */
.pn-wrap{
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.pn-inner{
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 14px 18px;
  font-size: 13px;
}

.pn-item{
  color: #111;
  text-decoration: none;
  display: block;
  max-width: 48%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pn-item:hover{
  color: rgb(0,132,183);
}

.pn-right{
  text-align: right;
}
