.channel-org-box {
    padding: 0.4rem 0.7rem 0.72rem 0.7rem;
}

.channel-detail-title {
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 0.32rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    line-height: 0.48rem;
}


.channel-detail-des {
    margin-top: 0.32rem;
    margin-bottom: 0.32rem;
    color: rgba(102, 102, 102, 1);
    font-size: 0.2rem;
    font-family: PingFangSC-Regular;
    line-height: 0.28rem;
}

.channel-detail-imgDes {
    margin-top: 0.16rem;
    margin-bottom: 0.32rem;
    color: rgba(153, 153, 153, 1);
    font-size: 0.2rem;
    font-family: PingFangSC-Regular;
    line-height: 0.28rem;
}

.channel-detail-img {
    width: 11.2rem;
    height: 6.3rem;
}
.channel-detail-owner {
    width: 100%;
    color: rgba(102, 102, 102, 1);
    font-size: 0.2rem;
    font-family: PingFangSC-Regular;
    text-align: right;
    line-height: 0.28rem;
}
.icon-col {
    margin-top: 0.32rem;
    margin-bottom: 0.4rem;
}

.icon_org {
    width: 2.05rem;
    height: 0.28rem;
}

.org-title {
    color: rgba(153, 25, 23, 1);
    font-size: 0.24rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    margin-left: 0.24rem;
    margin-right: 0.24rem;
}
.org-col{
    /* width: 10.92rem; */
}
.org-item{
    margin-left: 0.24rem;
    margin-right: 0.24rem;
    margin-bottom: 0.48rem;
}
.image_org{
    display: block;
    width: 1.8rem;
    height: 2.4rem;
}

.org-text-cover {
    position: relative;
    height: 0.64rem;
    width: 1.8rem;
    background: linear-gradient( 180deg, rgba(183,36,36,0.3) 0%, rgba(220,73,73,0) 100%);
  }

  .org-text {
    color: rgba(51, 51, 51, 1);
    font-size: 0.24rem;
    font-family: PingFangSC-Regular;
    line-height: 0.64rem;
  }

  .text-group {
    margin-top: 0.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .text-group-label {
    color: rgba(153, 25, 23, 1);
    font-size: 0.24rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    line-height: 0.44rem;
  }

  .text-group-des {
    color: rgba(51, 51, 51, 1);
    font-size: 0.24rem;
    font-family: PingFangSC-Regular;
    line-height: 0.33rem;
    margin-top: 0.16rem;
  }
