@media only screen and (min-width:901px) {
    .container[data-v-338ab7f1] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 371.00023px
    }

    .left[data-v-338ab7f1] {
        width: 48%;
        height: 100%;
        flex-shrink: 0
    }

    .left img[data-v-338ab7f1] {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 10px;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2)
    }

    .right[data-v-338ab7f1] {
        width: 50%;
        height: 100%
    }

    .right .item[data-v-338ab7f1] {
        height: 20%;
        border-bottom: 2px solid #d8d8d8;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        padding: 0 12px 0 10px;
        cursor: pointer
    }

    .right .item .title[data-v-338ab7f1] {
        font-size: 18px;
        font-weight: 700;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-right: 22px
    }

    .right .item .date[data-v-338ab7f1] {
        font-size: 18px;
        font-weight: 500;
        color: #999;
        flex-shrink: 0
    }

    .right .item[data-v-338ab7f1]:hover {
        background: #0069c5
    }

    .right .item:hover .date[data-v-338ab7f1],
    .right .item:hover .title[data-v-338ab7f1] {
        color: #fff
    }

    .right .item[data-v-338ab7f1]:first-child {
        border-top: 2px solid #d8d8d8
    }
}

@media only screen and (min-width:0px)and (max-width:900px) {
    .wrapper[data-v-338ab7f1] {
        padding: 0 20px
    }

    .container[data-v-338ab7f1] {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center
    }

    .left[data-v-338ab7f1] {
        width: 100%;
        height: 265px;
        margin-bottom: 30px
    }

    .left img[data-v-338ab7f1] {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 5px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2)
    }

    .right[data-v-338ab7f1] {
        width: 100%
    }

    .right .item[data-v-338ab7f1] {
        height: 45px;
        border-bottom: 1px solid #d8d8d8;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        cursor: pointer
    }

    .right .item .title[data-v-338ab7f1] {
        font-size: 12px;
        font-weight: 500;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-right: 9px
    }

    .right .item .date[data-v-338ab7f1] {
        font-size: 12px;
        font-weight: 500;
        color: #999;
        flex-shrink: 0
    }

    .right .item[data-v-338ab7f1]:hover {
        background: #0069c5
    }

    .right .item:hover .date[data-v-338ab7f1],
    .right .item:hover .title[data-v-338ab7f1] {
        color: #fff
    }

    .right .item[data-v-338ab7f1]:first-child {
        border-top: 1px solid #d8d8d8
    }
}

