.statistics {
  padding-top: 40px;
}
.statistics .statistics_title a {
  display: block;
  text-align: center;
}
.statistics .statistics_title a img {
  width: 100%;
  vertical-align: top;
}
.statistics .statistics_data {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.statistics .statistics_data .statistics_data_item {
  width: 622px;
  border: 1px solid #70bcf5;
}
.statistics .statistics_data .statistics_data_item .statistics_data_pic {
  height: 90px;
  background: url(../images/statistics_data_bg.png) no-repeat top;
  background-size: 100% 100%;
}
.statistics .statistics_data .statistics_data_item ul {
  padding: 35px 25px 0px;
}
.statistics .statistics_data .statistics_data_item ul li a:hover .statistics_data_top p {
  color: #015293;
}
.statistics .statistics_data .statistics_data_item ul .statistics_data_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.statistics .statistics_data .statistics_data_item ul .statistics_data_top p {
  font-size: 18px;
  color: #333;
}
.statistics .statistics_data .statistics_data_item ul .statistics_data_top span {
  width: 90px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #015293;
  background-color: #eaf4ff;
  border-radius: 4px;
}
.statistics .statistics_data .statistics_data_item ul .statistics_data_bottom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.statistics .statistics_data .statistics_data_item ul .statistics_data_bottom span {
  font-size: 16px;
  color: #666;
}
.statistics .statistics_data .statistics_data_item ul .statistics_data_bottom time {
  font-size: 16px;
  color: #999;
}
.statistics .statistics_pt {
  margin: 70px 0 40px;
}
.statistics .statistics_pt a {
  display: block;
}
.statistics .statistics_pt a img {
  width: 100%;
  vertical-align: top;
}
.statistics .statistics_fx ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.statistics .statistics_fx ul li {
  width: 48%;
  padding: 30px;
  background-color: #f7fbff;
  margin-top: 30px;
  transition: all 0.3s;
}
.statistics .statistics_fx ul li:hover {
  transform: translateY(-3px);
}
.statistics .statistics_fx ul li:hover .statistics_fx_top span {
  color: #015293;
}
.statistics .statistics_fx ul li .statistics_fx_top {
  display: flex;
  justify-content: space-between;
}
.statistics .statistics_fx ul li .statistics_fx_top span {
  font-size: 20px;
  color: #333;
  position: relative;
}
.statistics .statistics_fx ul li .statistics_fx_top span::before {
  position: absolute;
  top: 6px;
  left: -10px;
  content: '';
  width: 3px;
  height: 18px;
  background-color: #ff6d00;
}
.statistics .statistics_fx ul li .statistics_fx_top time {
  font-size: 16px;
  color: #999;
}
.statistics .statistics_fx ul li .statistics_fx_info {
  margin-top: 20px;
  font-size: 18px;
  color: #666;
  line-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.statistics .statistics_ad {
  margin: 52px 0 58px;
}
.statistics .statistics_ad a {
  display: block;
}
.statistics .statistics_ad a img {
  width: 100%;
  vertical-align: top;
}
.statistics .statistics_gb {
  padding: 38px 0 38px 65px;
  background: url(../images/statistics_gb.png) no-repeat left;
  background-size: auto 100%;
  margin-bottom: 40px;
}
.statistics .statistics_gb ul {
  border: 1px solid #70bcf5;
  background-color: #fff;
  border-left: none;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.statistics .statistics_gb ul::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -23px;
  width: 23px;
  height: 46px;
  background: url(../images/statistics_arrow.png) no-repeat;
  background-size: cover;
}
.statistics .statistics_gb ul li {
  width: 48%;
  padding: 20px 0 20px 10px;
  border-bottom: 1px solid #ddd;
  margin: 14px 0 10px;
}
.statistics .statistics_gb ul li:nth-of-type(5) {
  border: none;
}
.statistics .statistics_gb ul li:nth-of-type(6) {
  border: none;
}
.statistics .statistics_gb ul li a {
  display: flex;
  justify-content: space-between;
}
.statistics .statistics_gb ul li a:hover p {
  color: #015293;
}
.statistics .statistics_gb ul li a p {
  font-size: 18px;
  color: #333;
  position: relative;
}
.statistics .statistics_gb ul li a p::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 12px;
  width: 4px;
  height: 4px;
  background-color: #015293;
}
.statistics .statistics_gb ul li a span {
  font-size: 16px;
  color: #999;
}
