        /* 公告容器 - 无背景/边框，仅基础布局 */
        .notice-box {
            width: 90%;
            max-width: 600px;
            margin: 20px auto;
            padding: 15px 0;
            font-family: "微软雅黑", sans-serif;
        }
        /* 公告内容 */
        .notice-content {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            margin: 0 0 10px 0;
        }
        /* 日期时间 - 靠右对齐 */
        .notice-time {
            font-size: 12px;
            color: #999;
            margin: 0 0 15px 0;
            text-align: right; /* 核心：日期靠右 */
        }
        /* 短虚线分隔 */
        .notice-divider {
            border: none;
            border-top: 1px dashed #ddd;
            margin: 10px 0;
            width: 100%;
        }
        /* 页脚 */
        .notice-footer {
            font-size: 12px;
            color: #999;
            text-align: center;
            margin-top: 10px;
        }
