@media screen and (min-device-width: 1024px) and (max-device-width: 1279px) {
    .news-video-item-note-box {
        line-height: .4rem;
    }
}

@media screen and (min-device-width: 1280px) and (max-device-width: 1439px) {
    .news-video-item-note-box {
        line-height: .25rem;
    }
}

@media screen and (min-device-width:768px) and (max-device-width: 1276px) {
    .carousel,
    .carousel-inner,
    .carousel-inner>.item>img,
    .carousel-inner>.item>a>img {
        height: 5.5rem;
    }
}