.list-item {
  width: 100%;
  background: #ffffff;
  border-radius: 0.2rem;
  font-size: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem 0.3rem 0.39rem 0.3rem;
  position: relative;
  margin-bottom: 0.2rem;
}
.list-item .title {
  font-size: 0.28rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.2rem;
  line-height: 1;
}
.list-item .time {
  font-size: 0.24rem;
  font-weight: 400;
  color: #666666 !important;
  line-height: 1;
}
.list-item .status {
  position: absolute;
  right: 0.22rem;
  top: 0.42rem;
  font-size: 0.24rem;
  color: #666666;
  display: flex;
  align-items: center;
}
.list-item .summary {
  font-size: 0.24rem;
  color: #ff4e58;
  line-height: 1;
  margin-top: 0.2rem;
}
.null-tips {
  text-align: center;
  color: gray;
  font-size: 0.28rem;
}

