        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: '微软雅黑', 'Microsoft YaHei', Arial, sans-serif;
            min-height: 100vh;
            /* Flexbox兼容性 */
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            /* IE8/9 fallback */
            *display: table;
            *position: relative;
        }
        
        .container {
            width: 1400px;
            height: 726px;
            background-image: url('../images/game-news-bg.png');
            background-size: cover;
            background-position: center;
            /* IE8/9 fallback */
            *display: table-cell;
            *vertical-align: middle;
            *margin: 0 auto;
            filter: drop-shadow(20px 20px 20px  rgba(0, 0, 0, 0.5));
        }
        
        /* 顶部区域 - 高度165px */
        .header {
            width: 1400px;
            height: 165px;
            /* Flexbox兼容性 */
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            /* IE8/9 fallback */
            *zoom: 1;
        }
        
        /* 左侧公告区域 - 宽度517px */
        .left-announcement {
            width: 517px;
            height: 165px;
            display: flex;
            flex-direction: column;
        }
        
        .left-announcement .spacer-top {
            height: 44px;
        }
        
        .left-announcement .title-row {
            height: 37px;
            display: flex;
            align-items: center;
        }
        
        .left-announcement .title-row .spacer-left {
            width: 237px;
        }
        
        .left-announcement .title-row .title {
            width: 188px;
            text-align: center;
            font-size: 18px;
        }
        
        .announcement-title-text {
            background: -webkit-linear-gradient(top, #FFFF00, #FFA500);
            background: -moz-linear-gradient(top, #FFFF00, #FFA500);
            background: -ms-linear-gradient(top, #FFFF00, #FFA500);
            background: -o-linear-gradient(top, #FFFF00, #FFA500);
            background: linear-gradient(to bottom, #FFFF00, #FFA500);
            -webkit-background-clip: text;
            -moz-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: transparent;
            /* IE8/9 fallback */
            *color: #FFFF00;
            filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color='black') progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=0, Color='black') progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=0, Color='black') progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=-1, Color='black');
            -webkit-filter: drop-shadow(0 1px black) drop-shadow(1px 0 black) drop-shadow(-1px 0 black) drop-shadow(0 -1px black);
            -moz-filter: drop-shadow(0 1px black) drop-shadow(1px 0 black) drop-shadow(-1px 0 black) drop-shadow(0 -1px black);
            -ms-filter: drop-shadow(0 1px black) drop-shadow(1px 0 black) drop-shadow(-1px 0 black) drop-shadow(0 -1px black);
            filter: drop-shadow(0 1px black) drop-shadow(1px 0 black) drop-shadow(-1px 0 black) drop-shadow(0 -1px black);
        }
        
        .left-announcement .title-row .spacer-right {
            width: 92px;
        }
        
        .left-announcement .content-row {
            height: 83px;
            display: flex;
            align-items: center;
        }
        
        .left-announcement .content-row .spacer-left {
            width: 132px;
        }
        
        .left-announcement .content-row .content {
            width: 385px;
            text-align: center;
            overflow: hidden;
        }
        
        .left-announcement .content-row .content marquee {
            width: 385px;
            font-size: 25px;
        }
        
        .marquee-text {
            background: -webkit-linear-gradient(top, #FFFF00, #FFFFFF);
            background: -moz-linear-gradient(top, #FFFF00, #FFFFFF);
            background: -ms-linear-gradient(top, #FFFF00, #FFFFFF);
            background: -o-linear-gradient(top, #FFFF00, #FFFFFF);
            background: linear-gradient(to bottom, #FFFF00, #FFFFFF);
            -webkit-background-clip: text;
            -moz-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: transparent;
            /* IE8/9 fallback */
            *color: #FFFF00;
            filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color='black') progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=0, Color='black') progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=0, Color='black') progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=-1, Color='black');
            -webkit-filter: drop-shadow(0 1px black) drop-shadow(1px 0 black) drop-shadow(-1px 0 black) drop-shadow(0 -1px black);
            -moz-filter: drop-shadow(0 1px black) drop-shadow(1px 0 black) drop-shadow(-1px 0 black) drop-shadow(0 -1px black);
            -ms-filter: drop-shadow(0 1px black) drop-shadow(1px 0 black) drop-shadow(-1px 0 black) drop-shadow(0 -1px black);
            filter: drop-shadow(0 1px black) drop-shadow(1px 0 black) drop-shadow(-1px 0 black) drop-shadow(0 -1px black);
        }
        
        /* 中间logo区域 - 宽度365px */
        .center-logo {
            width: 365px;
            height: 165px;
            background-image: url('../images/news-bg-01.png');
            background-size: 365px 165px;
            position: relative;
        }
        
        .center-logo-inner {
            width: 365px;
            height: 165px;
            background-image: url('../images/news-bg-02.png');
            background-size: 365px 165px;
            display: flex;
            flex-direction: column;
        }
        
        .center-logo-inner .spacer-top {
            height: 93px;
        }
        
        .center-logo-inner .logo-row {
            height: 55px;
            display: flex;
            align-items: center;
        }
        
        .center-logo-inner .logo-row .spacer-left {
            width: 50px;
        }
        
        .center-logo-inner .logo-row .logo-text {
            width: 264px;
            text-align: center;
            color: #FF9900;
            font-size: 24px;
            letter-spacing: 0.2em;
            text-shadow: 0 1px black, 1px 0 black, -1px 0 black, 0 -1px black;
            /* IE8/9 兼容 */
            filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color='black') progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=0, Color='black') progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=0, Color='black') progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=-1, Color='black');
        }
        
        .center-logo-inner .logo-row .spacer-right {
            width: 51px;
        }
        
        /* 右侧公告区域 - 宽度518px */
        .right-announcement {
            width: 518px;
            height: 165px;
            display: flex;
            flex-direction: column;
        }
        
        .right-announcement .spacer-top {
            height: 44px;
        }
        
        .right-announcement .title-row {
            height: 37px;
            display: flex;
            align-items: center;
        }
        
        .right-announcement .title-row .spacer-left {
            width: 94px;
        }
        
        .right-announcement .title-row .title {
            width: 186px;
            text-align: center;
            font-size: 18px;
        }
        
        .right-announcement .title-row .spacer-right {
            width: 237px;
        }
        
        .right-announcement .content-row {
            height: 84px;
            display: flex;
            align-items: center;
        }
        
        .right-announcement .content-row .content {
            width: 387px;
            text-align: center;
            overflow: hidden;
        }
        
        .right-announcement .content-row .content marquee {
            width: 387px;
            font-size: 25px;
        }
        
        .right-announcement .content-row .spacer-right {
            width: 131px;
        }
        
        /* 主要内容区域 - 宽度1153px，高度497px */
        .main-content {
            width: 1153px;
            height: 497px;
            margin: 0 auto;
            display: flex;
        }
        
        /* 左侧图片区域 - 宽度454px */
        .left-panel {
            width: 454px;
            height: 497px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-left: 5px;
        }
        
        .news-image-container {
            width: 442px;
            height: 473px;
            background-image: url('../images/news-bg-03.png');
            background-size: 442px 473px;
            background-repeat: no-repeat;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .news-image-inner {
            width: 419px;
            height: 449px;
            background-image: url('../images/news-bg-05.png');
            background-size: 419px 449px;
            background-repeat: no-repeat;
            position: relative;
            cursor: pointer;
        }
        
        /* Swiper样式覆盖 */
        .swiper {
            width: 100%;
            height: 100%;
        }
        
        .swiper-slide {
            background-size: cover;
            background-position: center;
        }
        
        .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        /* 右侧新闻区域 - 宽度683px */
        .right-panel {
            width: 683px;
            height: 497px;
            padding-left: 16px;
            display: flex;
            flex-direction: column;
        }
        
        .news-scroll-container {
            width: 680px;
            height: 473px;
            overflow-y: auto;
            overflow-x: hidden;
            margin-top: 10px;
            margin-left: -15px;
        }
        
        /* 美化滚动条为红色 */
        .news-scroll-container::-webkit-scrollbar {
            width: 12px;
        }
        
        .news-scroll-container::-webkit-scrollbar-track {
            background: rgba(0, 0, 0, 0.1);
        }
        
        .news-scroll-container::-webkit-scrollbar-thumb {
            background: linear-gradient(to bottom, #100d0d, #5f1d1d, #100d0d);
            border: 2px solid rgba(0, 0, 0, 0.1);
        }
        
        .news-scroll-container::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(to bottom, #1a1414, #6e2626, #1a1414);
        }
        
        .news-scroll-container::-webkit-scrollbar-thumb:active {
            background: linear-gradient(to bottom, #0a0808, #4a1515, #0a0808);
        }
        
        .news-item {
            width: 662px;
            height: 99px;
            background-image: url('../images/news-bg-001.png');
            background-size: 662px 99px;
            display: flex;
            align-items: center;
            margin-bottom: 3px;
            margin-right: 5px;
            flex-shrink: 0;
        }
        
        .news-item:last-child {
            margin-bottom: 0;
        }
        
        .news-label {
            width: 145px;
            height: 51px;
            background-image: url('../images/news-bg-002.png');
            background-size: 145px 51px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 16px;
            margin-left: 20px;
        }
        
        .news-label-text {
            background: linear-gradient(to bottom, #FFFF00, #FFFFFF);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        
        .news-spacer {
            width: 10px;
            height: 51px;
        }
        
        .news-text {
            width: 465px;
            font-size: 16px;
            line-height: 1.4;
        }
        
        .news-content-text {
            background: linear-gradient(to bottom, #610000, #d30000);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        
        /* 底部分页区域 - 宽度1153px，高度46px */
        .footer {
            width: 1153px;
            height: 46px;
            margin: 0 auto;
            display: flex;
            align-items: center;
        }
        
        .pagination-left-spacer {
            width: 22px;
        }
        
        .pagination {
            width: 419px;
            text-align: center;
            color: #FF9900;
            font-size: 16px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
        }
        
        /* 左右切换按钮 */
        .slider-btn {
            width: 30px;
            height: 30px;
            background: -webkit-linear-gradient(135deg, #8B0000, #DC143C, #8B0000);
            background: -moz-linear-gradient(135deg, #8B0000, #DC143C, #8B0000);
            background: -ms-linear-gradient(135deg, #8B0000, #DC143C, #8B0000);
            background: -o-linear-gradient(135deg, #8B0000, #DC143C, #8B0000);
            background: linear-gradient(135deg, #8B0000, #DC143C, #8B0000);
            /* IE8/9 fallback */
            *background: #DC143C;
            border: none;
            color: white;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            text-shadow: 0 1px #000000, 1px 0 #000000, -1px 0 #000000, 0 -1px #000000;
        }
        
        .slider-btn:hover {
            background: -webkit-linear-gradient(135deg, #A0522D, #FF6347, #A0522D);
            background: -moz-linear-gradient(135deg, #A0522D, #FF6347, #A0522D);
            background: -ms-linear-gradient(135deg, #A0522D, #FF6347, #A0522D);
            background: -o-linear-gradient(135deg, #A0522D, #FF6347, #A0522D);
            background: linear-gradient(135deg, #A0522D, #FF6347, #A0522D);
            *background: #FF6347;
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
            /* IE8/9 fallback */
            *zoom: 1.1;
        }
        
        .slider-btn:active {
            background: -webkit-linear-gradient(135deg, #654321, #B22222, #654321);
            background: -moz-linear-gradient(135deg, #654321, #B22222, #654321);
            background: -ms-linear-gradient(135deg, #654321, #B22222, #654321);
            background: -o-linear-gradient(135deg, #654321, #B22222, #654321);
            background: linear-gradient(135deg, #654321, #B22222, #654321);
            *background: #B22222;
            -webkit-transform: scale(0.95);
            -moz-transform: scale(0.95);
            -ms-transform: scale(0.95);
            -o-transform: scale(0.95);
            transform: scale(0.95);
            *zoom: 0.95;
        }
        
        /* 分页小方块 */
        .pagination-dots {
            display: flex;
            gap: 8px;
        }
        
        .pagination-dot {
            width: 20px;
            height: 20px;
            background: linear-gradient(135deg, #8B0000, #DC143C);
            border: 2px solid #FF4500;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .pagination-dot::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 8px;
            height: 8px;
            background: white;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .pagination-dot:hover {
            background: linear-gradient(135deg, #A0522D, #FF6347);
            border-color: #FF6347;
            transform: scale(1.2);
        }
        
        .pagination-dot.active {
            background: linear-gradient(135deg, #FF4500, #FF6347);
            border-color: #FFD700;
        }
        
        .pagination-dot.active::before {
            opacity: 1;
        }
        
        /* 分页文字 */
        .pagination-text {
            color: #FF9900;
            font-size: 16px;
            margin: 0 5px;
            text-shadow: 0 1px #000000, 1px 0 #000000, -1px 0 #000000, 0 -1px #000000;
        }
        
        .pagination-middle-spacer {
            width: 25px;
        }
        
        .more-section {
            width: 650px;
            text-align: center;
        }
        
        .more-link {
            font-size: 14px;
            text-decoration: none;
            cursor: default;
        }
        
        .more-text {
            background: linear-gradient(to bottom, #FFFF00, #FFFFFF);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            filter: drop-shadow(0 1px black) drop-shadow(1px 0 black) drop-shadow(-1px 0 black) drop-shadow(0 -1px black);
        }
        
        .footer-right-spacer {
            width: 37px;
        }

        .fangda {
            transition: all 0.4s ease-in-out;
        }

        .fangda:hover {
            transform: scale(1.08);
        }

        .suoxiao {
            transition: all 0.4s ease-in-out;
        }

        .suoxiao:hover {
            transform: scale(0.9);
        }

        .zuoyi {
            transition: all 0.4s ease-in-out;
        }

        .zuoyi:hover {
            transform: translate(0, 10px);
        }

        .zuoyi-1 {
            transition: all 0.4s ease-in-out;
        }

        .zuoyi-1:hover {
            transform: translateX(10px);
        }

        .zuoyi-2 {
            transition: all 0.4s ease-in-out;
        }

        .zuoyi-2:hover {
            transform: translate(0, -10px);
        }

        .zuoyi-3 {
            transition: all 0.4s ease-in-out;
        }

        .zuoyi-3:hover {
            transform: translateX(-10px);
        }

        .hover-image:hover {
            filter: brightness(1.5);
        }

        .hover-image-1:hover {
            filter: brightness(0.8);
        }

        .hover-image-2:hover {
            filter: brightness(1.1);
        }