@media (max-width: 768px) {
  .nav{
    display: none;
  }
    .news-list {
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        box-sizing: border-box;
        font-family: 'Microsoft YaHei','微软雅黑',sans-serif;
        moz-box-sizing: border-box;
        webkit-box-sizing: border-box;
      }
      .news-list-nav{
        /* padding-top: 54px; */
        width: 100%;
        box-shadow: 0 5px 15px 5px rgba(0, 94, 209, .08);
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
      }
     
      .sub-title-sel, .sub-title {
        width: 45%;
        /* height: 50px; */
        text-align: center;
        /* line-height: 50px; */
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        position: relative;
        margin: 5px;
        background: #eee;
        padding: 10px 0;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .sub-title-sel{
      width: 45%;
      background-color: #1055d6;
      color: #ffffff;
    }
    .news-list{
      padding: 0 10px;
    }
    .page{
      margin-top: 15px;
    }
    .news-content{
      padding: 15px 0;
      display: flex;
      border-bottom: 0.01rem solid #b2c5d6
    }
    .news-content:last-of-type{
      border: none;
    }
    .news-left{
    /* display: flex;
    flex-direction: row-reverse;
    justify-content: center; */
    display: none;
    }
    .news-img{
      width: 130px;
      height: 86px;
      margin-right: 10px;
    }
    .news-img img{
      width: 100%;
      height: 100%;
      display: block;
      /* margin: 0 auto; */
      /* margin-top: 10px; */
    }
    .news-left .news-left-title {
      font-size: 16px;
      /* font-weight: bold; */
      color:#195bcb;
    }
    .news-left .v{
      font-size: 16px;
      color: #195bcb;
    }
    .list{
      flex: 1;
      overflow: hidden;
    }
    .list-top{
      width: 100%;
    }
    .list .title{
      font-size: 14px;
      color: #222222;
      cursor: pointer;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-top: 10px;
    }
    .list p{
      font-size: 12px;
      color: #666666;
      line-height: 20px;
      margin-top: 10px;
      /* width: 100vw; 设置宽度 */
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .list span{
      font-size: 12px;
      color: #195bcb;
      cursor: pointer;
      margin-top: 10px;
      text-align: right;
      width: 100%;
      display: block;
    }
 
}
@media (min-width: 768px) and  (max-width: 1200px) {
  .news-list-nav{
    display: none;
  }
  .news-list {
    width: 1300px;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
    font-family: 'Microsoft YaHei','微软雅黑',sans-serif;
    moz-box-sizing: border-box;
    webkit-box-sizing: border-box;
  }
  .news-content{
    display: flex;
    border-bottom: 1px solid rgba(210, 222, 244, 1);
    align-items: center;
      padding: 35px 0;
  }
  .news-left{
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    width: 135px;
  }
  .news-left .news-left-title {
    font-size: 46px;
    font-weight: bold;
    color:#195bcb;
  }
  .news-left .v{
    font-size: 16px;
    color: #195bcb;
  }
  .news-img{
    width: 240px;
    height: 160px;
    border-radius: 6px;
    margin-left: 32px;
  }
  .news-img img{
    width: 100%;
    height: 100%;
    border-radius:6px;
  }
  .news-content .list{
    margin-left: 32px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 150px;
      flex: 1;
      overflow: hidden;
  }
  .list-top{
    width: 100%;
  }
  .list .title{
    font-size: 24px;
    color: #222222;
    cursor: pointer;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .list p{
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    margin-top: 28px;
  
  }
  .list span{
    font-size: 16px;
    color:#195bcb;
    cursor: pointer;
  }
  .page{
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .el-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .el-pagination.is-background .el-pager li:not(.disabled).active{
    background-color: #1055d6 !important;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .el-pagination.is-background .el-pager .number{
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}