.time.H-1fqe1uh {
    margin-right: 24px;
    border-right: 1px solid var(--BD);
    width: 70px;
  }
  .ool.H-1fqe1uh {
    letter-spacing: 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
  h3.H-1fqe1uh {
    -webkit-line-clamp: 2; /*要显示的行数*/
  }
  .desc.H-1fqe1uh {
    color: #808080;
    font-size: 16px;
    line-height: 26px;
    -webkit-line-clamp: 2; /*要显示的行数*/
  }
  @media screen and (max-width: 640px) {
    .time.H-1fqe1uh {
      margin-right: 16px;
      width: 60px;
    }
  }