.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; 
          overflow: hidden;
          text-overflow: ellipsis;
        } }
    .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;
  flex: 0 1 1.8rem;
  /* 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: block; } 
  .banner-list.pc {
    display: block; }
  .banner-list.mobile {
    display: none; }
    @media screen and (max-width: 990px) {
       .banner-list.mobile {
        display: block; }   
        .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; */
          border: 1px solid rgba(100, 100, 100, 0.3);
          text-decoration: none;
          float: left;
          width: 48%;
          margin: 0 .7% 1.4%;
          padding: 5px 12px;
          font-size: 12px!important;
          line-height: 1.2;
          text-align: center;
          color: var(--theme-gray-color);
          border-radius: 2px;
          background: var(--theme-el-bg-color);
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
         }  @media screen and (max-width: 1500px) {
          .banner-list.pc .related-tags .tags-content a {
            width: 48%; }
             .nav-wrap,.article-content-wrap{
             width: 8.55rem!important;
          }
        .banner-list{
            flex: 0 1 2.5rem;
        }    
            }
                @media screen and (max-width: 1200px) {
          .banner-list.pc .related-tags .tags-content a {
            width: 48%; } } @media screen and (max-width: 1100px) {
          .banner-list.pc .related-tags .tags-content a {
            width: 48%; } }
          .banner-list.pc .related-tags .tags-content a:hover {
            background-color: #007bc0;
            color: #ffffff; }
  .banner-list.pc {
    display: block; }
  .banner-list.pc {
    display: block; }
    @media screen and (max-width: 990px) {
      .banner-list.pc {
        display: none; } }
  .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 */ } }

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

.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 {
      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: 100%;
      display: inline-block;
      text-align: center;
      background: #f9f9f9;
      padding: 58px 40px 65px; }
      .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%;
          max-height: 500px;
          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 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; }