@media only screen and (min-width:901px) {
    .container[data-v-2bd6f711] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .container .item[data-v-2bd6f711] {
        width: 333px;
        height: 480px;
        margin-bottom: 21px;
        display: flex;
        flex-direction: column;
        background: #fff;
        border-radius: 10px;
        overflow: hidden
    }

    .container .item .top[data-v-2bd6f711] {
        height: 270px
    }

    .container .item .top img[data-v-2bd6f711] {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .container .item .bottom[data-v-2bd6f711] {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 28px 22px 34px 22px
    }

    .container .item .bottom .title[data-v-2bd6f711] {
        font-size: 18px;
        font-weight: 500;
        color: #333;
        line-height: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .container .item .bottom .detail-btn[data-v-2bd6f711] {
        width: 135px;
        height: 40px;
        background: #0069c5;
        border-radius: 22px;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        line-height: 40px;
        text-align: center
    }
}

@media only screen and (min-width:0px)and (max-width:900px) {
    .wrapper[data-v-2bd6f711] {
        padding: 0 28px
    }

    .container[data-v-2bd6f711] {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap
    }

    .container .item[data-v-2bd6f711] {
        width: 100%;
        height: 420px;
        margin-bottom: 21px;
        display: flex;
        flex-direction: column;
        background: #fff;
        border-radius: 10px;
        overflow: hidden
    }

    .container .item .top[data-v-2bd6f711] {
        height: 260px
    }

    .container .item .top img[data-v-2bd6f711] {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .container .item .bottom[data-v-2bd6f711] {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 19px 24px 27px 24px
    }

    .container .item .bottom .title[data-v-2bd6f711] {
        font-size: 16px;
        font-weight: 500;
        color: #333;
        line-height: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .container .item .bottom .detail-btn[data-v-2bd6f711] {
        width: 75px;
        height: 22px;
        background: #0069c5;
        border-radius: 22px;
        font-size: 10px;
        font-weight: 500;
        color: #fff;
        line-height: 22px;
        text-align: center
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1*var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s linear infinite;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper[data-v-1618bd64] {
    overflow: hidden
}

.swiper .swiper-slide[data-v-1618bd64] {
    display: flex;
    justify-content: center
}

.swiper .swiper-pagination[data-v-1618bd64] {
    bottom: auto
}

.swiper .swiper-button-prev[data-v-1618bd64]:after {
    transform: scaleX(-1);
    left: -10px
}

.swiper .swiper-button-next[data-v-1618bd64]:after,
.swiper .swiper-button-prev[data-v-1618bd64]:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 30px;
    width: 26px;
    height: 120px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAADwCAYAAABPAUdJAAAAAXNSR0IArs4c6QAAA3hJREFUeF7tl6+LlGEYRd8NgohgUlgEZYOWwegfMMkimGS6zSLazGvQJmLVpN3/QJNFEBZhgz+aQXTB4iLCICNfE9uz9733/ZAz/c7znXMmzLfVbr7etP/oswXQzGtSaOaBGoUoFDbATy4svHyOQmVl4QGFwsLL5yhUVhYeUCgsvHyOQmVl4QGFwsLL5yhUVhYeUCgsvHyOQmVl4QGFwsLL5yhUVhYeUCgsvHyOQmVl4QGFwsLL5yhUVhYeUCgsvHyOQmVl4QGFwsLL5yhUVhYeUCgsvHyOQmVl4QGFwsLL5yhUVhYeUCgsvHyOQmVl4QGFwsLL5yhUVhYeUCgsvHyOQmVl4QGFwsLL5yhUVhYeUCgsvHyOQmVl4QGFwsLL5yhUVhYeUCgsvHyOQmVl4QGFwsLL5yhUVhYeUCgsvHyOQmVl4QGFwsLL5yhUVhYeUCgsvHyOQmVl4QGFwsLL5+RCi+0T7fFqp62efGgHh+vyA/QeyEAvby/a8uKptv/lZ1s+3B8OJQOdPnmsvbqzaFOpOUDJQNNPZk5QXYDmBNUNaC5QXYHmANUdaDSUBWgklA1oFJQVaASUHSgNFQFKQsWAUlBRoARUHMgNNQToX6ivP9bt0r29Lq8ew4AmqEfXd9qt5XbbbFq7/OBde/v5UH7fGwZ0/9r5dvfK2bb+vWk3nn1qz98cyDDTFwwB+htm9fR9e7H3vQvMECAnTBzIDRMFSsDEgFIwEaAkjB0oDWMFGgFjAxoFYwEaCdMdaDRMV6A5wHQDmgtMF6A5wXQBml4Bdq+ea73/NR/173eX14cLZ463j99+HfUZuu66AHV9IvHLABIF2ucUsisWD1BIFGifU8iuWDxAIVGgfU4hu2LxAIVEgfY5heyKxQMUEgXa5xSyKxYPUEgUaJ9TyK5YPEAhUaB9TiG7YvEAhUSB9jmF7IrFAxQSBdrnFLIrFg9QSBRon1PIrlg8QCFRoH1OIbti8QCFRIH2OYXsisUDFBIF2ucUsisWD1BIFGifU8iuWDxAIVGgfU4hu2LxAIVEgfY5heyKxQMUEgXa5xSyKxYPUEgUaJ9TyK5YPEAhUaB9TiG7YvEAhUSB9jmF7IrFAxQSBdrnFLIrFg9QSBRon1PIrlg8QCFRoH1OIbti8QCFRIH2OYXsisUDFBIF2ucUsisWD1BIFGif/wFQzTlOnVy96wAAAABJRU5ErkJggg==);
    background-size: cover
}

.swiper .swiper-button-next[data-v-1618bd64]:after {
    left: 10px
}

.item[data-v-1618bd64] {
    width: 234px;
    height: 360px;
    display: flex;
    flex-direction: column
}

.item .top[data-v-1618bd64] {
    height: 180px
}

.item .top img[data-v-1618bd64] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2)
}

.item .bottom[data-v-1618bd64] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0
}

.item .bottom .title[data-v-1618bd64] {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis
}

.item .bottom .detail-btn[data-v-1618bd64] {
    width: 135px;
    height: 40px;
    background: #0069c5;
    border-radius: 22px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
    text-align: center
}

.swiper-slide[data-v-1618bd64]:nth-child(2n) {
    margin-top: 167px
}

.wrapper[data-v-d6f7689e] {
    padding-bottom: 40px
}

.swiper[data-v-d6f7689e] {
    position: relative
}

.swiper .swiper-slide[data-v-d6f7689e] {
    display: flex;
    justify-content: center
}

.swiper .swiper-pagination[data-v-d6f7689e] {
    bottom: -30px
}

.swiper .swiper-button-prev[data-v-d6f7689e]:after {
    transform: scaleX(-1);
    left: 10px
}

.swiper .swiper-button-next[data-v-d6f7689e]:after,
.swiper .swiper-button-prev[data-v-d6f7689e]:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -50px;
    width: 15px;
    height: 42px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAADwCAYAAABPAUdJAAAAAXNSR0IArs4c6QAAA3hJREFUeF7tl6+LlGEYRd8NgohgUlgEZYOWwegfMMkimGS6zSLazGvQJmLVpN3/QJNFEBZhgz+aQXTB4iLCICNfE9uz9733/ZAz/c7znXMmzLfVbr7etP/oswXQzGtSaOaBGoUoFDbATy4svHyOQmVl4QGFwsLL5yhUVhYeUCgsvHyOQmVl4QGFwsLL5yhUVhYeUCgsvHyOQmVl4QGFwsLL5yhUVhYeUCgsvHyOQmVl4QGFwsLL5yhUVhYeUCgsvHyOQmVl4QGFwsLL5yhUVhYeUCgsvHyOQmVl4QGFwsLL5yhUVhYeUCgsvHyOQmVl4QGFwsLL5yhUVhYeUCgsvHyOQmVl4QGFwsLL5yhUVhYeUCgsvHyOQmVl4QGFwsLL5yhUVhYeUCgsvHyOQmVl4QGFwsLL5yhUVhYeUCgsvHyOQmVl4QGFwsLL5yhUVhYeUCgsvHyOQmVl4QGFwsLL5+RCi+0T7fFqp62efGgHh+vyA/QeyEAvby/a8uKptv/lZ1s+3B8OJQOdPnmsvbqzaFOpOUDJQNNPZk5QXYDmBNUNaC5QXYHmANUdaDSUBWgklA1oFJQVaASUHSgNFQFKQsWAUlBRoARUHMgNNQToX6ivP9bt0r29Lq8ew4AmqEfXd9qt5XbbbFq7/OBde/v5UH7fGwZ0/9r5dvfK2bb+vWk3nn1qz98cyDDTFwwB+htm9fR9e7H3vQvMECAnTBzIDRMFSsDEgFIwEaAkjB0oDWMFGgFjAxoFYwEaCdMdaDRMV6A5wHQDmgtMF6A5wXQBml4Bdq+ea73/NR/173eX14cLZ463j99+HfUZuu66AHV9IvHLABIF2ucUsisWD1BIFGifU8iuWDxAIVGgfU4hu2LxAIVEgfY5heyKxQMUEgXa5xSyKxYPUEgUaJ9TyK5YPEAhUaB9TiG7YvEAhUSB9jmF7IrFAxQSBdrnFLIrFg9QSBRon1PIrlg8QCFRoH1OIbti8QCFRIH2OYXsisUDFBIF2ucUsisWD1BIFGifU8iuWDxAIVGgfU4hu2LxAIVEgfY5heyKxQMUEgXa5xSyKxYPUEgUaJ9TyK5YPEAhUaB9TiG7YvEAhUSB9jmF7IrFAxQSBdrnFLIrFg9QSBRon1PIrlg8QCFRoH1OIbti8QCFRIH2OYXsisUDFBIF2ucUsisWD1BIFGif/wFQzTlOnVy96wAAAABJRU5ErkJggg==);
    background-size: cover;
    background-position: 50%
}

