
/* News detail 2026 - scoped, safe version. Only affects News/View.aspx detail page. */
.news-detail-hero{
    background: linear-gradient(135deg,#061b3a 0%,#0b3a78 55%,#1168d8 100%);
    min-height: 300px;
    padding: 118px 0 74px;
    color:#fff;
    position:relative;
    overflow:hidden;
}
.news-detail-hero:before{
    content:"";
    position:absolute;
    right:-90px;
    top:-120px;
    width:460px;
    height:460px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
}
.news-detail-hero:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:1px;
    background:rgba(255,255,255,.16);
}
.news-detail-hero-inner{position:relative;z-index:2;max-width:760px;}
.news-detail-hero .hero-kicker{
    display:inline-block;
    padding:6px 14px;
    border:1px solid rgba(255,255,255,.35);
    border-radius:999px;
    font-size:12px;
    letter-spacing:2px;
    color:rgba(255,255,255,.9);
    margin-bottom:18px;
}
.news-detail-hero h1{
    margin:0 0 14px;
    font-size:42px;
    line-height:1.22;
    font-weight:700;
    color:#fff;
}
.news-detail-hero p{
    margin:0;
    font-size:17px;
    line-height:1.8;
    color:rgba(255,255,255,.86);
}
.news-detail-page{
    padding-top:46px !important;
    padding-bottom:58px !important;
}
.news-detail-side .blog-headline{
    display:block;
    height:auto;
    background:#1677ff;
    border-radius:12px 12px 0 0;
}
.news-detail-side .blog-headline h3{
    margin:0;
    padding:18px 20px;
    line-height:1.4;
    font-size:18px;
    color:#fff;
    background:none;
}
.news-detail-side .new-list-unstyled{
    border:1px solid #e5edf8;
    border-top:none;
    border-radius:0 0 12px 12px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 10px 28px rgba(16,54,104,.08);
}
.news-detail-side .new-list-unstyled li{
    height:auto;
    line-height:normal;
    border-bottom:1px solid #edf2f8;
    background:#fff !important;
    text-align:left !important;
}
.news-detail-side .new-list-unstyled li:first-child{
    height:auto;
    line-height:normal;
}
.news-detail-side .new-list-unstyled li a,
.news-detail-side .new-list-unstyled li:first-child a{
    display:block;
    height:auto;
    line-height:1.6;
    padding:14px 18px;
    color:#334155 !important;
    font-size:15px !important;
    background:none !important;
    border:none;
}
.news-detail-side .new-list-unstyled li a:hover{
    color:#1677ff !important;
    background:#f4f8ff !important;
}
.news-detail-main{
    background:#fff;
    border:1px solid #e5edf8;
    border-radius:16px;
    padding:36px 42px 40px;
    box-shadow:0 14px 34px rgba(16,54,104,.08);
}
.news-detail-title{
    margin:0 0 18px;
    padding:0;
    text-align:center;
    color:#10233f;
    font-size:30px;
    line-height:1.45;
    font-weight:700;
}
.news-detail-main .article-bar{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    gap:10px 22px;
    margin:0 0 30px;
    padding:14px 18px;
    background:#f6f9fe;
    border:1px solid #e8f0fb;
    border-radius:12px;
    color:#64748b;
    font-size:14px;
    text-align:center;
}
.news-detail-main .article-bar a{color:#1677ff;}
.news-detail-main .article-bar b.fa{margin-right:6px;color:#1677ff;}
.news-detail-content{
    color:#334155;
    font-size:16px;
    line-height:1.95;
    word-break:break-word;
}
.news-detail-content p{margin:0 0 18px;}
.news-detail-content img{max-width:100%;height:auto;display:block;margin:18px auto;border-radius:8px;}
.news-detail-content table{max-width:100%;width:100% !important;border-collapse:collapse;margin:18px 0;}
.news-detail-content table td,
.news-detail-content table th{border:1px solid #e5e7eb;padding:10px;}
.news-detail-actions{text-align:center;margin-top:36px;padding-top:24px;border-top:1px solid #edf2f7;}
.news-back-btn{
    display:inline-block;
    padding:11px 28px;
    border-radius:999px;
    background:#1677ff;
    color:#fff !important;
    text-decoration:none !important;
    box-shadow:0 10px 20px rgba(22,119,255,.22);
}
.news-back-btn:hover{background:#0f62d6;color:#fff !important;}
@media (max-width: 991px){
    .news-detail-hero{padding:96px 0 56px;min-height:240px;}
    .news-detail-hero h1{font-size:32px;}
    .news-detail-main{margin-top:24px;padding:26px 22px;}
    .news-detail-title{font-size:24px;}
}
