.commonAsideBox .asideItem {
    height: auto;
}

.subMenu {
    display: flex;
    flex-direction: column;
}

.subMenu a {
    font-size: 16px;
    color: #444;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.Actv {
    color: #C23B3C !important;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .videoList .videoItem{
        width: 3.4rem;
        margin-right: calc(100% - 6.8rem);
    }
    .videoList .videoItem:nth-child(2n) {
        margin-right: 0;
    }
    .videoList .videoItem .video {
        height: 2.06rem;
    }
    .videoList .videoItem .name {
        margin-top: .15rem;
        font-size: .26rem;
    }
    .videoList .videoItem .video .icon-play {
        width: .5rem;
        height: .5rem;
    }
}