#body .list {
  width: 90vw;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#body .list .item {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 1rem 0.5rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
#body .list .item:last-child {
  margin-bottom: 0;
}
#body .list .item .item-title {
  font: "PingFangSC Medium";
  color: #479ee2;
  margin-bottom: 1rem;
}
#body .list .item .address-wrapper svg {
  width: 14px;
  fill: #479ee2;
}
#body .list .item .address-wrapper p {
  display: inline-block;
  margin: 0;
  font: 0.75rem "PingFangSC Regular";
  color: #999;
}
/*# sourceMappingURL=./station.css.map */