.ejbanenr{
    width: 100vw;
    height: auto;
}
.ejbanenr img{
    width: 100%;
    min-height: 150px;
    object-fit: cover;
}
.ejlist{
    width: 100vw;
    min-height: 750px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 50px;
}
.ejlist-w{
    width: 1350px;
    display: flex;

}
.ejlist-left{
    width:280px ;
    height: auto;
   
}
.ejlist-left-title {
    width: 274px;
    height: 76px;
    background-color: #9b0d14;
    border-left: 4px solid #e95704;  /* 只添加左边框 */
}
.ejlist-left-title h1{
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 75px;
}
.ejlist-left-list{
    width: 278px;
    height: auto;
    background-color: #f5f5f5;
}
.scroll-animate li {
    width: 274px;
    height: 76px;
    line-height: 75px;
    text-align: center;
    font-size: 20px;
    color: #333;
    border-bottom: 2px solid #fff;  /* 默认下边框线为 2px 白色 */
    cursor: pointer;
}

.scroll-animate li:last-child {
    border-bottom: none;  /* 最后一个 li 不添加下边框线 */
}

/* 鼠标指向时，字体颜色变成 #9b0d14 */
.scroll-animate li a:hover {
    color: #9b0d14;
}

/* 鼠标点击时，字体颜色变成 #9b0d14 */
.scroll-animate li a.active {
    color: #9b0d14;
    font-weight: bold; /* 可以加粗字体，确保生效 */
}

.scroll-animate-ul {
    display: none;
    position: relative;
    background: #f5f5f5;
    padding-left: 20px; /* 让子菜单缩进一点 */
    list-style: none;
    width: 100%; /* 让它填满父级 */
}

/* 默认隐藏二级菜单 */
.scroll-animate-ul {
    display: none;
    background: #f5f5f5;
    padding-left: 20px;
    list-style: none;
    width: 100%;
    transition: all 0.3s ease;
}

/* 确保二级菜单不会覆盖一级菜单，而是推动它 */
.scroll-animate > li {
    position: relative;
    transition: margin-bottom 0.3s ease;
}

/* 让 `>` 号位于 a 标签左侧 */
.menu-arrow {

    font-size: 21px;
    font-weight: bold;
    color: #333;
    text-align: center;
    cursor: pointer;
 
    transition: transform 0.3s ease;
    position: absolute;
    right: 5%;
}
/* 展开时箭头向下 */
/* .menu-arrow.expanded {
    transform: rotate(90deg);
} */

.scroll-animate-ul {
    display: none;
    position: relative;
    background: #f5f5f5;
    padding-left: 20px;
    list-style: none;
    width: 100%; /* 让它填满父级 */
    max-width: 274px; /* 保证不超过一级菜单的宽度 */
    box-sizing: border-box; /* 防止宽度超出 */
    transition: all 0.3s ease;
}

/* 确保二级菜单不会覆盖一级菜单，而是推动它 */
.scroll-animate > li {
    position: relative;
    transition: margin-bottom 0.3s ease;
}
.scroll-animate-ul a {
    font-size: 18px;
    color: #000;
}
.scroll-animate-ul li:first-child {
    border-top: 2px solid #fff; /* 给第一条 li 添加上边框线 */
}

.scroll-animate-ul li:last-child {
    border-bottom: 2px solid #fff; /* 保持最后一项添加下边框线 */
}


.ejlist-right{
    width: 100%;
    padding-left: 30px;
}
.ejlist-right-title{
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #d1d1d1; /* 添加灰色的3px下边框线 */
}
.ejlist-right-title-biaoti{
    height: 46px;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    border-bottom: 4px solid #9b0d14; /* 添加红色的2px底部边框线 */
    line-height: 46px;
}
.ejlist-right-title-dqwz, .ejlist-right-title-dqwz a{
    color:#9b9b9b;
    font-size: 14px;

}
.ejlist-right-content{
    width: 100%;
    margin-top: 10px;
}

.ejlist-right-content li{
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #d1d1d1;
}
.ejlist-right-content li a{
    font-size: 18px;
}
.ejlist-right-content li span{
    font-size: 16px;
    color: #9b9b9b;
}
.ejlist-right-content li a:hover{
    color: #9b0d14;
}

/* 内容页面部分 */
.ejlist-right-content-biaoti{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #d1d1d1; /* 1px 黑色实线下边框 */
    margin-bottom: 20px;
}
.ejlist-right-content-biaoti h1{
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ejlist-right-content-fbrq{
    font-size: 14px;
    color: #9b9b9b;
    margin-bottom: 10px;
}
.ejlist-right-content-nrbf *{
    font-size: 18px;
    line-height: 1.8em;
    text-indent: 2em;
}
.ejlist-right-content-nrbf b {
    font-weight: bold;
}

.ejlist-right-content-nrbf em {
    font-style: italic;
}
.ejlist-right-content-nrbf img{
    display: block;
    margin: 0 auto;
    text-indent: 0em;
    padding-top: 10px;
    padding-bottom: 10px;
    
}


@media screen and (max-width: 1350px) {
    .ejlist-w{
        width: 95%;
    }
}
@media screen and (max-width: 850px) {
    .ejlist-left{
        display: none;
    }
    .ejlist-right-content li{
        height: auto;
        min-height: 40px;
       
    }
    .ejlist-right-content li a{
        font-size: 14px;
        width: 78%;
    }
    .ejlist-right-content li span{
        font-size: 12px;
    }
    .ejlist-right{
        padding-left: 0;
    }
    .ejlist-right-content-nrbf *{
        font-size: 16px;
    }
    .ejlist-right-content-nrbf img{
        width: 95% !important;
        height: 100% !important;
    }
    .ejlist-right-content-biaoti h1{
        font-size: 20px;
    }
    .ejlist{
        margin-top: 2px;
    }
    .ejlist-right-content-biaoti{
        margin-bottom: 5px;
    }
.ejlist-right-title-dqwz, .ejlist-right-title-dqwz a{
display: none;
}

}