.hot-viedeo-width{
    width: 1318px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.hot-viedeo-item{
    width: 320px;
    margin: 0  59px;
    margin-bottom: 48px;
    transform: scale(1);
    cursor: pointer;
    transition: transform 0.2s linear;
}
.hot-viedeo-item:hover{
    transform: scale(1.1);
    transition: transform 0.2s linear;
}
.hot-viedeo-item img{
    width: 320px;
    height: 170px;
    overflow: hidden;
}
.hot-viedeo-item-bg{
    background: #f5f5f5;
    padding: 10px;
}
.hot-viedeo-item-title{
    color: #494949;
    font-size: 16px;
    text-align: center;
}
.hot-viedeo-item-title:hover{
    text-decoration: none;
    color: #494949;
}
.hot-viedeo-item-subtitle{
    text-align: center;
    color: #c1c1c1;
}
.hot-viedeo .news-list-pagination{
    margin-top: 0;
}
