﻿.video_content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.video_list{
    width:580px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.video_list img{
    width:580px;
    height: 340px;
    vertical-align: middle;
    
}

.video_list span{
    display: inline-block;
    width:100%;
    text-align: left;
    font-size:16px;
    line-height: 60px;
    /* margin-left: 10%; */
    color:#747474;
}


.video_list h1:hover,.video_list a:hover{
    color: rgb(243,164,13);
}

.img{
    width:100%;
    position: relative;
}

.img_shadow{
    position: absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background-color: rgba(0,0,0,0);
    opacity: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.img_shadow img{
    width:auto;
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    vertical-align: middle;
    height: auto;
    width: auto;
}

.video_list:hover .img_shadow{
    background-color: rgba(0, 0, 0, 0.60);
    opacity: 1;
}

/* 弹窗 */


.pup_video{
    width:100%;
    height:100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.pup_video video{
    /*padding: 20px 0;*/
    background-color: #000;
    max-width:100%;
    max-height:100%;
    outline: none;
}
.video_list111{
    width:50%;
    position: relative;
    background: #f9f9f9;
    padding: 14px;
}

.pup_close{
    width:100%;
    height: 47px;
    position: relative;
    /* margin-bottom: 30px; */
    cursor: pointer;
}

.pup_close:hover .h-img{
    display: block;
}

.pup_close:hover .c-img{
    display: none;
}

.pup_video img{
    width: auto;
    position: absolute;
    top: -32px;
    right: -32px;
}
.screen p {
   color:#666;
}