.workflow_timevertical {
    margin-left: 10px;
    list-style-type: none;
    padding: 0px;
}

.workflow_timevertical li {
    /* height: 170px; */
    position: relative;
    border-left: 1px solid #D7D7D7;
}

.workflow_timevertical li:last-child {
    border: none;
}

.workflow_timevertical li b:before {
    content: '';
    position: absolute;
    left: -6px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #d7d7d7;
}
 .workflow_timevertical .workflow_content{
     /* width: 278px; */
     padding-left: 20px;
 }
 
 .workflow_content .workflow_time{
     height: 25px;
    font-size: 14px;
    color: #333;
 }
 .workflow_content .workflow_textbox{
     margin-top: 10px;
 }
 .workflow_textbox .workflow_textname{
     font-size: 12px;
    color: #7f7f7f;
 }
 .workflow_textbox .workflow_textvalue{
     font-size: 12px;
    color: #333;
 }
  .workflow_content .workflow_link{
     margin-top: 10px;
     display: flex;
     width: 90px;
 }
  .workflow_detailviews{
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    color: #1899FF;
    cursor: pointer;
 }
 .workflow_detailicon{
    width: 20px;
    height: 22px;
    line-height: 22px;
    color: #1899FF;
}
 .workflow_showmore{
    margin-left: 20px;
    display: flex;
}
