body {
  background: #FFF;
}
.listBox {
  padding: 0.10416667rem;
}
.list {
  position: relative;
  margin: 0.234375rem 0 0;
}
.list::after {
  content: '';
  width: 100%;
  height: 0.01041667rem;
  background: linear-gradient(90deg, transparent 0%, var(--main-color) 20%, var(--second-color) 80%, transparent 100%);
  opacity: 0.9;
  position: absolute;
  left: 0;
  bottom: -0.13020833rem;
}
.list:last-of-type::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  bottom: -0.02864583rem;
}
.list:first-of-type {
  margin: 0;
}
.list li {
  margin: 0 0 0.26041667rem 0;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.list li:before {
  content: '';
  width: 0.04166667rem;
  height: 0.04166667rem;
  background: var(--main-color);
  box-shadow: 2px 2px 2px 0 rgba(25, 147, 82, 0.5);
  border-radius: 0.26041667rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list li:not(:last-child):after {
  content: '';
  height: 0.00520833rem;
  background: linear-gradient(90deg, transparent 0%, #E7E7E7 20%, #E7E7E7 80%, transparent 100%);
  opacity: 0.9;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.13020833rem;
  margin: auto;
}
.list li:hover {
  animation: 0.15s forwards info-item-in;
}
.list li > a {
  display: grid;
  grid-template-columns: auto 0.625rem;
  gap: 0.10416667rem;
  align-items: center;
}
.list li:hover > a {
  color: var(--font-color);
}
.list li .article-title {
  padding-left: 0.10416667rem;
  font-size: 0.09375rem;
}
.list li .article-date {
  font-size: 0.09375rem;
  color: #C4C6C7;
}
/*# sourceMappingURL=info-list.css.map */