.dowmload-list {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
}

.dowmload-list .title-wrap {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px #ddd solid;
}

.dowmload-list .title-wrap .title {
  font-size: 18px;
}

.dowmload-list .title-wrap .title::before {
  top: 0;
  width: 3px;
}

.dowmload-list .list-wrap {
  box-sizing: border-box;
  padding: 0 14px;
}

.list-wrap .item {
  display: block;
  font-size: 16px;
  border-bottom: 1px #ddd solid;
}

.list-wrap .item:last-child {
  margin-bottom: 50px;
}

.list-wrap .item .item-text {
  color: #333;
  padding: 38px 0 20px 0;
}

.list-wrap .item .item-time {
  color: #999;
  padding-bottom: 18px;
}
