.history {
  background: #FAFAFA;
  border-radius: 8px;
  width: 832px;
  margin: 0 auto;
  margin-top: 40px;
  padding-bottom: 100px;
  display: flex; }
  .history ul {
    padding: 0;
    margin: 0; }
    .history ul li + li {
      padding-top: 32px; }
  .history .left {
    border-right: 3px solid #4F9AFF;
    position: relative;
    top: 63px;
    left: -17px; }
    .history .left li {
      flex-direction: row-reverse;
      left: 9px;
      top: -6px; }
  .history .right {
    position: relative;
    top: 110px;
    left: -27px; }
    .history .right li {
      left: 0px; }
    .history .right .time_content {
      text-align: left; }
  .history li {
    display: flex;
    position: relative;
    z-index: 999;
    align-items: baseline; }
    .history li .time_dot {
      width: 16px;
      height: 16px;
      border-radius: 10px;
      border-color: white;
      background: white;
      display: flex;
      justify-content: center;
      align-items: center; }
      .history li .time_dot .fill {
        width: 8px;
        height: 8px;
        border-radius: 5px;
        background: #4F9AFF; }
    .history li .time_text {
      margin-left: 10px;
      width: 92px;
      height: 21px;
      font-size: 16px;
      font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
      font-weight: bold;
      color: #4A4A4A;
      line-height: 21px; }
    .history li .time_content {
      position: relative;
      margin-left: 10px;
      text-align: right;
      width: 300px;
      font-size: 16px;
      font-family: MicrosoftYaHei;
      color: #4A4A4A;
      line-height: 21px; }

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