@import url(../Base.css);
.new-list-page .header-banner-component {
  width: 100%;
  height: 124px;
  background: #fff url("../img/company_def_banner.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; }
  .new-list-page .header-banner-component .content {
    width: 1200px;
    height: 100%;
    padding-top: 24px;
    padding-bottom: 27px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto; }
    .new-list-page .header-banner-component .content > h1 {
      font-size: 36px;
      color: white;
      margin-bottom: 12px; }
    .new-list-page .header-banner-component .content .bread-nav {
      font-size: 12px;
      color: #FFFFFF; }
      .new-list-page .header-banner-component .content .bread-nav > a {
        color: #FFFFFF; }

.new-list-page .list-container-component {
  background-color: #F7F8FA;
  padding-top: 30px;
  padding-bottom: 30px; }
  .new-list-page .list-container-component .main {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap; }
    .new-list-page .list-container-component .main .main-left {
      width: 836px;
      background: white;
      padding: 30px 25px 60px 18px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .new-list-page .list-container-component .main .main-left .list-container > li {
        height: 140px;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap; }
        .new-list-page .list-container-component .main .main-left .list-container > li:not(:last-child) {
          margin-bottom: 11px; }
        .new-list-page .list-container-component .main .main-left .list-container > li .article-left > img {
          width: 173px;
          height: 130px;
          background-color: #eee;
          margin-right: 48px; }
        .new-list-page .list-container-component .main .main-left .list-container > li .article-right {
          height: 100%;
          width: 570px;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start;
          flex-wrap: nowrap; }
          .new-list-page .list-container-component .main .main-left .list-container > li .article-right > a {
            display: block;
            width: 100%;
            font-size: 18px;
            margin-bottom: 16px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
          .new-list-page .list-container-component .main .main-left .list-container > li .article-right > p {
            font-size: 14px;
            color: #666666;
            line-height: 22px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            height: 44px;
            margin-bottom: 18px;
            width: 100%; }
          .new-list-page .list-container-component .main .main-left .list-container > li .article-right > span {
            color: #999999;
            font-size: 14px;
            width: 100%;
            text-align: right; }
          .new-list-page .list-container-component .main .main-left .list-container > li .article-right:after {
            content: '';
            width: 100%;
            height: 1px;
            background-color: #E0E0E0;
            margin-top: 19px; }
      .new-list-page .list-container-component .main .main-left .arcticle_page {
        padding: 42px 0 49px 0;
        text-align: center; }
        .new-list-page .list-container-component .main .main-left .arcticle_page .page_p {
          font-size: 14px;
          display: inline-block; }
          .new-list-page .list-container-component .main .main-left .arcticle_page .page_p a {
            display: inline-block;
            width: 28px;
            height: 28px;
            text-align: center;
            line-height: 28px;
            border-radius: 4px;
            border: 1px solid #DAD9E3;
            color: #999;
            background: none;
            margin: 0 2.5px; }
            .new-list-page .list-container-component .main .main-left .arcticle_page .page_p a:not(.page_active):hover {
              background: #1a1a1a;
              color: #fff;
              text-decoration: none; }
      .new-list-page .list-container-component .main .main-left .arcticle_page .page_p .page_active {
        color: #fff;
        background: #1a1a1a;
        text-decoration: none; }
      .new-list-page .list-container-component .main .main-left .arcticle_page .page_p a img {
        padding-bottom: 2px; }
      .new-list-page .list-container-component .main .main-left .arcticle_page .page_p .go_pre:hover,
      .new-list-page .list-container-component .main .main-left .pale_menu .more_menu_left .arcticle_page .page_p .go_next:hover {
        color: #fff; }
    .new-list-page .list-container-component .main .main-right {
      width: 320px; }
      .new-list-page .list-container-component .main .main-right .search-bar {
        width: 100%;
        height: 50px;
        background: white;
        border-radius: 2px;
        margin-bottom: 30px;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        font-family: "Helvetica Neue", Helvetica, "PingFang SC", tahoma, 'hiragino sans GB', arial, "Microsoft YaHei", sans-serif; }
        .new-list-page .list-container-component .main .main-right .search-bar > input {
          flex: 1;
          border: none;
          height: 100%;
          padding-left: 22px;
          padding-right: 20px;
          color: #999;
          font-size: 14px;
          font-family: "Helvetica Neue", Helvetica, "PingFang SC", tahoma, 'hiragino sans GB', arial, "Microsoft YaHei", sans-serif; }
        .new-list-page .list-container-component .main .main-right .search-bar > button {
          width: 82px;
          height: 50px;
          background: #207cff;
          text-align: center;
          line-height: 50px;
          color: #FFFFFF;
          font-size: 18px;
          border: none;
          cursor: pointer; }
      .new-list-page .list-container-component .main .main-right .search-content {
        width: 100%;
        padding: 15px 10px 20px 22px;
        background-color: #FFFFFF;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px; }
        .new-list-page .list-container-component .main .main-right .search-content > header {
          font-size: 18px;
          color: #1a1a1a;
          margin-bottom: 14px; }
          .new-list-page .list-container-component .main .main-right .search-content > header:after {
            content: '';
            display: block;
            width: 300px;
            height: 1px;
            background-color: #DBDBDB;
            margin-top: 13px; }
        .new-list-page .list-container-component .main .main-right .search-content > ul > li {
          font-size: 14px;
          display: -webkit-flex;
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: center;
          flex-wrap: nowrap; }
          .new-list-page .list-container-component .main .main-right .search-content > ul > li:before {
            content: '';
            display: block;
            width: 6px;
            height: 6px;
            background: #d8d8d8;
            margin-right: 10px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%; }
          .new-list-page .list-container-component .main .main-right .search-content > ul > li:not(:last-child) {
            margin-bottom: 17px; }
          .new-list-page .list-container-component .main .main-right .search-content > ul > li > a {
            width: 100%;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            color: #3F3F3F; }
            .new-list-page .list-container-component .main .main-right .search-content > ul > li > a:hover {
              color: #666666; }
