.c-news-list p{
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
}

.slider-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 328px;

    margin: auto;
}

.slider-container-duc {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0;
}

.slider-container-duc::before {
    content: "";
    flex: 0;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* font-size: 30px;
    cursor: pointer; */
    z-index: 1;
    color: white;

    padding: 10px;
}

.left-arrow {
    left: 10px;
}

.right-arrow {
    right: 10px;
}

.slides {
    display: flex;
    width: 500%;
    transition: transform 0.5s ease-in-out;

}

.slides img {
    width: 3840px;
    /* height: auto; */
    height: 328px !important;
    object-fit: cover;
    overflow: hidden;

}

.scrollbars {
    display: flex;
    justify-content: space-between;
    margin-top: 2px;
}

.scrollbar {
    flex: 1;
    height: 4px;
    background-color: #eaecf0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin: 0 2px;
}

.scrollbar-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #039;
    width: 0%;
    transition: width 1s ease-out;
}


.vedio-div{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9fafb;
}

/* 遮罩层样式 */
#video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 99;
}

/* 视频容器样式 */
#video-container {
    position: relative;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

/* 关闭按钮样式 */
#close-modal {
    color: white;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    margin-left: 1320px;
    margin-bottom: 420px;
}



@media screen and (max-width:834px) {

    /* 视频容器样式 */
    #video-container {
        width: 90vw;
        margin: auto;
        height: 100vh;
    }

    #close-modal {
        margin-bottom: 380px;
        position: absolute;
        margin-left: 90%;
    }

  .slides img {
    width: 1536px;
    height: 328px !important;
    object-fit: cover;
    overflow: hidden;
  }

}
