.news-video-view {
    position: relative;
    width: 100% !important;
    height: 35vh !important;
    border-radius: 10px;
    overflow: hidden;
    background-color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-video {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: fill;
}

.news-video-play {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.new-video-play-icon {
    width: 3rem;
    margin-bottom: 5px;
}

.news-list {
    /* margin-left: 18px; */
    /* border: solid 1px gray; */
    padding-left: 18px;
    box-shadow: 1px 1px 5px 1px #ddd;
    border-radius: 8px;
}

.news-list-item {
    font-size: 0.9rem;
    margin: 4px 0;
    border-bottom: solid 1px gainsboro;
    padding: 8px 0;
}
.news-list-item:nth-last-of-type(1) {
    border-bottom:none;
}