.news-detail{background:#fff;padding:20px;border-radius:12px;box-shadow:0 0 16px rgba(0,0,0,.06);max-width:100%;overflow-x:hidden}
.article-chip,.article-breadcrumb{margin:4px 0 12px 0}
.article-chip a,.article-breadcrumb a{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:#eef2ff;border-left:4px solid #4f46e5;border-radius:10px;font-weight:600;color:#0b1220;text-decoration:none;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.article-chip a:hover,.article-breadcrumb a:hover{background:#e0e7ff;border-left-color:#4338ca;box-shadow:0 6px 16px rgba(79,70,229,.25);transform:translateY(-1px)}
.article-chip a:focus-visible{outline:2px solid #4338ca;outline-offset:2px}
.article-title{margin:6px 0 14px 0;line-height:1.25;text-align:center}
.article-line{display:flex;align-items:center;gap:8px;color:#0b1220;font-size:.95rem}
.article-authors{margin-bottom:14px}
.article-date{margin-bottom:18px}
.article-body{margin-top:6px;line-height:1.65;word-break:break-word;overflow-wrap:anywhere}
.article-body p{text-align:justify}
.article-body h1,.article-body .title-center{text-align:center;margin:0 0 10px}
.article-body img{max-width:100%;height:auto}
.pdf-page{margin:16px 0;position:relative;width:100%}
.pdf-page img{display:block;width:100%;max-width:100%;height:auto;border-radius:8px}
.back-link{display:inline-block;margin-top:18px;text-decoration:none;border-bottom:1px solid currentColor}

@media (max-width:1024px){
  .info{display:block !important}
  .left{display:block !important;width:100% !important;max-width:100% !important}
  .right{width:100% !important;margin-top:16px !important}
  .news-list,.news-item,.news-detail,.article-body,.pdf-page{display:block !important;visibility:visible !important;opacity:1 !important}
  .news-detail,.article-body{overflow:visible !important;height:auto !important}
}
@media (max-width:768px){
  .news-detail{padding:14px}
  .article-title{font-size:1.4rem}
}

.info{display:flex;justify-content:space-between;gap:40px;padding:40px;align-items:flex-start}
.left{width:100%;max-width:calc(100% - 380px)}
.right{width:320px;flex-shrink:0}

.news-list{display:flex;flex-direction:column;gap:16px;margin-top:24px}
.news-item{display:flex;gap:16px;padding:16px;background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(2,8,23,.08)}
.news-img{width:200px;height:140px;object-fit:cover;border-radius:12px}
.news-placeholder{width:200px;height:140px;border-radius:12px;background:#e9edf5}
.news-content{flex:1;min-width:0}
.news-title{display:block;font-weight:700;font-size:20px;margin:0 0 6px 0;color:#000;text-decoration:none;transition:color .2s ease}
.news-title:hover{color:#4375FF}
.news-excerpt{margin-top:6px;color:#333}
.news-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:14px;color:#0b1220}
.news-date{font-size:13px;color:#0b1220;font-weight:500;display:inline-flex;align-items:center;gap:6px;line-height:1}
.news-date::before{content:"";width:16px;height:16px;display:inline-block;flex:0 0 16px;background:no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='%23000' fill='none' stroke-width='2'><rect x='3' y='4' width='18' height='17' rx='2' ry='2'/><line x1='3' y='10' x2='21' y2='10'/><line x1='8' y='2' x2='8' y2='6'/><line x1='16' y='2' x2='16' y2='6'/></svg>")}
.news-views{display:flex;align-items:center;gap:4px;font-size:13px;color:#444;line-height:1}
.eye-icon{width:16px;height:16px;object-fit:contain}

.pagination{display:flex;justify-content:center;gap:14px;margin-top:30px;align-items:center;flex-wrap:wrap}
.pagination span{width:36px;height:36px;display:inline-flex;justify-content:center;align-items:center;font-weight:500;font-size:14px;background:#e0e0e0;color:#000;cursor:pointer;transition:.2s;border-radius:50%;border:none}
.pagination .active{background:#4375FF;color:#fff;font-size:14px}
.pagination .arrow{background:none;color:#4375FF;font-size:28px;font-weight:700;border-radius:0;width:auto;height:auto;padding:0 24px}
.pagination .arrow.disabled{color:#999;cursor:not-allowed}
.pagination .ellipsis{cursor:default;background:transparent;color:#999;font-size:16px;width:auto;height:auto;padding:0 8px}

@media (max-width:1024px){
  .info{display:block;padding:24px}
  .left{max-width:100%}
  .right{width:100%;margin-top:16px}
}
@media (max-width:700px){
  .info{padding:18px}
  .left{max-width:100%}
  .right{width:100%;margin-top:16px}
  .news-item{flex-direction:column;padding:14px}
  .news-img,.news-placeholder{width:100%;height:auto;aspect-ratio:16/9}
  .news-title{font-size:18px}
  .news-content p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:15px}
  .pagination{gap:10px}
  .pagination span{width:44px;height:44px}
  .pagination .arrow{font-size:30px;padding:0 18px}
}

@media (max-width:768px){
  header nav,
  header .nav,
  header .menu,
  .top-menu{
    display:flex !important;
    align-items:center;
    gap:12px;
    overflow-x:auto;
    white-space:nowrap;
    padding:10px 14px;
    -webkit-overflow-scrolling:touch;
    background:rgba(0,0,0,.35);
    backdrop-filter:blur(4px);
    border-radius:10px;
    margin:10px 12px
  }
  header nav a,
  header .nav a,
  header .menu a,
  .top-menu a{
    display:inline-block;
    font-size:15px;
    color:#fff !important;
    text-decoration:none;
    padding:6px 10px;
    border-radius:8px;
    flex:0 0 auto
  }
  header nav a:active,
  header nav a:focus,
  header .nav a:active,
  header .nav a:focus,
  header .menu a:active,
  header .menu a:focus,
  .top-menu a:active,
  .top-menu a:focus{
    background:rgba(255,255,255,.18);
    outline:none
  }
  .hero,.header-bg,.page-hero{min-height:0 !important;padding:0 !important;background-size:cover !important}
  .info{margin-top:8px}
}

.article-body .pdf-flow{margin:10px 0}
.article-body .pdf-flow p{margin:0 0 12px;line-height:1.65;text-align:justify}
.article-body .pdf-flow p.center{text-align:center}
