body {
  padding-top: 1rem;
  padding-bottom: 3.5rem;
}
.list {
  padding: 0 0.5rem;
}
.item {
  background-color: #fff;
  border-radius: 5px;
  padding: 0.8rem 1rem;
  margin-bottom: 0.4rem;
}
.item .top {
  height: 2rem;
  border-bottom: 1px solid rgba(16, 16, 16, 0.08);
  padding-bottom: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item .top .title {
  font-weight: 400;
  font-size: 0.9333rem;
  color: #333333;
  display: flex;
  align-items: center;
}
.item .top .title .iconfont {
  color: #e66640;
}
.item .top .time {
  font-weight: 400;
  font-size: 0.8667rem;
  color: #444444;
}
.item .bottom {
  display: flex;
  align-items: center;
  padding-top: 0.8rem;
}
.item .bottom .desc {
  font-weight: 400;
  font-size: 0.9333rem;
  color: #656565;
}
