.channel-right-slide{

}

.channel-right-slide-box{
    
}
.channel-right-slide-box h4{
    font-size: 18px;
    /* font-family: PingFangSC, PingFang SC; */
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    margin-top: 16px;
}

/* dashed  */
.channel-right-slide-box_line{
    width: 100%;
    height: 1px;
    /* border: 1px dashed #CCCCCC;  */
    margin-top: 16px;

    border-top: 1px dashed #CCCCCC;

}


@media (max-width:1199px) {
    .channel-right-slide-box{
        width: 100%;
        margin-top: .426667rem;
        display: flex;
    }
    .channel-right-slide-box .img{
        width: 2.933333rem;
        height: 1.92rem;
        object-fit: cover;
        max-width: unset;
    
    }
    .channel-right-slide-box h4{
        font-size: .426667rem;
        font-weight: 400;
        color: #222222;
        line-height: .64rem;
        margin-top: 0rem;
    }
    .channel-right-slide-box  .tag{
        margin-top: 0rem;
        font-size: 0;
        height: .426667rem;

    
    }
    .h5-channal-right-slder-r{
        margin-left: .213333rem;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        
    }

    /* .h-tag-style{
        font-size: .266667rem;
        font-weight: 400;
        color: #E00000;
        background: rgba(165,0,0,0.08);
        padding: .0rem .16rem;
        line-height: .426667rem;
        margin-right: .213333rem;
      } */

}


