



html {
  font-size: 20px; }



.inner-layout {
  width: 73%;
  margin: auto;
  min-width: 320px; }



@media (max-width: 1440px) {
  .layout {
    width: 1200px; }

  .inner-layout {
    width: 1200px; } }
@media (max-width: 1200px) {
  html {
    font-size: 16px; }

  .layout {
    width: 960px; }

  .path {
    font-size: 12px; }

  .inner-layout {
    width: 960px; }

  .pager {
    margin-top: 18px; }

  .pager a,
  .pager input,
  .pager button,
  .pager span {
    margin-right: 8px; } }
@media (max-width: 960px) {
  .layout {
    width: 100%; }

  .mt40 {
    margin-top: 20px !important; }

  .mt60 {
    margin-top: 30px !important; }

  .mb80 {
    margin-bottom: 40px !important; }

  .inner-layout {
    width: auto;
    margin: 0 10px; }

  .inner-layout.no-margin {
    margin: 0; }

  .path {
    padding-top: 20px; }

  #currentMedia {
    width: 960px; }

  .pager input {
    display: none; }

  .pager .choose-page {
    display: inline-block; }

  .pager {
    margin-top: 10px;
    padding-bottom: 40px; }

  .pager a,
  .pager input,
  .pager button,
  .pager span {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-right: 6px; }

  .pager a {
    width: 30px;
    margin-bottom: 10px; }

  .pager a.pager-prev,
  .pager a.pager-next,
  .pager button {
    width: 50px; } }
