html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:15px;line-height:1.6;color:#333;background-color:#f8f9fa}a{background-color:transparent;color:#333;text-decoration:none;transition:color .3s}a:active,a:hover{outline:0;color:#c8212d}img{border:0;vertical-align:middle;max-width:100%;height:auto;display:block}*{box-sizing:border-box}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;width:100%}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.05);position:sticky;top:0;z-index:1000}.header .inner{display:flex;align-items:center;justify-content:space-between;height:70px}.logo img{height:44px}.mobile-toggle{display:none;font-size:24px;padding:10px;cursor:pointer}.nav-ul{list-style:none;padding:0;margin:0;display:flex}.nav-item{margin-left:25px}.nav-item a{font-weight:600;padding:22px 0;display:block;font-size:16px}.nav-item a:hover{color:#c8212d;border-bottom:2px solid #c8212d}.main-wrapper{padding:30px 0;min-height:80vh}.page-grid{display:grid;grid-template-columns:1fr 320px;gap:30px}.section-head{display:flex;align-items:center;margin-bottom:20px;border-left:5px solid #c8212d;padding-left:15px}.section-title{font-size:20px;font-weight:700;margin:0}.hero-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.05);margin-bottom:30px;position:relative}.hero-card .thumb{height:350px;width:100%;object-fit:cover}.hero-card .content{padding:25px;position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(to top,rgba(0,0,0,.9),transparent);color:#fff}.hero-card .title{font-size:24px;font-weight:700;margin-bottom:10px;color:#fff}.hero-card .meta{font-size:13px;opacity:.8}.news-list-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.03);padding:20px}.news-item{display:flex;gap:20px;padding:20px 0;border-bottom:1px solid #eee}.news-item:last-child{border-bottom:0}.news-item .thumb{width:220px;height:140px;border-radius:6px;object-fit:cover;flex-shrink:0}.news-item .body{flex:1;display:flex;flex-direction:column}.news-item .title{font-size:18px;font-weight:700;margin-bottom:10px;line-height:1.4}.news-item .desc{color:#666;font-size:14px;margin-bottom:auto;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-item .meta{font-size:12px;color:#999;margin-top:10px}.sidebar-card{background:#fff;border-radius:8px;padding:20px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.03)}.hot-item{display:flex;gap:15px;margin-bottom:15px;align-items:center}.hot-item:last-child{margin-bottom:0}.hot-item .num{width:24px;height:24px;background:#eee;color:#666;text-align:center;line-height:24px;border-radius:4px;font-size:12px;font-weight:700;flex-shrink:0}.hot-item:nth-child(1) .num{background:#c8212d;color:#fff}.hot-item:nth-child(2) .num{background:#e65100;color:#fff}.hot-item:nth-child(3) .num{background:#f57f17;color:#fff}.hot-item .text{font-size:14px;font-weight:500;line-height:1.4}.flash-timeline{position:relative;padding-left:20px}.flash-timeline:before{content:'';position:absolute;left:7px;top:10px;bottom:0;width:2px;background:#f0f0f0}.flash-node{position:relative;padding-bottom:25px;padding-left:15px}.flash-node:before{content:'';position:absolute;left:-17px;top:6px;width:10px;height:10px;background:#fff;border:2px solid #c8212d;border-radius:50%;z-index:2}.flash-time{font-size:12px;color:#c8212d;font-weight:700;margin-bottom:4px}.flash-title{font-size:16px;font-weight:600;margin-bottom:8px;cursor:pointer}.flash-body{background:#f8f9fa;padding:12px;border-radius:6px;font-size:14px;color:#555;display:none;margin-top:5px}.article-wrap{background:#fff;border-radius:8px;padding:40px;box-shadow:0 2px 10px rgba(0,0,0,.03)}.article-header{margin-bottom:30px;border-bottom:1px solid #eee;padding-bottom:20px}.article-title{font-size:28px;font-weight:800;line-height:1.3;margin-bottom:15px}.article-meta{color:#999;font-size:13px;display:flex;gap:15px}.article-content{font-size:17px;line-height:1.8;color:#222}.article-content p{margin-bottom:24px}.article-content img{max-width:100%;border-radius:6px;margin:20px auto}.poster-btn-wrap{margin-top:40px;padding-top:20px;border-top:1px dashed #ddd;text-align:center}.btn-poster{background:#c8212d;color:#fff;border:none;padding:12px 30px;border-radius:30px;font-size:15px;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:background .3s}.btn-poster:hover{background:#a0101a}.footer{background:#111;color:#888;padding:50px 0;margin-top:40px}.footer-content{display:flex;flex-direction:column;align-items:center;text-align:center}.social-links{display:flex;gap:20px;margin-top:20px}.social-svg{width:20px;height:20px;fill:#666;transition:fill .3s}.social-svg:hover{fill:#fff}.pagination{display:flex;justify-content:center;margin-top:40px;gap:5px}.pagination a{padding:8px 14px;background:#fff;border:1px solid #ddd;border-radius:4px;color:#555}.pagination a:hover,.pagination .thisclass{background:#c8212d;color:#fff;border-color:#c8212d}.reveal-modal{visibility:hidden;top:50px;left:50%;margin-left:-300px;width:600px;background:#fff;position:absolute;z-index:10000;padding:20px;border-radius:8px;box-shadow:0 0 20px rgba(0,0,0,.5)}.reveal-modal .close-reveal-modal{font-size:30px;position:absolute;top:10px;right:15px;cursor:pointer;color:#999}.reveal-modal-bg{position:fixed;height:100%;width:100%;background:rgba(0,0,0,.6);z-index:9999;display:none;top:0;left:0}@media (max-width:991px){.page-grid{grid-template-columns:1fr}.hero-card .thumb{height:250px}.hero-card .title{font-size:18px}.header .inner{height:60px}.logo img{height:32px}.nav-ul{display:none;position:absolute;top:60px;left:0;width:100%;background:#fff;padding:10px 0;box-shadow:0 4px 10px rgba(0,0,0,.1)}.nav-ul.active{display:block}.nav-item{margin:0}.nav-item a{padding:12px 20px;border-bottom:1px solid #f0f0f0}.mobile-toggle{display:block}.news-item{flex-direction:column;gap:10px}.news-item .thumb{width:100%;height:180px}.article-wrap{padding:20px}.article-title{font-size:22px}.btn-poster{width:100%;justify-content:center}.reveal-modal{width:90%;margin-left:-45%;top:20px}}.footer {
    background-color: #1a1a1a;
    color: #b0b0b0;
    padding: 60px 0 30px;
    margin-top: 50px;
    font-size: 14px;
}
.footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}
.footer-col {
    flex: 1;
    min-width: 250px;
}
.footer-col.about {
    flex: 1.5;
}
.footer-logo img {
    height: 40px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}
