@charset "UTF-8";
.list-view {
    width: 100%;
}

.videoBox {
    width: 100%;
    height: 100%;

}

.list-view .videoList {
    width: 32%;
    background: #fff;
    padding-bottom: 10px;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(41, 40, 40, 0.1);
    margin-bottom: 20px;
    margin-right: 18px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    float: left;
}

.list-view .videoList:nth-child(3n) {
    float: right;
    margin-right: 0;
}

.list-view .videoList .imgBox,
.list-view .videoList .imgBox a {
    width: 100%;
}

.list-view .videoList .imgBox .imageTop {
    width: 100%;
    height: 170px;
}

.list-view .videoList .contentTitle p {
    font-size: 16px;
    padding-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    padding: 10px 5px 2px 5px;
    text-align: center;
    color: #000;
    font-weight: "";
}