/*
    作者:黄豪琦
    日期:2020-07-29 13:39
*/
/*===== vertical timeline =====*/
#conference-timeline {
  position: relative;
  /*max-width: 920px;*/
  width: 100%;
  margin: 0 auto;
}

#conference-timeline .timeline-start {
  display: table;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

#conference-timeline .timeline-end {
  display: table;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #4c2d82;
  padding: 15px 23px;
  color: #fff;
  max-width: 20%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #4c2d82;
  z-index: 1;
}

#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}

.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 30px 0;
}

.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  height: 250px;
  padding: 0 25px;
}

.content-left {
  text-align: right;
}

.content-right {
  text-align: left;
}

.content-left > img,
.content-right > img {
  width: 100%;
}

.fzlc .time {
  font-family: dinalternate-bold;
  font-size: 60px;
  color: #4c2d82;
  letter-spacing: 0;
  line-height: 50px;
}

.title {
  font-size: 25px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 60px;
}

.text p {
  margin: 0;
  font-size: 16px;
  color: #666666;
}

.timeline-article .content-left-container {
  float: left;
  position: relative;
}

.timeline-article .content-right-container {
  float: right;
  position: relative;
}

.timeline-article .content-left-container:before {
  content: '';
  background-color: #4c2d82;
  height: 2px;
  width: 50px;
  position: absolute;
  right: -50px;
  top: 61px;
}

.no-line:before {
  display: none !important;
}

.timeline-article .content-left:before,
.timeline-article .content-right:before {
  position: absolute;
  top: 20px;
  font-size: 23px;
  color: #fff;
}

.timeline-article .meta-date {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  color: #fff;
  border-radius: 100%;
  background: rgba(33, 96, 255, 0.28);
}

.timeline-article .meta-date .meta-date-solid {
  background-color: #4c2d82;
  width: 75%;
  height: 75%;
  position: absolute;
  top: 12.5%;
  left: 12.5%;
  border-radius: 30px;
}

.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}

.timeline-article .meta-date .date {
  font-size: 30px;
  line-height: 40px;
}

.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}

.no-padding-right {
  padding-left: 0px;
}

/* 动画 start */
.timeline-article:nth-child(2n   1)
  .content-right-container
  .content-right
  > .time,
.timeline-article:nth-child(2n) .content-left-container .content-left > .time {
  transition: all 2s ease-in-out;
  opacity: 0;
  transform: translatex(-100px);
}

.timeline-article:nth-child(2n   1)
  .content-right-container
  .content-right
  > .time.show,
.timeline-article:nth-child(2n)
  .content-left-container
  .content-left
  > .time.show {
  transform: translatex(0);
  opacity: 1;
}

.timeline-article:nth-child(2n   1)
  .content-right-container
  .content-right
  > .title,
.timeline-article:nth-child(2n) .content-left-container .content-left > .title,
.timeline-article:nth-child(2n   1)
  .content-right-container
  .content-right
  > .text,
.timeline-article:nth-child(2n) .content-left-container .content-left > .text {
  transform: translatey(80px);
  transition: all 2s ease-in-out;
  opacity: 0;
}

@media (max-width: 768px) {
  .timeline-article:nth-child(2n   1)
    .content-right-container
    .content-right
    > .title.show,
  .timeline-article:nth-child(2n)
    .content-left-container
    .content-left
    > .title.show,
  .timeline-article:nth-child(2n   1)
    .content-right-container
    .content-right
    > .text.show,
  .timeline-article:nth-child(2n)
    .content-left-container
    .content-left
    > .text.show {
    transform: translatey(-20px);
    opacity: 1;
  }
}

@media (min-width: 769px) {
  .timeline-article:nth-child(2n   1)
    .content-right-container
    .content-right
    > .title.show,
  .timeline-article:nth-child(2n)
    .content-left-container
    .content-left
    > .title.show,
  .timeline-article:nth-child(2n   1)
    .content-right-container
    .content-right
    > .text.show,
  .timeline-article:nth-child(2n)
    .content-left-container
    .content-left
    > .text.show {
    transform: translatey(0);
    opacity: 1;
  }
}

.timeline-end {
  transition: all 2s ease-in-out;
  transform: scale(0.5);
  opacity: 0;
}

.timeline-end.show {
  transform: scale(1);
  opacity: 1;
}

/* 动画 end */

@media (min-width: 769px) {
  .timeline-article .content-left .time {
    text-align: right !important;
  }

  .timeline-article .content-right-container:before {
    content: '';
    background-color: #4c2d82;
    height: 2px;
    width: 50px;
    position: absolute;
    left: -50px;
    top: 61px;
  }

  .title-internal2 img {
    display: inline-block;
    padding-right: 20px;
  }

  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 44%;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .article {
    padding-left: 10px;
    padding-right: 20px;
  }

  .title-internal2 {
    margin: 30px 0;
    text-align: center;
  }

  .title-internal2 img {
    display: inline-block;
    padding-right: 10px;
  }

  .title-internal2 > .color {
    background: ;
    margin: 0 auto;
  }

  #conference-timeline .timeline-start img {
    margin-left: 0px !important;
  }

  #conference-timeline .timeline-start img {
    width: 40px;
  }

  #conference-timeline .conference-timeline-content {
    padding-top: 10px;
  }

  #conference-timeline .conference-center-line {
    left: 20px;
  }

  .timeline-article {
    position: relative;
    height: 270px;
  }

  .timeline-article .meta-date {
    width: 30px;
    height: 30px;
    left: 35px;
    top: 80px;
  }

  /* 文字 */
  .timeline-article:nth-child(2n   1) .content-right-container,
  .timeline-article:nth-child(2n) .content-left-container {
    width: 90% !important;
    position: absolute;
    top: 0px !important;
    left: 50px;
    z-index: 101;
    background-color: rgba(76, 45, 130, 0.7);
    height: 60px;
  }

  .timeline-article:nth-child(2n   1) .content-right-container .content-right,
  .timeline-article:nth-child(2n) .content-left-container .content-left {
    text-align: left;
  }

  .timeline-article .time {
    line-height: 1;
    padding-top: 7px;
    color: #fff;
    width: 100%;
    font-size: 45px;
  }

  .timeline-article .title {
    padding-top: 20px;
  }

  .timeline-article .title,
  .timeline-article .text p {
    color: #fff;
  }

  /* 图片 */
  .timeline-article:nth-child(2n) .content-right-container,
  .timeline-article:nth-child(2n   1) .content-left-container {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0px !important;
    left: 50px;
    z-index: 100;
  }

  .timeline-article:nth-child(2n) .content-right-container .content-right,
  .timeline-article:nth-child(2n   1) .content-left-container .content-left {
    width: 95%;
    height: 240px;
  }

  .timeline-article:nth-child(2n) .content-right-container .content-right img,
  .timeline-article:nth-child(2n   1)
    .content-left-container
    .content-left
    img {
    height: 100%;
    opacity: 0.9;
    width: 100%;
  }

  #conference-timeline .timeline-end {
    width: 50%;
    max-width: 50%;
  }
}
