 /* 基本重置 */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  ol,
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  a {
    color: inherit;
    /* 使用父元素的颜色 */
    text-decoration: none;
  }

  body {
    font-family: Arial, sans-serif;
    color: #333;
  }

  .page {
    max-width: 1920px;
    margin: 0 auto;
  }


  .main {
    padding-top: 64px;
    background-color: #f6f6f6;
  }

  .home-wrap {
    width: 1200px;
    margin: 0 auto;
  }

  .home-wrap .lmy_mainer {
    height: auto;
    padding: 20px 0;
    display: flex;
  }

  .home-wrap .lmy_mainer .j-dg-left {
    width: 245px;
    background: #fff;
    height: auto;
    min-height: 450px;
    margin-right: 20px;
  }

  .home-wrap .lmy_mainer .j-dg-right {
    width: 895px;
    min-height: 450px;
    position: relative;
    background: #fff;
    padding: 0 20px;
  }

  .home-wrap .lmy_mainer .j-dg-right .list_title {
    line-height: 24px;
    padding: 12px 0;
    font-size: 14px;
    border-bottom: #ebebeb 1px solid;
    color: #333;
  }

  .lm_top {
    position: relative;
    height: 48px;
    border-top: #3778fa 2px solid;
    border-bottom: #ebebeb 1px solid;
  }

  .lm_top span {
    display: block;
    font-size: 18px;
    line-height: 48px;
    padding: 0 10px;
    text-align: center;
    font-weight: bold;
    color: #3778fa;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .navdh {
    overflow: hidden;
  }

  .navdh ul li {
    vertical-align: bottom;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    position: relative;
  }

  .navdh ul a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
  }

  .active {
    background-color: #f6f6f6;
  }

  .active a {
    color: #3778fa !important;
  }

  .active .imgggg {
    display: inline-block;
  }

  .imgggg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }

  .navjz {
    height: auto;
    min-height: 250px;
    font-size: 14px;
    line-height: 1.8;
    padding: 10px 0 20px;
    border-top: 0;
    text-align: justify;
    word-break: break-all;
    word-wrap: break-word
  }

  .navjz ul.doc_list {
    padding-bottom: 5px;
  }

  .navjz ul li {
    padding: 0 0 0 16px;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    vertical-align: bottom;
  }

  .navjz ul li .date {
    color: #adadad;
  }

  .right {
    float: right;
  }

  .left {
    float: left;
  }

  .navjz ul li .icon {
    display: flex;
    align-items: center;
  }

  .navjz ul li .icon img {
    width: 4px;
    height: 4px;
    margin-right: 10px;
  }

  .navjz ul.doc_list li a {
    display: block;
    /* white-space: nowrap; */
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  @media screen and (min-width: 769px) and (max-width: 1500px) {
    .main {
      padding-top: 116px;
    }

  }

  @media (max-width: 960px) {
    .main {
      padding-top: 64px;
    }

    .home-wrap {
      width: 100%;
    }

    .home-wrap .lmy_mainer {
      padding: 20px 10px;
    }

    .home-wrap .lmy_mainer .j-dg-left {
      width: 23%;
      height: auto;
      min-height: 250px;
      margin-right: 15px;
    }

    .home-wrap .lmy_mainer .j-dg-right {
      width: calc(77% - 15px);
      min-height: 250px;
      padding: 0 15px;
    }

    .lm_top span {
      font-size: 12px;
    }
    .navdh ul a {
      font-size: 12px;
    }
    .navjz ul li {
      padding: 0;
    }

    .navjz ul li .date {
      display: none;
    }

    .navjz ul li .icon img {
      margin-right: 5px;
    }

    .navjz ul.doc_list li a {
      font-size: 12px;
    }
  }