.video-type-one {
    width: 7rem;
    margin-top: .3rem;
    padding-bottom: 0rem;
}

.video-type-one>a>.item {
    background-color: #ffffff;
    width: 3.4rem;
    margin-bottom: .25rem;
    overflow: hidden;
}

.video-type-one>a>.item>.pic-wrap {
    width: 100%;
    height: 2.1rem;
    overflow: hidden;
    border-radius: .1rem;
}

.video-type-one>a>.item>.pic-wrap>.pic {
    width: 100%;
    height: auto;
    min-height: 2.1rem;
}

.video-type-one>a>.item>.title-cont>.title {
    font-size: .3rem;
    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-one>a>.item>.title-cont>.btm {

    margin-top: .1rem;
}

.video-type-one>a>.item>.title-cont>.btm>.subtitle {
    display: none;
}

.video-type-one>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: #ffffff;
    padding: 0 .1rem;
}

.video-type-one>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;
}