.video-banner {
    background-image: url(../images/video/banner.jpg);
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

.video-banner h1 {
    font-family: "mySourceHanSansSC",Microsoft Yahei,Arial,sans-serif;
    position: relative;
    color: #ffffff;
    font-size: 36px;
    margin-left: 46px;
    font-weight: bold;
}

.video-banner h1:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    border: solid 1px #fde02d;
    border-radius: 32px;
    left: -42px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.video-banner h1:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #fde02d;
    border-radius: 16px;
    left: -34px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.video-banner small {
    font-family: "mySourceHanSansSC",Microsoft Yahei,Arial,sans-serif;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1;
    display: block;
    margin-top: 30px;
}

.video-list .body {
    margin-top: 40px;
}

.video-list .body .img {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0;
}

.video-list .body .item .row > div > div {
    position: relative;
}

.video-list .body .play {
    opacity: 1;
}

.video-list .body .play span {
    background-color: #1a1a1a;
    opacity: 0.5;
    position: absolute;
    top: 0;
    height: 100%;
    left: 15px;
    right: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.video-list .body .play i {
    position: absolute;
    content: '';
    border: 0;
    width: 52px;
    height: 52px;
    cursor: pointer;
    z-index: 9999;
    background-image: url(../images/video-ico.png);
    font-size: 0;
    background-color: transparent;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.video-list .body .item .row > div:hover .play span {
    opacity: 0;
}

.video-list .body h4 {
    line-height: 1.5;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 35px;
}

.video-list .body h4 a {
    color: #757575;
}

.video-list .body .item .row > div:hover h4 a {
    color: #212121;
}

.video-list .nav-tabs {
    margin-top: 20px;
}

.video-list .nav-tabs .container {
    text-align: center;
}

.video-list .nav-tabs .container > div {
    display: inline-block;
    text-align: center;
    padding: 10px 40px;
    cursor: pointer;
}

.video-list .nav-tabs .container > div span {
    letter-spacing: 1px;
    color: #757575;
    font-size: 20px;
}

.video-list .nav-tabs .container > div.active,.video-list .nav-tabs .container > div:hover {
    border-bottom: 2px solid #3f51b5;
}

.video-list .nav-tabs .container > div.active span,.video-list .nav-tabs .container > div:hover span {
    color: #3f51b5;
}

.video-list .tabs_content .item {
    display: none;
}

.video-list .tabs_content .item:first-child {
    display: block;
}

.video-deails {
    margin-top: 20px;
    margin-bottom: 40px;
}

/* .video-deails .video .pv-video-player, .video-deails .video object {
    height: 492px !important;
    width: 100% !important;
} */
.video-deails video   {
    height: 492px !important;
    width: 100% !important;
    background:#000;
}
.video-deails .main .title {
    margin-top: 20px;
}

.video-deails .main .title h1 {
    display: inline-block;
    font-weight: 600;
}

.video-deails .main .title small {
    display: inline-block;
    float: right;
    color: #757575;
}

.video-deails .side > div {
    position: relative;
}

.video-deails .side > div:not(:last-child) {
    margin-bottom: 20px;
}

.video-deails .side .img {
    font-size: 0;
}

.video-deails .side .words {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.video-deails .play {
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
}

.video-deails .play span {
    background-color: #1a1a1a;
    opacity: 0;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.video-deails .play i {
    opacity: 0;
    position: absolute;
    content: '';
    border: 0;
    width: 52px;
    height: 52px;
    cursor: pointer;
    z-index: 9999;
    background-image: url(../images/video-ico.png);
    font-size: 0;
    background-color: transparent;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 50px;
}

.video-deails .play div {
    opacity: 0;
    position: absolute;
    top: 58%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    width: 80%;
    text-align: center;
}

.video-deails .play:hover span {
    opacity: 0.5;
}

.video-deails .play:hover i,.video-deails .play:hover div {
    opacity: 1
}
