@keyframes slideDownIn-3825cbfb {
    0% {
        display: block;
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(4px)
    }
}

@keyframes slideUpOut-3825cbfb {
    0% {
        height: 100%
    }

    to {
        display: none;
        height: 0
    }
}

.banner[data-v-3825cbfb] {
    background-image: url(../image/202406251105365o2g19.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px
}

.banner[data-v-3825cbfb],.banner .main[data-v-3825cbfb] {
    display: flex;
    justify-content: center
}

.banner .main[data-v-3825cbfb] {
    align-items: center;
    flex-direction: column;
    max-width: 1200px
}

.banner .main h1[data-v-3825cbfb] {
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 16px
}

.banner .main p[data-v-3825cbfb] {
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .banner[data-v-3825cbfb] {
        background-image:url(../image/20240712154707tg6gbr.webp);
        justify-content: flex-start;
        padding-left: 48px
    }

    .banner .main[data-v-3825cbfb] {
        align-items: flex-start
    }
}

@media screen and (max-width: 768px) {
    .banner[data-v-3825cbfb] {
        background-image:url(../image/20240712154707npu4rg.webp);
        height: 233px;
        justify-content: flex-start;
        padding: 0 16px
    }

    .banner .main[data-v-3825cbfb] {
        align-items: flex-start
    }

    .banner .main h1[data-v-3825cbfb] {
        font-size: 24px;
        line-height: 32px
    }
}

@keyframes slideDownIn-274b9cc9 {
    0% {
        display: block;
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(4px)
    }
}

@keyframes slideUpOut-274b9cc9 {
    0% {
        height: 100%
    }

    to {
        display: none;
        height: 0
    }
}

.nav[data-v-274b9cc9] {
    background-color: #eee;
    display: flex;
    height: 60px;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 2
}

.nav .main[data-v-274b9cc9] {
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    width: 84vw
}

@media screen and (min-width: 1024px) and (max-width:1200px) {
    .nav .main[data-v-274b9cc9] {
        width:94vw
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .nav .main[data-v-274b9cc9] {
        width:calc(100% - 48px)
    }
}

@media screen and (max-width: 768px) {
    .nav .main[data-v-274b9cc9] {
        width:calc(100% - 32px)
    }
}

.nav .main ul[data-v-274b9cc9] {
    display: flex;
    gap: 48px;
    height: 60px
}

.nav .main ul li[data-v-274b9cc9] {
    position: relative
}

.nav .main ul li[data-v-274b9cc9]:after {
    background-color: #c00000;
    border-radius: 4px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .2s;
    width: 100%
}

.nav .main ul li.active[data-v-274b9cc9]:after,.nav .main ul li[data-v-274b9cc9]:hover:after {
    opacity: 1
}

.nav .main ul li:hover a .iconfont[data-v-274b9cc9] {
    color: #19191a
}

.nav .main ul li a[data-v-274b9cc9] {
    color: #19191a;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 100%;
    line-height: 22px;
    line-height: 60px;
    position: relative
}

.nav .main ul li a[data-v-274b9cc9]:hover {
    text-decoration: none
}

.nav .main ul li a .iconfont[data-v-274b9cc9] {
    color: #707070;
    display: inline-block;
    font-size: 12px;
    margin-left: 8px;
    transition: all .2s
}

.nav .main ul li .more[data-v-274b9cc9] {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 0 3px 6px -2px #0000001a;
    display: flex;
    display: none;
    flex-direction: column;
    left: 0;
    padding: 5px 12px;
    position: absolute;
    top: 100%
}

.nav .main ul li .more a[data-v-274b9cc9] {
    color: #707070;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    padding: 4px;
    white-space: nowrap
}

.nav .main ul li .more a[data-v-274b9cc9]:hover {
    color: #19191a;
    text-decoration: underline
}

.nav .main ul li:hover .more[data-v-274b9cc9] {
    display: flex
}

.nav .main ul li:hover a .iconfont[data-v-274b9cc9] {
    transform: rotateX(180deg)
}

@media (max-width: 1280px) {
    .nav .main ul[data-v-274b9cc9] {
        gap:32px
    }

    .nav .main ul li[data-v-274b9cc9],.nav .main ul li a span[data-v-274b9cc9] {
        white-space: nowrap
    }
}

@media screen and (max-width: 768px) {
    .nav[data-v-274b9cc9] {
        display:none
    }
}

@keyframes slideDownIn-3839b46c {
    0% {
        display: block;
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(4px)
    }
}

@keyframes slideUpOut-3839b46c {
    0% {
        height: 100%
    }

    to {
        display: none;
        height: 0
    }
}

.featured[data-v-3839b46c] {
    margin: 40px 0 0
}

.featured .main[data-v-3839b46c] {
    margin: 0 auto;
    max-width: 1200px;
    width: 84vw
}

@media screen and (min-width: 1024px) and (max-width:1200px) {
    .featured .main[data-v-3839b46c] {
        width:94vw
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .featured .main[data-v-3839b46c] {
        width:calc(100% - 48px)
    }
}

@media screen and (max-width: 768px) {
    .featured .main[data-v-3839b46c] {
        width:calc(100% - 32px)
    }
}

.featured .main h2[data-v-3839b46c] {
    color: #19191a;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px
}

.featured .main .list_m[data-v-3839b46c] {
    display: none
}

.featured .main .list[data-v-3839b46c] {
    display: flex;
    gap: 20px;
    width: 100%
}

.featured .main .list li[data-v-3839b46c] {
    border-radius: 4px;
    transition: all .2s;
    width: calc(20% - 16px)
}

.featured .main .list li[data-v-3839b46c]:hover {
    box-shadow: 0 15px 15px -10px #00000026
}

.featured .main .list li:hover .tit[data-v-3839b46c] {
    text-decoration: underline
}

.featured .main .list li a[data-v-3839b46c] {
    display: flex;
    flex-direction: column;
    height: 100%
}

.featured .main .list li a .img[data-v-3839b46c] {
    border-radius: 8px 8px 0 0;
    max-height: 300px;
    overflow: hidden;
    width: 100%
}

.featured .main .list li a .img img[data-v-3839b46c] {
    display: block;
    width: 100%
}

.featured .main .list li a .tit[data-v-3839b46c] {
    border: 1px solid #e5e5e5;
    border-radius: 0 0 8px 8px;
    border-top: none;
    color: #19191a;
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    padding: 20px
}

.featured .main .list li a .tit>p[data-v-3839b46c] {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.featured .main .list li a[data-v-3839b46c]:hover {
    text-decoration: none
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .featured .main .list li a .img[data-v-3839b46c] {
        max-height:240px
    }
}

@media screen and (max-width: 768px) {
    .featured .main .list_m[data-v-3839b46c] {
        display:block
    }

    .featured .main .list_m .swiper-slide[data-v-3839b46c] {
        height: auto
    }

    .featured .main .list_m .swiper-slide>a[data-v-3839b46c] {
        display: flex;
        flex-direction: column;
        height: 100%;
        overflow: hidden
    }

    .featured .main .list_m .swiper-slide>a .img[data-v-3839b46c] {
        border-radius: 8px 8px 0 0;
        max-height: 240px;
        overflow: hidden;
        width: 100%
    }

    .featured .main .list_m .swiper-slide>a .img img[data-v-3839b46c] {
        display: block;
        width: 100%
    }

    .featured .main .list_m .swiper-slide>a .tit[data-v-3839b46c] {
        border: 1px solid #e5e5e5;
        border-radius: 0 0 8px 8px;
        border-top: none;
        color: #19191a;
        flex: 1;
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        padding: 20px
    }

    .featured .main .list_m .swiper-slide>a .tit>p[data-v-3839b46c] {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4
    }

    .featured .main .list[data-v-3839b46c] {
        display: none
    }

    .swiper[data-v-3839b46c] {
        display: block;
        overflow: hidden;
        padding-bottom: 28px
    }

    .swiper[data-v-3839b46c] .swiper-pagination {
        bottom: 0;
        display: flex;
        justify-content: center
    }

    .swiper[data-v-3839b46c] .swiper-pagination .swiper-pagination-bullet {
        background: #707070;
        height: 8px;
        opacity: .4;
        transition: all .3s;
        width: 8px
    }

    .swiper[data-v-3839b46c] .swiper-pagination .swiper-pagination-bullet-active {
        border-radius: 4px;
        opacity: 1;
        width: 20px
    }
}

@keyframes slideDownIn-5e3b1e95 {
    0% {
        display: block;
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(4px)
    }
}

@keyframes slideUpOut-5e3b1e95 {
    0% {
        height: 100%
    }

    to {
        display: none;
        height: 0
    }
}

.more[data-v-5e3b1e95] {
    margin: 40px 0 20px
}

.more .main[data-v-5e3b1e95] {
    margin: 0 auto;
    max-width: 1200px;
    width: 84vw
}

@media screen and (min-width: 1024px) and (max-width:1200px) {
    .more .main[data-v-5e3b1e95] {
        width:94vw
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .more .main[data-v-5e3b1e95] {
        width:calc(100% - 48px)
    }
}

@media screen and (max-width: 768px) {
    .more .main[data-v-5e3b1e95] {
        width:calc(100% - 32px)
    }
}

.more .main .tit[data-v-5e3b1e95] {
    color: #19191a;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px
}

.more .main .list[data-v-5e3b1e95] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px
}

.more .main .list li[data-v-5e3b1e95] {
    border-radius: 8px;
    display: flex;
    transition: all .2s
}

.more .main .list li a[data-v-5e3b1e95] {
    display: flex;
    flex: 1;
    flex-direction: column;
    transition: all .3s
}

.more .main .list li a[data-v-5e3b1e95]:hover {
    box-shadow: 0 15px 15px -10px #00000026;
    text-decoration: none
}

.more .main .list li a:hover h3[data-v-5e3b1e95] {
    text-decoration: underline
}

.more .main .list li a .img[data-v-5e3b1e95] {
    border-radius: 8px 8px 0 0;
    overflow: hidden
}

.more .main .list li a .img img[data-v-5e3b1e95] {
    display: block;
    max-width: 100%
}

.more .main .list li a .content[data-v-5e3b1e95] {
    border: 1px solid #e5e5e5;
    border-radius: 0 0 8px 8px;
    border-top: none;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 12px;
    padding: 20px 20px 52px;
    position: relative
}

.more .main .list li a .content .tag[data-v-5e3b1e95] {
    align-items: center;
    color: #707070;
    display: flex;
    font-size: 12px;
    gap: 8px;
    line-height: 20px
}

.more .main .list li a .content .tag .line[data-v-5e3b1e95] {
    background-color: #e5e5e5;
    height: 10px;
    width: 1px
}

.more .main .list li a .content .tag .line[data-v-5e3b1e95]:last-of-type {
    display: none
}

.more .main .list li a .content h3[data-v-5e3b1e95] {
    color: #19191a;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px
}

.more .main .list li a .content h3[data-v-5e3b1e95],.more .main .list li a .content p[data-v-5e3b1e95] {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.more .main .list li a .content .time[data-v-5e3b1e95],.more .main .list li a .content p[data-v-5e3b1e95] {
    color: #707070;
    font-size: 12px;
    line-height: 20px
}

.more .main .list li a .content .time[data-v-5e3b1e95] {
    align-items: center;
    bottom: 20px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: calc(100% - 40px)
}

.more .main .list li a .content .time div[data-v-5e3b1e95] {
    align-items: center;
    display: flex;
    gap: 4px
}

@media screen and (max-width: 768px) {
    .more .main .list[data-v-5e3b1e95] {
        grid-template-columns:repeat(1,1fr)
    }
}

@keyframes slideDownIn-b89ec4ed {
    0% {
        display: block;
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(4px)
    }
}

@keyframes slideUpOut-b89ec4ed {
    0% {
        height: 100%
    }

    to {
        display: none;
        height: 0
    }
}

main[data-v-b89ec4ed] {
    padding-bottom: 40px
}

main .check_title[data-v-b89ec4ed] {
    margin: 40px auto 0;
    max-width: 1200px;
    width: 84vw
}

@media screen and (min-width: 1024px) and (max-width:1200px) {
    main .check_title[data-v-b89ec4ed] {
        width:94vw
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    main .check_title[data-v-b89ec4ed] {
        width:calc(100% - 48px)
    }
}

@media screen and (max-width: 768px) {
    main .check_title[data-v-b89ec4ed] {
        width:calc(100% - 32px)
    }
}

main .check_title h3[data-v-b89ec4ed] {
    color: #19191a;
    font-size: 20px;
    line-height: 28px
}

main.isTag[data-v-b89ec4ed] .featured {
    display: none
}

main.isTag[data-v-b89ec4ed]>.more {
    margin-top: 20px
}

main.isTag[data-v-b89ec4ed]>.more .tit {
    display: none
}
