@charset "UTF-8";
.title {
  margin-bottom: 20px;
}

.dialog_content > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.dialog_content > div > label {
  display: block;
  margin-bottom: 5px;
}
.dialog_content .drawing_show {
  display: inherit;
}
.dialog_content .drawing_show img {
  height: 80px;
  border-radius: 5px;
  margin-right: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.timeline-wrapper {
  width: 100%;
  list-style: none;
}

.cursor {
  cursor: pointer;
}

/* 时间线 */
.timeline-item {
  position: relative;
}
.timeline-item .timeline-box {
  text-align: center;
  position: absolute;
  height: 100%;
}
.timeline-item .timeline-box .out-circle {
  width: 16px;
  height: 16px;
  background: rgba(14, 116, 218, 0.1);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  /*opacity: 0.1;*/
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.timeline-item .timeline-box .out-circle .in-circle {
  width: 8px;
  height: 8px;
  margin: 0 auto;
  background: #0e74da;
  border-radius: 50%;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.timeline-item .timeline-box .out-circle .in-circle.super:hover {
  background-color: #dd6161;
}
.timeline-item .timeline-box .long-line {
  width: 2px;
  height: calc(100% - 10px);
  background: #0e74da;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  opacity: 0.1;
  margin-left: 8px;
}
.timeline-item .timeline-content {
  box-sizing: border-box;
  margin-left: 20px;
  padding: 0 0 0 20px;
  text-align: left;
  margin-bottom: 30px;
}
.timeline-item .timeline-content .timeline-title {
  font-size: 15px;
  font-weight: 600;
  word-break: break-all;
  margin-bottom: 10px;
  color: var(--font_2);
  /*display: inline;*/
}
.timeline-item .timeline-content .timeline-date {
  font-size: 18px;
  color: var(--font_1);
  font-weight: 500;
  margin-bottom: 10px;
  width: 10rem;
}
.timeline-item .timeline-content .timeline-desc {
  font-size: 14px;
  color: var(--font_3);
  list-style: circle;
  padding-left: 20px;
}
.timeline-item .timeline-content .timeline-desc a {
  color: var(--active);
}
.timeline-item .timeline-content .peitu {
  margin-top: 10px;
}
.timeline-item .timeline-content .peitu > div {
  display: flex;
  flex-wrap: wrap;
}
.timeline-item .timeline-content .peitu > div img {
  height: 130px;
  margin-right: 20px;
  border-radius: 5px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

/*# sourceMappingURL=history.css.map */
