﻿@charset "utf-8";
@import url('global.css');
.video{background-color:#fff}
.box h2{font-size: 40px;padding-top: 40px;padding-bottom: 30px;}
.box h3{color: #fff;font-size: 30px;line-height: 1.6;padding-top: 30px;padding-bottom: 100px;font-weight: normal;}
.KV_video img{width:100%;display:block}
.video_list{width:1180px;padding:0px 65px;margin: auto;margin-top: 20px;}
.video_row{width:100%;}
.video_row ul { 
    overflow: hidden; 
    list-style:none;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
}
.video_row li{ 
    /* float: left;  */
    overflow:hidden;
    padding:0 10px;
    width: 33.333%;
    min-height: 350px;
}
.video_row a{display:block;width:100%;position:relative;}
.video_row img{display:block;width:100%;height:210px;}
.video_row h2{
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 50px;
}
.video_row .videoPlay{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}
.video_row li.current .videoPlay{
    display: none;
}
.video_row .title{width:100%;line-height:40px;height:40px;text-align:center;color:#fff;font-size:16px;font-weight:bold;margin-top:-20px;position:absolute;top:50%;left:0;z-index:1}
.video_row .time{color:#fff;font-size:14px;position:absolute;bottom:10px;right:10px;z-index:1;font-weight: 600;}

.video_row li.current .time{display:none}
.video_row .goIndex{ background: #262626; margin-bottom: 20px; }
.video_row .goIndex a{ color: #ffc700; font-size: 16px; display: block; padding: 15px 0; text-align: center; }
#video{background-color:#000;color:white}
#video .vjs-big-play-button{margin-top:-1rem;margin-left:-1rem!important;line-height:2em;height:2em;width:2em;top:50%;left:50%;border:none;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}
.box{
    width: 100%;
    position: relative;
    background: url(../../img/video_bg.jpg) center center no-repeat;
    background-size: 100% 100%;
}
.box>img{
    width: 100%;
}
/* .box .boxContent{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
} */
.box .boxContent .content{
    width: 1180px;
    margin: 0 auto;
    padding: 0 65px;
}

.box .boxContent .KV_video{
    border: 4px solid #ffc700;
}
.box .boxContent .KV_video video{
    display: block;
}
.moreNews{
    padding: 40px 0;
    text-align: center;
}
.moreNewsCenter{
    display: inline-block;
    background: #fdc532;
}
.moreNews a{    
    padding: 10px 21px;
    font-size: 14px;
    color: black;
    position: relative;
    display: inline-block;
    transition: all 0.5s;
    width: auto;
}
/* .moreNews a::before{    
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 11px;
    height: 4.8125px;
    background: url(/img/index/more-arrow-black.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
} */