.vnt-page-list {}
.vnt-page-list .vnt-page-list__item {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
.vnt-page-list .vnt-page-list__item:last-child {
  border-bottom: 0;
}
.vnt-page-list .i-num {
  width: 30px;
}
.vnt-page-list .i-num span {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background: var(--web-color);
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.vnt-page-list .i-content {
  width: calc(100% - 30px);
}

.vnt-page-list .i-title {}
.vnt-page-list .i-title .title {
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
}
.vnt-page-list .i-desc {
  padding-top: 3px;
  font-size: 15px;
  line-height: 25px;
}


