﻿
.index-video{
    padding: 0 0.15rem;
}

.index-video-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-video-item{
    width: 49%;
    margin-top: 0.3rem;
}
.index-video-image{
    margin-bottom: 0.16rem;
    position: relative;
}
.index-video-image img{
    width: 100%;
    height: 2.25rem;
}
.index-video-tips{
    position: absolute;
    top: 0;
    left: 0;
    width: 0.52rem;
    height: 0.31rem;
    font-size: 0.18rem;
    line-height: 0.31rem;
    color: #fff;
    text-align: center;
    background: #FF0000;
}
.blue-tips{
    background: #0084FF;
}
.index-video-title{
    margin-bottom: 0.16rem;
    font-size: 0.26rem;
    line-height: 0.26rem;
    color: #333;
}

.index-video-subtitle{
    font-size: 0.22rem;
    line-height: 0.22rem;
    color: #999;
}

.video-panel{
    margin: 0.35rem 0 0;
    box-sizing: border-box;
    position: relative;
}

.video-panel img{
    width: 100%;
    height: 4.75rem;

}

.video-tips{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 0.26rem;
    line-height: 0.62rem;
    color: #fff;
    text-align: center;
}
