.momoWrap p {
  color: #808080;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
}
.momoWrap h3 {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #097532;
  line-height: 64px;
}
.momoWrap .yearBlock {
  margin-left: 8px;
  border-left: 1px solid #cccccc;
}
.momoWrap .monthBlock {
  padding: 16px 0 16px 94px;
  position: relative;
}
.momoWrap .monthBlock::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #097532;
  position: absolute;
  left: -9px;
  top: 36px;
  margin-top: -9px;
  opacity: 0.2;
}
.momoWrap .monthBlock .month {
  position: absolute;
  left: 0;
  top: 16px;
  width: 94px;
  padding-left: 36px;
  box-sizing: border-box;
}
.momoWrap .monthBlock .month::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #097532;
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -5px;
}
.momoWrap .monthBlock .monthSummary,
.momoWrap .monthBlock .month {
  font-size: 16px;
  line-height: 28px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #1d1d1d;
}

@media (max-width: 768px) {
  .momoWrap .monthBlock {
    padding: 16px 0 16px 64px;
  }
  .momoWrap .monthBlock .month {
    padding-left: 16px;
  }
}
