.columnTitle {
  padding-top: 120px;
  font-size: 32px;
  color: #f1882f;
}

.report-wrap {
  padding: 70px 0 80px;
}

.report-wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 40px;
}

.report-wrap ul li {
  margin-bottom: 40px;
  width: 42%;
  border: 1px solid #f1882f;
  border-radius: 28px 0 28px 0;
  padding: 20px 25px;
  display: flex;
}

.report-wrap ul li .pic {
  flex: none;
  width: 160px;
  height: 217px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.report-wrap ul li .text {
  flex: auto;
  margin-left: 32px;
}

.report-wrap ul li .text .title {
  margin-top: 5px;
  color: #000000;
  letter-spacing: 0;
  line-height: 26px;
}

.report-wrap ul li .text .title .year {
  font-size: 26px;
}

.report-wrap ul li .text .title p {
  margin-top: 10px;
  font-size: 22px;
}

.report-wrap ul li .text .title a {
  display: block;
  color: #000000;
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.2;
}

.report-wrap ul li .text .divider {
  margin: 20px 0;
  width: 100%;
  height: 2px;
  background-color: #f1882f;
  opacity: 0.4;
}

.report-wrap ul li .text .download span {
  display: inline-block;
  font-size: 12px;
  color: #000000;
  vertical-align: text-top;
}

@media screen and (max-width: 910px) {
  .report-wrap {
    padding: 30px 0;
  }
  .report-wrap ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .report-wrap ul li .pic {
    width: 100px;
    height: 135px;
  }
  .report-wrap ul li .text {
    margin-left: 16px;
  }
  .report-wrap ul li .text .title {
    margin-top: 18px;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 15px;
  }
  .report-wrap ul li .text .title p {
    margin-top: 15px;
  }
  .report-wrap ul li .text .title p + P {
    line-height: 1.4;
  }
  .report-wrap ul li .text .divider {
    margin: 0;
  }
  .report-wrap ul li .text .download {
    display: block;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .report-wrap ul {
    margin: 0 20px;
  }
  .report-wrap ul li {
    width: 100%;
  }
  .report-wrap ul li .text .title .year {
    font-size: 16px;
  }
  .report-wrap ul li .text .title a {
    font-size: 16px;
  }
}
