﻿html, body {
    background: #e8ebf0
}

.navbar {
    margin-bottom: 0
}

.video-banner {
    height: 365px;
    width: 100%;
}

.cover {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}

.video-title {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500
}

.video-list .video-item {
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
}

.video-image {
    position: relative;
    height: 180px;
}

.p-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.control-btn {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    border: 6px solid rgba(0, 0, 0, .3);
}

    .control-btn .before {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background-color: #fff;
    }

        .control-btn .before::after {
            display: block;
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 0 8px 12px;
            border-color: transparent transparent transparent #cc2c37;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
        }

.video-des {
    text-align: center;
    padding: 15px 10px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    background: #fff
}

.act-pop {
    position: fixed;
    width: auto;
    background: none
}

.view-video {
    width: 100%;
}

@media (max-width: 767px) {
    .video-banner {
        height: 180px;
    }
}

.section {
    padding: 0
}
.section-title {
    padding: 15px 0;
}
.loadmore {
    padding: 15px 0;
    font-size: 16px;
    text-align: center
}
.loadmore span {
    display: inline-block;
    cursor: pointer;
}