.boxs {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  font-family: "微软雅黑";
  text-align: center;
}
.boxs .organic {
  font-size: 20px;
  text-align: center;
  margin-top: 3%;
  font-weight: bold;
}
.boxs .feiwwd {
  width: 90%;
  margin: 0px 0px 2% 5%;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
}
.boxs .feiwwd img {
  margin: 2%;
}
.boxs .feiwwd p {
  margin: 5%;
  font-size: 16px;
  line-height: 40px;
}
