.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; } }

.article-content-wrap {
  width: 6.25rem;
  margin: 0.20833rem auto 0.9375rem;
  display: flex; }
  @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 {
      width: 100%;
      box-sizing: border-box; } }
  .article-content-wrap .article-list-wrap {
    flex: 1; }
    .article-content-wrap .article-list-wrap .article-item {
      margin-bottom: 0.20312rem; }
      .article-content-wrap .article-list-wrap .article-item:last-child {
        margin-bottom: 0.41667rem; }
        @media screen and (max-width: 768px) {
          .article-content-wrap .article-list-wrap .article-item:last-child {
            margin-bottom: 0.52083rem; } }
      @media screen and (max-width: 768px) {
        .article-content-wrap .article-list-wrap .article-item:first-child {
          margin-top: .208333rem; } }
    .article-content-wrap .article-list-wrap .article-link-block {
      text-decoration: none;
      color: #161616;
      font-size: 0;
      display: flex;
      box-sizing: border-box;
      background-color: #fff; }
      @media screen and (max-width: 768px) {
        .article-content-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;
          border-bottom: 1px solid rgba(227, 227, 227, 0.4); } }
      .article-content-wrap .article-list-wrap .article-link-block .item-content {
        flex: 1;
        position: relative; }
        .article-content-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.12612rem;
          font-weight: 400;
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          cursor: pointer; }
          .article-content-wrap .article-list-wrap .article-link-block .item-content .article-title .down-file {
            font-size: 0.09459rem;
            color: #5e5e5e; }
            .article-content-wrap .article-list-wrap .article-link-block .item-content .article-title .down-file:hover {
              color: #17a3e7; }
          @media screen and (max-width: 1200px) {
            .article-content-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) {
            .article-content-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) {
            .article-content-wrap .article-list-wrap .article-link-block .item-content .article-title {
              line-height: 0.58333rem;
              font-size: 0.33854rem;
              -webkit-line-clamp: 3; } }
        .article-content-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) {
            .article-content-wrap .article-list-wrap .article-link-block .item-content .split {
              margin: 0.05208rem 0 0.07812rem; } }
          @media screen and (max-width: 768px) {
            .article-content-wrap .article-list-wrap .article-link-block .item-content .split {
              display: none; } }
        .article-content-wrap .article-list-wrap .article-link-block .item-content .summary {
          padding: 0;
          margin: 0;
          line-height: 0.15625rem;
          font-size: 0.08408rem;
          color: #5e5e5e;
          display: -webkit-box;
          text-indent: 2em; }
          @media screen and (max-width: 1200px) {
            .article-content-wrap .article-list-wrap .article-link-block .item-content .summary {
              line-height: 0.17708rem;
              font-size: 0.09375rem; } }
          @media screen and (max-width: 990px) {
            .article-content-wrap .article-list-wrap .article-link-block .item-content .summary {
              line-height: 0.25rem;
              font-size: 0.14583rem; } }
          @media screen and (max-width: 768px) {
            .article-content-wrap .article-list-wrap .article-link-block .item-content .summary {
              display: none; } }
          .article-content-wrap .article-list-wrap .article-link-block .item-content .summary + .summary {
            margin-top: 0; }
  @media screen and (max-width: 768px) {
    .article-content-wrap .banner-content {
      padding: 0 0.3125rem;
      overflow: hidden; } }
