.banner {
  width: 100%;
  height: 3.5rem;
}
#top-special {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#top-special a {
  display: block;
}
#top-special a img {
  margin-top: 0.1rem;
  width: 5.9rem;
  height: 3.0rem;
}
.masthead {
  overflow: auto;
}
.masthead .two-topic {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.masthead .two-topic .topic-photo {
  margin: 0;
  flex-shrink: 0;
}
.masthead .two-topic .topic-list {
  width: 3.6rem;
}
.masthead ul.list li {
  line-height: 0.5rem;
}
.people-card {
  width: 1.2rem;
}
.people-card .card-image-top img {
  height: 1.6rem;
}
