.time-licheng{
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 100%;
  font-family: "Noto Sans", sans-serif;
  color: #eee9dc;
  background: var(--theme-color);
  border-radius:10px;
}
/* -------------------------------------
 * timeline
 * ------------------------------------- */
#timeline {
  list-style: none;
  margin: 0px 0 0px 110px;
  padding: 15px;
  border-left: 5px solid #eee9dc;
}
#timeline li {
  margin: 30px 0;
  position: relative;
  list-style: none;
}
#timeline p {
  margin: 0 0 10px -6px;
  font-size: 14px;
}

.date {
  margin-top: -10px;
  top: 50%;
  left: -120px;
  font-size: 0.95em;
  line-height: 20px;
  position: absolute;
}

.circle {
  margin-top: -10px;
  top: 50%;
  left: -28px;
  width: 20px;
  height: 20px;
  background: var(--theme-color);
  border: 5px solid #eee9dc;
  border-radius: 50%;
  display: block;
  position: absolute;
}

.content-jj {
  max-height: 20px;
  padding: 40px 20px 0;
  border-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-radius: 0.5em;
  position: relative;
}
.content-jj:before, .content-jj:after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  position: absolute;
  pointer-events: none;
  right: 100%;
  z-index: -1;
}
.content-jj:before {
  border-right-color: inherit;
  border-width: 20px;
  top: 50%;
  margin-top: -20px;
}
.content-jj:after {
  border-right-color: var(--theme-color);
  border-width: 17px;
  top: 50%;
  margin-top: -17px;
}


label {
  font-size: 18px;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  top: 10px;
  transition: transform 0.2s linear;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  margin-bottom:0px;

}
.relative{
  margin-left: 8px;  
}

.radio {
  display: none;
}
  .content-jj p {
    max-height: 0;
    color: transparent;
    text-align: justify;
    word-break: break-word;
    hyphens: auto;
    overflow: hidden;
}
.radio:checked + .relative label {
  cursor: auto;
  transform: translateX(42px);
  left:-5px;
}
.radio:checked + .relative .circle {
  background: #f98262;
}
.radio:checked ~ .content-jj {
  max-height: 180px;
  border-color: #eee9dc;
  margin-right: 20px;
  transform: translateX(20px);
  transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;
}
.radio:checked ~ .content-jj p {
  max-height: 200px;
  color: #eee9dc;
  transition: color 0.3s linear 0.3s;
}

/* -------------------------------------
 * mobile phones (vertical version only)
 * ------------------------------------- */
@media screen and (max-width: 480px) {
  #timeline {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  #timeline li {
    margin: 50px 0;
  }

  label {
    width: 85%;
    font-size: 1.1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    transform: translateX(18px);
  }

  .content-jj {
    padding-top: 45px;
    border-color: #eee9dc;
  }
  .content-jj:before, .content-jj:after {
    border: solid transparent;
    bottom: 100%;
  }
  .content-jj:before {
    border-bottom-color: inherit;
    border-width: 17px;
    top: -16px;
    left: 50px;
    margin-left: -17px;
  }
  .content:after {
    border-bottom-color: var(--theme-color);
    border-width: 20px;
    top: -20px;
    left: 50px;
    margin-left: -20px;
  }
  .content-jj p {
    font-size: 0.9em;
    line-height: 1.4;
  }

  .circle, .date {
    display: none;
  }
}
.article-copyright {
    display: none !important;
}