 .main{
            width: 1110px;
            margin: 0 auto;
        }
        .clearfix::after {
            clear: both;
            content: '';
            display: block;
            height: 0;
        }

        a, a:hover {
            text-decoration: none;
        }

        html,
        body {
            margin: 0;
            padding: 0;
        }
        
        .video-box{
            padding: 0 15px;
        }
        .video-box .title i {
            width: 10px;
            display: inline-block;
            height: 30px;
            background: url('https://www.forestry.gov.cn/r/cms/www/default/cftv/images/titbg.png') no-repeat;
            margin-right: 5px;
        }
        .video-box .title .videoListClass{
            color: #00AD73;
            font-size: 24px;
            font-weight: bold;
            vertical-align: top;
        }
        .video-box .list-box .list{
            padding-bottom: 20px;
        }
        .video-box .list-box .list .small-video {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0 0 6px rgb(0 0 0 / 11%);
            -moz-box-shadow: 0 0 6px rgb(0 0 0 / 11%);
            -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 11%);
            -o-box-shadow: 0 0 6px rgb(0 0 0 / 11%);
        }
        .video-box .list-box .list .small-video a{
            display: block;
        }
        .video-box .list-box .list .small-video a img{
            width: 100%;
        }
        .video-box .list-box .list .small-video a img:hover{
            transform: scale(1.05)
        }
        .video-box .list-box .list .small-video .content{
            color: #333;
            font-size: 16px;
            line-height: 50px;
            text-align: center;
        }
        .video-box .list-box .list .small-video .content a{
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .video-box .list-box .list .small-video .content a:hover{
            color: #00ad72;
        }




.container{
    width: 100%;
    max-width: 1110px;
}
.listBox{
    padding: 15px 0;
}
.listBox .box {
    padding: 15px 0; 
}
.listBox .list{
    box-shadow: 0 0 6px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0 0 6px rgb(0 0 0 / 11%);
    -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 11%);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    
}
.listBox .list .img{
    width: 100%;
    display: block;
    text-decoration: none;
}
.listBox .list .img img{
    width: 100%;
}
.listBox .list .content{
    color: #333;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    padding: 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    content: '\0020';
}

.pagination{ margin: 0 !important}