.pagelist{
    width:1200px;
    margin:0 auto;
    padding-top:20px;
    color:#333333;
}
.list{
    margin-top: 0!important;
}
.pagelist li{
    float: left;
    width:276px;
    height:100%;
    margin-bottom: 33px;
    margin-right:2%;
}
.pagelist li img{
    display: block;
    width:276px;
    height:400px;
}
.pagelist .tit{
    display: block;
    width: 100%;
    line-height: 50px;
    height:50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    color:#333333;
    text-align: center;
}
.pagelist .imgdown{
    display: block;
    width: 140px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    color: #333333;
    border: 1px solid #E24943;
    border-radius: 25px;
    margin: 0 auto;
}

.pagelist .imgdown:hover{
    background: #E24943 ;
    color:#ffffff;
}
.pagebox{
    display: none;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.pagebox .wrap{
    width:500px;
    height:290px;
    background: #ffffff;
    border-radius: 20px;
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);

}
.pagebox .one{
    text-align: center;
    font-size: 30px;
    line-height: 90px;
    height:90px;
    font-weight: 500;
}
.pagebox .tit{
    display: block;
    text-align: center;
    font-size:24px;
    line-height: 68px;
    height:68px;
    margin-bottom:20px;
}
.pagebox .button{
    text-align: center;
}
.pagebox .button a{
    float: left;
    box-sizing: border-box;
    width:180px;
    height:56px;
    line-height: 56px;
    text-align: center;
    border: 1px solid #707070;
    border-radius: 30px;
    font-size: 24px;
}
.pagebox .wait{
    margin-left:57px;
    margin-right:24px;
}
.pagebox a:nth-last-child(1){
    background: #FF3F37;
    color:#ffffff;
    border:0;
}
.pagelist .video_Select_C .VC_pre {
    background: #e24943;
}
.pagelist .video_Select_C .VC_next{
    background: #e24943;
}
.pagelist .video_Select_C span.cur{
    background: #e24943;
}