.menu ul {
    display: flex;
    justify-content: center;}
.menu ul .menuList {
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}
.menu ul .menuList li {
    line-height: 3.25rem;}
.menu ul .menuList li a {
    font-size: 1rem;
        color: rgb(0,0,0) !important;}
.layui-nav-child {
    top: 3.5rem;}
.sidebar {
    flex: 0 0 16.25rem;
    background-color: #fff;
    border-right: 0.0625rem solid #eaeaea;}

.sidebar-header {
    background-color: #990033; /* 经典酒红色 */
    color: #fff;
    text-align: center;
    padding: 1.125rem 0;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0.125rem;}
.nav-menu {
            list-style: none;
            padding: 1.25rem 0;}

        .nav-item {
            padding: 0 0.625rem;
            margin-bottom: 0.3125rem;}

        .nav-link {
            display: flex;
            align-items: center;
            padding: 0.625rem 0.9375rem;
            color: #555;
            font-size: 0.9375rem;
            border-radius: 0.25rem;
            transition: all 0.3s ease;}

        .nav-link:hover {
            background-color: #f0f4f8;
            color: #990033;}

        /* 模拟小图标 */
        .nav-icon {
            display: inline-block;
            width: 0.5rem;
            height: 0.5rem;
            background-color: #ccc;
            border-radius: 50%;
            margin-right: 0.75rem;
            transition: background-color 0.3s;}

        /* 激活状态（当前选中） */
        .nav-item.active .nav-link {
            color: #990033;
            font-weight: bold;
            background-color: #fff0f3;}

        .nav-item.active .nav-icon {
            background-color: #990033;}
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.9375rem;
    border-bottom: 0.0625rem solid #eee;
    padding-bottom: 0.9375rem;}

.page-title {
    font-size: 1.5rem;
    color: #990033;
    font-weight: bold;
    border-left: 0.3125rem solid #990033;
    padding-left: 0.9375rem;}
.breadcrumb {
    font-size: 0.8125rem;
    color: #888;
    margin-top: 0.3125rem;}

.breadcrumb span {
    margin: 0 0.25rem;
    color: #ccc;}
        /* 列表样式 */
        .news-list {
            list-style: none;}

        .news-item {
            display: flex;
            justify-content: space-between;
            padding: 0.3125rem 0;
            border-bottom: 0.0625rem dashed #f0f0f0;
            font-size: 1rem;
            transition: color 0.2s;
            cursor: pointer;}

        .news-item:last-child {
            border-bottom: none;}

        .news-item:hover {
            color: #990033;}

        .news-item:hover .news-date {
            color: #990033;}

        .news-title {
            flex: 1;
            min-width: 0;
            display: flex;
            align-items: center;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;}

        /* 列表前的小点 */
        .news-bullet {
            width: 0.375rem;
            height: 0.375rem;
            background-color: #990033;
            border-radius: 50%;
            margin-right: 0.75rem;
            flex-shrink: 0;
            margin-top: 0.375rem;}
        .news-title-ellipsis {
            flex: 1;
            min-width: 0;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;}
        .news-title-ellipsis a:hover {
            color: #990033;}

        .news-date {
            color: #999;
            font-size: 0.875rem;
            font-family: Consolas, monospace;
            flex: 0 0 6.5rem;
            text-align: right;}

        

