.clearfix{
    clear: both;
}
.honor-container{
    width: 1200px;
    margin: 0px auto;
    clear: both;
}

.honor-nav{
    width: 100%;
    height: 80px;
    /* line-height: 80px; */
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.honor-nav .nav-item{
    width: 200px;
    text-align: center;
    float: left;
}
.honor-nav .nav-item a{
    font-size: 18px;
    color: #999999;
    display: block;
    width: 72px;
    height: 24px;
    line-height: 24px;
    margin:28px auto 0px auto;
    position: relative;
}
.honor-nav .active a::after{
    content: " ";
    width: 100%;
    height: 2px;
    display: block;
    background-color: #939391;
    position: absolute;
    left: 0px;
    bottom:-10px;
}



/*- 中心标题 --------------------------------------*/
.honor-title{
    width: 600px;
    /* height: 52px; */
    line-height: 52px;
    margin: 30px auto 0px auto;
    font-size: 40px;
    color: #333;
    font-weight: bold;
    text-align: center;
    position: relative;
    /* background-color: aquamarine; */
    padding-top:30px;
    position: relative;
}
.honor-title:after{
    content: " ";
    width: 96px;
    height: 8px;
    background-color: #939391;
    position: absolute;
    left: calc(50% - 48px);
    bottom: -25px;
}
.honor-title .title-en{ 
    color: #d8d8d8; 
    text-transform: uppercase;
    letter-spacing:5px;
}
.honor-title .title-cn{
    margin-top:-65px;
}






/* ----------------------------*/
.video-module{
    width: 100%;
    height: 570px;
    overflow: hidden;
}
.video-container{
    width: 1200px;
    height: 440px;
    position: relative;
    margin: 0px auto;
}
.video-show{
    width: 1200px;
    height: 440px;
    margin: 112px auto 0px auto;
    position: relative;
	cursor: pointer;
}
.video-show:hover a img{
	opacity: .8;
}
.video-show img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-play-button{
    width: 80px;
    height: 80px;
    position: absolute;
    left: calc(50% - 40px);
    top: 200px;
}
.video-play-button img{
    width: 100%;
    height: 100%;
}
.video-play-button:hover{
    opacity: 0.8;
}

.video-show.play-right{
    position: absolute;
    right: -1300px;
    top:0px;
    margin-top:0px;
    opacity: 0.4;
}
.video-show.play-left{
    position: absolute;
    left: -1300px;
    top:0px;
    margin-top:0px;
    opacity: 0.4;
}




.video-pag-nav{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin:66px auto;
}
.video-pag-nav li a{
    min-width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    border: 1px solid #17243A;
    font-size: 18px;
    font-weight: bold;
    color:#17243A;
    margin: 0px 8px;
}

.video-pag-nav li span{
    min-width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    /*border: 1px solid #17243A;*/
    font-size: 18px;
    font-weight: bold;
    color:#17243A;
    margin: 0px 8px;
}

.video-pag-nav li a{
    border:1px solid #fff;
    color: #BFBFBF;
}
.video-pag-nav li .active{
    border:1px solid #fff;
    color: #17243A;
}
.video-pag-nav .pag-nav-item.dart-bg{
    background-color: #333;
    color: #fff;
}













/* ----------------------------*/
.video-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:flex-start;
}

.video-item{
    width: 373px;
    /* width: 334px; */
    height: 376px;
    border: 1px solid #999;
    margin:20px 20px 0;
}
.video-item:nth-child(3n+1){
	margin-left: 0;
}
.video-item:nth-child(3n+3){
	margin-right: 0;
}
.video-thumbnail{
    display: block;
    width: 100%;
    /* height: 201px; */
	height: 238px;
    clear: both;
}
.video-thumbnail img{
    display: block;
    width: 100%;
    height: 100%;
}
.video-title{
    font-size: 18px;
    color:#333;
    padding: 24px 24px 10px 24px;
    margin-top:27px;
    overflow: hidden;
    display: block;
    clear: both;
}
.video-time{
    color: #999;
    font-size: 14px;
    width: 100px;
    height: 25px;
    /* background-color: rgb(218, 217, 217); */
    margin-left: 24px;
    position: relative;
}
.video-time::after{
    content: " ";
    width: 56px;
    height: 1px;
    background-color: #999;
    position: absolute;
    bottom: -6px;
    left: 0px;
}


.video-header{
    font-size: 18px;
    color:#888;
    width: 200px;
    height: 20px;
    line-height: 20px;
    margin: 30px auto 70px auto;
    position: relative;
    text-align: center;
}
.video-header::after{
    content: "";
    background-color: #333;
    display: block;
    width: 48px;
    height: 4px;
    bottom: -20px;
    left: calc(50% - 24px);
    position: absolute;
}





