.channel-container {
  width: calc(100vw - 720px);
  margin: 0 auto;
  padding-top: 24px;
}

  .channel-container .title {
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #304265;
    line-height: 47px;
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .channel-container a {
    display: block;
    width: max-content;
  }

    .channel-container .channel-sub-item {
      font-size: 16px;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #304265;
      line-height: 26px;
      list-style: disc inside;
      margin: 0px 0px 10px 0px;
      width: max-content;
    }

    .channel-container .channel-sub-item:hover {
      color: #107fff;
    }

@media screen and (max-width: 1200px) {
  .channel-container {
    width: 100%;
    padding: 16px;
  }
}