.video-type-two {
    width: 7rem;
    /* margin-top: .3rem; */
    padding-bottom: 0;
}

.video-type-two>a>.item {
    background-color: #ffffff;
    width: 7.5rem;
    border-bottom: .2rem solid #f5f5f5;
    overflow: hidden;
    padding: .2rem;
    padding-top: .3rem;
}

.video-type-two>a>.item>.pic-wrap {
    width: 100%;
    height: 3.5rem;
    overflow: hidden;
    border-radius: .05rem;
}

.video-type-two>a>.item>.pic-wrap>.pic {
    width: 100%;
    height: auto;
    min-height: 3.5rem;
}

.video-type-two>a>.item>.title-cont>.title {
    font-size: .32rem;
    margin-top: .2rem;
    color: #2d2d2d;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.video-type-two>a>.item>.title-cont>.btm {

    margin-top: .1rem;
}

.video-type-two>a>.item>.title-cont>.btm>.subtitle {
    display: none;

}

.video-type-two>a>.item>.title-cont>.btm>.videoTag {
    font-size: .26rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    /* background-color: #ff900c; */
    color: #777777;
    /* padding: 0 .1rem; */

}

.video-type-two>a>.item>.title-cont>.btm>.des {
    color: #8a898a;
    font-size: .26rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: none;
}