.mod-panel .hd{padding:6px 20px;border-bottom:1px solid #e8e8e8}.mod-panel .hd h3{width:300px;height:28px;line-height:28px;font-size:18px}.mod-panel .hd .menu{float:right}.mod-panel .hd .menu li{float:left;height:28px;margin-left:10px;line-height:24px}.mod-panel .hd .menu li a{display:inline-block;padding:0 12px;margin:2px 0;border-radius:3px}.mod-panel .hd .menu li.active a{background:#3b92d5;color:#fff}.mod-panel .hd .menu input{height:20px;border:1px solid #e8e8e8;padding:3px 6px;line-height:20px}.mod-panel .filter{padding:12px 20px}.mod-panel .filter .row{line-height:32px;overflow:hidden}.mod-panel .filter .title{float:left;width:100px;text-align:right}.mod-panel .filter .items{margin-left:115px}.mod-panel .filter .items a{display:inline-block;width:64px;height:24px;margin:0 2px;border:1px solid #e8e8e8;line-height:24px;text-align:center;border-radius:3px}.mod-panel .filter .items a.active{background:#3b92d5;color:#fff}.mod-panel .panel{padding:10px}.mod-panel table{width:100%;border-collapse:collapse;border-spacing:0;border:1px solid #e8e8e8;border-left:0}.mod-panel table thead{border-bottom:1px solid #e8e8e8;background-color:#f7f7f7}.mod-panel table tr{line-height:26px;font-size:13px}.mod-panel table tr:nth-child(2n){background-color:#f7f7f7}.mod-panel table tr th,.mod-panel table tr td{border-left:1px solid #e8e8e8;word-break:break-all;word-wrap:break-word;padding:3px 10px;font-weight:normal;text-align:center;color:#666}.mod-panel table tr th{padding:5px 10px}.mod-panel table tr th strong{font-size:16px}.mod-panel table td a{margin:0 2px;color:#0092dd}.mod-panel table th a{background:#b9b9b9;font-size:12px;color:#fff;width:80px;height:26px;display:inline-block;line-height:26px;margin:0 4px;border-radius:4px;cursor:pointer}.mod-panel table th a.active{background:#50515f}.mod-panel .article{padding:10px 15px;margin-bottom:10px}.mod-panel .article h3{height:30px;line-height:30px;font-weight:bold;font-size:16px}.mod-panel .article p{line-height:26px}.mod-panel .article strong{font-weight:bold}.mod-panel .article td{border-bottom:1px solid #e8e8e8}.mod-panel .icon-big,.mod-panel .icon-small,.mod-panel .icon-odd,.mod-panel .icon-even{display:inline-block;width:36px;height:36px;background:url("../images/icon-filter.png") 0 0 no-repeat;line-height:36px;text-align:center;text-indent:-33em;font-size:22px;border-radius:50%;vertical-align:middle;overflow:hidden}.mod-panel .icon-big{background-position:0 0}.mod-panel .icon-small{background-position:-46px 0}.mod-panel .icon-odd{background-position:-91px 0}.mod-panel .icon-even{background-position:-139px 0}.mod-panel .icon-number,.mod-panel .icon-dice,.mod-panel .icon-farm,.mod-panel .icon-blueball,.mod-panel .icon-redball,.mod-panel .icon-animal{zoom:0.75}
            /* 绿色主题新闻资讯样式 */
            .news-list {
                columns: 2;
                column-gap: 20px;
                list-style: none;
                padding: 0;
                margin: 0;
            }

            .news-list li {
                break-inside: avoid;
                margin-bottom: 15px;
                padding: 10px 12px;
                background-color: #f8fff8;
                border-left: 1px solid #4CAF50;
                border-radius: 0 4px 4px 0;
                transition: all 0.3s ease;
            }

            .news-list li:hover {
                background-color: #f1f8e9;
                transform: translateX(3px);
            }

            .news-list a {
                text-decoration: none;
                color: #2E7D32;
                font-size: 14px;
                line-height: 1.4;
                display: block;
                transition: color 0.3s;
            }

            .news-list a:hover {
                color: #1B5E20;
            }

            .list h3 {
                color: #1B5E20;
                padding-bottom: 10px;
                border-bottom: 2px solid #81C784;
                margin-bottom: 15px;
                font-size: 16px;
                font-weight: bold;
            }

            /* 新增居中样式 */
            .article-header {
                padding: 20px 0;
                text-align: center;
            }
            .article-title {
                font-size: 24px;
                font-weight: bold;
                color: #333;
                line-height: 1.3;
                margin-bottom: 10px;
                text-align: center;
            }
            .article-meta {
                font-size: 14px;
                color: #999;
                text-align: center;
            }
            .article-content {
                font-size: 16px;
                line-height: 1.8;
                color: #333;
                max-width: 98%;
                margin: 0 auto;
            }
            .article-content h3 {
                text-align: center;
                margin: 25px 0 15px;
            }
            .article-content p {
                margin-bottom: 15px;
                text-align: justify;
            }
            .article-image {
                max-width: 100%;
                height: auto;
                margin: 15px auto;
                display: block;
            }
            .recommendation {
                text-align: center;
                margin: 20px 0;
                padding: 15px;
                background: #f8f8f8;
                border-radius: 5px;
            }
            .disclaimer {
                text-align: center;
                font-size: 14px;
                color: #999;
                margin-top: 30px;
            }
            @media (max-width: 768px) {
                .article-title {
                    font-size: 20px;
                }
                .article-content {
                    font-size: 15px;
                    padding: 0 15px;
                }
            }