/* *
 * Created by zhangzhijie303 on 2020/11/30.
 */
.time-line {
  position: relative;
  text-align: left;
  overflow-y: hidden;
}
.time-line:after {
  position: absolute;
  content: "";
  width: 1px;
  top: 26px;
  left: 11px;
  height: 100%;
  border-left: 1px dashed #e4e3e3;
  z-index: 1;
}

.time-line-year {
  position: relative;
  padding-left: 40px;
  margin: 10px 0;
  font-size: 18px;
  color: #222222;
  height: 26px;
  line-height: 26px;
}
.time-line-year:after {
  content: "";
  clear: both;
}
.time-line-year img {
  position: absolute;
  left: 0;
  z-index: 2;
}
.time-line-year div {
  display: inline-block;
  float: left;
}
.time-line-year .hr-line {
  display: inline-block;
  margin-top: 13px;
  margin-left: 10px;
  height: 1px;
  width: 660px;
  background: #e9dfdf;
}

.time-line-month {
  padding: 0;
  display: inline-block;
}
.time-line-month .time-line-month-key, .time-line-month .time-event {
  display: inline-block;
  float: left;
}
.time-line-month .time-line-month-key {
  position: relative;
  width: 40px;
  font-size: 14px;
  color: #222;
  font-weight: bold;
  z-index: 2;
}
.time-line-month .time-event {
  width: 720px;
}
.time-line-month:after {
  content: "";
  clear: both;
}
.time-line-month ul {
  margin: 0;
  padding: 0;
}
.time-line-month li {
  margin: 0 0 5px 0;
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  line-height: 1.5;
  color: #5d5d5d;
  list-style-type: none;
}
.time-line-month li:after {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffbf14;
}
