.y-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.el-list.center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.el-list.horizontal .list-item-text {
  padding-left: 16px;
  padding-right: 16px;
}

.el-list.horizontal .list-item-img {
  padding-left: 4px;
  padding-right: 4px;
}

.el-list.horizontal .list-item-img a {
  display: block;
}

.el-list.border.vertical .list-item {
  border-bottom: 1px solid #eeeeee;
}

.el-list.bar .list-item-text::before {
  content: "";
  width: 1px;
  height: 11px;
  background-color: #cccccc;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5.5px;
}

.el-list.bar .list-item-text:first-child::before {
  display: none;
}

.el-list .list-item-text {
  position: relative;
  word-break: keep-all;
  word-wrap: break-word;
  max-width: 100%;
}

.el-list .list-item-text a:hover {
  text-decoration: underline;
}

.el-list .list-item-text,
.el-list .list-item-text a {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #333333;
}

.el-list.hyp .list-item-text {
  padding-left: 8px;
  padding-top: 0;
  margin-top: 5px;
}

.el-list.hyp .list-item-text::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 1px;
  background: #666666;
}

.el-list.hyp .list-item-text:first-child {
  margin-top: 0;
}

.el-list.guide .list-item-text {
  font-size: 12px;
  margin-top: 5px;
  line-height: 16px;
  color: #666666;
}

.el-list.guide .list-item-text:first-child {
  padding-top: 0;
}