.timeline-container {
  padding-bottom: 21vw;
  overflow-x: hidden;
}

.timeline__main-title {
  margin-bottom: 5.6vw;
  font-size: 7.2vw;
  font-family: 'charter_bold';
  line-height: 9.0667vw;
}

.timeline-detail {
  position: relative;
  z-index: 1;
  margin: 0 2vw;
  padding: 2.6667vw 3.2vw;
  background-color: #fff;
}

.news-info--outer {
  position: relative;
  margin-bottom: 4vw;
  padding-bottom: 5.3333vw;
  border-bottom: 1px solid #dfdfdf;
}

.news-info--inner {
  padding-left: 2.1333vw;
  border-left: 1.8667vw solid #4387e3;
  color: #555;
  font-size: 3.7333vw;
  line-height: 4.5333vw;
}

.timeline__main-content,
.timeline__sub-content {
  color: #333;
}

.timeline__main-content > p,
.timeline__sub-content > p,
.timeline__main-content > div,
.timeline__sub-content > div,
.timeline__main-content > ul,
.timeline__sub-content > ul,
.timeline__main-content > ol,
.timeline__sub-content > ol,
.timeline__main-content > table,
.timeline__sub-content > table,
.timeline__main-content > img,
.timeline__sub-content > img,
.timeline__main-content > .video-placeholder,
.timeline__sub-content > .video-placeholder {
  margin-top: 3.2vw !important;
  margin-bottom: 3.2vw !important;
}

.timeline__main-content > p {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.timeline__main-content ul,
.timeline__sub-content ul,
.timeline__main-content ol,
.timeline__sub-content ol {
  padding-left: 4.8vw;
  list-style: disc;
}

.timeline__main-content img,
.timeline__sub-content img {
  display: block;
  width: 100%;
  max-width: initial !important;
  margin-top: 3.2vw;
  margin-bottom: 3.2vw;
}

.timeline__main-content a:not(.ke-insertfile,.manuLink,.bubblePopup,.futher-item),
.timeline__sub-content a:not(.ke-insertfile,.manuLink,.bubblePopup,.futher-item) {
  color: #000 !important;
  text-decoration: underline !important;
  font-family: 'charter_bold' !important;
  font-weight: bold !important;
}
.is-dark .futherReadingCssWrap {
  background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0) 100%);
}
.is-dark .timeline__main-content a,
.is-dark .timeline__sub-content a {
  color: rgba(255, 255, 255, 0.65) !important;
}
.timeline__sub-content {
  padding-top: 3.2vw;
  padding-bottom: 3.2vw;
}

.timeline__sub {
  position: relative;
  z-index: 1;
}

.timeline-sub__item-line {
  position: absolute;
  top: 1.6vw;
  left: -2.4vw;
  z-index: 2;
  width: 1px;
  height: 100%;
  background: url('../imgs/icon-timeline-line.svg') repeat-y;
  content: '';
}

.timeline-menu__item-line {
  position: absolute;
  top: 2.1333vw;
  left: 1.3333vw;
  z-index: 2;
  width: 1px;
  height: 100%;
  background: url('../imgs/icon-timeline-line.svg') repeat-y;
  content: '';
}

.timeline__sub-time {
  position: relative;
  z-index: 1;
  margin-bottom: 1.0667vw;
  color: #4387e3;
  font-size: 4.2667vw;
  font-family: 'charter_bold';
  line-height: 5.2vw;
}

.timeline__sub-time::before {
  position: absolute;
  left: -3.7333vw;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 3.2vw;
  height: 3.2vw;
  border-radius: 50%;
  background-color: rgba(81, 169, 255, 0.3);
  content: '';
}

.timeline__sub-time::after {
  position: absolute;
  top: 50%;
  left: -2.9333vw;
  z-index: 2;
  transform: translateY(-50%);
  width: 1.6vw;
  height: 1.6vw;
  border-radius: 50%;
  background-color: #51a9ff;
  content: '';
}

.timeline__sub-title {
  font-size: 6.4vw;
  font-family: 'charter_bold';
  line-height: 6.6667vw;
}

.timeline__sub-item {
  position: relative;
  z-index: 1;
}

.timeline__sub-btn {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 2.6667vw;
}

.timeline-menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  max-height: 13.3333vw;
  overflow: hidden;
  border-radius: 2.6667vw 2.6667vw 0 0;
  background: #4aabff;
}

.timeline-menu__hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 13.3333vw;
  padding: 0 5.3333vw;
  cursor: pointer;
}

.timeline-menu__bd {
  min-height: 0;
  max-height: 0;
  overflow-y: auto;
  background-color: #fff;
  overscroll-behavior: contain;
}

.timeline-menu__title {
  font-size: 4.2667vw;
  font-family: 'charter_bold' !important;
  font-weight: bold;
  color: #ffffff;
}

.timeline-menu__item {
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 5.0667vw;
  cursor: pointer;
}

.timeline-menu__item + .timeline-menu__item {
  margin-top: 2.6667vw;
}

