.banner {
  width: 100%;
}
#body {
  margin-bottom: 1rem;
  flex: 1;
}
.section {
  padding: 0 1.3125rem;
}
.section .back {
  padding: 1rem 0;
  margin-bottom: 2.25rem;
  border-bottom: 1px solid #bfbfbf;
  font-size: 0.75rem;
  color: #373737;
}
.section .text {
  font-size: 1.125rem;
  color: #0062B1;
  line-height: 1.75rem;
  text-align: center;
}
.section .sub {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  color: #373737;
  text-align: center;
}
.section .content {
  margin-top: 1.5rem;
}
.section .content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
.section .content p {
  margin-bottom: 0.5rem;
}
.section .preNext {
  margin-top: 4rem;
}
.section .preNext .item {
  display: flex;
  flex-direction: column;
  font-size: 0.9375rem;
  color: #373737;
}
.section .preNext .item:nth-child(n+2) {
  margin-top: 2rem;
}
.section .preNext .item .bb {
  margin-top: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
