.container {
  max-width: 1900px;
  margin: 0 auto;
  background: url(https://nfcms-mainsiteoss.southcn.com/news/__tpl_asset/zt/img/gdmtshzr20250729_bg.jpg) center / 100% no-repeat;
}
.report-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.report-list .report-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 20px 0px 20px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
.report-list .report-item > :hover {
  color: #c8161d;
}
