
  .detail_module_4 .graphic {
    max-width: 1160px;
    margin: 0 auto;
  }

  .detail_module_4 .graphic::after {
    content: "";
    display: block;
    clear: both;
  }

  .detail_module_4 .graphic .img_park {
    width: 46.035%;
    float: right;
    text-align: center;
  }

  .detail_module_4 .graphic .img_park img {
    max-width: 100%;
    height: auto;
    display: inline-block;
  }

  .detail_module_4 .graphic .text_park {
    width: 50%;
    margin-top: 20px;
    float: left;
  }

  .detail_module_4 .graphic .text_park .con_p {
    font-family: Arial;
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
    margin-top: 29px;
  }

  .detail_module_4 .graphic .text_park .con_p p {
    margin: 0 0 12px;
  }

  .detail_module_4 .graphic .text_park .con_p ul {
    margin: 0 0 12px 20px;
    padding: 0;
  }

  .detail_module_4 .graphic .text_park .con_p li {
    margin-bottom: 8px;
  }

  .detail_module_4 .clear {
    clear: both;
    height: 0;
    overflow: hidden;
  }

  .detail_bottom_content {
    clear: both;
    max-width: 1160px;
    margin: 30px auto 0;
  }

  @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;
    }
  }
