.article-card.custom {
  display: flex;
  width: 500px;
}

.article-card.custom > div {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  padding-left: 10px;
}

.article-card-top {
  display: flex;
  height: 100%;
}

.article-card-top .list {
  width: 190px;
}

.article-common .div div {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #606266;
  font-weight: 300;
}

.article-common .ctn-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article-common .ctn-data .title {
  display: inline-block;
  width: calc(100% - 158px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.article-common .ctn-data .time {
  display: inline-block;
  width: 158px;
}