.swiper .swiper-button-next[data-v-d6f7689e]:after {
    left: 0
}

.item[data-v-d6f7689e] {
    width: 100%;
    height: 320px;
    display: flex;
    flex-direction: column;
    padding: 0 58px;
    position: relative;
    box-sizing: border-box
}

.item .top[data-v-d6f7689e] {
    height: 200px
}

.item .top img[data-v-d6f7689e] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2)
}

.item .bottom[data-v-d6f7689e] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0
}

.item .bottom .title[data-v-d6f7689e] {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.item .bottom .detail-btn[data-v-d6f7689e] {
    width: 75px;
    height: 22px;
    background: #0069c5;
    border-radius: 22px;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    line-height: 22px;
    text-align: center
}

.wrapper[data-v-f63002d2] {
    padding: 35px 0 35px 0
}

.container[data-v-f63002d2] {
    width: 1037px;
    position: relative
}

.progress[data-v-f63002d2] {
    width: 100%;
    height: 60px;
    background-size: cover
}

.title[data-v-f63002d2] {
    position: absolute;
    font-size: 42px;
    font-weight: 500;
    color: #0069c5
}

.mirror[data-v-f63002d2] {
    transform: scaleY(-1);
    color: #0069c5;
    background: linear-gradient(180deg, #fff, #bddaf4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.wrapper[data-v-f26fcf96] {
    width: var(--TopicMoreButton-arrow-width);
    height: calc(var(--TopicMoreButton-arrow-height)*2);
    padding: calc(var(--TopicMoreButton-arrow-height)) 0 0 0
}

.btn[data-v-f26fcf96] {
    display: block;
    width: var(--TopicMoreButton-arrow-width);
    height: var(--TopicMoreButton-arrow-height);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAAAiCAYAAAAJUNaOAAAAAXNSR0IArs4c6QAAAjJJREFUeF7tmb1KXFEURr89hiF2SSAo8Q3SBOtEMs8RItjpaKNpQ0AMNoLamMZKCHmFVMKAOlP6CmqIMvgAEoZMTqpA/MH7N2ffe3FNe/c+e5/13dXcMfGDwAMmYA/47lwdAkIAXoLyCSx3nmjQ3FTQjKRjjYUP2nlz4bEYAnhQZsb9BNpH3yR791/RqRpq6cvrs9joECA2Yc5PJtDuXkp6fqPQRQIESI6HitgE2r2OFFp3jIkuAQLEDpfzkwnMH7xUY+xQ0jNvCRAgOR4qPAgs9KZlYd9bAgTwCJcZ6QiUIAECpIuGKi8CzhIggFewzElPwFECBEgfC5WeBJwkQADPUJmVjYCDBAiQLRKqvQlElgABvANlXnYCESVAgOxx0FEGgUgSIEAZYTIzH4EIEiBAvijoKovAiCVAgLKCZG5+AiOUAAHyx0BnmQTulcBONBy2tDvzI2lFBEgixPPqEhiBBAhQ3XjZLA2BghIgQBrI1FSbQAEJEKDa0bJdWgI5JUCAtICpqz6BHBIgQPVjZcMsBDJKcF2Ald54llnUQqCSBH41Xkm/v0v29PZ+dqrh8O2/T6Smuc5jjTc3JL2XdEdDJa/IUhAoQMD+yMKergZLpoXeliysFDiNVgjUk0CwbdNit6+giXregK0hUIRA6Jva3Z+SpoocQy8Eakrg3LR4tKZgn2p6AdaGQH4CFj6bVjuP1G9+lGlW0ov8p9EJgdoQuFDQV00O1vkfoDaZsWgMAn8By83GH6VxJPsAAAAASUVORK5CYII=);
    background-size: 100% 100%;
    cursor: pointer
}

.btn[data-v-f26fcf96]:after {
    content: "查看更多";
    display: inline-block;
    font-size: var(--TopicMoreButton-font-size);
    font-weight: 500;
    color: #0069c5;
    line-height: 30px;
    position: relative;
    top: -17px;
    left: 0
}

@media only screen and (min-width:901px) {
    .hive-container[data-v-48772344] {
        display: flex;
        justify-content: center
    }

    .hive-container .hive[data-v-48772344] {
        height: 640px;
        width: 813px;
        background-image: url(../img/hive_background.15f399d0.png);
        background-size: cover;
        position: relative
    }

    .hive-container .hive .hive-title[data-v-48772344] {
        position: absolute;
        width: 200px;
        top: 258px;
        left: 305px
    }

    .hive-container .hive .hive-title .hive-title-text[data-v-48772344] {
        font-size: 34px;
        line-height: 42px;
        text-align: center;
        color: #fff;
        font-weight: 500
    }

    .hive-container .hive .cover[data-v-48772344] {
        height: 210px;
        width: 210px;
        position: absolute;
        background-size: cover
    }

    .hive-container .hive .content[data-v-48772344] {
        width: 111px;
        position: absolute;
        display: flex;
        flex-direction: column
    }

    .hive-container .hive .content .title[data-v-48772344] {
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 18px
    }

    .hive-container .hive .content .button[data-v-48772344] {
        width: 89px;
        height: 26px;
        background: #0069c5;
        border-radius: 22px;
        font-weight: 500;
        font-size: 14px;
        line-height: 26px;
        color: #fff;
        text-align: center;
        cursor: pointer
    }

    .hive-container .hive .cover-1[data-v-48772344] {
        left: 187px;
        top: 19px
    }

    .hive-container .hive .content-1[data-v-48772344] {
        left: -10px;
        top: 60px;
        align-items: end;
        text-align: right
    }

    .hive-container .hive .cover-2[data-v-48772344] {
        left: 412px;
        top: 19px
    }

    .hive-container .hive .content-2[data-v-48772344] {
        left: 710px;
        top: 58px;
        align-items: start;
        text-align: left
    }

    .hive-container .hive .cover-3[data-v-48772344] {
        left: 526px;
        top: 215px
    }

    .hive-container .hive .content-3[data-v-48772344] {
        left: 824px;
        top: 256px;
        align-items: start;
        text-align: left
    }

    .hive-container .hive .cover-4[data-v-48772344] {
        left: 415px;
        top: 411px
    }

    .hive-container .hive .content-4[data-v-48772344] {
        left: 710px;
        top: 456px;
        align-items: start;
        text-align: left
    }

    .hive-container .hive .cover-5[data-v-48772344] {
        left: 186px;
        top: 411px
    }

    .hive-container .hive .content-5[data-v-48772344] {
        left: -13px;
        top: 454px;
        align-items: end;
        text-align: right
    }

    .hive-container .hive .cover-6[data-v-48772344] {
        left: 76px;
        top: 216px
    }

    .hive-container .hive .content-6[data-v-48772344] {
        left: -126px;
        top: 258px;
        align-items: end;
        text-align: right
    }
}

@media only screen and (min-width:0px)and (max-width:900px) {
    .hive-container[data-v-48772344] {
        display: flex;
        justify-content: center
    }

    .hive-container .hive[data-v-48772344] {
        height: 912px;
        width: 214px;
        background-image: url(../img/hive_background_tablet.71318c93.png);
        background-size: cover;
        position: relative
    }

    .hive-container .hive .hive-title[data-v-48772344] {
        position: absolute;
        width: 120px;
        top: 50px;
        left: 49px
    }

    .hive-container .hive .hive-title .hive-title-text[data-v-48772344] {
        font-size: 21px;
        line-height: 32px;
        text-align: center;
        color: #fff;
        font-weight: 500
    }

    .hive-container .hive .cover[data-v-48772344] {
        height: 129px;
        width: 129px;
        position: absolute;
        background-size: cover
    }

    .hive-container .hive .content[data-v-48772344] {
        width: 75px;
        position: absolute;
        display: flex;
        flex-direction: column
    }

    .hive-container .hive .content .title[data-v-48772344] {
        font-weight: 500;
        font-size: 10px;
        margin-bottom: 6px
    }

    .hive-container .hive .content .button[data-v-48772344] {
        width: 64px;
        height: 21px;
        background: #0069c5;
        border-radius: 22px;
        font-weight: 500;
        font-size: 10px;
        line-height: 21px;
        color: #fff;
        text-align: center;
        cursor: pointer
    }

    .hive-container .hive .cover-1[data-v-48772344] {
        left: 74px;
        top: 171px
    }

    .hive-container .hive .content-1[data-v-48772344] {
        left: -57px;
        top: 194px;
        align-items: end;
        text-align: right
    }

    .hive-container .hive .cover-2[data-v-48772344] {
        left: 10px;
        top: 289px
    }

    .hive-container .hive .content-2[data-v-48772344] {
        left: 198px;
        top: 314px;
        align-items: start;
        text-align: left
    }

    .hive-container .hive .cover-3[data-v-48772344] {
        left: 75px;
        top: 409px
    }

    .hive-container .hive .content-3[data-v-48772344] {
        left: -57px;
        top: 438px;
        align-items: end;
        text-align: right
    }

    .hive-container .hive .cover-4[data-v-48772344] {
        left: 11px;
        top: 528px
    }

    .hive-container .hive .content-4[data-v-48772344] {
        left: 198px;
        top: 556px;
        align-items: start;
        text-align: left
    }

    .hive-container .hive .cover-5[data-v-48772344] {
        left: 74px;
        top: 646px
    }

    .hive-container .hive .content-5[data-v-48772344] {
        left: -57px;
        top: 675px;
        align-items: end;
        text-align: right
    }

    .hive-container .hive .cover-6[data-v-48772344] {
        left: 10px;
        top: 766px
    }

    .hive-container .hive .content-6[data-v-48772344] {
        left: 198px;
        top: 794px;
        align-items: start;
        text-align: left
    }
}

@media only screen and (min-width:901px) {
    .year-selector[data-v-5f1f6fb8] {
        display: flex;
        justify-content: center;
        padding: 40px 0 0 0;
        background-color: #fff;
        width: 100vw;
        margin-left: calc((100vw - 1037px)/2*-1)
    }

    .year-select-wrap[data-v-5f1f6fb8] {
        position: relative
    }

    .year-select-wrap[data-v-5f1f6fb8]:before {
        content: "";
        position: absolute;
        left: 18px;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        background-color: #409eff;
        -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgNGgtMVYyaC0ydjJIOFYySDZ2Mkg1Yy0xLjExIDAtMS45OS45LTEuOTkgMkwzIDIwYTIgMiAwIDAwMiAyaDE0YzEuMSAwIDItLjkgMi0yVjZjMC0xLjEtLjktMi0yLTJtMCAxNkg1VjEwaDE0ek05IDE0SDd2LTJoMnptNCAwaC0ydi0yaDJ6bTQgMGgtMnYtMmgyem0tOCA0SDd2LTJoMnptNCAwaC0ydi0yaDJ6bTQgMGgtMnYtMmgyeiIvPjwvc3ZnPg==") no-repeat center/contain;
        mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgNGgtMVYyaC0ydjJIOFYySDZ2Mkg1Yy0xLjExIDAtMS45OS45LTEuOTkgMkwzIDIwYTIgMiAwIDAwMiAyaDE0YzEuMSAwIDItLjkgMi0yVjZjMC0xLjEtLjktMi0yLTJtMCAxNkg1VjEwaDE0ek05IDE0SDd2LTJoMnptNCAwaC0ydi0yaDJ6bTQgMGgtMnYtMmgyem0tOCA0SDd2LTJoMnptNCAwaC0ydi0yaDJ6bTQgMGgtMnYtMmgyeiIvPjwvc3ZnPg==") no-repeat center/contain
    }

    .year-select-wrap[data-v-5f1f6fb8]:after {
        content: "▾";
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: #909399;
        pointer-events: none
    }

    .year-selector select[data-v-5f1f6fb8] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-size: 20px;
        font-weight: 600;
        height: 48px;
        padding: 0 44px 0 48px;
        border: 2px solid #409eff;
        border-radius: 999px;
        background: #fff;
        color: #303133;
        box-shadow: 0 6px 16px rgba(64, 158, 255, .15)
    }

    .year-selector select[data-v-5f1f6fb8]:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(64, 158, 255, .2)
    }

    .section[data-v-5f1f6fb8] {
        position: relative;
        padding: 56px 0;
        width: 100vw;
        margin-left: calc((100vw - 1037px)/2*-1);
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        background-size: cover;
        background-position: 50%
    }

    .section .content[data-v-5f1f6fb8] {
        position: relative;
        width: 76.25rem
    }

    .progress[data-v-5f1f6fb8] {
        margin-bottom: 50px
    }

    .banner-logo[data-v-5f1f6fb8] {
        width: 269px;
        height: 69px;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        left: 54px;
        top: 54px
    }

    .banner[data-v-5f1f6fb8] {
        height: 495px
    }

    .more[data-v-5f1f6fb8] {
        margin-top: 32px;
        display: flex;
        align-content: center;
        justify-content: flex-end
    }

    .more-tablet[data-v-5f1f6fb8] {
        display: none
    }
}

