


.crc-news-catlog4 {
    width: 270px;
}

.crc-news-catlog {
    float: left;
}

.crc-news-catlog-con {
    padding-top: 12px;
}

.crc_index_video {
    /* height: 210px; */
    height: 245px;
    position: relative;
}

.crc_index_vido_list {
    height: 100%;
}

.indexVideoCover {
    position: relative;
    /* height: 170px; */
    height: 209px;
}

.indexVideoCover img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
}






.crc_index_video .swiper-pagination-bullet {
    background: #ccc!important;
    opacity: 1;
    width: 10px;
    height: 10px;
}


.crc_index_video .swiper-pagination-bullet-active {
    background: #ffb403!important;
    width: 20px;
    border-radius: 10px;
}

.crc_videoBox {
    width: 100%;
    height: 170px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 10;
}


/* video 的样式*/

video {
    width: 100%;
    object-fit: fill;
}
.crc_videoBox video {
    width: 100%;
    height: 209px;
    /* height: 170px; */
}


.videoCen {
    position: absolute;
    bottom: 0;
    height: 30px;
    width: 100%;
    background: rgba(0,0,0,0);
    z-index: 999;
    display: none;
}

