.history-content-box {
  max-width: 1440px;
  margin: 0 auto;
  line-height: 1.5;
  margin-bottom: 80px;
}
.history-bottom-img-box {
  max-width: 1440px;
  margin: 0 auto;
  line-height: 0;
  position: relative;
}
.history-bottom-img-box img {
  width: 100%;
}
.history-bottom-img-box .top-data-box {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 65px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.history-bottom-img-box .top-data-box .data-item {
  padding: 0 40px;
  height: 100%;
  border-right: 1px solid #c7c7c7;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
.history-bottom-img-box .top-data-box .data-item .number-box {
  height: 40px;
  font-size: 14px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  position: relative;
  top: 20px;
}
.history-bottom-img-box .top-data-box .data-item .number-box span {
  font-size: 40px;
  color: #17469d;
}
.history-bottom-img-box .top-data-box .data-item .text-box {
  height: 20px;
  font-size: 16px;
  color: #767676;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .history-bottom-img-box .top-data-box {
    height: 65px;
  }
  .history-bottom-img-box .top-data-box .data-item {
    padding: 0 15px;
  }
  .history-bottom-img-box .top-data-box .data-item .number-box {
    height: 35px;
    font-size: 14px;
  }
  .history-bottom-img-box .top-data-box .data-item .number-box span {
    font-size: 35px;
  }
  .history-bottom-img-box .top-data-box .data-item .text-box {
    height: 20px;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .history-bottom-img-box .top-data-box {
    height: 45px;
  }
  .history-bottom-img-box .top-data-box .data-item {
    padding: 0 10px;
  }
  .history-bottom-img-box .top-data-box .data-item .number-box {
    height: 30px;
    font-size: 12px;
    top: 10px;
  }
  .history-bottom-img-box .top-data-box .data-item .number-box span {
    font-size: 24px;
  }
  .history-bottom-img-box .top-data-box .data-item .text-box {
    height: 20px;
    font-size: 12px;
  }
}
@media (max-width: 414px) {
  .history-bottom-img-box .top-data-box {
    height: 45px;
  }
  .history-bottom-img-box .top-data-box .data-item {
    padding: 0 10px;
  }
  .history-bottom-img-box .top-data-box .data-item .number-box {
    height: 30px;
    font-size: 12px;
  }
  .history-bottom-img-box .top-data-box .data-item .number-box span {
    font-size: 18px;
  }
  .history-bottom-img-box .top-data-box .data-item .text-box {
    height: 20px;
    font-size: 10px;
  }
}
