@import url(../Base.css);
.news-page .article-list-component {
  width: 1200px;
  margin: 85px auto;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap; }
  .news-page .article-list-component .right-margin {
    margin-right: 54px; }
  .news-page .article-list-component .article-list-item {
    flex: 1; }
    .news-page .article-list-component .article-list-item .top-title {
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap;
      padding-bottom: 15px;
      position: relative; }
      .news-page .article-list-component .article-list-item .top-title > h3 {
        font-size: 28px;
        color: #333333; }
        .news-page .article-list-component .article-list-item .top-title > h3:before {
          content: '';
          display: block;
          width: 30px;
          height: 4px;
          background: #207cff;
          position: absolute;
          left: 0;
          bottom: 0; }
      .news-page .article-list-component .article-list-item .top-title > a {
        font-size: 15px;
        color: #666666; }
        .news-page .article-list-component .article-list-item .top-title > a:hover {
          color: #207cff; }
    .news-page .article-list-component .article-list-item .bottom-content {
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap;
      margin-top: 36px; }
      .news-page .article-list-component .article-list-item .bottom-content .left-img {
        width: 270px;
        height: 204px;
        position: relative; }
        .news-page .article-list-component .article-list-item .bottom-content .left-img .left-img-box {
          display: block;
          width: 270px;
          height: 204px;
          overflow: hidden; }
          .news-page .article-list-component .article-list-item .bottom-content .left-img .left-img-box > img {
            width: 100%;
            height: 100%;
            transition: all 0.6s; }
            .news-page .article-list-component .article-list-item .bottom-content .left-img .left-img-box > img:hover {
              transform: scale(1.4); }
          .news-page .article-list-component .article-list-item .bottom-content .left-img .left-img-box .bottom-title {
            width: 100%;
            height: 47px;
            text-align: center;
            position: absolute;
            bottom: 0;
            font-size: 18px;
            color: white;
            line-height: 47px;
            background-color: rgba(15, 15, 15, 0.45);
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
      .news-page .article-list-component .article-list-item .bottom-content .right-link {
        width: 300px;
        height: 204px; }
        .news-page .article-list-component .article-list-item .bottom-content .right-link .link-ul {
          height: 100%;
          margin-left: 24px;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          align-items: flex-start;
          flex-wrap: nowrap; }
          .news-page .article-list-component .article-list-item .bottom-content .right-link .link-ul .link-li {
            width: 100%;
            display: -webkit-flex;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            flex-wrap: nowrap; }
            .news-page .article-list-component .article-list-item .bottom-content .right-link .link-ul .link-li:before {
              content: '';
              width: 6px;
              height: 6px;
              background: #1a1a1a;
              border-radius: 50%;
              margin-right: 14px; }
            .news-page .article-list-component .article-list-item .bottom-content .right-link .link-ul .link-li > a {
              flex: 1;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden; }
              .news-page .article-list-component .article-list-item .bottom-content .right-link .link-ul .link-li > a:hover {
                color: #666666; }
            .news-page .article-list-component .article-list-item .bottom-content .right-link .link-ul .link-li .date {
              font-size: 12px;
              color: #999999;
              margin-left: 30px; }

.news-page .active-component {
  width: 1200px;
  margin: 0 auto; }
  .news-page .active-component .active-title {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding-bottom: 15px;
    position: relative; }
    .news-page .active-component .active-title > h2 {
      font-size: 28px;
      color: #333333; }
      .news-page .active-component .active-title > h2:before {
        content: '';
        display: block;
        width: 30px;
        height: 4px;
        background: #207cff;
        position: absolute;
        left: 0;
        bottom: 0; }
    .news-page .active-component .active-title > a {
      font-size: 15px;
      color: #666666; }
      .news-page .active-component .active-title > a:hover {
        color: #207cff; }
  .news-page .active-component .active-container {
    width: 100%;
    margin-top: 36px;
    margin-bottom: 80px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; }
    .news-page .active-component .active-container .active-item {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 290px;
      height: 312px;
      background: white;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      padding: 20px 10px;
      border: 1px solid #f0f0f0;
      margin-bottom: 30px;
      transition: all 0.3s ease;
      cursor: pointer; }
      .news-page .active-component .active-container .active-item:hover {
        -webkit-box-shadow: 0 4px 18px 0 rgba(192, 198, 209, 0.78);
        box-shadow: 0 4px 18px 0 rgba(192, 198, 209, 0.78);
        -webkit-transform: translateY(-0.2rem);
        transform: translateY(-0.2rem);
        -webkit-transition-duration: .45s;
        transition-duration: .45s;
        border: 1px solid transparent; }
      .news-page .active-component .active-container .active-item:not(:nth-child(4n)) {
        margin-right: 12px; }
      .news-page .active-component .active-container .active-item .article-img {
        width: 270px;
        height: 150px;
        background: #d8d8d8;
        margin-bottom: 22px;
        overflow: hidden; }
        .news-page .active-component .active-container .active-item .article-img > img {
          width: 100%;
          height: 100%;
          transition: all 0.6s; }
          .news-page .active-component .active-container .active-item .article-img > img:hover {
            transform: scale(1.4); }
      .news-page .active-component .active-container .active-item p {
        width: 270px; }
      .news-page .active-component .active-container .active-item .article-title {
        font-size: 16px;
        color: #1a1a1a;
        text-align: left;
        margin-bottom: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .news-page .active-component .active-container .active-item .article-description {
        font-size: 12px;
        color: #666666;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 20px; }
      .news-page .active-component .active-container .active-item .article-date {
        font-size: 12px;
        color: #999999;
        text-align: right; }
