.banner-wrap {
  width: 100%; }
  .banner-wrap .img-wrap {
    width: 100%; }
    .banner-wrap .img-wrap img {
      width: 100%;
      height: auto;
      vertical-align: middle; }
      .banner-wrap .img-wrap img.img-mobile {
        display: none; }
        @media screen and (max-width: 768px) {
          .banner-wrap .img-wrap img.img-mobile {
            display: inline; } }
      @media screen and (max-width: 768px) {
        .banner-wrap .img-wrap img.img-pc {
          display: none; } }

.nav-wrap {
  overflow: hidden;
  width: 6.25rem;
  margin: 0.05208rem auto 0;
  padding-bottom: 1px;
  box-sizing: content-box; }
  @media screen and (max-width: 1200px) {
    .nav-wrap {
      width: 78%; } }
  @media screen and (max-width: 768px) {
    .nav-wrap {
      width: 100%; } }
  .nav-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    height: 0.39062rem;
    font-size: 0;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4; }
    @media screen and (max-width: 768px) {
      .nav-wrap ul {
        display: block;
        font-size: 0;
        white-space: nowrap;
        height: 1.0026rem;
        border-bottom: none; } }
  .nav-wrap li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-wrap .nav-item {
    flex: 0 1 20%;
    line-height: 0.39062rem;
    font-size: 0.125rem;
    text-align: center;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .nav-wrap .nav-item {
        display: inline-block;
        vertical-align: top;
        width: 25%;
        height: 1.0026rem;
        border-bottom: 1px solid #e4e4e4; } }
    .nav-wrap .nav-item a {
      display: block;
      text-decoration: none;
      font-size: 0.125rem;
      color: #575757;
      letter-spacing: 2.4px;
      transition: color .3s linear; }
      @media screen and (max-width: 1200px) {
        .nav-wrap .nav-item a {
          font-size: 0.15rem; } }
      @media screen and (max-width: 768px) {
        .nav-wrap .nav-item a {
          line-height: 1.0026rem;
          font-size: 0.39062rem; } }
    .nav-wrap .nav-item:hover a {
      color: #29a85a; }
    .nav-wrap .nav-item.active {
      position: relative;
      color: #fff;
      border: none; }
      @media screen and (max-width: 768px) {
        .nav-wrap .nav-item.active {
          top: 0; } }
      .nav-wrap .nav-item.active a {
        margin-top: 0px;
        position: relative;
        color: #29a85a;
        border-bottom: 1px solid #29a85a; }

.banner-list {
  flex: 0 1 1.5625rem;
  /* 300/192 */
  width: 1.5625rem;
  /* 300/192 */
  margin-left: .203125rem;
  /* 39/192 */ }
  @media screen and (max-width: 990px) {
    .banner-list {
      margin-top: .260417rem;
      /* 50/192 */
      margin-left: 0;
      flex: 1;
      width: 100%;
      overflow: hidden; } }
  .banner-list.mobile {
    display: none; }
    @media screen and (max-width: 990px) {
      .banner-list.mobile {
        display: block; } }
  .banner-list.pc {
    display: block; }
    @media screen and (max-width: 990px) {
      .banner-list.pc {
        display: none; } }
    .banner-list.pc .related-tags {
      width: 100%;
      margin-bottom: 20px;
      box-sizing: border-box; }
      .banner-list.pc .related-tags h2 {
        margin: 2px 0 15px;
        padding: 0 0 0 12px;
        font-size: 20px;
        font-weight: 500;
        line-height: 1;
        position: relative; }
        .banner-list.pc .related-tags h2:before {
          position: absolute;
          left: 0;
          top: 0;
          width: 3px;
          height: 100%;
          content: "";
          background-color: #007bc0; }
      .banner-list.pc .related-tags .tags-content {
        font-size: 0;
        box-sizing: border-box;
        text-align: center; }
        .banner-list.pc .related-tags .tags-content a {
          display: inline-block;
          width: 36.39%;
          margin: 0 .7% 1.4%;
          padding: 5px 0;
          font-size: 13px !important;
          line-height: 1.2;
          text-align: center;
          color: #5a5a5a;
          border: 1px solid rgba(100, 100, 100, 0.3);
          border-radius: 2px;
          text-decoration: none;
          background: rgba(255, 255, 255, 0.2);
          overflow: hidden;
          white-space: nowrap; }
          .banner-list.pc .related-tags .tags-content a:hover {
            background-color: #007bc0;
            color: #ffffff; }
  .banner-list .banner {
    margin-bottom: .104167rem;
    /* 20/192 */
    /* 140/192 */
    height: .9375rem;
    /* 180/192 */
    width: 100%;
    background: #eee;
    text-align: center; }
    .banner-list .banner img {
      vertical-align: middle;
      max-height: 100%; }
    @media screen and (max-width: 990px) {
      .banner-list .banner:last-child {
        margin-right: 0; } }
    @media screen and (max-width: 990px) {
      .banner-list .banner {
        display: inline-block;
        vertical-align: top;
        margin: 0 .104167rem 0 0;
        /* 20/192 */
        width: 2.5rem;
        /* 300/192 */
        height: 1.875rem;
        /* 180/192 */ }
        .banner-list .banner img {
          max-height: 100%; } }
    @media screen and (max-width: 768px) {
      .banner-list .banner {
        height: 2.34375rem;
        /* 180/192 */
        width: 3.90625rem;
        /* 300/192 */
        display: none; } }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.article-content-wrap {
  width: 6.25rem;
  margin: 0.20833rem auto 0.3rem;
  display: flex; }
  .article-content-wrap .content img {
    width: auto !important;
    height: auto !important; }
  @media screen and (max-width: 1200px) {
    .article-content-wrap {
      width: 78%;
      margin-top: 0.26042rem; } }
  @media screen and (max-width: 990px) {
    .article-content-wrap {
      flex-direction: column; } }
  @media screen and (max-width: 768px) {
    .article-content-wrap {
      background: #fff;
      width: 100%;
      box-sizing: border-box;
      padding: 40px 0.3125rem;
      margin-top: 0; } }
  .article-content-wrap .article-list-wrap {
    flex: 1; }
    .article-content-wrap .article-list-wrap .article-main {
      width: 4.51942rem;
      display: inline-block;
      text-align: center;
      background: #f9f9f9;
      padding: 58px 40px 65px; }
      .article-content-wrap .article-list-wrap .article-main h1 {
        margin-bottom: 60px;
        font-size: 24px;
        font-weight: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #100e0e;
        text-align: left; }
      .article-content-wrap .article-list-wrap .article-main h2 {
        margin-bottom: 60px;
        font-size: 24px;
        font-weight: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #100e0e;
        text-align: left; }
      .article-content-wrap .article-list-wrap .article-main .desc {
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 10px; }
        .article-content-wrap .article-list-wrap .article-main .desc p {
          display: inline-block;
          font-size: 14px;
          font-weight: normal;
          font-stretch: normal;
          line-height: 24px;
          letter-spacing: 0px;
          color: #7c7c7c; }
        .article-content-wrap .article-list-wrap .article-main .desc .desc_right p {
          margin-left: 30px;
          color: #bbbbbb; }
      .article-content-wrap .article-list-wrap .article-main .content {
        text-align: left;
        padding: 0.21021rem 0; }
        .article-content-wrap .article-list-wrap .article-main .content img {
          display: block;
          margin: 0 auto;
          max-width: 100%;
          margin: 0 auto; }
        .article-content-wrap .article-list-wrap .article-main .content p {
          font-size: 14px;
          line-height: 30px;
          color: #5e5e5e; }
      @media screen and (max-width: 1200px) {
        .article-content-wrap .article-list-wrap .article-main {
          width: 100%; } }
      @media screen and (max-width: 768px) {
        .article-content-wrap .article-list-wrap .article-main {
          width: 100%;
          padding: 0;
          background: #fff; }
          .article-content-wrap .article-list-wrap .article-main h1 {
            margin-bottom: 10px; }
          .article-content-wrap .article-list-wrap .article-main h2 {
            margin-bottom: 10px; }
          .article-content-wrap .article-list-wrap .article-main .desc p {
            font-size: 12px; } }
    .article-content-wrap .article-list-wrap .percent-100 {
      width: 100%; }

#share {
  margin-top: 30px; }

.article_bottom {
  font-size: 14px;
  padding-top: 40px;
  width: 100%;
  text-align: left; }
  .article_bottom div {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 5px; }
  .article_bottom a {
    color: black; }
    .article_bottom a:hover {
      color: #007bc0; }

.new_wrap .new_section .relation_article_title {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  position: relative;
  border-bottom: 1px solid rgba(227, 227, 227, 0.4);
  margin-bottom: 25px; }
  .new_wrap .new_section .relation_article_title::before {
    content: "";
    width: 4px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #2c83e8; }

@media screen and (min-width: 1200px) {
  .new_wrap {
    width: 4.51942rem;
    margin: 0;
    margin-left: 1.85rem; } }

@media (min-width: 991px) and (max-width: 1200px) {
  .new_wrap {
    width: 5.92rem;
    margin: 0;
    margin-left: 1.1rem; } }

@media screen and (max-width: 990px) {
  .new_wrap {
    flex-direction: column; } }

@media screen and (max-width: 768px) {
  .new_wrap {
    width: 100%;
    box-sizing: border-box; } }

.new_wrap .article-list-wrap {
  flex: 1; }
  .new_wrap .article-list-wrap .article-item {
    margin-bottom: 0.20312rem; }
    .new_wrap .article-list-wrap .article-item:last-child {
      margin-bottom: 0.41667rem; }
      @media screen and (max-width: 768px) {
        .new_wrap .article-list-wrap .article-item:last-child {
          margin-bottom: 0.52083rem; } }
    @media screen and (max-width: 768px) {
      .new_wrap .article-list-wrap .article-item:first-child {
        margin-top: .208333rem; } }
  .new_wrap .article-list-wrap .article-link-block {
    text-decoration: none;
    color: #161616;
    font-size: 0;
    height: 1.04167rem;
    display: flex;
    box-sizing: border-box;
    background-color: #fff; }
    @media screen and (max-width: 990px) {
      .new_wrap .article-list-wrap .article-link-block {
        height: 1.5625rem; } }
    @media screen and (max-width: 768px) {
      .new_wrap .article-list-wrap .article-link-block {
        box-sizing: content-box;
        margin-top: 0.52083rem;
        margin-bottom: 0;
        padding: 0 0.3125rem;
        padding-bottom: 0.52083rem;
        height: 2.60417rem;
        border-bottom: 1px solid rgba(227, 227, 227, 0.4); } }
    .new_wrap .article-list-wrap .article-link-block .img-wrap {
      position: relative;
      flex: 0 1 1.5625rem;
      width: 1.5625rem;
      background: transparent;
      margin-right: 0.20833rem; }
      @media screen and (max-width: 990px) {
        .new_wrap .article-list-wrap .article-link-block .img-wrap {
          flex: 0 1 2.34375rem;
          width: 2.34375rem;
          height: 1.5625rem; } }
      @media screen and (max-width: 768px) {
        .new_wrap .article-list-wrap .article-link-block .img-wrap {
          flex: 0 1 3.64583rem;
          width: 3.64583rem;
          height: 2.60417rem; } }
      .new_wrap .article-list-wrap .article-link-block .img-wrap img {
        width: 100%;
        height: 100%;
        vertical-align: middle; }
      .new_wrap .article-list-wrap .article-link-block .img-wrap .tag {
        position: absolute;
        top: 0.05208rem;
        left: 0.05208rem;
        min-width: 0.41667rem;
        max-width: 0.52083rem;
        padding: 0.04167rem 0.05729rem;
        background-color: rgba(41, 168, 90, 0.8);
        text-align: center;
        color: #fff;
        border-radius: 5px;
        font-size: 0.07292rem; }
        @media screen and (max-width: 768px) {
          .new_wrap .article-list-wrap .article-link-block .img-wrap .tag {
            top: 6px;
            left: 6px;
            min-width: 40px;
            max-width: 55px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 3px 5px;
            font-size: 12px;
            line-height: 12px; } }
        .new_wrap .article-list-wrap .article-link-block .img-wrap .tag span {
          vertical-align: middle; }
    .new_wrap .article-list-wrap .article-link-block .item-content {
      flex: 1;
      position: relative; }
      .new_wrap .article-list-wrap .article-link-block .item-content .article-title {
        margin: 0;
        padding: 0;
        text-decoration: none;
        line-height: 0.15625rem;
        letter-spacing: 0.3px;
        color: #161616;
        font-size: 0.10417rem;
        font-weight: 400;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal; }
        .new_wrap .article-list-wrap .article-link-block .item-content .article-title:hover {
          text-decoration: underline; }
        @media screen and (max-width: 1200px) {
          .new_wrap .article-list-wrap .article-link-block .item-content .article-title {
            line-height: 0.1875rem;
            font-size: 0.125rem; } }
        @media screen and (max-width: 990px) {
          .new_wrap .article-list-wrap .article-link-block .item-content .article-title {
            line-height: 0.22917rem;
            font-size: 0.16667rem; } }
        @media screen and (max-width: 768px) {
          .new_wrap .article-list-wrap .article-link-block .item-content .article-title {
            line-height: 0.58333rem;
            font-size: 0.33854rem;
            -webkit-line-clamp: 3; } }
      .new_wrap .article-list-wrap .article-link-block .item-content .split {
        height: 1px;
        margin: 0.08333rem 0 0.13542rem;
        border-bottom: 1px dashed #dcdcdc; }
        @media screen and (max-width: 1200px) {
          .new_wrap .article-list-wrap .article-link-block .item-content .split {
            margin: 0.05208rem 0 0.07812rem; } }
        @media screen and (max-width: 768px) {
          .new_wrap .article-list-wrap .article-link-block .item-content .split {
            display: none; } }
      .new_wrap .article-list-wrap .article-link-block .item-content .summary {
        padding: 0;
        margin: 0;
        line-height: 0.15625rem;
        font-size: 0.07292rem;
        color: #5e5e5e;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal; }
        @media screen and (max-width: 1200px) {
          .new_wrap .article-list-wrap .article-link-block .item-content .summary {
            line-height: 0.17708rem;
            font-size: 0.09375rem; } }
        @media screen and (max-width: 990px) {
          .new_wrap .article-list-wrap .article-link-block .item-content .summary {
            line-height: 0.25rem;
            font-size: 0.14583rem; } }
        @media screen and (max-width: 768px) {
          .new_wrap .article-list-wrap .article-link-block .item-content .summary {
            display: none; } }
      .new_wrap .article-list-wrap .article-link-block .item-content .desc {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 0;
        color: #7c7c7c; }
        @media screen and (max-width: 460px) {
          .new_wrap .article-list-wrap .article-link-block .item-content .desc {
            display: flex;
            flex-direction: column; } }
        .new_wrap .article-list-wrap .article-link-block .item-content .desc .name, .new_wrap .article-list-wrap .article-link-block .item-content .desc .count {
          margin: 0;
          padding: 0;
          font-size: 0.07292rem;
          line-height: 0.125rem; }
          @media screen and (max-width: 768px) {
            .new_wrap .article-list-wrap .article-link-block .item-content .desc .name, .new_wrap .article-list-wrap .article-link-block .item-content .desc .count {
              font-size: 0.23438rem;
              line-height: 0.375rem; } }
        .new_wrap .article-list-wrap .article-link-block .item-content .desc .name {
          float: left; }
          .new_wrap .article-list-wrap .article-link-block .item-content .desc .name span {
            display: inline-block;
            vertical-align: top;
            max-width: 0.78125rem;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
            @media screen and (max-width: 990px) {
              .new_wrap .article-list-wrap .article-link-block .item-content .desc .name span {
                display: inline; } }
        .new_wrap .article-list-wrap .article-link-block .item-content .desc .count {
          float: right; }
          @media screen and (max-width: 460px) {
            .new_wrap .article-list-wrap .article-link-block .item-content .desc .count {
              margin-top: 10px; } }
          .new_wrap .article-list-wrap .article-link-block .item-content .desc .count .time {
            margin-left: 0.15625rem; }
            @media screen and (max-width: 768px) {
              .new_wrap .article-list-wrap .article-link-block .item-content .desc .count .time {
                display: none; } }
  .new_wrap .article-list-wrap .no-result {
    font-size: 0.14062rem;
    line-height: 0.1875rem;
    margin: 40px auto;
    text-align: center;
    color: #aaa; }
    @media screen and (max-width: 990px) {
      .new_wrap .article-list-wrap .no-result {
        font-size: 0.1875rem;
        line-height: 0.25rem; } }
    @media screen and (max-width: 768px) {
      .new_wrap .article-list-wrap .no-result {
        font-size: 0.46875rem;
        line-height: 0.625rem;
        margin: 0 0 0.65104rem; } }
  .new_wrap .article-list-wrap .load-more {
    margin: 0.10417rem 0;
    text-align: center; }
    .new_wrap .article-list-wrap .load-more .page-wrap {
      font-size: 0; }
      .new_wrap .article-list-wrap .load-more .page-wrap .pre-page, .new_wrap .article-list-wrap .load-more .page-wrap .next-page {
        display: inline-block;
        vertical-align: top;
        width: 60px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
        color: #53a562;
        border: 1px solid #53a562;
        text-align: center;
        cursor: pointer; }
        .new_wrap .article-list-wrap .load-more .page-wrap .pre-page a, .new_wrap .article-list-wrap .load-more .page-wrap .next-page a {
          display: block;
          text-decoration: none;
          line-height: 25px;
          font-size: 14px;
          color: #53a562; }
        .new_wrap .article-list-wrap .load-more .page-wrap .pre-page:hover, .new_wrap .article-list-wrap .load-more .page-wrap .next-page:hover {
          background-color: rgba(227, 227, 227, 0.4); }
        .new_wrap .article-list-wrap .load-more .page-wrap .pre-page.disabled, .new_wrap .article-list-wrap .load-more .page-wrap .next-page.disabled {
          background-color: rgba(227, 227, 227, 0.4);
          color: #ccc;
          border-color: #ccc;
          cursor: not-allowed; }
          .new_wrap .article-list-wrap .load-more .page-wrap .pre-page.disabled a, .new_wrap .article-list-wrap .load-more .page-wrap .next-page.disabled a {
            color: #ccc; }
      .new_wrap .article-list-wrap .load-more .page-wrap .next-page {
        margin-left: 10px; }

@media screen and (max-width: 768px) {
  .new_wrap {
    padding: 0px 0.3125rem 40px; } }
