.content{
    padding: 0;
    width: 100%;
}
.content-container{
    width: 100%;
    min-width: 1455px;
    background: #0b0308;
}
.pinpai-banner{
    height: 820px;
    background-position: center;
    background-size: auto 100% ;
    position: relative;
}
.pinpai-banner .show-btn{
    height: 90px;
    position: absolute;
    left: 0;
    bottom: 48px;
    width: 100%;
    cursor: pointer;
    background: url(https://res.jiemian.com/static/jmw/image/video/pinpai/arrow.png) no-repeat center -90px ;
}
.pinpai-banner .show-btn.show{
    background: url(https://res.jiemian.com/static/jmw/image/video/pinpai/arrow.png) no-repeat center 0 ;
}
.pinpai-banner .back{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: #fff;
}
.pinpai-info{
    padding: 53px 0;
    background: #0f1e39;
    text-align: center;
    display: none;
}
.pinpai-info .info-main{
    width: 1455px;
    margin: 0 auto;
    overflow: hidden;
}
.pinpai-info .info-item{
    width: 331px;
    height:317px;
    margin: 0 77px;
    float: left;
    background: #030e20;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.pinpai-info .info-item .item-main{
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
}
.pinpai-info .info-item h3,
.pinpai-info .info-item h4{
    line-height: 197px;
    font-size: 30px;
    color: #fff;
}
.pinpai-info .info-item:hover img{
    filter: blur(5px);
    -webkit-filter: blur(5px);
}
.pinpai-info .info-item:hover h3{
    display: none;
}
.pinpai-info .info-item p{
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    display: none;
}
.pinpai-info .info-item:hover p{
  display: block;
}
.pinpai-main{
   background: url("https://res.jiemian.com/static/jmw/image/video/pinpai/video-box.jpg") no-repeat top center;
    overflow: hidden;
}
.pinpai-main .pinpai-video{
    width: 1280px;
    margin: 0 auto;
}
.pinpai-main .pinpai-video .video-header{
    font-size: 36px;
    color: #fff;
    line-height: 138px;
    text-align: center;
}
.pinpai-main .video-view{
    padding: 5px;
    position: relative;

}
.video-view .play-before{
   position: absolute;
    left: 5px;
    top: 5px;
    width: 1270px;
    height: 710px;
    background-size: cover;
    z-index: 9;
}
.video-view .play-before .play-btn{
    background: url("https://res.jiemian.com/static/jmw/image/video/pinpai/play.png") no-repeat center center;
    display: block;
    height: 100%;
    cursor: pointer;
    background-color: rgba(0,0,0,.45);

}
.video-view video{

    width: 1270px;
    height: 710px;
    background: #000;
}
.pinpai-list{
    padding-top: 90px;
    width: 1455px;
    margin: 0 auto;
}
.pinpai-list .list-header{
    padding: 0 27.5px 20px;
}
.pinpai-list .list-header span{
    font-size: 32px;
    line-height: 50px;
    color: #fff;
    padding: 0 15px;
    display: inline-block;
    border-width: 0 0 1px 10px;
    border-color: #fff;
    border-style: solid;
}
.pinpai-list .list-view{
    overflow: hidden;
}
.pinpai-list .list-view .news-view{
    width: 428px;
    margin: 0 27.5px 50px;
    float: left;
    border: 1px solid #858184;
}
.pinpai-list .list-view .news-view:hover{
    border-color: #fff;
}
.pinpai-list .list-view .news-view .news-img{
    position: relative;
    margin-bottom: 10px;
}
.pinpai-list .list-view .news-view .news-header{
    overflow: hidden;
    height: 60px;
    padding: 0 10px;

}
.pinpai-list .list-view .news-view .news-header a{
    font-size: 24px;
    line-height: 30px;
    color: rgba(255,255,255,.5);
}
.pinpai-list .list-view .news-view:hover .news-header a{
    color: #fff;
}
.pinpai-list .list-view .news-view .news-footer{
    padding: 10px 10px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
}
.pinpai-list .list-view .news-view .news-footer a,
.pinpai-list .list-view .news-view .news-footer span{
    color: rgba(255,255,255,.6);
}
.pinpai-list .list-view .news-view .news-footer .author{
    margin-right: 10px;
}
.pinpai-list .list-view .news-view:hover .news-footer span{
    color: #fff;
}
.pinpai-list .list-view .news-view .news-footer .comment{
    float: right;
}
.pinpai-list .load-more{
    text-align: center;
    padding: 70px 0 100px 0;
}
.pinpai-list .load-more span{
    font-size: 36px;
    color: #fff;
    cursor: pointer;
}