.list-box{
  width:124px;
  height:124px;
  box-sizing: border-box;
  padding: 21px 15px 31px;
  background-color: #eaecef;
}
.list-date{
  font-size:24px;
  font-weight:400;
  color:#C3C3C3;
  line-height:40px;
  display: block;
}
.list-year{
  font-size:40px;
  font-weight:100;
  color:#005540;
  /* margin-top: 11px; */
  /* line-height:90px; */
}
.list-item{
  font-size:16px;
  font-weight:400;
  color:#303133;
  line-height:28px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eaecef;
}
.list-item p{ 
  width:1030px;
  text-align: justify;
  text-align-last: left;
  /* height: 124px; */
  /* position: absolute;
  left: 164px;
  top: 0; */
  /* bottom: 0; */
  /* margin: auto 0; */
  display: table-cell;
  vertical-align: middle;
  /* line-height: 124px; */
}
.list-div{
  height: 124px;
  display: table;
  margin-left: 40px;
}