
            .go-top {
        position: relative;	        /* 设置fixed固定定位 */
        bottom:0;
        right:0;
      }
      .go-top a {
        display: block;			/* 将<a>标签设为块元素，用于美化样式 */
        text-decoration: none;		/* 取消超链接下画线 */
        color: #333;			/* 设置文本颜色 */
        padding: 10px 20px;			/* 设置内边距 */
        border-radius: 5px;			/* 设置圆角矩形 */
        letter-spacing: 2px;		/* 设置文字间距 */
      }
      .xxgkBox{
        display: flex;
        justify-content: center;
        padding: 20px 0;
        margin-top: 0.6rem;
    }
    .xxgkBox .left{
        width: 250px;
        padding-left: 200px;
        margin-right:30px;
        margin-top: -0.3rem;
    }
    .m-nav{
        display: none;
    }
    .xxgkBox .right{
        width: 54%;
        margin-right: 200px;
        padding: 0 30px;
        border-left: 1px solid #ccc;
    }
    .xxgknav{
        margin-top: 0.14rem;
    }
    .xxgknav ul li{
        position: relative;
        line-height: 54px;
        text-indent: 10px;
        font-size: 14px;
        border-bottom: 1px solid #c6c6c6;
        cursor: pointer;
    }
    
    .xxgknav ul .lis{
        background: url(/public/news/bottom.png)no-repeat 90% 26px;
    }
    .xxgknav ul .lia{
        background: url(/public/news/top.png)no-repeat 90% 26px;
    }
    .xxgknav ul li .mover{
        padding: 0;
        width: 100%;
        text-indent: 10px;
        height: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        text-indent: 1em;
        transition: all 0.3s ease;
    }
    .xxgknav ul li a:mover {
        color: #000;
        font-size: 0.16rem;
        text-decoration: none;
    }
     
    
    .xxgknav ul li a{
        color: #555;
    }
    .xxgknav ul li .mover a{
        color: #a93428;
    }
       .xxgknav ul .liz{
      background-color: #B00E16;
    }
    .xxgknav ul .liz a{
        color: #fff !important;
    }


.xxgknav ul li.active span { color: #a93428; }


/* 强制当前栏目显示为红色 */
.xxgknav ul li.active,
.xxgknav ul li.active > span,
.xxgknav ul li.active > span a {
    color: #a93428 !important;
    font-weight: bold !important;
}

/* 子菜单中的当前栏目 */
.xxgknav ul li .mover a.active {
    color: #a93428 !important;
    font-weight: bold !important;
}

/* 正常状态 */
.xxgknav ul li > span a {
    color: #333;
    transition: color 0.3s;
}