.hot_info{
        .hot_tab{
            width: 690rpx;
            height: 190rpx;
            margin-left: 30rpx;
            border-bottom: 1rpx solid #e2e2e2;
            display: flex;
            .hot_left{
                .title{
                font-size: 30rpx;
                width: 470rpx;
                margin: 23rpx 0;
                display: -webkit-box;
                word-break: break-all;
                -webkit-box-orient:vertical;
                -webkit-line-clamp:2;
                overflow: hidden;
                text-overflow: ellipsis;
                }
                .date{
                    font-size: 24rpx;
                    color: #999;
                }
            }
            .image{
                width: 200rpx;
                height: 150rpx;
                border-radius: 12rpx;
                margin: 20rpx 0 0 30rpx;
            }
        }
    }