﻿.banner {
  margin-top: 136px;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.banner .text .con h2 {
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45);
}
.banner .text .con p {
  color: #fff;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.45);
  margin-top: 10px;
}
.report-con {
  background: #f9f9f9;
  padding-top: 40px;
}
.report-con .con > ul li {
  background: #ffffff;
  box-shadow: 3px 9px 70px 0px rgba(29, 30, 31, 0.06);
  margin-top: 20px;
}
.report-con .con > ul li a {
  display: block;
  padding: 30px 38px;
}
.report-con .con > ul li h3 {
  float: left;
  width: 14%;
  color: #1c8d3f;
}
.report-con .con > ul li h2 {
  float: left;
  width: 80%;
  color: #333333;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  position: relative;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.report-con .con > ul li span {
  float: right;
  width: auto;
  font-size: 22px;
  line-height: 1;
  color: #bbb;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.report-con .con > ul li:hover h2 {
  color: #1c8d3f;
  left: 10px;
}
.report-con .con > ul li:hover span {
  color: #1c8d3f;
}
@media screen and (max-width: 1440px) {
  .banner {
    margin-top: 116px;
  }
  .report-con .con > ul li a {
    padding: 24px 30px;
  }
}
@media screen and (max-width: 1199px) {
  .banner {
    margin-top: 86px;
  }
}
@media screen and (max-width: 1024px) {
  .report-con {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .banner .text .con h2 {
    font-size: 20px;
  }
  .banner .text .con p {
    margin-top: 4px;
  }
  .report-con {
    padding-top: 0;
  }
  .report-con .con > ul li a {
    padding: 20px;
  }
  .report-con .con > ul li h3 {
    width: 100%;
  }
  .report-con .con > ul li h2 {
    width: 100%;
    margin: 10px 0;
  }
  .report-con .con > ul li span {
    width: 100%;
  }
}
/*# sourceMappingURL=news_report.css.map */