.video,.photos{
    padding: 5vh 0;
}
.video ul{
    overflow: hidden;
    margin-top: 5vh;
}
.video ul li{
    float: left;
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 5vh;
    box-sizing: border-box;
    cursor: pointer;
}
.video ul li>div{
    width: 100%;
    /*height: 40vh;*/
    border: 2px solid #fff;
    position: relative;
}
.video ul li>div img.info{
    width: 100%;
}
.video ul li>div img.playbtn{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -44px;
    margin-left: -44px;
    display: none;
}
.video ul li:nth-of-type(2n){
    margin-right: 0;
}
.video ul li p,.photos ul li p{
    line-height: 30px;
    font-size: 14px;
    height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.video ul li span,.photos ul li span{
    font-size: 12px;
    color: #afafaf;
}
.video ul li:hover >div{
    border: 2px solid #0967ac;
}
.video ul li:hover img.playbtn{
    display: block;
}
/*精彩瞬间*/
.photos .swiper-container{
    margin-top: 5vh;
}
.photos ul{
    overflow: hidden;
    margin-top: 5vh;
}
.photos ul li{
    float: left;
    margin-right: 2%;
    width: 23.5%;
    margin-bottom: 3vh;
    box-sizing: border-box;
}
.photos ul li:nth-of-type(4n){
    margin-right: 0;
}
.photos ul li img{
    width: 100%;
    border: 3px solid #e7b67a;
}
/*相册弹出层*/
.photos-prop{
    display: none;
}
.photos-prop .mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 102;

}
.photos-show{
    position: fixed;
    width: 80vw;
    height: 80vh;
    background: #fff;
    top: 10vh;
    left: 10vw;
    background: #000;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
    z-index: 103;
}
.gallery-top,gallery-thumbs{
    z-index: 111 !important;
}
.swiper-container {
    width: 100%;
    /*height: 300px;*/
    margin-left: auto;
    margin-right: auto;
}

.photos-prop .gallery-top .swiper-slide {
    background-size: cover;
    background-position: center;
    width: 100% !important;
}

.gallery-top {
    height: 80%;
    width: 100% !important;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 10% !important;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide{
    background-size: cover;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
.swiper-slide{
    text-align: center;
}
.swiper-slide>img{
    max-height: 100%;
    max-width: 100%;
}
/*视频弹出层*/
.video-prop{
    display: none;
}
.video-show,.video-test1{
    position: relative;
}
.video-prop .mask{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}
.video-prop .video-show{
    width: 80%;
    height: 80vh;
    position: fixed;
    left: 10%;
    top: 15vh;
    z-index: 999;
}