html,
body {
  max-width: 640px;
  margin: 0 auto;
}
.justify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ban-wrap img {
  width: 16rem;
  height: 11.25rem;
}
.content-wrap {
  background: #f8f5f0;
}
.content-wrap img {
  width: 100%;
}
.content-wrap .cont-p {
  line-height: 0.95rem;
  font-size: 0.5rem;
  color: #000;
  text-indent: 1.25rem;
}
.content-wrap .sect-zx-a {
  display: block;
  width: 8.5rem;
  margin: 0 auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.content-wrap .attention-p {
  line-height: 1.5rem;
  font-size: 0.5rem;
  color: #000;
  text-indent: 0.5rem;
}
