.timeline-wrap .timeline-item {
  font-size: 16px;
  padding: 13px 15px;
  border-left: 4px solid #eee;
  line-height: 1.5;
  position: relative; }
  .timeline-wrap .timeline-item .cycle {
    position: absolute;
    width: 24px;
    height: 24px;
    Border-radius: 50%;
    box-sizing: border-box;
    border: 4px solid #eee;
    top: 50%;
    margin-top: -13px;
    left: -14px;
    background-color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #eee;
    line-height: 16px; }
  .timeline-wrap .timeline-item:hover {
    color: #d3ad6f; }
    .timeline-wrap .timeline-item:hover .cycle {
      border: 4px solid #d3ad6f;
      color: #d3ad6f; }

.more-btn {
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #f1f1f1;
  color: #c6c6c6;
  margin: 40px auto;
  cursor: pointer; }
