
.mapWrap{
  position: relative;
  margin-top: 90px;
  margin-bottom: 30px;
}
.oneLevel {
  position: relative;
  border-left: 3px solid #91c973;
  margin-left: 15px;
  display: inline-block;
  left: 50%;
  transform: transLateX(-50%);
}
.oneLevelItem{
  position: relative;
  min-height: 60px;
  margin-left:20px;
  line-height:1;
  font-size: 20px;
}
.oneLevelItem:before{
  content: '';
  position: absolute;
  left:-20px;
  width: 20px;
  height:1px;
  border-bottom:3px solid #91c973;
  margin-top: 7px;
}
.oneLevelItem-spe{
  min-height: 16px;
}
.twoLevel {
  position: relative;
  margin: 0px 0 0px 30px;
  font-size: 18px;
  border-left: 3px solid #91c973;
  padding-top: 20px;
  margin-bottom: 20px;
}
.twoLevelItem{
  position: relative;
  margin-left: 20px;
  min-height: 30px;
  margin-top: 10px;
}
.twoLevelItem-spe {
  min-height: 16px;
}
.twoLevelItem:before{
  content: '';
  position: absolute;
  left:-20px;
  width: 20px;
  height:1px;
  border-bottom: 3px solid #91c973;
  margin-top: 7px;
}
.twoLevel-spe:before {
  content: '';
  position: absolute;
  top: 0;
  left: -56px;
  background-color: white;
  width: 3px;
  height: calc(100% + 20px);
  box-shadow: 0 0 0 1px white;
}