@charset "UTF-8";
.main-body[data-v-3333635f] {
  background: url(../img/multipleInfoBackImg.b9f78bed.png) no-repeat;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  margin-top: -68px;
  padding-top: 68px;
}
.article-page-wrap[data-v-3333635f] {
  width: 1190px;
  margin: 0 auto;
  padding: 68px 0;
}
.article-page-wrap .search-wrap[data-v-3333635f] {
    margin: auto;
    width: 840px;
    height: 48px;
    padding: 4px 12px 4px 12px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 8.67px 0px #0E73CD1A;
    background: #FFFFFFCC;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
}
.article-page-wrap .search-wrap .search-input[data-v-3333635f] {
      width: 70%;
      font-size: 20px;
      background-color: transparent;
}
.article-page-wrap .search-wrap .search-input[data-v-3333635f] .el-input__inner {
        border: 0;
        padding: 0;
        background-color: transparent;
}
.article-page-wrap .search-wrap .search-btn[data-v-3333635f] {
      width: 93px;
      height: 36px;
      background: linear-gradient(109.84deg, #0078FD 7.79%, #2FC0F9 147.44%);
      color: #fff;
      font-size: 20px;
      border-radius: 4px;
}
.article-page-wrap .article-wrap[data-v-3333635f] {
    width: 100%;
    border-radius: 12px;
}
.article-page-wrap .article-wrap .tab-container[data-v-3333635f] {
      position: relative;
      display: flex;
      align-items: end;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, #FFFFFF 22.22%);
      backdrop-filter: blur(10px);
      border-radius: 6px;
      margin-bottom: 22px;
      padding: 0 36px;
      gap: 16px;
      padding-bottom: 8px;
      cursor: pointer;
}
.article-page-wrap .article-wrap .tab-container .tab-wrap[data-v-3333635f] {
        width: 100%;
        padding: 17px 71px 0px 71px;
        display: flex;
        flex-wrap: nowrap;
        gap: 17px 90px;
        border-radius: 6px;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 17px 0 0 0;
        margin-bottom: -8px;
}
.article-page-wrap .article-wrap .tab-container .tab-wrap[data-v-3333635f]::-webkit-scrollbar {
          display: none;
}
.article-page-wrap .article-wrap .tab-container .tab-wrap .tab-arrow[data-v-3333635f] {
          width: 32px;
          height: 32px;
          background: #fff;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          transition: all 0.2s;
          z-index: 1;
}
.article-page-wrap .article-wrap .tab-container .tab-wrap .tab-arrow.disabled[data-v-3333635f] {
            opacity: 0.3;
            cursor: not-allowed;
}
.article-page-wrap .article-wrap .tab-container .tab-wrap .tab-arrow[data-v-3333635f]:hover:not(.disabled) {
            background: #f0f0f0;
}
.article-page-wrap .article-wrap .tab-container .tab-wrap .tab-arrow i[data-v-3333635f] {
            font-size: 20px;
            color: #0078FD;
}
.article-page-wrap .article-wrap .tab-container .tab-wrap .tab-arrow.left[data-v-3333635f] {
          margin-right: 12px;
}
.article-page-wrap .article-wrap .tab-container .tab-wrap .tab-arrow.right[data-v-3333635f] {
          margin-left: 12px;
}
.article-page-wrap .article-wrap .tab-container .tab-wrap .tab-item[data-v-3333635f] {
          display: flex;
          align-items: center;
          justify-content: center;
          padding-bottom: 11px;
          color: #333333;
          font-family: Alimama ShuHeiTi;
          font-weight: 700;
          font-size: 18px;
          -webkit-user-select: none;
             -moz-user-select: none;
                  user-select: none;
          cursor: pointer;
          position: relative;
          z-index: 1;
          overflow: hidden;
          flex-shrink: 0;
          /* 防止被压缩 */
          white-space: nowrap;
          /* 文字不换行 */
}
.article-page-wrap .article-wrap .tab-container .tab-wrap .active[data-v-3333635f] {
          color: #0078FD;
          position: relative;
          z-index: 1;
          overflow: hidden;
}
.article-page-wrap .article-wrap .tab-container .tab-wrap .active[data-v-3333635f]::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 24px;
            height: 4px;
            background: #0078FD;
            border-radius: 10px;
}
.article-page-wrap .article-wrap .no-data[data-v-3333635f] {
      padding: 80px 0;
      width: 100%;
      text-align: center;
      color: #667085;
      font-size: 14px;
}
.article-page-wrap .article-wrap .article-list[data-v-3333635f] {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin-bottom: 30px;
}
.article-page-wrap .article-wrap .article-list .article-item[data-v-3333635f] {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 20px;
        height: 158px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, #FFFFFF 14.58%);
        box-shadow: 0px 2px 6px 0px #00000014;
        backdrop-filter: blur(10px);
        opacity: 0.8;
        border-radius: 12px;
        gap: 20px;
        cursor: pointer;
}
.article-page-wrap .article-wrap .article-list .article-item .article-left[data-v-3333635f] {
          display: flex;
          flex-direction: column;
          gap: 8px;
}
.article-page-wrap .article-wrap .article-list .article-item .article-left .title[data-v-3333635f] {
            display: flex;
            width: 100%;
            flex: 1;
            overflow: hidden;
            gap: 4px;
}
.article-page-wrap .article-wrap .article-list .article-item .article-left .title img[data-v-3333635f] {
              max-width: 28px;
              max-height: 24px;
}
.article-page-wrap .article-wrap .article-list .article-item .article-left .title span[data-v-3333635f] {
              display: inline-block;
              flex: 1;
              font-size: 20px;
              font-weight: 700;
              color: #352B2A;
              font-family: Source Han Sans CN;
              max-width: 85%;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              word-break: keep-all;
              cursor: pointer;
}
.article-page-wrap .article-wrap .article-list .article-item .article-left .content[data-v-3333635f] {
            font-size: 16px;
            font-weight: 400;
            color: #6F5A58;
            line-height: 150%;
            height: 48px;
            overflow: hidden;
            text-overflow: ellipsis;
}
.article-page-wrap .article-wrap .article-list .article-item .article-left .time[data-v-3333635f] {
            font-size: 16px;
            font-weight: 400;
            color: #868686;
            display: flex;
            align-items: center;
}
.article-page-wrap .article-wrap .article-list .article-item .article-left .time img[data-v-3333635f] {
              width: 14px;
              height: 14px;
              margin-right: 5px;
}
.article-page-wrap .article-wrap .article-list .article-item .article-left .time span[data-v-3333635f] {
              line-height: 120%;
}
.article-page-wrap .article-wrap .article-list .article-item .article-right img[data-v-3333635f] {
          max-width: 208px;
          max-height: 118px;
}
.article-page-wrap .article-wrap .pagination-wrap[data-v-3333635f] {
      width: 100%;
      display: flex;
      justify-content: center;
      padding: 0 0 16px;
}


/*# sourceMappingURL=52.1775796998733.css.map*/