.page-zxdt .img-fluid {
    width: 100%;
    height: 260px;
}
.page-zxdt .bg-white .text-black {
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号来表示溢出的内容 */
    width: 100%; /* 或者指定一个具体的宽度 */
}

.page-zxdt .zxdt-container {
    display: flex;
}
.page-zxdt .zxdt-container .left-nav {
    display: flex;
    flex-direction: column;
}
.page-zxdt .zxdt-container .left-nav span {
    cursor: pointer;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    color: #fff;
    opacity: 0.8;
}
.page-zxdt .zxdt-container .left-nav span.active {
    opacity: 1;
}

.page-zxdt .zxdt-container .right-list {
    flex: 1;
    margin-left: 84px;
}

.page-zxdt .zxdt-container .right-list .list-item {
    /* display: flex;
    align-items: center; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-bottom: 30px;
}

.page-zxdt .zxdt-container .right-list .list-item .new-box {
    display: flex;
}

.page-zxdt .zxdt-container .right-list .newscontent {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page-zxdt .zxdt-container .right-list .list-item .slt {
    margin-left: 35px;
    width: 280px;
    height: 186px;
}

.page-zxdt li {
    /* margin-top: 60px; */
    list-style: disc;
    color: #fff;
    margin-bottom: 30px;
}

.page-zxdt .zxdt-container .top-title {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 28.96px;
    color: #fff;
}

.page-zxdt .zxdt-container .middle-desc,
.page-zxdt .zxdt-container .bottom-time {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23.17px;
    color: rgba(255, 255, 255, 0.6);
}
.page-zxdt .zxdt-container .bottom-time {
    margin-top: 20px;
}
.page-zxdt .zxdt-container .bottom-time span {
    margin-right: 30px;
}

@media (max-width: 991.99px) {
    .page-zxdt .zxdt-container {
        flex-direction: column;
    }
    .page-zxdt .zxdt-container .left-nav {
        flex-direction: row;
    }
    .page-zxdt .zxdt-container .left-nav span {
        margin-right: 20px;
    }
    .page-zxdt .zxdt-container .right-list {
        margin-left: 0;
        padding: 0;
    }
}

@media (max-width: 767.99px) {
    .page-zxdt li {
        list-style: none;
    }
    .page-zxdt .zxdt-container .right-list .list-item .new-box {
        flex-direction: column;
    }
    .page-zxdt .zxdt-container .right-list .list-item .new-box img {
        order: 1;
        display: block;
        width: 90%;
        height: auto;
        margin: 0 auto 25px;
    }
    .page-zxdt .zxdt-container .right-list .list-item .new-box a {
        order: 2;
    }
}