.ReportList {
  display: flex;
  justify-content: flex-start;
  padding: 12px 14px;

  .report_Image {
    width: 86px;
    height: 64px;

    Image {
      width: 100%;
      height: 100%;
    }
  }

  .report_desc {
    flex: 1;
    margin-left: 8px;

    .desc_title {
      font-size: 14px;
      font-family: PingFangSC, PingFangSC-Regular;
      font-weight: 400;
      text-align: left;
      color: #333333;
      line-height: 20px;
      letter-spacing: 0px;
      height: 40px;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      overflow: hidden;
      /* autoprefixer: ignore next */
      -webkit-box-orient: vertical;
      word-break: break-word;
      margin-bottom: 11px;
    }

    .desc_time {
      display: flex;
      justify-content: space-between;

      Text {
        font-size: 12px;
        font-family: PingFangSC, PingFangSC-Regular;
        font-weight: 400;
        text-align: left;
        color: #666666;
        line-height: 12px;
        letter-spacing: 0px;
        width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 150px;
      }

      Text:last-child {
        text-align: right;
        width: 100px;
      }
    }
  }
}

.hasbottomBorder {
  border-bottom: 1px solid #f2f2f2;
}
