.kui-timeline {
  display: flex;
  flex-direction: column;
  color: #999999;
  padding-top: 10px;
}
.kui-timeline .item {
  display: flex;
}
.kui-timeline .dateTime {
  text-align: right;
  padding-top: 1px;
  padding-bottom: 20px;
}
.kui-timeline .date {
  font-size: 14px;
  display: block;
  text-align: right;
}
.kui-timeline .time {
  font-size: 12px;
  display: block;
  text-align: right;
}
.kui-timeline .firstItem {
  color: #00B94D;
}
.kui-timeline .firstItem .container:before {
  top: 5px;
}
.kui-timeline .firstItem .container:after {
  width: 19px;
  height: 19px;
  top: 1px;
  left: 16px;
  border-radius: 9.5px;
}
.kui-timeline .lastItem .container {
  padding-bottom: 10px;
}
.kui-timeline .lastItem .container:before {
  height: 10px;
}
.kui-timeline .lastItem .container:after {
  background: url(https://gw.alicdn.com/tfs/TB1BIW7GQCWBuNjy0FaXXXUlXXa-40-40.png) 100% 100% no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  left: 15px;
}
.kui-timeline .lastItem .dateTime {
  padding-bottom: 10px;
}
.kui-timeline .container {
  flex: 1;
  position: relative;
  overflow: hidden;
  padding-left: 50px;
  padding-bottom: 20px;
}
.kui-timeline .container:before {
  content: ' ';
  position: absolute;
  width: 1px;
  height: 200px;
  background: #ccc;
  top: 0;
  left: 25px;
}
.kui-timeline .container:after {
  content: ' ';
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 3.5px;
  overflow: hidden;
  background: #ccc;
  top: 5px;
  left: 21.5px;
}
.kui-timeline .title {
  font-size: 15px;
}
.kui-timeline .content {
  font-size: 12px;
  margin-top: 5px;
  line-height: 140%;
}
.kui-timeline .images {
  margin-top: 5px;
  display: flex;
}
.kui-timeline .imageItem {
  width: 64px;
  height: 64px;
  margin-right: 5px;
  padding: 1px;
  border: 1px solid #eee;
  background: #fff;
}
.kui-timeline .image {
  width: 64px;
  height: 64px;
}
