@charset "UTF-8";

 /* PC端 */
 @media screen and (min-width: 1280px) {   

  .news-center-list-item .item-img img {
    width: 100%;
    height: 100%;
  }

  .news-center-right-text { 
    margin-top: 24px;
  }
    .news {
      width: 100%;
      min-height: 660px;
      position: relative;
      background: #f4f6f9;
    }
    .news .news-content {
      display: flex;
      position: relative;
      top: -60px;

      /* 新闻列表 */
    }
    .news .news-content .news-center-right {
      flex: 1;
      padding-left: 30px;
      padding-bottom: 10px;
      padding-right: 30px;
      overflow: hidden;
      background: #fff;
      margin-left: 15px;
    }
    .news .news-content .news-center-right .news-center-right-title {
      height: 60px;
      border-bottom: 1px solid #E7E7E7;
      display: flex;
      align-items: center;
    }
    .news .news-content .news-center-right .news-center-right-title .news-center-right-line {
      width: 4px;
      height: 22px;
      margin-right: 14px;
    }
    .news .news-content .news-center-right .news-center-right-title .news-center-right-text {
      font-size: 28px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #1d2346;
    }
    .news .news-content .news-center-right .news-center-right-list {
      width: 100%;
    }

    .news .news-content .pagination,
    .news .news-content-other .pagination{
      padding: 30px 0 20px 0;
    }
    .news .news-content-other {
      position: relative;
      top: -60px;
      background: #fff;
      padding: 30px;
      box-sizing: border-box;
    }
    .news-content-other .news-list{
      box-sizing: border-box;
    }
    .news .news-content-other .news-list .item-content-other{
      margin-right: 0px;
    }


    /* tabs列表-样式01 -------------------------------------------------start*/
    .news-center-list-item {
      width: 100%;
      border-bottom: 1px solid #d9dcde;
      display: flex;
      padding: 34px 0;
    }
    .news-center-list-item .item-img {
      width: 362px;
      height: 238px;
      flex-shrink: 0;
      margin-right: 25px;
    }
    .news-center-list-item .item-img img {
      width: 100%;
      height: 100%;
    }
    .news-center-list-item .item-content {
      flex: 1;
    }
    .news-center-list-item .item-content .item-content-title {
      font-size: 22px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #1d2346;
    }
    .news-center-list-item .item-content .item-content-title:hover {
      color: #0060c5;
    }
    .partybuild-sidebar + .news-center-right .news-center-list-item .item-content .item-content-title:hover {
      color: #c84240;
    }
    .news-center-list-item .item-content .item-content-data {
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      line-height: 26px;
      color: #8393a2;
      margin-top: 22px;
      text-indent: 2em;
      text-overflow: ellipsis;
      -webkit-line-clamp: 3;
    }
    .news-center-list-item .item-content .item-content-time {
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #818aa3;
      margin-top: 20px;
    }

    /* .news-center-list-item:last-of-type {
      border-bottom: none;
    } */
    /* tabs列表-样式01 -------------------------------------------------end*/
    /* tabs列表-样式02 -------------------------------------------------start*/
    .news-center-list-item {
      width: 100%;
      border-bottom: 1px solid #d9dcde;
      display: flex;
      padding: 34px 0;
    }
    .news-center-list-item-other {
      border-bottom: none; 
      padding: 0px 0px;
    }
    /* tabs列表-样式02 -------------------------------------------------end*/
 }

/* 移动端 */
@media screen and (max-width: 1279px) {
  
  .news-center-list-item .item-img img {
    width: 135px;
    height: 75px;
  }
  .news-center-right-text {
    margin-left: 11px;
  }
  .partybuild .news-center-right-text {
    color: #CB3338 !important;
  }
  .news-center-list-item .show-H5 .item-content{
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 75px;
  }
  .news-center-list-item .show-H5 {
    flex: 1;
  }
  .show-H5 .search_con {
    margin-top: 0;
    position: relative;
  }
  
  .news-center-list-item {
    padding: 10px 0;
    display: flex;
    border-bottom: 1px solid #ECECEC;
    /* align-items: center; */
  }
  
  .tablist01.news-center-list-item.news-center-list-item-other {
    padding: 12px;
    border-bottom: 1px solid #ececec;
  }
  .search_con .bnts {
    position: absolute;
    right: 0;
    color: #0060c5;
    line-height: 16px;
    margin: 13px 12px;
    border-left: 1px solid #ddd;
    padding-left: 12px;
  }
  .el-pagination__editor.el-input .el-input__inner {
    height: 24px !important;
    width: 40px;
  }
 .show-H5 .pagination .el-pagination .btn-next {
    margin-left: 4px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding-left: 6px;
}
  }
  .show-H5 .pagination .el-pagination .btn-prev {
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding-right:  6px;
  }
  .show-H5 .pagination .el-pager li.number {
    height: 24px;
    line-height: 24px;
  }
  .pagination .jumper-btn {
    opacity: 1;
    border-radius: 2px;
    background: #F3F3F3;
    width: 40px;
    height: 24px;
    opacity: 1;
    color: #666666;   
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;

    
  }
  .pagination .first-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
  }
  
  .show-H5 .pagination {
      padding-top: 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      padding-bottom: 22px;
      flex-direction: column;
      margin-top: 0;
  }


  .news-center-right-list .newsList-bkg {
    width: calc(100% + 20px);
    position: relative;
    right: 10px;
  }

  .partybuild .show-H5.news-center-right .search_con input.input1 {
    opacity: 1;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 2px 6px 0px #FDCBCE;

  }

  .search_con input.input1::placeholder {
    padding-left: 2px;
  }


  .partybuild .show-H5.news-center-right .search_con .bnts {
    opacity: 1;
    color: #DB3338;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
  }

  

  .news-center-right-text {
    color: #0060c5;
    font-weight: 600;
    font-size: 18px;
    /*搜索注释 margin-top: 24px; */
    margin-bottom: 12px;
  }

  .news-center-right-list {
    background: #fff;
    border-radius: 4px;
    padding: 0 10px;
  }

  .item-content-other-time.a-text {
    font-size: 13px;
    color: #8393a2;

  }


   
    .news-center-list-item .item-content-title {
      opacity: 1;
      color: #000000;
      font-size: 15px;
      line-height: 22px;
      text-align: left;
    }

     .news-center-list-item .show-H5.item-content {
      margin-left: 10px;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .news-center-list-item .item-content-time {
      opacity: 0.800000011920929;
      color: #8393A2;
      font-size: 13px;
      line-height: 13px;

    }
