.breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
  margin-top: -70px;
}
.breadcrumbs img {
  margin-right: 10px;
}
.breadcrumbs a {
  color: #333;
}
.breadcrumbs a:hover {
  color: #24986b;
}
.statistics {
  margin-top: 20px;
  padding: 0 20px;
}
.statistics .head {
  height: 80px;
  background: url(../images/bg_leader_line.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 15px;
  font-size: 32px;
  padding-left: 15px;
}
.statistics .inner {
  flex-direction: column;
  margin-top: 20px;
}
.statistics .inner .side {
  width: 100%;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
}
.statistics .inner .side li {
  width: 33.33%;
  height: 70px;
  font-size: 24px;
}
.statistics .inner .content {
  height: 350px;
  margin-top: 15px;
  padding: 10px;
}
.info {
  margin-top: 30px;
  padding: 0 20px;
}
.info .head {
  height: 80px;
  background: url(../images/data_bg_line.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 15px;
  font-size: 32px;
  padding-left: 15px;
}
.info .head .more {
  font-size: 22px;
}
.info .list li {
  width: 100%;
  padding-left: 20px;
  line-height: 56px;
}
.info .list li a {
  font-size: 22px;
}
.info .list li a span:first-child {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
.info .list li a span:last-child {
  font-size: 20px;
}
.gongbao {
  display: flex;
  align-items: center;
  height: 248px;
  background-color: rgba(244, 250, 247, 0.46);
  margin-top: 50px;
  padding-left: 45px;
  margin-bottom: 50px;
}
.gongbao .inner {
  position: relative;
  flex: 1;
}
.gongbao .inner .swiper {
  width: 380px;
  height: 143px;
  overflow: hidden;
}
.gongbao .inner .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #d1faf2 0%, #d0f5da 100%);
}
.gongbao .inner .swiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.gongbao .inner .swiper .swiper-slide a h3 {
  font-size: 24px;
  color: #24986b;
  font-weight: 700;
}
.gongbao .inner .swiper .swiper-slide a p {
  font-size: 18px;
  color: #2c2c2c;
}
.gongbao .inner .swiper-button-next {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #24986b;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.gongbao .inner .swiper-button-prev {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #24986b;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.gongbao .inner .swiper-button-next:after,
.gongbao .inner .swiper-button-prev:after {
  font-size: 14px;
}
