.container-title {
  margin-top: 6.5333vw;
  text-align: center;
  font-size: 2.9333vw;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #000000;
}

.container-subtitle {
  margin-top: 1.3333vw;
  text-align: center;
  font-size: 1.6vw;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #959595;
}

.history-list {
  margin-top: 6.1333vw;
  margin-bottom: 4.2667vw;
}

.history-list-item {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.history-list-item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 1PX;
  background: #b61c22;
}

.history-list-item-text-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 3.3333vw;
  margin-left: 4vw;
  line-height: 2.9333vw;
}

.history-list-item-image-left {
  flex: 1;
  display: block;
  width: 42.6667vw;
}

.history-list-item-text-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0.666667rem;
  margin-right: 4vw;
  line-height: 2.9333vw;
}

.history-list-item-image-right {
  flex: 1;
  display: block;
  margin-top: 4vw;
  margin-left: 4vw;
  margin-bottom: 9.8667vw;
  width: 42.6667vw;
  height: 17.3333vw;
}

.his-year {
  margin-top: 2.6667vw;
  font-size: 4vw;
  font-family: PingFang-SC-Bold;
  font-weight: bold;
  color: #b61c22;
}

.his-title {
  margin-top: 2.6667vw;
  font-size: 2.6667vw;
  font-family: PingFang-SC-Bold;
  font-weight: bold;
  color: #00214a;
}

.his-desc {
  margin-top: 3.3333vw;
  font-size: 2.1333vw;
  font-family: PingFang-SC-Regular;
  font-weight: 400;
  color: #000000;
  text-align: justify;
  line-height: 0.453333rem;
}

.item-pos-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.133333rem;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pos-yuan {
  display: block;
  width: 0.133333rem;
}

.pos-line {
  width: 0.2667vw;
  height: calc(98.5333%);
}

.loadmore {
  text-align: center;
  font-size: 2.6667vw;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #959595;
  margin-bottom: 8.8vw;
}

.HOME_FOUR_HISTORY_xian .pos-line {
  height: calc(98.5333%) !important;
  width: auto!important;
  margin-top: 0!important;
}