.EngineeringRecordTop {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.EngineeringRecordcontent { 
    width: 100%;
    display: flex;
    flex-wrap: wrap;
     

}

.Engineeringitem {
    
    width:100%;
      margin-right: 20px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    position: relative;
}

.Engineeringitem img {
    max-height: 220px;
    width: 100%; 
    background-color: #f7f7f7;
    position: relative;
}

.Engineeringitem .Engineeringitemtop {
    height: 30px;
    width: 100%;
}

.Engineeringitem .Engineeringitemtop img {
    width: 20px;
    height: 20px;
    display: block;
     transform: scaleX(-1)
}

.Engineeringitemmid {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px; 
    overflow-y: auto;
}

.Engineeringitemmid p {
    font-size: 14px;
     
}

.EngineeringRecordcontent :last-child  .line  {
    height:  100%  ;
}
.line {  
   position: absolute;
    left: 10px;
    height: calc(100% + 20px);
    top: 0;
    border: 1px dashed #a4b6d1
} 