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