.report-container {
  margin-top: 20px;
}

.report-container .report-list .item {
  margin-top: 20px;
  display: block;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  padding: 20px;
}

.report-container .report-list .item .item-header {
  overflow: hidden;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}

.report-container .report-list .item .item-header .title {
  float: left;
  font-size: 18px;
  font-weight: 600;
  color: #3e8cc6;
}

.report-container .report-list .item .item-header .time {
  float: right;
  font-weight: 600;
  color: #797979;
}

.report-container .report-list .item .profile {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 600;
  color: #7e7e7e;
}
