.swiper {
    width: 100%;
    /*height: 600px;*/
}
.swiper-img{
    width: 100%;
}
.my-bullet{
    display: inline-block;
    width: 50px;
    height: 4px;
    margin: 0 5px;
    background-color: #1A1A1A;
    opacity: 0.18;
}
.my-bullet-active{
    background-color: #FFFFFF;
    opacity: 1;
}

.type-title{
    margin-top: 30px;
    font-weight: 600;
    font-size: 36px;
    color: #070707;
}
.video-list{
    margin-bottom: 20px;
}
.video-list>.video{
    position: relative;
    width: 286px;
    /*height: 170px;*/
}
.play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-list>.text{
    padding: 10px;
}
.video-list>.text>.title{
    font-weight: 500;
    font-size: 20px;
    color: #070707;

}
.video-list>.text>.time{
    text-align: right;
    font-size: 18px;
    color: #CDCBCB;
}