.partner-list, .partner-list-X{
  background: rgb(240, 240, 245);
  position: fixed;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  .searchBar+div {
    flex: 1;
    overflow: hidden;
    height: calc(~'100% - 45px');
    >div.body {
      height: 100%;
      >div {
        height: 100%;
      }
    }
    .loading, .empty {
      height: 100%;
    }
  }
  .am-list-view-scrollview {
    height: 100%!important;
  }
  .am-list-footer {
    padding: 0!important;
    display: none!important;
  }
  .am-list-body {
    background: rgb(240, 240, 245);
    border: none!important;
  }
  .line-overflow-1 {
    display: block;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 8px;
  }

  .row {
    display: flex;
    padding:14px 0px 14px 16px;
    background: #FFF;
    min-height: 66px;
    box-sizing: border-box;

    .content {
      flex: 1;

      .content-name {
        font-size: 15px;
        color: #333;
        margin-bottom: 14px;
        font-weight: bold;
      }

      .content-abbName{
        margin-top: -5px;
        margin-bottom: 10px;
      }

      .content-contact {
        font-size: 13px;
        color: #333333;
        padding-bottom: 6px;

        display: flex;
        justify-content: space-between;
        align-items: center;
      }

      .content-address {
        font-size: 13px;
        color: #999999;
        width: 280px;
        
      }
    }

    .tel {
      // width: 30px;
      text-align: right;
      display: flex;
      flex-direction: column;
      justify-content: center;
      .tel-icon {
        color: #CECECE;
      }
      img{
        width: 20px;
        height: 20px;
        margin-right: 10px;
      }
    }
    .subInfos{
      display: flex;
      div{
        flex: 1;
        padding-top: 5px;
        .red{
          color: red;
        }
        span{
          font-size: 13px;
          color: #999999;
        }
        span:first-child{
          color: #666666;
        }
        
      }
    }
  }
}

.partner-list-X{
  .content-name{
    font-size: 20px !important;
  }
  .content-contact{
    font-size: 18px !important;
  }
}