.reportList .report .box .more {
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
}
.reportList .report .box:hover .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  background: linear-gradient(1deg, rgba(0, 8, 37, 0.6) 0.22%, rgba(8, 17, 49, 0) 95.87%);
  width: 100%;
  height: 100%;
}
.reportList .report .box:hover .more {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

/*# sourceMappingURL=report.css.map */
