.video-moudle{
    padding-bottom: 100px;
}
.video-moudle-header {
    /*width: 100%;*/
    height: 200px;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid transparent;
    background: url("/home/images/video-bg.png")no-repeat 50%/auto 100%,linear-gradient(#fcf6f0,#fcf6f0);
}
.video-moudle-header div{
    color: #7a7a7a;
}
.video-moudle-header h1{
    margin-top: 70px;
    margin-bottom: 20px;
    color: #0C0C0C;
    font-weight: 600;
    font-size: 24px;
}
.notice-moudle-header  span{
    color: #7a7a7a;
    font-size: 14px;
}
.video-list-item{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}
.video-item{
    width: 33.3%;
    margin-bottom: 20px;
    cursor: pointer;
}
.video-item a {
    text-decoration: none;
    color: #000;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/

}
.video-item-main {
    width: 300px;
    height: 270px;
    border: 1px solid #eeeff0;
    /*background: #f5f5f5;*/
    border-top: 0;
    border-radius: 5px;
}
.video-item-main:hover{
    box-shadow: 8px 8px 32px rgb(0 0 0 / 10%)
}
.video-item-videobox {
    width: 298x;
    height: 150px;
    /*background: purple;*/
}
.video-item-videobox img {
    width: 100%;
    height: 100%;
}
.video-item-title {
    font-size: 20px;
    margin: 20px 0;
    text-indent: 10px;
}
.video-item-time {
    font-size: 14px;
    text-indent: 10px;
    color: #7a7a7a;
}
