.title {
    font-size: 28px;
    font-weight: 600;
    color: #0D4D87;
    line-height: 40px;
}

.videos_content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 10px;
}

.video_item {
    width: 288px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 10px 12px;
}

.hot_video_a {
    width: 264px;
    height: 149px;
    margin-bottom: 13px;
}

.video_title {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
}

.time_img {
    width: 16px;
    height: 16px;
}

.zp_txt {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.time_txt {
    margin-left: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.zan_img {
    width: 15px;
    height: 16px;
    margin-right: 6px;
}

.ping_img {
    width: 16px;
    height: 16px;
    margin-left: 20px;
    margin-right: 6px;
}

.operate {
    margin-top: 6px;
}

.header_img {
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.firm_name {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-left: 8px;
}

.btn {
    font-size: 10px;
    font-weight: 400;
    color: #0D4D87;
    line-height: 14px;
    padding: 4px 11px;
    background: rgba(13, 77, 135, .1);
}

.header {
    margin-top: 11px;
}