._list {
  line-height: 1;
}
._list .item {
  display: flex;
  align-items: center;
  padding: 0.32rem 0;
  cursor: pointer;
}
._list .item:first-child {
  border-top-width: 0;
}
._list .item .title {
  flex: 1;
  font-size: 0.23rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._list .item .time {
  flex: 0 0 auto;
  margin-left: 0.2rem;
  font-size: 0.2rem;
  color: #999;
}
.special-column-item img {
  width: 100%;
  height: 130px;
}
