.footer {
    margin-top: 0;
}
.historyYear {
  display: flex;
  align-items: center;
}
.story {
  padding-top: 0.53rem;
}
.story .journey {
  padding-bottom: 0.61rem;
}
.story .journey  table{
    display: table;
}
.story .list-container {
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
}
.story .journey .bTitle {
  text-align: center;
}
.story .journey .bTitle .title {
  font-size: 0.36rem;
  line-height: 1.3;
  font-weight: bold;
}
.story .journey .bTitle .subtitle {
  padding-top: 0.15rem;
  font-size: 20px;
  color: #999;
  line-height: 1;
}
.story .journey .detail {
  padding: 0 10px;
  text-align: center;
  margin-top: 0.33rem;
  line-height: 2;
  color: #666;
}
.history {
  display: flex;
  align-items: center;
  height: 6.42rem;
  overflow: hidden;
}
.history .historyYear {
    position: relative;
    width: 330px;
    height: 330px;
    border: 1px solid #d9d9d9;
    font-size: 135px;
    border-radius: 50%;
    margin-left: 0.35rem;
}
.history .historyYear .Year {
    color: #003f88;
  position: absolute;
  left: -0.28rem;
  z-index: 2;
}
.history .historyYear .YearList {
  height: 2.22rem;
  min-height: 190px;
    color: #003f88;
  overflow: visible;
  position: absolute;
  right: 0.2rem;
}
.history .historyYear .YearList .swiper-slide {
  line-height: 1;
  height: 2.22rem;
  min-height: 190px;
  display: flex;
  align-items: center;
}
.history .historyYear .YearList .swiper-slide-active {
    color: #7AB4E7;
}
.history .historyText {
    flex: 1;
    height: 100%;
    margin-left: 0.4rem;
    position: relative;
    overflow: hidden;
}
.history .historyText .historyWrap {
  width: 100%;
  position: absolute;
  top: 0;
}
.history .historyText .historyList {
  height: 6.42rem;
  min-height: 540px;
  overflow-y: scroll;
    padding-right: 0.44rem;
}
.history .historyText .historyList .historyItem {
  line-height: 2;
  padding-bottom: 0.18rem;
  border-bottom: 1px solid #e1e1e1;
}
.history .historyText .historyList .historyItem .time {
  margin-top: 0.18rem;
  font-weight: bold;
  margin-bottom: 4px;
}
.history .historyText .historyList::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.history .historyText .historyList::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .history {
    min-height: 540px;
  }
  .history .historyYear {
    width: 300px;
    height: 300px;
    font-size: 115px;
    margin-left: 0.35rem;
  }
  .history .historyYear .YearList .swiper-slide,
  .history .historyYear .YearList {
    min-height: 180px;
  }
}
@media screen and (max-width: 870px) {
  .history .historyYear {
    width: 180px;
    height: 180px;
    font-size: 90px;
  }
  .history .historyYear .YearList {
    right: -0.3rem;
  }
}
@media screen and (max-width: 700px) {
  .history {
    flex-direction: column;
    min-height: auto;
    height: 720px;
  }
  .history .historyYear {
    font-size: 77px;
  }
  .history .historyYear .Year {
    left: 0;
  }
  .history .historyYear .YearList {
    right: 0;
    width: 110%;
  }
  .history .historyText {
    width: 100%;
    margin-left: 0;
  }
  .history .historyYear .YearList .swiper-slide {
    justify-content: end;
  }
}