.container {
  min-height: 500px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../font/slick.eot");
  src: url("../font/slick.eot") format("embedded-opentype"), url("../font/slick.woff") format("woff"), url("../font/slick.ttf") format("truetype"), url("../font/slick.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:focus,
  .slick-next:focus {
    outline: none; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  .slick-prev:before {
    content: "←"; }

.slick-next {
  right: -25px; }
  .slick-next:before {
    content: "→"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: 0;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:focus {
        outline: 0; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: 0.75; }

.login-dialog {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4); }
  .login-dialog .login-pop {
    background: #fff;
    border-top: 5px solid #167070;
    padding: 0.5rem 1.5rem;
    width: 15rem;
    border-radius: 4px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -9rem;
    margin-top: -12.5rem; }
    .login-dialog .login-pop .pop-tit {
      line-height: 2.5rem;
      font-size: 0.8rem;
      position: relative;
      border-bottom: 1px solid #ddd;
      margin-bottom: 1rem; }
      .login-dialog .login-pop .pop-tit a {
        display: block;
        width: 50%;
        float: left;
        text-align: center; }
        .login-dialog .login-pop .pop-tit a.cur {
          border-bottom: 1px solid #50ACAF;
          margin-bottom: -1px;
          color: #50ACAF; }
    .login-dialog .login-pop .close {
      position: absolute;
      top: 0.25rem;
      right: 0.5rem; }
    .login-dialog .login-pop .login-form .ruifox-form-group {
      padding-bottom: 0;
      margin-bottom: 0.75rem; }
      .login-dialog .login-pop .login-form .ruifox-form-group .control {
        float: left;
        width: 100%; }
        .login-dialog .login-pop .login-form .ruifox-form-group .control > span {
          position: absolute;
          top: 0.15rem;
          text-align: center;
          left: 0;
          width: 1.7rem;
          height: 1.7rem;
          z-index: 2;
          line-height: 1.7rem;
          color: #d5cccc; }
          .login-dialog .login-pop .login-form .ruifox-form-group .control > span i {
            font-size: 1.2rem; }
        .login-dialog .login-pop .login-form .ruifox-form-group .control .input {
          width: 100%;
          display: block;
          padding-left: 1.8rem; }
        .login-dialog .login-pop .login-form .ruifox-form-group .control .btn {
          width: 100%;
          font-size: 0.8rem;
          line-height: 2rem; }
    .login-dialog .login-pop .login-form p {
      padding: 0.25rem 0;
      overflow: hidden;
      font-size: 0.7rem; }
      .login-dialog .login-pop .login-form p.text-center {
        word-spacing: 1em;
        color: #999; }
    .login-dialog .login-pop .login-form a {
      color: #03a560; }





/* 新闻中心频道页start */
.category-news .news-container {
  background-image: url(/static/image/7eb0367b-56ea-4028-9960-83bfd8785cd2.jpg);
  padding: 3rem 0 2.2rem;
  overflow-x: hidden; }
  .category-news .news-container .inner-news .inner-news-content {
    display: flex;
    justify-content: space-between; }
    .category-news .news-container .inner-news .inner-news-content .news-img-news {
      width: 60%;
      height: 22rem;
      position: relative;
      margin-bottom: 0; }
      .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item {
        width: 36rem;
        height: 22rem;
        position: relative; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a {
          display: block;
          width: 100%;
          height: 100%;
          font-size: 0.8rem; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a img {
            display: block;
            width: 100%;
            height: 100%; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a .mark {
            width: 100%;
            height: 5rem;
			background-color: rgba(0, 0, 0, 0.2);
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            box-sizing: border-box;
            padding-left: 1.5rem; }
            .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a .mark .news-tit {
              width: 33rem;
              height: 3rem;
              font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
              font-weight: 700;
              font-style: normal;
              font-size: 1rem;
              color: #FFFFFF;
              line-height: 20px;
              max-height: 30px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              position: absolute;
              bottom: 3rem; }
            .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a .mark span {
              font-family: 'Arial Normal', 'Arial', sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 0.8rem;
              color: #FFFFFF;
              line-height: 0.8rem;
              position: absolute;
              bottom: 1.3rem; }
      .category-news .news-container .inner-news .inner-news-content .news-img-news .slick-dots {
        text-align: right;
        width: auto;
        padding: 0 1rem;
        bottom: 0.5rem;
        right: 0; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news .slick-dots li {
          width: 2.5rem;
          height: 0.4rem;
          border-radius: 0;
          background-color: rgba(255, 255, 255, 0.6); }
          .category-news .news-container .inner-news .inner-news-content .news-img-news .slick-dots li.slick-active {
            background-color: #fff; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news .slick-dots li button:before {
            content: none; }
    .category-news .news-container .inner-news .inner-news-content .news-img-news-dots {
      width: 40%;
      height: 22rem;
      background-color: #fff;
      margin-bottom: 0; }
      .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .slick-list {
        overflow: visible; }
      .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot {
        height: 5.5rem;
        display: block;
        position: relative;
        padding: 1rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot p {
          width: 22rem;
          height: 2.4rem;
          font-family: 'Arial Normal', 'Arial', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 0.8rem;
          letter-spacing: normal;
          color: #333333;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          margin-bottom: 0.4rem; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot .news-dot-mark {
          font-family: 'Arial Normal', 'Arial', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 0.7rem;
          letter-spacing: normal;
          color: #5F929D;
          line-height: 0.7rem; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot:after {
          content: "";
          display: block;
          width: 22rem;
          height: 1px;
          box-sizing: border-box;
          border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
          position: absolute;
          bottom: 0;
          left: 1rem; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot:before {
          content: "";
          display: block;
          width: 0;
          height: 0;
          font-size: 0;
          border: 1rem solid transparent;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: -2rem; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot:last-child:after {
          display: none; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot.slick-current {
          width: 25rem !important;
          transform: translateX(-10px);
          background-color: #167070;
          padding-left: 1.5rem; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot.slick-current a .news-dot-title, .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot.slick-current a .news-dot-mark {
            color: #fff; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot.slick-current:before {
            border-right-color: #167070; }
      .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li {
        position: relative;
        transition: width 0.3s;
        height: 5.5rem; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li .text-news-item {
          display: block;
          padding: 1rem;
          height: 100%; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li .text-news-item p {
            width: 22rem;
            height: 2.4rem;
            font-family: 'Arial Normal', 'Arial', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 0.8rem;
            letter-spacing: normal;
            color: #333333;
            line-height: 24px;
            max-height: 48px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            margin-bottom: 0.4rem; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li .text-news-item span {
            font-family: 'Arial Normal', 'Arial', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 0.7rem;
            letter-spacing: normal;
            color: #5F929D;
            line-height: 0.7rem; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li:after {
          content: "";
          display: block;
          width: 22rem;
          height: 1px;
          box-sizing: border-box;
          border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
          position: absolute;
          bottom: 0;
          left: 1rem; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li:last-child:after {
          display: none; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li:hover {
          width: 500px;
          transform: translateX(-10px);
          background-color: #167070; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li:hover .text-news-item {
            padding-left: 1.5rem; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li:hover p {
            color: #fff; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li:hover:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            font-size: 0;
            border: 1rem solid transparent;
            border-right-color: #fff;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: -2rem; }
  .category-news .news-container .inner-news .mobile-news-list {
    display: none; }
    .category-news .news-container .inner-news .mobile-news-list a li {
      width: 100%;
      height: 90px;
      padding: 10px 0;
      box-sizing: border-box;
      border-bottom: 1px dashed rgba(0, 0, 0, 0.2); }
      .category-news .news-container .inner-news .mobile-news-list a li p {
        font-size: 16px;
        height: 48px;
        line-height: 24px;
        max-height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .category-news .news-container .inner-news .mobile-news-list a li span {
        font-size: 12px;
        color: #5F929D; }
  .category-news .news-container .inner-news .more {
    margin-top: 1rem;
    text-align: right;
    display: block; }
    .category-news .news-container .inner-news .more span {
      font-family: 'Arial Normal', 'Arial', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.8rem;
      color: #5F929D;
      line-height: 0.8rem; }
    .category-news .news-container .inner-news .more i {
      color: #FFA943;
      font-size: 1.05rem;
      position: relative;
      top: 0.1rem;
      margin-left: 0.25rem; }
    .category-news .news-container .inner-news .more:hover span {
      color: #50ACAF; }
    .category-news .news-container .inner-news .more:hover i {
      color: #50ACAF; }
  @media (max-width: 960px) {
    .category-news .news-container .inner-news .inner-news-content .news-img-news {
      width: 100%;
      height: 57vw; }
      .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item {
        width: 100%;
        height: 57vw; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a .mark {
          height: 50%;
          padding: 0 20px; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a .mark .news-tit {
            width: calc(100% - 60px);
            font-size: 14px;
            line-height: 24px;
            max-height: 48px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            bottom: 40px; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a .mark span {
            bottom: 12px; }
    .category-news .news-container .inner-news .inner-news-content .news-img-news-dots {
      visibility: hidden;
      width: 0;
      height: 0; }
    .category-news .news-container .inner-news .mobile-news-list {
      display: block; }
    .category-news .news-container .inner-news .more span {
      font-size: 16px; }
    .category-news .news-container .inner-news .more:hover i {
      color: #FFA943; } }
@media (max-width: 960px) {
  .category-news .news-container {
    height: auto;
    padding: 20px 0; } }
.category-news .video-container {
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  box-sizing: border-box; }
  .category-news .video-container .video-top .top-news-list {
    display: flex;
    flex-wrap: wrap; }
    .category-news .video-container .video-top .top-news-list .top-news-item {
      margin-right: 1rem;
      width: 19rem;
      height: 5.5rem;
      box-sizing: border-box;
      padding: 1rem 0; }
      .category-news .video-container .video-top .top-news-list .top-news-item span {
        font-size: 0.7rem;
        color: #5F929D; }
      .category-news .video-container .video-top .top-news-list .top-news-item p {
        line-height: 24px;
        max-height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 0.8rem; }
        .category-news .video-container .video-top .top-news-list .top-news-item p:hover a {
          color: #50ACAF; }
    .category-news .video-container .video-top .top-news-list .top-news-item:nth-child(-n+3) {
      border-bottom: 1px solid rgba(170, 170, 170, 0.5); }
    .category-news .video-container .video-top .top-news-list .top-news-item:nth-child(3n) {
      margin-right: 0; }
  .category-news .video-container .video-bottom .tab-tit {
    margin: 1rem 0 1.5rem; }
  .category-news .video-container .video-bottom .bottom-video-list {
    display: flex;
    justify-content: space-between; }
    .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item {
      display: block;
      width: 19rem;
      height: 14rem; }
      .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item .video-img {
        height: 10.7rem;
        width: 19rem;
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background-size: cover; }
        .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item .video-img .video-play {
          height: 3.5rem;
          width: 3.5rem;
          border: 0.4rem solid rgba(255, 255, 255, 0.7);
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center; }
          .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item .video-img .video-play i {
            font-size: 1.5rem;
            color: #fff;
            opacity: 0.7; }
      .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item p {
        font-size: 0.8rem;
        line-height: 24px;
        max-height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item:hover p {
        color: #50ACAF; }
@media (max-width: 960px) {
  .category-news .video-container {
    height: auto;
    padding: 30px 0 0; }
    .category-news .video-container .video-top .top-news-list {
      display: block; }
      .category-news .video-container .video-top .top-news-list .top-news-item {
        width: 100%;
        margin-right: 0;
        height: 100px;
        border-bottom: 1px solid rgba(170, 170, 170, 0.5); }
        .category-news .video-container .video-top .top-news-list .top-news-item p {
          font-size: 16px;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
        .category-news .video-container .video-top .top-news-list .top-news-item p:hover a {
          color: #333; }
      .category-news .video-container .video-top .top-news-list .top-news-item:nth-last-child(1) {
        border-bottom: none; }
    .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item {
      display: none;
      width: calc(50vw - 20px);
      height: auto; }
      .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item .video-img {
        height: 25vw;
        width: 100%; }
      .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item p {
        font-size: 16px; }
      .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item:hover p {
        color: #333; }
    .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item:nth-child(-n+2) {
      display: block; } }
.category-news .hos-report-container {
  height: 32.1rem;
  background: url("../image/report_bg1.jpg"); }
  .category-news .hos-report-container .tab-tit {
    margin: 0 0 1.5rem;
    padding-top: 3rem; }
    .category-news .hos-report-container .tab-tit h2 a {
      color: #fff; }
    .category-news .hos-report-container .tab-tit a.get-more {
      color: #fff; }
      .category-news .hos-report-container .tab-tit a.get-more i {
        color: #fff; }
      .category-news .hos-report-container .tab-tit a.get-more:hover i {
        color: #fff; }
  .category-news .hos-report-container .report-list {
    display: flex; }
    .category-news .hos-report-container .report-list .report-item {
      display: block;
      height: 17.75rem;
      width: 11.05rem;
      margin-right: 1.2rem; }
      .category-news .hos-report-container .report-list .report-item img {
        height: 15.9rem;
        width: 11.05rem; }
      .category-news .hos-report-container .report-list .report-item p {
        text-align: center;
        color: #fff; }
@media (max-width: 960px) {
  .category-news .hos-report-container {
    height: auto;
    padding: 0 0 60px; }
    .category-news .hos-report-container .report-list {
      justify-content: space-between; }
      .category-news .hos-report-container .report-list .report-item {
        display: none;
        height: auto;
        width: calc(50vw - 20px);
        margin: 0 auto; }
        .category-news .hos-report-container .report-list .report-item img {
          height: 63.8vw;
          width: 100%; }
        .category-news .hos-report-container .report-list .report-item p {
          font-size: 16px; }
      .category-news .hos-report-container .report-list .report-item:nth-child(-n+2) {
        display: block; } }
.category-news .tab-tit {
  display: flex;
  margin-bottom: 0.5rem;
  justify-content: space-between; }
  .category-news .tab-tit h2 a.cur {
    color: #5898A6; }
    .category-news .tab-tit h2 a.cur:after {
      content: '';
      display: block;
      position: absolute;
      height: 0.1rem;
      width: 3rem;
      background-color: #FFA943;
      left: 0;
      bottom: -0.5rem; }
  .category-news .tab-tit h2 a {
    font-size: 1.6rem;
    color: #555555;
    display: inline-block;
    position: relative;
    font-weight: normal; }
  .category-news .tab-tit h2 a + a {
    margin-left: 30px; }
    .category-news .tab-tit h2 a + a:before {
      content: '';
      display: block;
      position: absolute;
      height: 0.5rem;
      width: 0.5rem;
      background-color: #aaa;
      border-radius: 50%;
      left: -1rem;
      top: 50%;
      margin-top: -0.25rem; }
  .category-news .tab-tit a.get-more {
    font-size: 0.8rem;
    color: #5F929D;
    line-height: 1.6rem; }
    .category-news .tab-tit a.get-more i {
      display: inline-block;
      margin-left: 0.25rem;
      color: #FFA943;
      font-size: 1.05rem;
      position: relative;
      top: 0.1rem; }
    .category-news .tab-tit a.get-more:hover span {
      color: #50ACAF; }
    .category-news .tab-tit a.get-more:hover i {
      color: #50ACAF; }
@media (max-width: 960px) {
  .category-news .tab-tit h2 a {
    font-size: 20px; }
  .category-news .tab-tit h2 a + a {
    margin-left: 6px; }
    .category-news .tab-tit h2 a + a:before {
      height: 4px;
      width: 4px;
      left: -8px;
      margin-top: -2px; }
  .category-news .tab-tit a.get-more {
    font-size: 16px;
    line-height: 30px; } }

@media (max-width: 1200px) {
  .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot p {
    font-size: 14px;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a .mark .news-tit {
    font-size: 18px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
/* 新闻中心频道也end */