.box {
  width: 1280px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .box {
    width: 696rem;
    margin: 0 auto;
  }
}
.list {
  flex: 1;
  margin-right: 44px;
}
.content_text {
  font-size: 20px;
  line-height: 36px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .box {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .classification {
    padding-bottom: 30rem;
  }
  .list {
    flex: 1;
    margin-right: 0;
  }
  .content_text {
    font-size: 34.37rem;
    line-height: 45rem;
    padding-bottom: 100rem;
  }
}
/*# sourceMappingURL=china_friendly_country.css.map */