.header {
  border-bottom: 1px solid #ccc;
}

.title {
  padding: 0.3rem 0 0.2rem;
  font-family: Arial;
  font-weight: 700;
  font-size: 0.28rem;
  line-height: 1.5;
}
.title a {
  color: #333;
}

.main {
  padding: 0.3rem;
  font-size: 0.26rem;
}

.map-list {
  font-family: Arial;
  margin: 0;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
.map-list li {
  padding: 0.1rem 0.15rem 0.1rem 0;
  width: 50%;
}
.map-list li a {
  color: #333;
  line-height: 1.5;
  font-size: 0.24rem;
  text-align: start;
}
.map-list:last-child {
  border-bottom: none;
}