.video_galey{
    margin: 0 auto 0;;
    width: 1280px;
    height: auto;
    min-height: 650px;
}
#mobile .video_galey{
    margin: 0 auto 0;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 1.33rem);
    background-color: #f5f6f7;
}
/* 图片库banner start */
.video_galey .video_galey_banner{
    width: 100%;
    height: 295px;
    overflow: hidden;
    position:relative;

}
#mobile .video_galey .video_galey_banner{
    display: none;
}
.video_galey .video_galey_banner>img{
    width: 100%;
    height: 100%;
}
.video_galey_banner .video_galey_bannner_dcrite{
    position: absolute;
    right: 185px;
    top: 94px;
}
.video_galey_banner .video_galey_bannner_dcrite>p:nth-child(1){
    font-size:24px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:30px;
    letter-spacing:3px;
}
.video_galey_banner .video_galey_bannner_dcrite>p:nth-child(2){
    font-size:18px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:25px;
    letter-spacing:1px
}
.video_galey_banner .video_galey_bannner_dcrite>p:nth-child(3){
    font-size:12px;
    color:rgba(255,255,255,1);
    line-height:15px;
}
/* 图片库banner end */


/* 图片库内容 */
#pc .mobile_video{
    display: none;
}
#mobile .pc_video{
    display: none;
}
.video_galey_content{
    width: 100%;
    margin-bottom: 60px;

}
#mobile .video_galey_content{
    padding: 0 0 1rem 0;
    margin: 0;
}
.video_galey_content>ul{
    padding-top: 46px;
    overflow: hidden;
    position: relative;
}
#mobile .video_galey_content>ul{
    padding: 0 .4rem;
    overflow: hidden;
    position: relative;
}
.video_galey_content>ul>li{
    float: left;
    width: 419px;
    height: 227px;
    margin-right: 11.5px;
    overflow: hidden;
   position: relative;
    margin-bottom: 18px;
}
#mobile .video_galey_content>ul>li{
    float: left;
    width: 100%;
    height: 7.413rem;
    overflow: hidden;
    position: relative;
    padding: .266rem .266rem 1.386rem .266rem;
    margin: .4rem 0 0 0;
    background-color: #fff;
    border-radius: .106rem;
}
.video_galey_content>ul>li:nth-child(4){
   margin-right:0!important;
}
.video_galey_content>ul>h5{
    font-size:22px;
    text-align: left;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:28px;
    letter-spacing:1px;
    padding-bottom: 18px;
}
#mobile .video_galey_content>ul>h5{
    font-size: .427rem;
    text-align: left;
    font-weight: bold;
    color: rgba(51,51,51,1);
    line-height: 28px;
    letter-spacing: 1px;
    padding-bottom: 0;
    position: absolute;
    height: 1.38rem;
    line-height: 1.38rem;
    bottom: 0;
    left: 36%;
}
.video_galey_content>ul>li .video_galey_bag{
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    background: linear-gradient(-90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(-90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -moz-linear-gradient(-90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(-90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    height: 60px;
    width: 100%;
}
#mobile .video_galey_content>ul>li .video_galey_bag{
    display: none;
}
.video_galey_content>ul>li .video_galey_bag>span:nth-child(1){
   float: left;
   width: 30px;
   height: 20px;
   margin-left: 16px;
   margin-top: 15px;
}
.video_galey_content>ul>li .video_galey_bag>span:nth-child(1)>img{
    display: block;
    width: 100%;
 }
.video_galey_content>ul>li .video_galey_bag>span:nth-child(2){
    float: left;
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    width: 74%;
    padding: 20px 25px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
}
.video_galey_content>ul>li>span:hover:hover ~ .video_galey_bag>span:nth-child(2){
    opacity: 1;
}

  .video_galey_content>ul>li:nth-child(4){
 position: relative;
}
.video_galey_content>ul>li:nth-child(4) .video_galey_more{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    width: 158px;
    height: 229px;
    padding:81px 0 0 0;
    text-align: center;
    transition: all .5s;
    background:rgba(239,239,239,1);
    border-left: 6px solid #fff;
    cursor: pointer;
}
#mobile .video_galey_more{
    position: absolute;
    right: .266rem;
    bottom: .45rem;
}
#mobile .video_galey_more span{
    display: block;
    width: .45rem;
    height: .45rem;
    margin: 0 auto;
}
#mobile .video_galey_more span i{
    display: block;
    float: left;
    width: .1867rem;
    height: .1867rem;
    margin-right: .02rem;
    margin-bottom: .02rem;
    background: #EBE8E8;
    border-radius: .013rem;
}
#mobile .video_galey_more span i:last-child{
    display: block;
    float: left;
    width: .1867rem;
    height: .1867rem;
    margin-right: .013rem;
    margin-bottom: .013rem;
    background: #fff;
    border: .013rem solid #BBA45F;
    border-radius: .013rem;
}
.video_galey_content>ul .video_galey_more>span:nth-child(1){
    display: block;
    width: 16px;
    height: 16px;
    margin:0 auto;
}
 .video_galey_more>span:nth-child(1)>i{
     display: block;
     float: left;
     width:7px;
     height:7px;
     margin-right: 1px;
     margin-bottom: 1px;
     background:rgba(102,102,102,1);
     border-radius:1px;
}
.video_galey_content>ul .video_galey_more>span:nth-child(2){
    display: block;
    padding-top: 9px;
    font-size:12px;
    font-weight:500;
    color:rgba(71,71,71,1);
    line-height:17px;
    letter-spacing:1px;
}
.video_galey_content>ul>li:nth-child(4)>span:hover ~ .video_galey_more{
    right:-158px ;
    transition: all .5s;
  }

.video_galey_content>ul>li:nth-child(4) .video_galey_more:hover{
    right: 0;
    bottom: 0;
    background:rgba(229,1,19,1);
}
.video_galey_content>ul>li:nth-child(4) .video_galey_more:hover>span{
    color: #fff;
}
.video_galey_content>ul>li:nth-child(4) .video_galey_more:hover>span>i{
    background: #fff;
}



