@media only screen and (min-width: 320px) {
    .innovationReport {
      min-height: 200px;
    }
    .innovationReport .reportBox {
      display: flex;
      width: 95%;
      margin: 0 auto;
      justify-content: space-between;
      position: relative;
      z-index: 500;
    }
    .innovationReport .reportBox > .leftBox {
      height: 60px;
    }
    .innovationReport .reportBox > .leftBox > img {
      height: 60px;
    }
    .innovationReport .reportBox > .rightBox {
      height: 60px;
      margin-right: 5%;
    }
    .innovationReport .reportBox > .rightBox > img {
      height: 30px;
      margin-top: 30px;
    }
    .innovationReport .reportContentBox {
      width: 95%;
      margin: 40px auto;
      position: relative;
      z-index: 500;
    }
    .innovationReport .reportContentBox .reportSection {
      width: calc(100% - 40px);
      margin: 0 auto;
      background-image: url("../image/bg10.png");
      background-size: cover;
      background-repeat: no-repeat;
      padding: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .innovationReport .reportContentBox .reportSection  dl {
      width: 30%;
      margin: 20px 0;
    }
    .innovationReport .reportContentBox .reportSection  dl > dt > img {
      width: 100%;
    }
    .innovationReport .reportContentBox .reportSection  dl > dd > p {
      font-size: 12px;
      line-height: 20px;
    }
  }
  @media only screen and (min-width: 768px) {
    .innovationReport {
      min-height: 200px;
    }
    .innovationReport .reportBox {
      display: flex;
      width: 90%;
      margin: 0 auto;
      justify-content: space-between;
      position: relative;
      z-index: 500;
    }
    .innovationReport .reportBox > .leftBox {
      height: 100px;
    }
    .innovationReport .reportBox > .leftBox > img {
      height: 100px;
    }
    .innovationReport .reportBox > .rightBox {
      height: 100px;
      margin-right: 5%;
    }
    .innovationReport .reportBox > .rightBox > img {
      height: 50px;
      margin-top: 50px;
    }
    .innovationReport .reportContentBox {
      width: 90%;
      margin: 40px auto;
      position: relative;
      z-index: 500;
    }
    .innovationReport .reportContentBox .reportSection {
      width: calc(100% - 40px);
      margin: 0 auto;
      background-image: url("../image/bg10.png");
      background-size: cover;
      background-repeat: no-repeat;
      padding: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .innovationReport .reportContentBox .reportSection  dl {
      width: 30%;
      margin: 20px 0;
    }
    .innovationReport .reportContentBox .reportSection  dl > dt > img {
      width: 100%;
    }
    .innovationReport .reportContentBox .reportSection  dl > dd > p {
      font-size: 14px;
      line-height: 20px;
    }
  }
  @media only screen and (min-width: 1024px) {
    .innovationReport {
      min-height: 800px;
    }
    .innovationReport .reportBox {
      display: flex;
      width: 80%;
      margin: 0 auto;
      justify-content: space-between;
      position: relative;
      z-index: 500;
    }
    .innovationReport .reportBox > .leftBox {
      height: 120px;
    }
    .innovationReport .reportBox > .leftBox > img {
      height: 120px;
    }
    .innovationReport .reportBox > .rightBox {
      height: 120px;
      margin-right: 5%;
    }
    .innovationReport .reportBox > .rightBox > img {
      height: 60px;
      margin-top: 60px;
    }
    .innovationReport .reportContentBox {
      width: 80%;
      margin: 40px auto;
      position: relative;
      z-index: 500;
    }
    .innovationReport .reportContentBox .reportSection {
      width: calc(90% - 40px);
      margin: 0 auto;
      background-image: url("../image/bg10.png");
      background-size: cover;
      background-repeat: no-repeat;
      padding: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .innovationReport .reportContentBox .reportSection  dl {
      width: 30%;
      margin: 20px 0;
    }
    .innovationReport .reportContentBox .reportSection  dl > dt > img {
      width: 100%;
    }
    .innovationReport .reportContentBox .reportSection  dl > dd > p {
      font-size: 14px;
      line-height: 25px;
    }
  }