.row-warp[data-v-2de7c7c0] {
  display: flex;
}
.row-warp .left[data-v-2de7c7c0] {
  width: 200px;
  margin-right: 10px;
}
.row-warp .left .border[data-v-2de7c7c0] {
  border: 1px solid #e1e1e1;
  text-align: center;
}
.row-warp .left .border .title[data-v-2de7c7c0] {
  font-size: 16px;
  color: #000;
  border-bottom: 2px solid #2eabff;
  padding: 15px 0;
}
.row-warp .left .border .item[data-v-2de7c7c0] {
  cursor: pointer;
  font-size: 12px;
  padding: 15px 0;
  color: #000;
  border-bottom: 1px solid #e1e1e1;
}
.row-warp .left .border .item[data-v-2de7c7c0]:last-child {
  border: none;
}
.row-warp .left .border .item.active[data-v-2de7c7c0] {
  color: #2eabff;
}
.row-warp .right[data-v-2de7c7c0] {
  width: calc(100% - 210px);
}
.row-warp .right .title[data-v-2de7c7c0] {
  padding: 15px 0;
  color: #000;
  font-size: 16px;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.row-warp .right .title[data-v-2de7c7c0]:before {
  content: "";
  height: 2px;
  background: #2eabff;
  width: 63px;
  bottom: -1px;
  left: 0;
  position: absolute;
}
.row-warp .right .list-bar .list-item[data-v-2de7c7c0] {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed #d9d9d9;
  cursor: pointer;
}
.row-warp .right .list-bar .list-item .name[data-v-2de7c7c0] {
  width: calc(100% - 100px);
  padding-right: 15px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.87);
}
.row-warp .right .list-bar .list-item .name img[data-v-2de7c7c0] {
  position: relative;
  top: -1px;
}
.row-warp .right .list-bar .list-item .time[data-v-2de7c7c0] {
  width: 100px;
  color: #999;
  font-size: 14px;
  text-align: right;
}

