.aboutHonor_box{
    padding: 90px 0px 40px;
}
.aboutHonor_title{
    margin-bottom: 0px;
}
.aboutHonor_list{
    transition: all 0.6s;
}
.live_list_img{
    position: relative;
    max-height: 210px;
    width: 100%;
}
.live_list_img img{
    max-width: 100%;
    height: auto;
}
.live_list_img_botom{
    position: absolute;
    left: 30px;
    bottom: 30px;
    padding: 8px 18px;
    background-color: #00000041;
	border-radius: 21px;
}
.live_list_img_botom span{
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
}
.live_list_botom{
    color: #696969;
    width: 100%;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0px;
    text-align: left;
}
.live_list_botom p{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0px;
    color: #696969;
    font-weight: bold;
}
.aboutHonor_list:hover{
    transform: translateY(-10px);
}
.aboutHonor_list:hover .live_list_img{
    box-shadow:-2px 6px 11px 0px rgb(16 77 153 / 29%);
}
.aboutHonor_list:hover .live_list_botom p{
    color: #026ef5;
}
.videoBox_top{
    width: 100%;
    height: 676px;
}
.videoBox_top video{
    width: 100%;
    height: 100%;
}
.videoBox_botom{
    width: 100%;
    padding: 45px 40px;
    box-sizing: border-box;
    background-color: #fff;
}
.videoBox_botom_left{
    width: 70%;
    font-weight: bold;
    color: #696969;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.videoBox_botom_right{
    text-align: right;
    cursor: pointer;
}
.videoBox_botom_right span{
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    /*color: #666666; 03-10 lisuwan modify*/
    color: #696969;
}
.videoBox_botom_right:hover .public_static{
    display: none;
}
.videoBox_botom_right:hover .public_active{
    display: inline-block;
}
.videoBox_botom_right:hover span{
    color:#026ef5;
}
.videos {
    width: 1200px !important;
    left: calc(50% - 600px) !important;
    top: calc(50% - 350px) !important;

}
.videos .layui-layer-title{
    display: none;
}
.videos  .layui-layer-content{
    overflow: visible !important;
}
.resou_video_botoms{
    padding: 60px 0px;
    text-align: center;
    background: url(../images/sc_video_botom.png) no-repeat;
    background-size: cover;
}
.resou_video_content p{
    font-family: "alimama";
    color: #ffffff;
    margin-bottom: 20px;
}
.resou_video_content_img{
    width: 118px;
	height: 118px;
    margin: 0px auto;
}
.resou_video_content_img img{
    max-width: 100%;
    height: auto;
}
@media (max-width:1366px){
    .videoBox_top{
        height: 500px;
    }
    .videos{
        left: calc(50% - 600px) !important;
        top: calc(50% - 350px) !important;
    }
    .videoBox_botom{
        padding: 20px;
    }
}
