.banner {
  width: 100%;
  height: 5rem;
  background: url('../../images/solution/school_banner.png') no-repeat;
  background-size: cover;
  background-position: center;
}
.banner .content {
  padding-top: 1.8rem;
  padding-left: 0.4rem;
}
.banner .content .title {
  font-size: 0.6rem;
  color: #ffffff;
  line-height: 0.84rem;
}

.main {
  padding: 0.43rem 0.3rem;
}
.main .title {
  font-size: 0.32rem;
  font-weight: bold;
  color: #000000;
  line-height: 0.45rem;
  text-align: center;
  margin-bottom: 0.22rem;
}
.summary {
  font-size: 0.24rem;
  color: #525252;
  line-height: 0.4rem;
  text-align: justify;
  text-indent: 2em;;
}
.grid-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.54rem;
}
.grid-item {
  position: relative;
  width: 3.3rem;
  height: 2.6rem;
  padding: 0rem 0.45rem;
  margin-bottom: 0.2rem;
  background-color: #ffffff;
  box-sizing: border-box;
}
.grid-item:nth-child(2n+1) {
  margin-right: 0.3rem;
}
.grid-item h3 {
  font-size: 0.24rem;
  color: #006AFF;
  font-weight: 500;
  line-height: 0.33rem;
  text-align: center;
  padding-top: 0.25rem;
}
.grid-item p {
  font-size: 0.24rem;
  color: #7A7A7A;
  line-height: 0.33rem;
  text-align: justify;
  margin-top: 0.09rem;
}
.img {
  width: 100%;
}