.report-card .card-content {
  padding: 12px 0;
}
.report-card .list .item {
  color: #39435A;
  padding: 12px 0;
  cursor: pointer;
}
.report-card .list .item:hover {
  color: #1259F0;
}
.report-card .list .item a {
  display: block;
  width: 100%;
  line-height: 24px;
  font-size: 14px;
  padding-left: 18px;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.report-card .list .item a::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #D2D5E3;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 10px;
}
.report-card .list .item .time {
  line-height: 16px;
  font-size: 12px;
  color: #777E8E;
  padding-left: 18px;
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.report-card .list .item .time .page {
  margin-left: 16px;
  position: relative;
}
.report-card .list .item .time .page::before {
  content: '';
  width: 1px;
  height: 8px;
  background: #EDEEF2;
  position: absolute;
  left: -8px;
  top: 5px;
}
