main.content {
  padding: 1rem;
  background-color: #efefef;
}
main.content .culture-panel {
  background: #fff;
}
main.content .culture-panel > .img {
  height: 20rem;
  width: 23rem;
}
main.content .culture-panel > .img img {
  width: 100%;
  height: 100%;
}
main.content .culture-panel > .img.empty {
  background: #d8d8d8;
}
main.content .culture-panel > .text {
  padding: 1.2rem 1.3rem 1.7rem;
}
main.content .culture-panel > .text h2 {
  font-size: 1.1rem;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  color: #333333;
  margin: 0;
  margin-bottom: 0.7rem;
}
main.content .culture-panel > .text > p {
  font-size: 0.85rem;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: justify;
  color: #333333;
  line-height: 1.2rem;
}
main.content .culture-panel + .culture-panel {
  margin-top: 1rem;
}/*# sourceMappingURL=move.css.map */