.video-list {
    max-width: 1320px;
    margin: 0 -10px;
}
.video-list .item {
    width: 25%;
    padding: 7px 10px 50px;
}
.video-list .item:nth-child(4n+1) {
    clear: left;
}
.video-list .box {
    max-width: 315px;
    margin: 0 auto;
    text-align: center;
}

.video-list .pic {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.video-list li .pic:before,
.video-list li .pic:after {
    content: "";
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    opacity: 0;
}

.video-list li .pic:before {
        content: "";
        width: 51px;
        height: 48px;
        top: 0%;
        left: 50%;
        margin: -25px 0 0 -25px;
        background: url(../../images/common/album/ic.png);
        z-index: 5;
}

.video-list li .pic:after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
}

.video-list li a:hover .pic:before,
.video-list li a:hover .pic:after {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

.video-list li a:hover .pic:before {
    top: 50%;
}

.video-list .name {
    color: #555555;
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 25px;
    margin: 10px 0;
}
.video-list a:hover .name {
    color: #0D45A4;
}
.video-list .date,
.video-header .date {
    display: block;
    border: 1px solid #ddd;
    border-width: 1px 0;
    width: 104px;
    margin: 5px auto 15px;
    color: #29A38A;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
}

.video-header {
    text-align: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
}
.video-header .title {
    max-width: 1300px;
    margin: 10px auto 10px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
}
.video-detail {
    border-bottom: 1px dashed #ccc;
    padding: 0px 0;
}
.video-detail .editor {
    max-width: 1300px;
    margin: 0 auto;
}
.video-detail .pic iframe{
    width: 100%;
    height: 480px;
    max-width: 840px;
}
.video-detail .pic{
    text-align: center;
    background: #f5f3f3;
    padding: 30px 20px;
    margin-bottom: 30px;
}
@media screen and (max-width: 1025px) {
    .video-list .item{
        width: 33.33%;
    }
    .video-list .item:nth-child(4n+1) {
        clear: none;
    }
    .video-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 760px) {
    .video-detail .pic iframe{
        height: 420px;
    }
}
@media screen and (max-width: 680px) {
    .video-list .item{
        width: 50%;
        padding: 7px 10px 30px;
    }
    .video-list .item:nth-child(3n+1) {
        clear: none;
    }
    .video-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 640px) {
    .video-detail .pic iframe{
        height: 360px;
    }
}
@media screen and (max-width: 767px) {
    .video-detail {
        padding: 25px 0;
    }
}
@media screen and (max-width: 450px) {
    .video-detail .pic iframe{
        height: 220px;
    }
}
@media screen and (max-width: 440px) {
    .video-list .item{
        width: 100%;
    }
    .video-list .item:nth-child(n) {
        clear: none;
    }
}