.mod-panel .hd {
    margin-right: 10px;
    padding-top: 15px;
    overflow: hidden
}

.mod-panel .hd h3 {
    height: 22px;
    border-left: 3px solid #0092dd;
    padding-left: 8px;
    line-height: 22px;
    font-size: 16px
}

.mod-panel .hd .menu {
    float: right
}

.mod-panel .hd .menu li {
    float: left;
    height: 28px;
    margin-left: 5px;
    line-height: 24px
}

.mod-panel .hd .menu li a {
    display: inline-block;
    padding: 0 7px;
    margin: 2px 0;
    border-radius: 3px
}

.mod-panel .hd .menu li.active a {
    background: #3b92d5;
    color: #fff
}

.mod-panel .hd .menu input {
    margin-top: -2px;
    width: 128px;
    height: 20px;
    border: 1px solid #e8e8e8;
    padding: 2px 6px;
    line-height: 20px
}

.mod-panel .filter {
    padding: 10px 8px
}

.mod-panel .filter .row {
    line-height: 32px;
    overflow: hidden
}

.mod-panel .filter .items a {
    display: inline-block;
    width: 60px;
    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: 5px 0;
    overflow-x: auto
}

.mod-panel .intro {
    overflow-x: auto
}

.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;
    border-bottom: 1px solid #e8e8e8
}

.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 5px;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
    color: #666
}

.mod-panel table tr th {
    padding: 2px 3px
}

.mod-panel table tr th strong {
    font-size: 14px
}

.mod-panel table td a {
    margin: 0 2px;
    color: #0092dd
}

.mod-panel table th a {
    background: #b9b9b9;
    font-size: 12px;
    color: #fff;
    width: 48px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    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 img {
    max-width: 100%
}

.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("/bazhepu/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.6}

@media screen and (max-width: 320px) {
    .mod-panel .hd .menu input {
        width:110px
    }

    .mod-panel .filter .items a {
        width: 52px;
        margin: 0 1px
    }

    .mod-panel table th a {
        width: 40px
    }
}

            /* 绿色主题新闻资讯样式 */
            .list-inner {
                list-style: none;
                padding: 0;
                margin: 0;
                columns: 1;
                column-gap: 15px;
                margin-top: 10px;
            }
            .list-inner li {
                break-inside: avoid;
                margin-bottom: 10px;
                padding: 10px 12px;
                background-color: #f8fff8;
                border-left: 1px solid #4CAF50;
                border-radius: 0 5px 5px 0;
                transition: all 0.3s ease;
            }
            .list-inner li:hover {
                background-color: #f1f8e9;
                transform: translateX(3px);
            }
            .list-inner a {
                text-decoration: none;
                color: #2E7D32;
                font-size: 14px;
                line-height: 1.5;
                display: block;
                transition: color 0.3s;
            }
            .list-inner 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-title {
            font-family: 'Helvetica Neue', Arial, sans-serif;
            font-size: 22px;
            font-weight: 600;
            color: #2e7d32; /* 深绿色 */
            margin: 0 0 15px 0;
            padding: 0;
            line-height: 1.3;
            text-align: center;
            position: relative;
            padding-bottom: 15px;
        }
        
        .article-title:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: linear-gradient(to right, #4caf50, #2e7d32); /* 绿色渐变 */
            border-radius: 3px;
        }
        
        /* 绿色主题内容区域样式 */
        .article-content {
            font-family: 'Helvetica Neue', Arial, sans-serif;
            font-size: 16px;
            line-height: 1.8;
            color: #424242;
            background: #fcfff9;; /* 浅绿色背景 */
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(76, 175, 80, 0.1); /* 绿色阴影 */
            margin-bottom: 20px;
            border: 1px solid #c8e6c9; /* 浅绿色边框 */
        }
        
        .article-content p {
            margin-bottom: 15px;
            text-align: justify;
        }
        
        .article-content p:last-child {
            margin-bottom: 0;
        }
        
        /* 绿色主题高亮区域 */
        .highlight {
            background-color: #e8f5e9; /* 更浅的绿色 */
            padding: 15px;
            border-left: 4px solid #43a047; /* 中等绿色 */
            margin: 15px 0;
            border-radius: 0 4px 4px 0;
        }
        
        /* 响应式调整 */
        @media (max-width: 480px) {
            .article-title {
                font-size: 20px;
                top: 10px;
            }
            
            .article-content {
                font-size: 15px;
                padding: 15px;
            }
        }