.time_axis {
}

.timeline::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 10px solid #0097e0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 0px;
  left: calc(12.7%);
}

.timeline {
  width: 100%;
  max-width: 1280px;
  padding: 50px 130px;
  position: relative;
  margin-top: 10%;
}

.timeline:before {
  content: '';
  position: absolute;
  top: 0px;
  left: calc(12% + 15px);
  bottom: 0px;
  width: 1px;
  background: #0097e0;
  /* bottom: -9%; */
}

.timeline:after {
  content: '';
  display: table;
  clear: both;
}

.entry {
  clear: both;
  text-align: left;
  position: relative;
}

.entry .title {
  margin-bottom: 0.5em;
  float: left;
  /* width: 30.5%; */
  padding-right: 30px;
  text-align: right;
  position: relative;
}

.entry .title:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid #0097e0;
  border-radius: 100%;
  top: 15%;
  right: -6px;
  z-index: 99;
}

.entry .title h3 {
  margin: 0;
  font-size: 120%;
  color: #0097e0;
  width: 39px;
}

.entry .title p {
  margin: 0;
  font-size: 100%;
}

.entry .body {
  margin: 0 0 3em;
  float: right;
  width: 90%;
  padding-left: 30px;
  /* margin-top: -30px; */
}

.entry .body span {
  line-height: 1.4em;
}

.entry .body span:first-child {
  margin-top: 0;
  font-weight: 400;
  font-size: 24px;
  color: #444546;
}

.entry .body ul {
  color: #aaa;
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
}

.entry .body ul li {
  font-size: 16px;
  color: #333333;
  width: 85%;
  display: inline-block;
  margin-top: 10px;
}
.entry-active {
  height: 100px;
  width: auto;
  background: #057fff;
  border-radius: 0px 0px 0px 0px;
  opacity: 0.08;
  display: none;
  position: absolute;
}

/* .entry .body ul li:before {
    content: "–";
    margin-right: .5em;
} */


/* 新的样式，以免旧的样式受影响 */
.timeline-container .timeline-item {
    display: none;
}
.timeline-container .timeline-item.active {
    display: flex;
}
.time-bg {
    width: 100%;
    height: 48px;
    background: url(../../boyuan/img/time-bar.png) no-repeat center / cover;
    position: relative;
}
.time-bg .time-btn {
    position: absolute;
    top: 0;
    width: 4%;
    height: 100%;
    background-color: transparent;
    border: 0;
    border-radius: 100%;
}
.time-bg .time-btn.btn-prev {
    left: 0;
}
.time-bg .time-btn.btn-next {
    right: 0;
}
.timeline-box {
  margin-bottom: 60px;
}
.timeline-box .wrap {
    padding-top: 80px;
}
.timeline-box .swiper-container {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 152px);
    height: 50px;
    margin: 0 76px;
}
.timeline-box .swiper-container .swiper-slide {
    /* flex: 0 0 4%; */
    color: #BFC0C0;
    font-size: 38px;
    font-family: 'fontDINE';
    justify-content: center;
    display: inline-flex;
    /* margin-left: 13%; */
}
.timeline-container {
    margin-top: 42px;
}
.timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 200px;
}
.timeline-item h3 {
    color: rgb(0, 104, 183);
    margin-bottom: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.timeline-item h3 .cn {
    font-size: 25px;
    line-height: 23px;
    margin-bottom: 15px;
}
.timeline-item h3 .en {
    font-size: 20px;
    line-height: 21px;
}
.timeline-item .desc {
    color: #595757;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 19px;
    text-align: center;
}
.timeline-item .desc:last-child {
    margin-bottom: 0;
}
.timeline-box .swiper-container .swiper-slide span {
    transform: scale(1);
    /* transition: 300ms; */
    transition: transform .2s ease;
    display: block;
    cursor: pointer;
}
.timeline-box .swiper-container .swiper-slide.swiper-slide-active span {
    transform: scale(1.2);
    font-size: 42px;
    color: rgb(0, 104, 183);
    position: relative;
    top: -4px;
}
.timeline-box .wrap {
    position: relative;
}

.timeline-box .timeline {
  box-sizing: border-box;
  padding: 50px 0 0 130px!important;
  margin-top: 3% !important;
}

.timeline-box .timeline:before {
  left: 140px!important;
}

.timeline-box .timeline::after {
  top: -1px!important;
  left: 135.5px!important;
  border-bottom-width: 12px!important;
}

.timeline-box .entry {
  display: flex;
  padding-bottom: 3em;
}

.timeline-box .entry .title {
  float: none!important;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0!important;
  top: 12px;
  left: -130px;
  padding-right: 20px!important;
}

.timeline-box .entry .title::before {
  top: unset!important;
  right: unset!important;
  left: 133.5px;
  width: 12px!important;
  height: 12px!important;
  background-color: #fff;
}

.timeline-box .entry .title h3 {
  position: relative;
  top: -23px;
  font-size: 42px!important;
}

.timeline-box .entry .body {
  float: none!important;
  margin: 0!important;
  flex: 1;
  padding-left: 0!important;
}