.footer-desc {
    line-height: 1.8;
    color: #888;
    max-width: 90%;
}
.footer-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}
.footer-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #c8212d;
}
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu li {
    margin-bottom: 12px;
}
.footer-menu a {
    color: #b0b0b0;
    transition: all 0.3s;
}
.footer-menu a:hover {
    color: #fff;
    padding-left: 5px;
}
.contact-info {
    margin-bottom: 20px;
}
.footer-social {
    display: flex;
    gap: 15px;
}
.footer-social a {
    width: 36px;
    height: 36px;
    background: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.footer-social svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}
.footer-social a:hover {
    background: #c8212d;
    transform: translateY(-3px);
}
.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.footer-links-sub a {
    color: #888;
    margin: 0 10px;
}
.footer-links-sub a:hover {
    color: #fff;
}
@media (max-width: 768px) {
    .footer-inner {
        flex-direction: column;
        gap: 30px;
    }
    .footer-col {
        width: 100%;
    }
    .footer-desc {
        max-width: 100%;
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}
.hero-section {
    margin-bottom: 60px; 
}
@media (max-width: 991px) {
    .hero-section {
        margin-bottom: 40px;
    }
}
.hero-card {
    display: block;
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    background-color: #222;
    text-decoration: none;
}
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}
.hero-card:hover .hero-bg {
    transform: scale(1.05);
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.6) 60%, rgba(0,0,0,0.9) 100%);
}
.hero-card.no-img .hero-bg {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c3e50 100%); 
}
.hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 40px;
    z-index: 2;
}
.hero-tag {
    display: inline-block;
    background: #c8212d;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.hero-title {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.hero-meta {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    font-weight: 500;
}
@media (max-width: 768px) {
    .hero-card { height: 300px; }
    .hero-content { padding: 20px; }
    .hero-title { font-size: 20px; }
}