.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.shenglve {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}











