.refList {
  >div {
    // border-bottom: solid 1PX;
    // border-color: #DDD!important;
    margin: 10px 0;
    font-size: 15px;
    color: #000;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    max-width: 90%;

    >div {
      width: 300px;
      text-align: left;
      display: block;
      overflow: hidden;
      word-break: normal;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    &:first-child {
      border-color: #E6E6EB;
    }

    .icon-gouxuan {
      color: rgb(229, 6, 38);
    }

    .xuanzhe {
      float: right;
      fill: #3e90ec;
    }
  }
}