@media only screen and (min-width:0px)and (max-width:900px) {
    .year-selector[data-v-5f1f6fb8] {
        display: flex;
        justify-content: center;
        padding: 20px 0 0 0;
        background-color: #fff;
        width: 100%
    }

    .year-select-wrap[data-v-5f1f6fb8] {
        position: relative
    }

    .year-select-wrap[data-v-5f1f6fb8]:before {
        content: "";
        position: absolute;
        left: 18px;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        background-color: #409eff;
        -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgNGgtMVYyaC0ydjJIOFYySDZ2Mkg1Yy0xLjExIDAtMS45OS45LTEuOTkgMkwzIDIwYTIgMiAwIDAwMiAyaDE0YzEuMSAwIDItLjkgMi0yVjZjMC0xLjEtLjktMi0yLTJtMCAxNkg1VjEwaDE0ek05IDE0SDd2LTJoMnptNCAwaC0ydi0yaDJ6bTQgMGgtMnYtMmgyem0tOCA0SDd2LTJoMnptNCAwaC0ydi0yaDJ6bTQgMGgtMnYtMmgyeiIvPjwvc3ZnPg==") no-repeat center/contain;
        mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgNGgtMVYyaC0ydjJIOFYySDZ2Mkg1Yy0xLjExIDAtMS45OS45LTEuOTkgMkwzIDIwYTIgMiAwIDAwMiAyaDE0YzEuMSAwIDItLjkgMi0yVjZjMC0xLjEtLjktMi0yLTJtMCAxNkg1VjEwaDE0ek05IDE0SDd2LTJoMnptNCAwaC0ydi0yaDJ6bTQgMGgtMnYtMmgyem0tOCA0SDd2LTJoMnptNCAwaC0ydi0yaDJ6bTQgMGgtMnYtMmgyeiIvPjwvc3ZnPg==") no-repeat center/contain
    }

    .year-select-wrap[data-v-5f1f6fb8]:after {
        content: "▾";
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: #909399;
        pointer-events: none
    }

    .year-selector select[data-v-5f1f6fb8] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-size: 20px;
        font-weight: 600;
        height: 48px;
        padding: 0 44px 0 48px;
        border: 2px solid #409eff;
        border-radius: 999px;
        background: #fff;
        color: #303133;
        box-shadow: 0 6px 16px rgba(64, 158, 255, .15)
    }

    .year-selector select[data-v-5f1f6fb8]:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(64, 158, 255, .2)
    }

    .section[data-v-5f1f6fb8] {
        padding: 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        background-size: cover;
        background-position: 50%
    }

    .section .content[data-v-5f1f6fb8],
    .section[data-v-5f1f6fb8] {
        position: relative;
        width: 100%
    }

    .progress[data-v-5f1f6fb8] {
        transform: scale(calc((var(--window-width) - 40)/1037));
        transform-origin: 0 0;
        margin-left: 20px;
        height: calc((100vw - 40px)/1037*130);
        margin-bottom: 15px
    }

    .banner-logo[data-v-5f1f6fb8] {
        width: 60px;
        height: 16px;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        left: 11px;
        top: 11px
    }

    .banner[data-v-5f1f6fb8] {
        height: 107px
    }

    .more[data-v-5f1f6fb8] {
        display: none
    }

    .more-tablet[data-v-5f1f6fb8] {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 22px
    }

    .more-tablet a[data-v-5f1f6fb8] {
        font-size: 12px;
        font-weight: 500;
        color: #0069c5;
        line-height: 18px
    }
}