.report-list {
  background: #FAFAFA;
  padding: 4.16667vw 3.125vw;
}
.report-list .list {
  position: relative;
  z-index: 1;
  padding: 1.51042vw 3.125vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.04167vw;
}
.report-list .list a {
  font-family: PingFangSC, PingFang SC;
  font-size: 1.04167vw;
  color: #393939;
  line-height: 2.1875vw;
  flex: 1;
}
.report-list .list .time {
  font-family: PingFangSC, PingFang SC;
  font-size: 1.04167vw;
  color: #696969;
  line-height: 2.1875vw;
}
.report-list .list:nth-child(2n-1) {
  background: #FFFFFF;
}
.report-list .pagination {
  margin-top: 4.16667vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) and (pointer: coarse) {
.mob--report-list {
    padding: 2.66667rem 1.33333rem;
}
.mob--report-list .list {
    padding: 1.46667rem 1.33333rem;
    gap: 1rem;
}
.mob--report-list .list a {
    font-size: 0.66667rem;
    line-height: 1.4rem;
}
.mob--report-list .list .time {
    font-size: 0.66667rem;
    line-height: 1.4rem;
}
.mob--report-list .pagination {
    margin-top: 2.66667rem;
}
}