.list-wrap > .title {
  text-align: center;
  font-size: .7525rem;
  color: #666;
}

.list-wrap > ul > li {
  width: 100%;
  height: 2.8rem;
  box-sizing: border-box;
  padding: .25rem .43rem;
  border-bottom: .05rem solid #f0f0f0;
  letter-spacing: .02rem;
}
.list-wrap > ul > li:last-child {
  height: 2.5rem;
  border: 0;
}
.list-wrap > ul > li > a {
  width: 100%;
  height: 100%;
}
.list-wrap > ul > li > a > .title {
  display: block;
  width: 98%;
  font-size: .58rem;
  color: #333;
  float: left;
}
.list-wrap > ul > li > a > .intro {
  display: block;
  width: 98%;
  font-size: .48rem;
  color: #666;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  margin-top: .13rem;
  margin-bottom: .12rem;
}
.list-wrap > ul > li > a > .time {
  width: 20%;
  font-size: .44rem;
  color: #999;
  float: left;
  margin-top: .12rem;
}
.list-wrap > ul > li > a > .tip {
  width: 20%;
  font-size: .387rem;
  color: #999;
  float: left;
  margin-top: .06rem;
}
