.info-list {
  background: url("/images/list-icon.png") no-repeat left center;
}
.info-list > a {
  display: flex;
  justify-content: space-between;
  height: 46px;
  padding-left: 25px;
  line-height: 45px;
  border-bottom: 1px solid #e6e6e6;
  transition: border-color 0.3s;
}
.info-list > a:hover {
  color: #1f6de8;
  border-color: #1f6de8;
}
.info-list > a:hover .info-date {
  color: #1f6de8;
}
.info-date {
  white-space: nowrap;
  text-align: right;
  color: #999;
}
.info-text {
  flex: 1;
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}