/*歷史沿革*/
.point {
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #009e96;
    background: #009e96;
  }
  .cd-timeline__content h2 {
    color: #009e96;
    font-weight: bold;
    position: relative;
    margin: 0;
    font-size: 24px;
  }
  .cd-timeline__content p {
    width: calc(100% - 80px);
    margin: 0 0 0 auto;
    font-size: 16px;
    color: #5d5d5d;
  }
  .cd-timeline__block:nth-child(odd) .cd-timeline__content p {
    ;
    margin: 0 0 0 auto
  }
  .cd-timeline__content h2:before {
    width: calc(100% - 80px);
    height: 1px;
    display: block;
    content: "";
    background: #009e96;
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
  }
  .cd-timeline__block:nth-child(odd) .cd-timeline__content h2:before {
    left: auto;
    right: 0
  }
  @media (max-width: 800px) {
    .cd-timeline__block:nth-child(odd) .cd-timeline__content, .cd-timeline__block .cd-timeline__content {
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn
    }
  }
  /* --------------------------------
  
  Patterns - reusable parts of our design
  
  -------------------------------- */
  @media only screen and (min-width: 801px) {
    .cd-is-hidden {
      visibility: hidden;
    }
  }
  /* --------------------------------
  
  Resource style
  
  -------------------------------- */
  .cd-timeline {
    overflow: hidden;
  }
  .cd-timeline__container {
    position: relative;
    /* max-width: 1170px; */
    /* margin: 0 auto; */
    /* padding: 0; */
  }
  .cd-timeline__container::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    height: 100%;
    width: 2px;
    /* background: #bfbfbf; */
    background: #009e96;
  }
  .cd-timeline__block {
    position: relative;
  }
  .cd-timeline__block:after {
    /* clearfix */
    content: "";
    display: table;
    clear: both;
  }
  .cd-timeline__block:first-child {
    margin-top: 0;
  }
  .cd-timeline__block:last-child {
    margin-bottom: 0;
  }
  @media only screen and (min-width: 801px) {
    .history {
      width: 100%;
      margin: 0 0 auto;
    }
    .cd-timeline__content h2 {
      color: #009e96;
      font-weight: bold;
    }
    .cd-timeline__content p { /* width:260px; */ margin: 0;
    }
    .cd-timeline__block:nth-child(odd) .cd-timeline__content p {
      margin: 0 0 5px auto;
    }
    .cd-timeline__content h2:before { /* width:260px; */ height: 1px;
      display: block;
      content: "";
      background: #009e96;
      position: absolute;
      top: 50%;
      left: 0;
    }
    .cd-timeline__block:nth-child(odd) .cd-timeline__content h2:before {
      left: auto;
      right: 0
    }
    .cd-timeline {}
    .cd-timeline__container::before {
      left: 50%;
      margin-left: -2px;
    }
    .point {
      width: 18px;
      height: 18px;
      left: 50%;
      margin-left: -10px;
      top: 6px;
      /* Force Hardware Acceleration */
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    .cd-timeline__block {
      margin: 10px 0;
    }
    .cd-timeline__content {
      -webkit-animation-name: fadeInLeft;
      animation-name: fadeInLeft
    }
    .cd-timeline__block:nth-child(odd) .cd-timeline__content {
      -webkit-animation-name: fadeInRight;
      animation-name: fadeInRight
    }
  }
  @-webkit-keyframes cd-bounce-1 {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes cd-bounce-1 {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  .cd-timeline__content {
    position: relative;
    margin-left: 30px;
    margin-bottom: 20px;
  }
  .cd-timeline__content:after {
    /* clearfix */
    content: "";
    display: table;
    clear: both;
  }
  .cd-timeline__content::before {
    /* triangle next to content block */
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
  }
  @media only screen and (min-width: 801px) {
    .cd-timeline__content h2 {
      font-size: 30px;
      margin: 0;
      text-align: right;
      position: relative;
    }
    .cd-timeline__block:nth-child(odd) .cd-timeline__content h2 {
      text-align: left
    }
    .cd-timeline__content {
      margin-left: 0;
      width: 47%;
      /* Force Hardware Acceleration */
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    .cd-timeline__content::before {
      top: 24px;
      left: 100%;
      border-color: transparent;
      border-left-color: white;
    }
    .cd-timeline__read-more {
      float: left;
    }
    .cd-timeline__date {
      position: absolute;
      width: 100%;
      left: 122%;
      top: 6px;
      font-size: 1.6rem;
    }
    .cd-timeline__block:nth-child(odd) .cd-timeline__content {
      float: right;
    }
    .cd-timeline__block:nth-child(odd) .cd-timeline__read-more {
      float: right;
    }
    .cd-timeline__block:nth-child(odd) .cd-timeline__date {
      left: auto;
      right: 122%;
      text-align: right;
    }
  }

    