.new-story {
  width: 100%;
  background-color: #f4f7fc;
}

.new-story .story-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 135px;
  padding-bottom: 105px;
}

.new-story .story-container .story-image {
  position: relative;
  left: -20px;
  display: block;
  width: 529px;
}

.new-story .story-container .story-center {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 620px;
  height: 478px;
}

.new-story .story-container .story-center .story-center-top {
  width: 100%;
}

.new-story .story-container .story-center .story-center-top .title-one {
  font-size: 36px;
  line-height: 58px;
  font-weight: 300;
  color: #333;
  margin-bottom: 20px;
}

.new-story .story-container .story-center .story-center-top .title-two {
  margin-top: 15px;
  font-size: 46px;
  line-height: 58px;
  font-weight: 600;
  color: #333;
}

.new-story .story-container .story-center .story-center-top .story-desc {
  margin-top: 19px;
  font-size: 20px;
  font-weight: 300;
  color: #232222;
  line-height: 35px;
  opacity: 0.8;
}

.new-story .story-container .story-center .story-center-middle {
  display: flex;
  align-items: center;
  width: 100%;
}

.new-story .story-container .story-center .story-center-middle .number-item {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.new-story
  .story-container
  .story-center
  .story-center-middle
  .number-item
  .number {
  font-size: 60px;
  font-weight: bold;
  color: #a8ce32;
  line-height: 62px;
}

.new-story
  .story-container
  .story-center
  .story-center-middle
  .number-item
  .number
  .sub {
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
}

.new-story
  .story-container
  .story-center
  .story-center-middle
  .number-item
  .text {
  margin-top: 9px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
}

.new-story .story-container .story-center .story-center-middle .split-icon {
  margin: 0 44px;
  width: 10px;
  height: 13px;
}

.new-story .story-container .story-center .story-center-button .button-text {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.new-story
  .story-container
  .story-center
  .story-center-button:hover
  .button-text {
  color: #1527cc;
  transition: 0.5s;
}

.new-story .story-container .story-right-image {
  display: block;
  width: 107px;
}

@media screen and (max-width: 1550px) {
  .new-story .story-container {
    padding-top: 165px;
    padding-bottom: 165px;
  }

  .new-story .story-container .story-image {
    position: relative;
    left: -20px;
    display: block;
    width: 50%;
  }

  .new-story .story-container .story-center {
    width: 620px;
    height: 450px;
  }

  .new-story .story-container .story-center .story-center-top {
    width: 100%;
  }

  .new-story .story-container .story-center .story-center-top .title-one {
    font-size: 46px;
    line-height: 48px;
  }

  .new-story .story-container .story-center .story-center-top .title-two {
    margin-top: 15px;
    font-size: 46px;
    line-height: 48px;
  }

  .new-story .story-container .story-center .story-center-top .story-desc {
    margin-top: 19px;
    font-size: 20px;
    line-height: 34px;
  }

  .new-story
    .story-container
    .story-center
    .story-center-middle
    .number-item
    .number {
    font-size: 50px;
    font-weight: bold;
    color: #a8ce32;
    line-height: 52px;
  }

  .new-story
    .story-container
    .story-center
    .story-center-middle
    .number-item
    .number
    .sub {
    font-size: 30px;
    line-height: 32px;
    font-weight: 300;
  }

  .new-story
    .story-container
    .story-center
    .story-center-middle
    .number-item
    .text {
    margin-top: 9px;
    font-size: 16px;
    line-height: 18px;
  }

  .new-story .story-container .story-center .story-center-middle .split-icon {
    margin: 0 44px;
  }

  .new-story .story-container .story-right-image {
    width: 91px;
  }

  .business-area {
    height: 850px;
  }

  .business-area .business-item .business-content {
    padding: 50px 30px;
    padding-top: 450px;
  }

  .business-area .business-item .more-button {
    left: 30px;
  }

  .business-area .business-item.active .business-content {
    padding-top: 350px;
  }
}

a.public-explore-more.story-center-button {
  text-decoration: none;
  display: inline-block;
  width: 140px;
  border: 1px solid #000;
  text-align: center;padding: 15px 10px;
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.animate-on-scroll.show {
  opacity: 1;
  transform: translateY(0);
}
.story-center-button2{margin-top:10px
}
@media screen and (max-width: 769px) {
  .container.story-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;padding-bottom: 60px;
  }
  .container.story-container.story-container1 {
    display: flex;
    flex-direction: column !important;
    padding-top: 0px;
  }
  .new-story .story-container .story-center {
    width: 100%;
  }
  .new-story .story-container .story-center .story-center-top .title-one {
    font-size: 23px;
    line-height: 48px;
  }
  .new-story .story-container .story-center .story-center-top .title-two {
    margin-top: -15px;
    font-size: 26px;
    line-height: 34px;
  }
  .new-story .story-container .story-center .story-center-top .story-desc {
    margin-top: 19px;
    font-size: 16px;
    line-height: 34px;
  }
  .story-center-top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .story-center {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container.story-container.story-container2 {
    padding-top: 80px;
  }
  .container.story-container.story-container1 {
    padding-bottom: 80px;
  }
  .new-story .story-container .story-image {
    left: 0px;
  }
}