.timeline-menu__item-time {
  margin-bottom: 0.5333vw;
  font-size: 3.7333vw;
  font-family: 'charter_regular' !important;
  font-weight: bold;
  color: #333333;
  line-height: 5.6vw;
  letter-spacing: 1px;
}

.timeline-menu__item-title {
  font-size: 3.2vw;
  font-family: 'charter_regular' !important;
  font-weight: normal;
  color: #999999;
  line-height: 4.2667vw;
}

.timeline-menu__item-point {
  position: absolute;
  top: 1.0667vw;
  left: 0;
  width: 2.9333vw;
  height: 2.9333vw;
  background: url('../imgs/icon-timeline-circle.png') no-repeat 50% 50%;
  background-size: 100% 100%;
}

.timeline-children__item:last-child .news-template__menu-line {
  display: none;
}

.timeline-menu.active {
  max-height: 70vh;
  background-color: #fff;
  transition: max-height 0.5s linear;
}

.timeline-menu.active .timeline-menu__hd {
  background-color: #4aabff;
}

.timeline-menu.active .timeline-menu__bd {
  min-height: 24vh;
  max-height: 50vh;
  padding: 3.2vw 5.3333vw 6vw;
}

.timeline__sub-ft {
  display: flex;
  justify-content: flex-end;
  padding-right: 5.3333vw;
}

.timeline__btn-link {
  width: 5.0667vw;
  height: 5.0667vw;
  background: url('../imgs/icon-link.svg') no-repeat 50% 50%;
  background-size: contain;
  cursor: pointer;
}

.timeline__btn-share {
  width: 5.0667vw;
  height: 5.0667vw;
  margin-left: 4vw;
  background: url('../imgs/icon-share-2.svg') no-repeat 50% 50%;
  background-size: contain;
  cursor: pointer;
}

.timeline-menu .arrow {
  width: 2.1333vw;
  height: 2.8667vw;
  background: url('../imgs/icon-arrow-2.svg') no-repeat 50% 50%;
  background-size: cover;
}

.timeline-menu.active .arrow {
  transform: rotate(180deg);
}

.timeline-menu {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

/* 字号切换 */

.fn-font-s .timeline__main-content,
.fn-font-s .timeline__sub-content {
  font-size: 4.2667vw;
  line-height: 6.1333vw;
}

.fn-font-m .timeline__main-content,
.fn-font-m .timeline__sub-content {
  font-size: 5.3333vw;
  line-height: 8.2667vw;
}

.fn-font-l .timeline__main-content,
.fn-font-l .timeline__sub-content {
  font-size: 5.8667vw;
  line-height: 8.2667vw;
}

.fn-font-xl .timeline__main-content,
.fn-font-xl .timeline__sub-content {
  font-size: 6.6667vw;
  line-height: 8.2667vw;
}

/* 延伸阅读样式 */
.is-dark .futherReadingCssWrap> .title{
  color: #B1B1B1!important;
}

.is-dark .futherReadingCss> .futher-item{
  background-color: rgba(46, 46, 46, 1)!important;
}

.is-dark .futherReadingCss>.futher-item >  h2{
  color: #B1B1B1!important;
}

.futherReadingCssWrap{
  font-family: 'charter_bold';
  font-weight: bold;
  color: #000000;
  line-height: 6vw;
  background: linear-gradient(180deg, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.0) 100%);
  padding: 3vw 0vw 0vw 5.3333vw;
  margin-left: -5.3333vw;
  margin-right: -5.3333vw;
  overflow-x: scroll!important;
  overflow-y: hidden!important;
  text-decoration: none!important;
  scrollbar-width: none;
}

.futherReadingCssWrap3{
  padding-right: 5.3333vw;
}

.futherReadingCssWrap .title{
  margin-bottom: 3vw;
  font-size: 5vw!important;
  font-family: 'charter_bold' !important;
  font-weight: bold!important;;
}

.futherReadingCss{
  overflow:hidden;
  flex-shrink: 0!important;
  text-decoration: none!important;
}

.content-container .futherReadingCss a{
  text-decoration: none!important
}

.futherReadingCss1,.futherReadingCss2{
  display:flexbox;
  display:flex;
  overflow-x: scroll!important;
  overflow-y: hidden!important;
  cursor: pointer;
  flex-shrink: 0!important;
  width:auto;
  margin-right: 10px;
}

.futherReadingCss1::-webkit-scrollbar,.futherReadingCss2::-webkit-scrollbar{
    width: 0!important;
    display:none
}
/* .futherReadingCss1::-webkit-scrollbar,.futherReadingCss2::-webkit-scrollbar {
  height: 6px;
} */
/* .futherReadingCss1::-webkit-scrollbar-thumb,.futherReadingCss2::-webkit-scrollbar-thumb {
  height: 6px;
} */

