.list {
  margin: 0.15625rem;
  padding-bottom: 0.05208333rem;
  border-bottom: solid 1px #eee;
}
.list:last-of-type {
  border-bottom: none;
}
.list li {
  width: 100%;
  margin: 0 0 0.10416667rem 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.list li:hover {
  background-color: #E8E8E8;
  animation: 0.15s forwards info-item-in;
}
.list li .article-date {
  font-size: 0;
  margin: 0.18229167rem 0 0 0;
}
.list li .article-date em:nth-of-type(1) {
  display: inline-block;
  width: 0.41666667rem;
  font-size: 0.3125rem;
  color: #3C424C;
  position: relative;
}
.list li .article-date em:nth-of-type(1)::after {
  content: '';
  height: 0.3125rem;
  width: 0.00520833rem;
  background: #f3f3f3;
  position: absolute;
  right: 0;
  top: 0;
}
.list li .article-date em:nth-of-type(2) {
  display: inline-block;
  width: 0.453125rem;
  margin: 0 0 0 0.0625rem;
}
.list li .article-date em:nth-of-type(2) span {
  display: block;
  line-height: 0.15625rem;
  font-size: 0.08333333rem;
  color: #9FA0A5;
}
.list li .article-img {
  width: 2.34375rem;
  height: 1.25rem;
  margin: 0 0 0 0.05208333rem;
}
.list li .article-img img {
  width: 2.34375rem;
  height: 1.25rem;
}
.list li .article-title {
  width: 3.54166667rem;
  margin: 0 0 0 0.15625rem;
  padding: 0.18229167rem 0 0 0;
}
.list li .article-title title {
  display: block;
  font-size: 0.14583333rem;
  color: #14181D;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list li .article-title article {
  width: 3.54166667rem;
  line-height: 0.13020833rem;
  font-size: 0.08333333rem;
  color: #9FA0A5;
  margin: 0.18229167rem 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list li .details {
  margin: 0.18229167rem 0 0 0;
}
.list li .details img {
  width: 0.17708333rem;
  height: 0.09375rem;
}
/*# sourceMappingURL=list.css.map */