.content-area{
    background-image: url('../../images/pc/common/content-bg.png');
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
}
.content{
    width: 1300px;
    margin: 0 auto;
    
}

.classify-area {
    padding-top: 40px;
}
.classify-area .item{
    cursor:pointer;
    padding: 15px 30px;
    background: white;
    border-radius: 10px;
    font-size: 16px;
    margin-right: 20px;
    margin-bottom: 40px;
}

.classify-area .item:last-child{
    margin-right: 0 !important;
}
.classify-area .item:hover{
    color: white;
    background: #2471C4;
}
.classify-area .item.select{
    color: white;
    background: #2471C4;
}


.video-lists-area{
    display: grid;
    gap: 30px;
    margin-bottom: 60px;
    grid-template-columns: repeat(4,1fr);
}
.video-lists-area .item {
    width: 100%;
    background: white;    
}
.video-lists-area .item .cover-area{
    position: relative;
}

.video-lists-area .item .cover-area:hover::before{
    content: ' ';
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    background: url('../../images/pc/video_lists/icon.png') no-repeat;
    background-size: 100% 100%;
}

.video-lists-area .item .cover-area .cover{
    width: 100%;
    height: 400px;
    min-height: 100px;
}


.video-lists-area .item .information-area{
    padding: 15px 15px;
    font-size: 14px;
}
.video-lists-area .item .information-area .title{
    color: #333333;
    line-height: 1.4;
}

.video-lists-area .item .information-area .time{
    font-size: 12px;
    color: #999999;
    margin-top: 15px;
}


#laypage-area{
    text-align: center;
    margin: 50px auto;
}

.layui-laypage span,.layui-laypage a{
    color: #333333 !important;
    background: transparent !important;
}