﻿
/*渐变文字*/
.gradient-text {
  display: inline-block;
  width: auto;
  color: #ff316c;
  background-image: linear-gradient(-90deg, #ff316c 0%, #44D7F6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/*盒子布局*/
/*单行省略*/
/*多行省略*/
.news-page .page-list-box .page-list-content {
  width: 1120px;
  padding-top: 60px; }

.news-page .news-wrap .hot-news-wrap {
  width: 100%;
  height: 450px;
  background-color: #EEEEEE;
  display: flex;
  -ms-display: flex;
  /* IE 9 */
  -moz-display: flex;
  /* Firefox */
  -webkit-display: flex;
  /* Safari  Chrome */
  -o-display: flex;
  /* Opera */
  align-items: center;
  -ms-align-items: center;
  /* IE 9 */
  -moz-align-items: center;
  /* Firefox */
  -webkit-align-items: center;
  /* Safari  Chrome */
  -o-align-items: center;
  /* Opera */
  justify-content: center;
  -ms-justify-content: center;
  /* IE 9 */
  -moz-justify-content: center;
  /* Firefox */
  -webkit-justify-content: center;
  /* Safari  Chrome */
  -o-justify-content: center;
  /* Opera */ }
  .news-page .news-wrap .hot-news-wrap .hot-news-img-box {
    width: 720px;
    height: 100%; }
    .news-page .news-wrap .hot-news-wrap .hot-news-img-box img {
      display: block;
      width: 100%;
      height: 100%; }
  .news-page .news-wrap .hot-news-wrap .hot-news-content {
    flex: 1;
    height: 100%;
    padding: 40px 50px 0 30px;
    box-sizing: border-box; }
    .news-page .news-wrap .hot-news-wrap .hot-news-content .news-type {
      margin-bottom: 20px; }
    .news-page .news-wrap .hot-news-wrap .hot-news-content .news-info {
      width: 100%;
      height: 320px;
      color: #2B2B2B;
      text-align: left;
      flex-direction: column;
      display: flex;
      -ms-display: flex;
      /* IE 9 */
      -moz-display: flex;
      /* Firefox */
      -webkit-display: flex;
      /* Safari  Chrome */
      -o-display: flex;
      /* Opera */
      align-items: flex-start;
      -ms-align-items: flex-start;
      /* IE 9 */
      -moz-align-items: flex-start;
      /* Firefox */
      -webkit-align-items: flex-start;
      /* Safari  Chrome */
      -o-align-items: flex-start;
      /* Opera */
      justify-content: space-between;
      -ms-justify-content: space-between;
      /* IE 9 */
      -moz-justify-content: space-between;
      /* Firefox */
      -webkit-justify-content: space-between;
      /* Safari  Chrome */
      -o-justify-content: space-between;
      /* Opera */ }
      .news-page .news-wrap .hot-news-wrap .hot-news-content .news-info .news-tit {
        font-size: 27px;
        font-weight: bold;
        line-height: 1.5;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      .news-page .news-wrap .hot-news-wrap .hot-news-content .news-info .news-intro {
        font-size: 14px;
        line-height: 1.9;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical; }

.news-page .news-wrap .news-list {
  padding-top: 15px;
  display: flex;
  -ms-display: flex;
  /* IE 9 */
  -moz-display: flex;
  /* Firefox */
  -webkit-display: flex;
  /* Safari  Chrome */
  -o-display: flex;
  /* Opera */
  align-items: center;
  -ms-align-items: center;
  /* IE 9 */
  -moz-align-items: center;
  /* Firefox */
  -webkit-align-items: center;
  /* Safari  Chrome */
  -o-align-items: center;
  /* Opera */
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  /* IE 9 */
  -moz-justify-content: flex-start;
  /* Firefox */
  -webkit-justify-content: flex-start;
  /* Safari  Chrome */
  -o-justify-content: flex-start;
  /* Opera */ }
  .news-page .news-wrap .news-list .item-wrap {
    width: 270px;
    height: 250px;
    color: #2B2B2B;
    background-color: #EEEEEE;
    margin-bottom: 15px; }
    .news-page .news-wrap .news-list .item-wrap:not(:nth-child(4n+1)) {
      margin-left: 11px; }
    .news-page .news-wrap .news-list .item-wrap .img-box {
      width: 100%;
      height: 120px; }
      .news-page .news-wrap .news-list .item-wrap .img-box img {
        display: block;
        width: 100%;
        height: 100%; }
    .news-page .news-wrap .news-list .item-wrap .news-info-box {
      height: calc(100% - 120px);
      padding: 10px 15px 0;
      box-sizing: border-box; }
      .news-page .news-wrap .news-list .item-wrap .news-info-box .news-tit {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        margin: 5px 0;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
  .news-page .news-wrap .news-list::after {
    content: '';
    width: 270px;
    height: 0; }

/*新闻详情*/
.news-detail-page .page-list-box .page-list-content {
  width: 800px;
  padding-top: 60px; }

.news-detail-page .theme-img {
  width: 100%;
  max-height: 440px;
  overflow: hidden; }
  .news-detail-page .theme-img img {
    display: block;
    width: 100%; }

.news-detail-page .article-box {
  color: #2B2B2B;
  padding-bottom: 40px;
  box-sizing: border-box; }
  .news-detail-page .article-box .article-header {
    text-align: center; }
  .news-detail-page .article-box .article-tit {
    font-size: 27px;
    margin: 25px 0;
    line-height: 1.5;
    text-align: center; }
  .news-detail-page .article-box .release-box {
    width: 100%;
    font-size: 14px;
    display: flex;
    -ms-display: flex;
    /* IE 9 */
    -moz-display: flex;
    /* Firefox */
    -webkit-display: flex;
    /* Safari  Chrome */
    -o-display: flex;
    /* Opera */
    align-items: center;
    -ms-align-items: center;
    /* IE 9 */
    -moz-align-items: center;
    /* Firefox */
    -webkit-align-items: center;
    /* Safari  Chrome */
    -o-align-items: center;
    /* Opera */
    justify-content: center;
    -ms-justify-content: center;
    /* IE 9 */
    -moz-justify-content: center;
    /* Firefox */
    -webkit-justify-content: center;
    /* Safari  Chrome */
    -o-justify-content: center;
    /* Opera */ }
    .news-detail-page .article-box .release-box li {
      position: relative; }
      .news-detail-page .article-box .release-box li:not(:last-child) {
        padding-right: 12px; }
        .news-detail-page .article-box .release-box li:not(:last-child)::after {
          content: '';
          width: 1px;
          height: 70%;
          background-color: #2B2B2B;
          position: absolute;
          right: 0;
          top: 20%; }
      .news-detail-page .article-box .release-box li:not(:first-child) {
        padding-left: 10px; }
  .news-detail-page .article-box .article-content {
    padding: 50px 0 100px 0;
    font-size: 14px;
    line-height: 1.8; }
    .news-detail-page .article-box .article-content p,
    .news-detail-page .article-box .article-content span,
    .news-detail-page .article-box .article-content a {
      font-size: 14px; }
    .news-detail-page .article-box .article-content img {
      max-width: 100% !important; }
  .news-detail-page .article-box .article-pages {
    font-size: 17px;
    font-weight: bold;
    display: flex;
    -ms-display: flex;
    /* IE 9 */
    -moz-display: flex;
    /* Firefox */
    -webkit-display: flex;
    /* Safari  Chrome */
    -o-display: flex;
    /* Opera */
    align-items: center;
    -ms-align-items: center;
    /* IE 9 */
    -moz-align-items: center;
    /* Firefox */
    -webkit-align-items: center;
    /* Safari  Chrome */
    -o-align-items: center;
    /* Opera */
    justify-content: space-between;
    -ms-justify-content: space-between;
    /* IE 9 */
    -moz-justify-content: space-between;
    /* Firefox */
    -webkit-justify-content: space-between;
    /* Safari  Chrome */
    -o-justify-content: space-between;
    /* Opera */ }
    .news-detail-page .article-box .article-pages li {
      cursor: pointer; }
      .news-detail-page .article-box .article-pages li:hover {
        color: #A2A2A2; }
    .news-detail-page .article-box .article-pages a {
      color: #000000; }
      .news-detail-page .article-box .article-pages a:hover {
        color: #A2A2A2; }

.news-type {
  display: inline-block;
  font-size: 12px;
  color: #858585;
  background-color: #BFBFBF;
  padding: 5px 7px; }

.release-info {
  width: 100%;
  display: flex;
  -ms-display: flex;
  /* IE 9 */
  -moz-display: flex;
  /* Firefox */
  -webkit-display: flex;
  /* Safari  Chrome */
  -o-display: flex;
  /* Opera */
  align-items: center;
  -ms-align-items: center;
  /* IE 9 */
  -moz-align-items: center;
  /* Firefox */
  -webkit-align-items: center;
  /* Safari  Chrome */
  -o-align-items: center;
  /* Opera */
  justify-content: space-between;
  -ms-justify-content: space-between;
  /* IE 9 */
  -moz-justify-content: space-between;
  /* Firefox */
  -webkit-justify-content: space-between;
  /* Safari  Chrome */
  -o-justify-content: space-between;
  /* Opera */ }
  .release-info .time {
    font-size: 14px;
    color: #2B2B2B; }