.futherReadingCss1> .futher-item,.futherReadingCss2> .futher-item{
  display: inline-block;
  margin-right:3vw;
  padding:3vw;
  width: 54vw!important;
  min-height: 31vw;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.06);
  text-decoration: none!important;
  box-sizing: border-box;
  flex-shrink: 0!important;
  margin-bottom: 5px;
  margin-left: 2px;
}

.futherReadingCss1> .futher-item h2,.futherReadingCss2> .futher-item h2{
  margin: 0;
  padding: 0;
  display: block;
  /* height: 23.5vw!important; */
  font-size: 5vw!important;
  font-family: 'charter_bold' !important;
  font-weight: bold;
  color: #333333!important;
  /* line-height:6vw!important; */
  text-decoration: none!important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis!important;;
  text-decoration: none!important;
}

.futherReadingCss2>.futher-item{
  min-height:68vw!important;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.06);
}

.futherReadingCss2>.futher-item h2{
  margin-top: 2vw;
  text-decoration: none!important;
}

.futherReadingCss2>.futher-item img{
  width: 48vw!important;
  height: 37vw!important;
  object-fit: fill;
  flex-shrink: 0;
  margin: 0!important;
  overflow: hidden;
}

.futherReadingCss3{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.futherReadingCss3>.futher-item{
  margin-bottom: 3vw;
  width: 89vw!important;
  height: 33vw;
  position: relative;
}

.futherReadingCss3>.futher-item>img{
  width: inherit!important;
  height: inherit!important;
  object-fit: fill!important;
  margin-left: 0!important;
  margin-top: 0;
  margin-bottom: 0;
}

.futherReadingCss3>.futher-item>h2{
  width: inherit;
  /* height: 8vw; */
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
  opacity: 0.65;
  padding:1vw 3vw 1vw;margin: 0;
  font-size: 5vw!important;
  font-family: 'charter_bold';
  font-weight: bold;
  color: #FFFFFF;
  line-height: 7vw!important;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box!important;
  -webkit-box-orient: vertical!important;
  -webkit-line-clamp: 1!important;
  overflow: hidden!important;
  text-overflow: ellipsis!important;
}

/* 气泡链接 */
.timeline__main-content .bubblePopup,
.timeline__sub-content .bubblePopup,
.timeline__sub-content .manuLink,
.timeline__main-content .manuLink {
  color: rgba(67, 135, 227, 1);
  text-decoration: none !important;
}
.is-dark .timeline__main-content .bubblePopup,
.is-dark .timeline__main-content .manuLink,
.is-dark .timeline-container .manuLink,
.is-dark .timeline-container .bubblePopup,
.is-dark .timeline__sub-content .bubblePopup,
.is-dark .timeline__sub-content .manuLink {
  color: rgba(67, 135, 227, 1) !important;
}
#bubblePopupModal {
  z-index: 500;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
#bubblePopupModal .bubblePopup-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 221px;
  width: calc(100% - 24px);
  background-color: #ffffff;
  border-radius: 4px;
}
#bubblePopupModal .bubblePopup-content .top-banner {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
  align-items: center;
}
#bubblePopupModal .bubblePopup-content .top-banner .bubblePopup-name {
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 31px;
  font-size: 26px;
  font-family: 'charter_bold';
  font-weight: bold;
  color: #000000;
  line-height: 31px;
  position: relative;
}
#bubblePopupModal .bubblePopup-content .top-banner .bubblePopup-name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px; /* 将边框上移3px */
  width: 100%;
  height: 11px;
  background: #4387E3;
  opacity: 0.2;
}
#bubblePopupModal .bubblePopup-content .content {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
#bubblePopupModal .bubblePopup-content .content .bubblePopup-title {
  font-size: 18px;
  font-family: Charter-Roman, Charter;
  font-weight: normal;
  color: #333333;
  line-height: 25px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-right: 8px;
}
#bubblePopupModal .bubblePopup-content .content .bubblePopup-img {
  height: 78px;
}
#bubblePopupModal .bubblePopup-content .bubblePopup-bottom {
  text-align: center;
  font-size: 18px;
  font-family: 'charter_bold';
  font-weight: bold;
  color: #4387E3;
  line-height: 22px;
  cursor: pointer;
  margin-top: 23px;
}
#bubblePopupModal .bubblePopup-content .bubblePopup-bottom  .bottom-dy {
  position: relative;
}
#bubblePopupModal .bubblePopup-content .bubblePopup-bottom  .bottom-dy::before,
#bubblePopupModal .bubblePopup-content .bubblePopup-bottom  .bottom-dy::after {
  content: "";
  position: absolute;
  width: 8px; /* 控制尖括号的线的长度 */
  height: 2px; /* 控制尖括号的线的高度 */
  background-color: #4387E3; /* 设置尖括号的颜色 */
}

#bubblePopupModal .bubblePopup-content .bubblePopup-bottom  .bottom-dy::before {
  top: 10px;
  left: 10px;
  transform: rotate(40deg);
}

#bubblePopupModal .bubblePopup-content .bubblePopup-bottom  .bottom-dy::after {
  top: 15px;
  left: 10px;
  transform: rotate(-40deg);
}
