.MediaReport {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.MediaReport .MediaReportList {
  width: 1400px;
  margin: 16px 0;
}
.MediaReport .MediaReportList .MediaReportItem:hover {
  background: rgba(9, 146, 90, 0.1);
  backdrop-filter: blur(5px);
}
.MediaReport .MediaReportList .MediaReportItem {
  width: 1267px;
  height: 100px;
  background: #FFFFFF;
  margin-bottom: 10px;
  padding: 51px 72px 48px 61px;
  display: flex;
  cursor: pointer;
}
.MediaReport .MediaReportList .MediaReportItem .ItemLeft {
  width: 68px;
  height: 98px;
}
.MediaReport .MediaReportList .MediaReportItem .ItemLeft .leftDateDay {
  width: 67px;
  height: 58px;
  font-family: AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 49px;
  color: #2C2C2C;
  line-height: 68px;
  letter-spacing: 4px;
  text-align: left;
  font-style: normal;
  margin-bottom: 20px;
}
.MediaReport .MediaReportList .MediaReportItem .ItemLeft .dateMonth {
  width: 68px;
  height: 20px;
  font-family: PingFang;
  font-weight: 400;
  font-size: 14px;
  color: #2C2C2C;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
}
.MediaReport .MediaReportList .MediaReportItem .border {
  height: 100px;
  border: 1px solid #979797;
  opacity: 0.42;
  margin: 0 60px 0 40px;
}
.MediaReport .MediaReportList .MediaReportItem .fixedWidth {
  min-width: 170px;
  max-width: 170px;
  box-sizing: border-box;
  margin-right: 36px;
}
.MediaReport .MediaReportList .MediaReportItem .ItemImg {
  max-width: 170px;
  width: 170px;
  height: 100px;
}
.MediaReport .MediaReportList .MediaReportItem .article .articleTitle {
  font-family: PingFangSC;
  font-weight: 500;
  font-size: 24px;
  color: #09925A;
  line-height: 35px;
  letter-spacing: 2px;
  text-align: left;
  font-style: normal;
  margin-bottom: 17px;
}
.MediaReport .MediaReportList .MediaReportItem .article .articleContent {
  height: 54px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #606060;
  line-height: 27px;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
}
.MediaReport .paginationReport {
  margin: 64px 0 160px;
  display: flex;
  align-items: center;
}
.MediaReport .paginationReport .leftReport,
.MediaReport .paginationReport .rightReport {
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.MediaReport .paginationReport .leftReport img,
.MediaReport .paginationReport .rightReport img {
  width: 32px;
  height: 32px;
  opacity: 0.65;
}
.MediaReport .paginationReport .paginationListReport {
  margin-left: 8px;
  display: flex;
  align-items: center;
}
.MediaReport .paginationReport .paginationListReport .paginationItemReport {
  margin-right: 8px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  color: #000000A6;
}
.MediaReport .paginationReport .paginationListReport .pagingActiveReport {
  background: #09925A !important;
  color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0);
}
.GroupReportShow {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.GroupReportShow .articleDetailsReport {
  width: 1400px;
  background: #FFFFFF;
  margin: 16px 0 84px 0;
}
.GroupReportShow .articleDetailsReport .titleImg {
  width: 198px;
  height: 34px;
  margin: 40px 0 0 40px;
}
.GroupReportShow .articleDetailsReport .articleDetailsContent {
  margin: 26px 157px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;

}
.GroupReportShow .articleDetailsReport .articleDetailsContent .articleContentTitle {
  font-weight: 600;
  font-size: 30px;
  color: #000000;
  line-height: 42px;
  letter-spacing: 1px;
  text-align: center;
  font-style: normal;
}
.GroupReportShow .articleDetailsReport .articleDetailsContent .source {
  font-weight: 400;
  font-size: 14px;
  color: #575757;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  margin: 20px 0 40px 0;
}
.GroupReportShow .articleDetailsReport .articleDetailsContent .mainBody {
  font-weight: 400;
  font-size: 18px;
  color: #303030;
  line-height: 36px;
  text-align: justify;
  font-style: normal;
}
.GroupReportShow .articleDetailsReport .articleDetailsContent .mainBody img {
  width: 100%;
}
.GroupReportShow .articleDetailsReport .pageTurning {
  font-size: 14px;
  margin: 60px 156px 68px 156px;
}
.GroupReportShow .articleDetailsReport .prevArticle,
.GroupReportShow .articleDetailsReport .nextArticle {
  display: flex;
  color: #545454;
  cursor: pointer;
  overflow: hidden;
}
.GroupReportShow .articleDetailsReport .prevArticle {
  justify-content: flex-start;
  margin-bottom: 10px;
}
.GroupReportShow .articleDetailsReport .leftPage {
  transform: rotate(180deg);
}
.GroupReportShow .articleDetailsReport img {
  /*width: 16px;*/
  /*height: 16px;*/
  margin: 0 5px;
  margin-top: 3px;
}
.GroupReportShow .articleDetailsReport .pageTurningTitle {
  color: #09925A;
}
