body,
html {
  max-width: 640px;
  margin: 0 auto;
}

header {
  max-width: 640px;
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  left: 50%;
  transform: translate(-50%, 0%);
}

header section {
  padding: 0 0.5rem;
}

header section h1 {
  font-size: 0.4rem;
  color: #000;
  font-weight: bold;
  margin: 0.4rem 0 0rem;
  padding-bottom: 0.2rem;
}

header section p {
  font-size: 0.34rem;
  color: #868686;
  line-height: 0.5rem;
}

main {
  padding-bottom: 1rem;
  margin-top: 0.1rem;
  padding: 0 0.5rem;
}

main h1 {
  font-size: 0.4rem;
  color: #000;
  font-weight: bold;
  margin: 0.4rem 0 0rem;
}

main li {
  position: relative;
  overflow: hidden;
  margin: 0.5rem 0 1rem;
}

main li img {
  width: 100%;
  height: 5rem;
  border-radius: 0.1rem;
}

main li span {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  padding: 0.02rem 0.2rem 0.02rem 0.4rem;
  border-radius: 0.2rem;
  top: 0.2rem;
  right: 0.2rem;
  color: #fff;
  font-size: 12px;
}

main li span::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: yellow;
  left: 0.1rem;
  top: 0.16rem;
}

main li p {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  line-height: 1rem;
  color: #fff;
  font-size: 0.35rem;
  text-indent: 0.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#g-moreNews {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  background-color: #498bf8;
  color: white;
  font-size: 15px;
  box-sizing: content-box;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  font-family: PingFangSC-Medium, 'Source Han Sans CN', sans-serif;
  padding: 0px 16px;
  border-width: 1px;
  border-style: solid;
  border-color: #498bf8;
  border-image: initial;
  border-radius: 14px;
  text-decoration: none;
  margin: 0 auto;
}
