.title{
  display: flex;
  width:100%;
  align-items: center;
 .text{
   font-size: 14px;
   margin: 0 10px;
 }
  .time{
    flex:1;
    text-align: right;
    padding-right: 10px;
    color:#666;
  }
}

.flow-record{
  min-height: 300px;
  .next-timeline-item-process .next-timeline-item-content {
   width:calc(100% - 30px);
  }
}


.content{
  background: #f2f2f2;
  font-size: 13px;
  padding: 8px 20px;
  margin-left: 40px;
}
