.index-content {
  background-color: #fff;
  font-family: PingFang;
}

.index-content img {
  width: 100%;
  height: 4rem;
}

.index-content div {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 1rem;
}

.index-content div h6 {
  color: #282828;
  font-size: .5rem;
  margin-bottom: .3rem;
  font-family: PingFang;
}

.index-content div p {
  font-family: PingFang;
  color: #282828;
  font-size: .24rem;
  width: 10rem;
  line-height: .48rem;
  text-indent: .48rem;
  word-wrap: break-word;
}




