/* ============================================
   新闻中心页 premium-news.css
   ============================================ */
.aqs-container { max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.aqs-sec { margin-bottom: 28px; }
.aqs-sec-head { text-align: center; margin-bottom: 24px; }
.aqs-sec-title { font-size: 30px; color: #16284a; margin: 0 0 8px; font-weight: 800; letter-spacing: 1.5px; font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", "SimSun", serif; }
.aqs-sec-title em, .aqs-sec-title span { color: #c8102e; font-style: normal; }
.aqs-sec-sub { font-size: 14px; color: #93a0b3; margin: 0; letter-spacing: 0.5px; }

/* 横幅字体 */
body.page-pid-190 .nybanne3 {
    font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", "SimSun", serif;
    color: #666;
    letter-spacing: 3px;
    font-weight: 400;
    background: rgba(255,255,255,.92);
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
    border-left: 4px solid #c8102e;
}
body.page-pid-190 .nybanne3 span {
    font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", "SimSun", serif;
    font-weight: 700;
    letter-spacing: 4px;
}

/* 介绍 */
.aqs-news-intro { background: #fff; border-radius: 16px; padding: 40px; box-shadow: 0 4px 24px rgba(30,60,120,.06); border: 1px solid #eef2f8; }
.aqs-news-intro-txt { font-size: 14.5px; color: #555; line-height: 2; text-align: center; max-width: 860px; margin: 0 auto; }
.aqs-news-intro-txt strong { color: #c8102e; }

/* 新闻卡片 */
.aqs-news-list { background: #fff; border-radius: 16px; padding: 40px; box-shadow: 0 4px 24px rgba(30,60,120,.06); border: 1px solid #eef2f8; }
.aqs-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.aqs-news-card { background: linear-gradient(180deg, #f8fbff, #fff); border: 1px solid #e8eff9; border-radius: 14px; overflow: hidden; text-decoration: none; transition: all .3s; display: flex; flex-direction: column; }
.aqs-news-card:hover { transform: translateY(-6px); box-shadow: 0 14px 32px rgba(200,16,46,.14); border-color: #f0c4c9; }
.aqs-news-img { position: relative; overflow: hidden; }
.aqs-news-img img { width: 100%; height: 190px; object-fit: cover; transition: transform .4s; display: block; }
.aqs-news-card:hover .aqs-news-img img { transform: scale(1.05); }
.aqs-news-date { position: absolute; left: 14px; top: 14px; background: linear-gradient(135deg, #c8102e, #e0303f); color: #fff; border-radius: 10px; padding: 8px 14px; text-align: center; box-shadow: 0 4px 12px rgba(200,16,46,.3); }
.aqs-news-date-d { display: block; font-size: 22px; font-weight: 800; line-height: 1.1; font-family: "Noto Serif SC", "Songti SC", serif; }
.aqs-news-date-m { display: block; font-size: 11px; opacity: .85; margin-top: 2px; }
.aqs-news-body { padding: 18px 20px 16px; flex: 1; display: flex; flex-direction: column; }
.aqs-news-body h3 { font-size: 15.5px; color: #16284a; margin: 0 0 10px; font-weight: 700; line-height: 1.6; font-family: "Noto Serif SC", "Songti SC", serif; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.aqs-news-desc { font-size: 13px; color: #7a8699; line-height: 1.7; margin: 0 0 14px; flex: 1; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.aqs-news-meta { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #f0f4fa; padding-top: 12px; }
.aqs-news-hits { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; color: #93a0b3; }
.aqs-news-more { font-size: 12px; color: #c8102e; font-weight: 600; }
.aqs-news-card:hover .aqs-news-more { text-decoration: underline; }

/* 分页 */
.aqs-news-pager { text-align: center; margin-top: 32px; }
.aqs-news-pager .pagination { display: inline-flex; gap: 8px; list-style: none; padding: 0; margin: 0; }
.aqs-news-pager .pagination li a, .aqs-news-pager .pagination li span { display: inline-flex; align-items: center; justify-content: center; min-width: 36px; height: 36px; padding: 0 8px; border-radius: 8px; border: 1px solid #e3eaf4; color: #4a5a75; font-size: 13px; text-decoration: none; transition: all .3s; background: #fff; }
.aqs-news-pager .pagination li.active a, .aqs-news-pager .pagination li.active span { background: linear-gradient(135deg, #c8102e, #e0303f); color: #fff; border-color: transparent; }
.aqs-news-pager .pagination li a:hover { border-color: #c8102e; color: #c8102e; }

/* 响应式 */
@media (max-width: 992px) {
    .aqs-news-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .aqs-news-intro, .aqs-news-list { padding: 24px 16px; }
    .aqs-news-grid { grid-template-columns: 1fr; }
}
