
.detail_module_3 .graphic {
  max-width: 1160px;
  margin: 0 auto;
}

.detail_module_3 .graphic::after {
  content: "";
  display: block;
  clear: both;
}

.detail_module_3 .graphic .img_park {
  width: 46.035%;
  float: left;
}

.detail_module_3 .graphic .text_park {
  width: 50%;
  margin-top: 20px;
  float: right;
}

.detail_module_3 .graphic .text_park .text_title {
  font-size: 28px;
  line-height: 40px;
}

.detail_module_3 .graphic .text_park .con_p {
  font-size: 14px;
  line-height: 22px;
  color: #888888;
  margin-top: 29px;
}

@media screen and (max-width: 768px) {
  .detail_module_3 .graphic .img_park {
    width: 100%;
    float: none;
  }

  .detail_module_3 .graphic .text_park {
    width: 100%;
    margin-top: 12px;
    float: none;
  }

  .detail_module_3 .graphic .text_park .text_title {
    font-size: 15px;
    line-height: 25px;
  }

  .detail_module_3 .graphic .text_park .con_p {
    margin-top: 5px;
  }
}
