.subChannelHeader {
    width: 100%;
    padding: 14px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subChannelHeaderTitle {
    height: 22px;
    line-height: 22px;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #333;
    font-style: normal;
}

.subChannelHeaderTitleBig {
font-size: 20px;
}

.subChannelHeaderMore {
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #959595;
    text-align: right;
    font-style: normal;
}