
.detail_module_4 {
  width: 100%;
  box-sizing: border-box;
}

.detail_module_4 .graphic {
  max-width: 1160px;
  margin: 0 auto;
  overflow: hidden;
}

.detail_module_4 .graphic .text_park {
  width: 50%;
  margin-top: 20px;
  float: left;
}

.detail_module_4 .graphic .text_park .con_p {
  font-size: 14px;
  line-height: 22px;
  color: #888888;
  margin-top: 29px;
  font-family: Arial;
}

.detail_module_4 .graphic .img_park {
  width: 46.035%;
  float: right;
}

.detail_module_4 .graphic .img_park img {
  max-width: 100%;
  height: auto;
  display: block;
}

.clear {
  clear: both;
}

@media screen and (max-width: 768px) {
  .detail_module_4 .graphic .img_park {
    width: 100%;
    margin-top: 10px;
    float: none;
  }

  .detail_module_4 .graphic .text_park {
    width: 100%;
    margin-top: 12px;
    float: none;
  }

  .detail_module_4 .graphic .text_park .con_p {
    margin-top: 5px;
  }
}
