/* =========================================================
   SCMP资讯中心 新版样式（仅作用于 zs-news 页面）
   主色 #2c5fa8 / 点缀 #ff6b35 / 深色 #2c3e50
   ========================================================= */
.zs-news {
    font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", Arial, sans-serif;
    color: #2b2f36;
    background: #fff;
    font-size: 15px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}
.zs-news a { text-decoration: none; }
.zs-rank { list-style: none; margin: 0; padding: 0; }
.zs-news .container { max-width: 1200px; }

/* ========== 页面横幅 ========== */
.zs-news .zs-hero {
    background: linear-gradient(135deg, #1e4b8f 0%, #2c5fa8 50%, #005ab7 100%);
    color: #fff;
    padding: 56px 0 50px;
    position: relative;
    overflow: hidden;
}
.zs-news .zs-hero:before {
    content: "";
    position: absolute;
    right: -140px;
    top: -160px;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
}
.zs-news .zs-hero:after {
    content: "";
    position: absolute;
    left: -90px;
    bottom: -180px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
}
.zs-news .zs-hero .container { position: relative; z-index: 1; }
.zs-news .zs-crumb { font-size: 13px; color: #c9d9f0; margin-bottom: 18px; }
.zs-news .zs-crumb a { color: #c9d9f0; }
.zs-news .zs-crumb a:hover { color: #fff; }
.zs-news .zs-crumb .breadcrumb-item + .breadcrumb-item::before { color: rgba(255, 255, 255, .45); }
.zs-news .zs-crumb .breadcrumb-item.active { color: #fff; }
.zs-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    letter-spacing: 4px;
    color: #9ec5ff;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.zs-eyebrow:before { content: ""; width: 28px; height: 2px; background: #ff6b35; }
.zs-news .zs-hero h1 { font-size: 38px; font-weight: 700; letter-spacing: 2px; margin: 0 0 12px; color: #fff; }
.zs-news .zs-hero p { font-size: 16px; color: #dce8f7; max-width: 660px; margin: 0; }

/* ========== 分类条 + 搜索 ========== */
.zs-catbar { background: #fff; border-bottom: 1px solid #e8ecf1; }
.zs-cat-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 0; flex-wrap: wrap; }
.zs-cats { display: flex; flex-wrap: wrap; gap: 10px; }
.zs-cats a {
    padding: 7px 20px;
    border: 1px solid #d5dde8;
    border-radius: 30px;
    color: #6c757d;
    font-size: 14px;
    background: #fff;
    transition: .2s;
}
.zs-cats a:hover { color: #2c5fa8; border-color: #2c5fa8; }
.zs-cats a.active {
    background: #2c5fa8;
    border-color: #2c5fa8;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(44, 95, 168, .3);
}
.zs-search { display: flex; min-width: 300px; }
.zs-search input {
    flex: 1;
    height: 42px;
    border: 1px solid #d5dde8;
    border-radius: 6px 0 0 6px;
    padding: 0 16px;
    font-size: 14px;
    outline: none;
    transition: .2s;
}
.zs-search input:focus { border-color: #2c5fa8; }
.zs-search button {
    width: 48px;
    border: none;
    background: #2c5fa8;
    color: #fff;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    font-size: 15px;
}
.zs-search button:hover { background: #1e4b8f; }

/* ========== 通用区块 ========== */
.zs-section { padding: 46px 0; }
.zs-picks-sec { padding-top: 44px; }
.zs-main { background: #f8f9fa; }
.zs-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.zs-head h2 {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    padding-left: 16px;
    line-height: 1.3;
    margin: 0;
    color: #2b2f36;
}
.zs-head h2:before { content: ""; position: absolute; left: 0; top: 3px; bottom: 3px; width: 4px; background: #ff6b35; border-radius: 2px; }
.zs-more { color: #2c5fa8; font-size: 14px; font-weight: 600; }
.zs-more:hover { color: #ff6b35; }

/* ========== 最新发布（无图 · 编号卡片） ========== */
.zs-picks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; counter-reset: zspick; }
.zs-pick {
    counter-increment: zspick;
    background: #fff;
    border: 1px solid #e8ecf1;
    border-top: 3px solid #2c5fa8;
    border-radius: 10px;
    padding: 28px 26px 22px;
    position: relative;
    overflow: hidden;
    color: inherit;
    display: block;
    transition: .25s;
}
.zs-pick:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(44, 95, 168, .14); }
.zs-pick .zs-num {
    position: absolute;
    right: 16px;
    top: 10px;
    font-size: 52px;
    font-weight: 800;
    color: #eef2f8;
    line-height: 1;
    font-family: Georgia, "Times New Roman", serif;
    pointer-events: none;
}
.zs-pick .zs-num:after { content: counter(zspick, decimal-leading-zero); }
.zs-meta { display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: #6c757d; margin-bottom: 14px; flex-wrap: wrap; }
.zs-tag {
    display: inline-block;
    background: #eaf1fb;
    color: #2c5fa8;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 4px;
    font-weight: 600;
}
.zs-pick h3 { font-size: 17.5px; font-weight: 700; line-height: 1.55; margin: 0 0 10px; color: #2b2f36; transition: .2s; }
.zs-pick:hover h3 { color: #2c5fa8; }
.zs-pick p {
    font-size: 13.5px;
    color: #6c757d;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 16px;
}
.zs-pick-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12.5px;
    color: #6c757d;
    padding-top: 14px;
    border-top: 1px dashed #edf0f4;
}
.zs-read { color: #2c5fa8; font-weight: 600; }
.zs-read:hover { color: #ff6b35; }

/* ========== 主内容：全部资讯列表 + 侧栏 ========== */
.zs-wrap { display: grid; grid-template-columns: 1fr 330px; gap: 36px; align-items: start; }
.zs-list { background: #fff; border: 1px solid #e8ecf1; border-radius: 10px; padding: 8px 26px 10px; }
.zs-item {
    display: block;
    padding: 26px 6px;
    border-bottom: 1px solid #e8ecf1;
    position: relative;
    color: inherit;
    transition: .2s;
}
.zs-item:last-child { border-bottom: none; }
.zs-item:first-child { padding-top: 18px; }
.zs-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 26px;
    bottom: 26px;
    width: 3px;
    background: #ff6b35;
    border-radius: 2px;
    opacity: 0;
    transition: .2s;
}
.zs-item:hover { padding-left: 16px; }
.zs-item:hover:before { opacity: 1; }
.zs-item .zs-meta { margin-bottom: 9px; }
.zs-item h3 { font-size: 19px; font-weight: 700; margin: 0 0 8px; line-height: 1.5; color: #2b2f36; transition: .2s; }
.zs-item:hover h3 { color: #2c5fa8; }
.zs-item p {
    font-size: 14px;
    color: #6c757d;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 12px;
}
.zs-item-foot { display: flex; justify-content: space-between; align-items: center; font-size: 12.5px; color: #6c757d; }

/* ========== 分页（PbootCMS {page:bar} 输出结构） ========== */
.zs-page { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 30px; flex-wrap: wrap; }
.zs-page .page-status { font-size: 13px; color: #6c757d; margin-right: 12px; }
.zs-page a,
.zs-page .page-num {
    min-width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8ecf1;
    border-radius: 6px;
    font-size: 13.5px;
    color: #2b2f36;
    padding: 0 14px;
    background: #fff;
    transition: .2s;
}
.zs-page a:hover { color: #fff; background: #2c5fa8; border-color: #2c5fa8; }
.zs-page .page-num-current { background: #2c5fa8 !important; border-color: #2c5fa8 !important; color: #fff !important; font-weight: 600; }
.zs-page .page-numbar span.page-num { border: none; background: transparent; color: #6c757d; min-width: 30px; padding: 0 4px; }
.zs-page .page-pre a[href="javascript:;"],
.zs-page .page-index a[href="javascript:;"] { color: #adb5bd; }

/* ========== 侧栏 ========== */
.zs-panel { background: #fff; border: 1px solid #e8ecf1; border-radius: 10px; padding: 24px; margin-bottom: 26px; }
.zs-panel h3 {
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 13px;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #2b2f36;
}
.zs-panel h3:before { content: ""; width: 4px; height: 16px; background: #ff6b35; border-radius: 2px; }
.zs-rank li { display: flex; gap: 13px; padding: 13px 0; border-bottom: 1px dashed #edf0f4; align-items: flex-start; }
.zs-rank li:last-child { border-bottom: none; padding-bottom: 4px; }
.zs-rn {
    width: 26px;
    height: 26px;
    background: #eaf1fb;
    color: #2c5fa8;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}
.zs-rank li:nth-child(1) .zs-rn { background: #ff6b35; color: #fff; }
.zs-rank li:nth-child(2) .zs-rn { background: #f2a93b; color: #fff; }
.zs-rank li:nth-child(3) .zs-rn { background: #e8c25a; color: #fff; }
.zs-rank a {
    font-size: 14px;
    line-height: 1.6;
    color: #2b2f36;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .2s;
}
.zs-rank a:hover { color: #2c5fa8; }
.zs-rdate { font-size: 12px; color: #aeb6c0; margin-top: 2px; }
.zs-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.zs-tags a {
    font-size: 12.5px;
    color: #6c757d;
    border: 1px solid #e8ecf1;
    border-radius: 30px;
    padding: 5px 14px;
    background: #fff;
    transition: .2s;
}
.zs-tags a:hover { color: #fff; background: #2c5fa8; border-color: #2c5fa8; }
.zs-contact { background: linear-gradient(150deg, #2c5fa8, #005ab7); border: none; color: #fff; }
.zs-contact h3 { color: #fff; }
.zs-contact h3:before { background: #fff; }
.zs-contact p { font-size: 13.5px; color: #d7e4f5; margin-bottom: 14px; }
.zs-phone { font-size: 22px; font-weight: 800; letter-spacing: 1px; color: #fff; margin-bottom: 4px; }
.zs-phone i { font-style: normal; color: #9ec5ff; font-size: 13px; display: block; letter-spacing: 2px; margin-bottom: 2px; }
.zs-btn {
    display: block;
    text-align: center;
    background: #ff6b35;
    color: #fff;
    border-radius: 6px;
    padding: 10px 0;
    font-weight: 600;
    margin-top: 12px;
    transition: .2s;
}
.zs-btn:hover { background: #e85a24; color: #fff; }

/* ========== 订阅资讯 ========== */
.zs-subscribe {
    background: linear-gradient(135deg, #1e4b8f, #005ab7);
    color: #fff;
    padding: 54px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.zs-subscribe:before {
    content: "";
    position: absolute;
    left: -100px;
    top: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
}
.zs-subscribe h2 { font-size: 26px; letter-spacing: 2px; margin: 0 0 10px; color: #fff; }
.zs-subscribe p { color: #cfe0f5; margin: 0 0 26px; font-size: 15px; }
.zs-sub-form { display: flex; max-width: 560px; margin: 0 auto; position: relative; }
.zs-sub-form input {
    flex: 1;
    height: 48px;
    border: none;
    border-radius: 6px 0 0 6px;
    padding: 0 18px;
    font-size: 14px;
    outline: none;
}
.zs-sub-form button {
    width: 150px;
    border: none;
    background: #ff6b35;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
}
.zs-sub-form button:hover { background: #e85a24; }
.zs-subscribe small { display: block; margin-top: 14px; color: #a8c4ea; }

/* ========== 响应式 ========== */
@media (max-width: 992px) {
    .zs-picks { grid-template-columns: 1fr; gap: 18px; }
    .zs-wrap { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 768px) {
    .zs-news { font-size: 14px; }
    .zs-news .zs-hero { padding: 34px 0 32px; }
    .zs-news .zs-hero h1 { font-size: 24px; letter-spacing: 1px; margin-bottom: 8px; }
    .zs-news .zs-hero p { font-size: 13.5px; line-height: 1.6; max-width: 100%; }
    .zs-eyebrow { font-size: 10px; letter-spacing: 3px; margin-bottom: 8px; }
    .zs-news .zs-crumb { font-size: 12px; margin-bottom: 12px; }
    .zs-cat-inner { padding: 14px 0 10px; gap: 12px; }
    .zs-cats { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
    .zs-cats::-webkit-scrollbar { display: none; }
    .zs-cats a { padding: 6px 15px; font-size: 13px; white-space: nowrap; flex-shrink: 0; }
    .zs-search { min-width: 100%; }
    .zs-search input { height: 40px; }
    .zs-section { padding: 26px 0; }
    .zs-picks-sec { padding-top: 26px; }
    .zs-head { margin-bottom: 18px; }
    .zs-head h2 { font-size: 18px; }
    .zs-head h2:before { top: 2px; bottom: 2px; }
    .zs-more { font-size: 13px; }
    .zs-pick { padding: 20px 18px 16px; border-radius: 8px; }
    .zs-pick .zs-num { font-size: 44px; right: 12px; top: 8px; }
    .zs-pick h3 { font-size: 16px; }
    .zs-pick p { font-size: 13px; margin-bottom: 14px; }
    .zs-pick .zs-meta { margin-bottom: 10px; }
    .zs-list { padding: 2px 16px 6px; border-radius: 8px; }
    .zs-item { padding: 18px 4px; }
    .zs-item:first-child { padding-top: 14px; }
    .zs-item h3 { font-size: 16.5px; }
    .zs-item p { font-size: 13.5px; margin-bottom: 10px; }
    .zs-meta { font-size: 12px; gap: 8px; }
    .zs-item-foot { font-size: 12px; }
    .zs-panel { padding: 18px 16px; margin-bottom: 18px; border-radius: 8px; }
    .zs-panel h3 { font-size: 16px; }
    .zs-rank a { font-size: 13.5px; }
    .zs-page { gap: 6px; margin-top: 24px; }
    .zs-page a,
    .zs-page .page-num { min-width: 34px; height: 34px; font-size: 13px; padding: 0 10px; }
    .zs-page .page-status { width: 100%; justify-content: center; display: flex; margin: 0 0 8px; }
    .zs-page .page-index,
    .zs-page .page-last { display: none; }
    .zs-subscribe { padding: 36px 0; }
    .zs-subscribe h2 { font-size: 20px; letter-spacing: 1px; }
    .zs-subscribe p { font-size: 13.5px; margin-bottom: 20px; }
    .zs-sub-form { flex-direction: column; gap: 10px; max-width: 100%; }
    .zs-sub-form input { height: 46px; border-radius: 8px; }
    .zs-sub-form button { width: 100%; height: 46px; border-radius: 8px; }
}