    .newList {
      margin: 2% 0;
    }

    .newList_left {
      border: 1px solid #eee;
      margin-bottom: 2%;
    }

    .newList_left_title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
      background-color: #0d358f;
      color: #fff;
    }

    .newList_left_title p {
      margin: 0;
      font-size: 18px;
    }

    .newList_left .list {
      margin-top: 2%;
    }

    .newList_left .list div {
      cursor: pointer;
      padding: 15px;
    }

    .newList_left .list div[class='active'] {
      background-color: #f3f5f7;
      border-left: 1px solid #0d348b;
    }

    .newList_left .list div[class='active'] a {
      display: block;
      width: 100%;
      color: #0d348b;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
    }

    .newList_rigth {
      border: 1px solid #eee;
    }

    .newList_rigth .bremd {
      padding: 15px;
      border-bottom: 1px solid #eee;
      background-color: #f7f9f9;
    }

    .newList_rigth .bremd p {
      margin: 0;
    }

    .newList_rigth_list {
      min-height: 500px;
    }

    .newList_rigth_list .list {
      padding: 2%;
    }

    .newList_rigth_list .list .more {
      border: 1px solid #000;
      color: #0d358f;
      padding: 1%;
      cursor: pointer;
    }

    .newList_rigth_list .list .cont {
      position: relative;
      width: 70%;
    }

    @media (min-width: 768px) {
      .newList_rigth_list .list .cont::before {
        position: absolute;
        content: '';
        width: 1px;
        height: 80%;
        top: 5%;
        left: -4%;
        background-color: #d0dae3;
      }
    }


    @media (max-width: 768px) {
      .bgContain img {
        width: 100%;
        height: 100px;
      }

      .newList_rigth_list .list .cont {
        width: 100%;
        overflow: hidden;
      }
    }

    .newList_rigth_list .list .cont p {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
    }

    .newList_rigth_list .list .more a {
      color: #0d358f;
    }

    /* 分页 */
    .page {
      margin: 3% 0;
    }

    .page ul.pagination {
      display: inline-block;
      padding: 0;
      margin: 0;
    }

    .page ul.pagination li {
      display: inline;
    }

    .page ul.pagination li a {
      color: black;
      float: left;
      padding: 4px 8px;
      text-decoration: none;
      transition: background-color .3s;
      border: 1px solid #ddd;
      margin: 0 4px;
    }

    .page ul.pagination li:last-child a {
      border: 0px solid #ddd;
    }

    .page ul.pagination li:last-child a:hover:not(.active) {
      background-color: #fff;
    }

    .page ul.pagination li a.active {
      color: #0d358f;
      border: 1px solid #0d358f;
    }

    .page ul.pagination li a:hover:not(.active) {
      background-color: #ddd;
    }

    /* 新闻详情页css */
    .newList_rigth_cont {
      padding: 5%;
    }

    .con_title {
      text-align: center;
      border-bottom: 1px solid #eee;
    }

    .context p {
      color: #333;
      letter-spacing: 1px;
    }