@media (min-width: 750px) {
    .zyzzd-page {
        display: flex;
        justify-content: center;
        padding-top: 24px;
    }
    .zyzzd-page .el-pagination__jump {
        display: none;
    }
    .zyzzd-page .pagination .el-pagination .el-pager li {
        width: 49px !important;
        height: 37px !important;
        border-radius: 8px !important;
    }
    .zyzzd-page .el-pagination button {
        width: 49px;
        height: 37px !important;
        border-radius: 8px;
        border-color: #93c0ff;
    }
    .zyzzd-page .el-pagination button:hover {
        border-color: #93c0ff !important;
    }
    .zyzzd-page .pagination .el-pagination .el-pager li.is-active,
    .zyzzd-page .pagination .el-pagination .el-pager li:hover {
        background-color: #3498db;
        color: #fff;
        border-color: #93c0ff;
    }
    .zyzzd-page .pagination .el-pagination .btn-prev:hover,
    .zyzzd-page .pagination .el-pagination .btn-next:hover {
        color: #3498db
    }
}
@media (max-width: 750px) {
    .zyzzd-page {
        display: flex;
        justify-content: center;
    }
    .zyzzd-page .el-pagination__jump {
        display: none;
    }
    .zyzzd-page .pagination .el-pagination .el-pager li {
        width: 0.8rem !important;
        height: 0.860465rem !important;
        border-radius: 0.186047rem !important;
    }
    .zyzzd-page .el-pagination button {
        width: 0.8rem;
        height: 0.860465rem !important;
        border-radius: 0.186047rem !important;
        border-color: #93c0ff;
    }
    .zyzzd-page .el-pagination button:hover {
        border-color: #93c0ff !important;
    }
    .zyzzd-page .pagination .el-pagination .el-pager li.is-active,
    .zyzzd-page .pagination .el-pagination .el-pager li:hover {
        background-color: #3498db;
        color: #fff;
        border-color: #93c0ff;
    }
    .zyzzd-page .pagination .el-pagination .btn-prev:hover,
    .zyzzd-page .pagination .el-pagination .btn-next:hover {
        color: #3498db
    }
}

.article-list-page[data-v-3c68fba3] {
    min-height: 100vh;
    background: linear-gradient(135deg, #d6ebff 0%, #adcfff 50%, #85b8ff 100%);
    padding: 20px 0 80px 0; 
}

.article-list-page .zyzzd-crumbs-bar[data-v-3c68fba3] {
    padding: 20px 0 0
}

.article-list-page .zyzzd-crumbs-bar .zyzzd-crumbs[data-v-3c68fba3] {
    max-width: 1200px;
    margin: 0 auto
}

.article-list-page .container[data-v-3c68fba3] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.article-list-page .page-header[data-v-3c68fba3] {
    text-align: center;
    margin-bottom: 50px
}

.article-list-page .page-header .page-title[data-v-3c68fba3] {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
    display: inline-block
}

.article-list-page .page-header .page-title[data-v-3c68fba3]:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #4ecdc4, #44a8f5);
    border-radius: 2px
}

.article-list-page .articles-container[data-v-3c68fba3] {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 24px
}

.article-list-page .article-item[data-v-3c68fba3] {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px #00000014;
    transition: all .3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    position: relative
}

.article-list-page .article-item[data-v-3c68fba3]:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .6), transparent);
    transform: skew(-20deg);
    transition: left .6s ease;
    z-index: 1;
    pointer-events: none
}

.article-list-page .article-item[data-v-3c68fba3]:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px #6495ed26
}

.article-list-page .article-item[data-v-3c68fba3]:hover:before {
    left: 150%
}

.article-list-page .article-item:hover .article-image img[data-v-3c68fba3] {
    transform: scale(1.05)
}

.article-list-page .article-item:hover .article-title[data-v-3c68fba3] {
    color: #3498db
}

.article-list-page .article-item .article-image[data-v-3c68fba3] {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative
}

.article-list-page .article-item .article-image[data-v-3c68fba3]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, .3));
    transition: opacity .4s ease
}

.article-list-page .article-item .article-image img[data-v-3c68fba3] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease
}

.article-list-page .article-item .article-info[data-v-3c68fba3] {
    padding: 16px 18px 20px;
    display: flex;
    flex-direction: column
}

.article-list-page .article-item .article-title[data-v-3c68fba3] {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 12px;
    line-height: 1.5;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease
}

.article-list-page .article-item .article-excerpt[data-v-3c68fba3] {
    font-size: 14px;
    color: #7f8c8d;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px;
    flex: 1
}

.article-list-page .article-item .article-meta[data-v-3c68fba3] {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #95a5a6
}

.article-list-page .article-item .article-meta .icon-rili {
    width: 16px;
}

.article-list-page .article-item .article-meta .meta-date[data-v-3c68fba3] {
    display: flex;
    align-items: center;
    gap: 5px
}

.article-list-page .article-item .article-meta .meta-date .icon[data-v-3c68fba3] {
    font-size: 14px
}
.article-list-page .article-item .article-meta .meta-date .icon[data-v-3c68fba3] img {
    width: 16px;
}

.article-list-page .empty-state[data-v-3c68fba3] {
    text-align: center;
    padding: 80px 20px
}

.article-list-page .empty-state .empty-icon[data-v-3c68fba3] {
    font-size: 80px;
    margin-bottom: 20px
}

.article-list-page .empty-state .empty-text[data-v-3c68fba3] {
    font-size: 16px;
    color: #95a5a6
}

.article-list-page .loading-state[data-v-3c68fba3] {
    text-align: center;
    padding: 80px 20px
}

.article-list-page .loading-state .loading-spinner[data-v-3c68fba3] {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin-3c68fba3 1s linear infinite
}

@keyframes spin-3c68fba3 {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.article-list-page .loading-state p[data-v-3c68fba3] {
    font-size: 16px;
    color: #95a5a6
}

.article-list-page .pagination[data-v-3c68fba3] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 36px
}

.article-list-page .pagination .page-btn[data-v-3c68fba3], .article-list-page .pagination .page-number[data-v-3c68fba3] {
    padding: 10px 20px;
    border: 1px solid #dfe6e9;
    background: white;
    color: #2c3e50;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s ease;
    font-weight: 600
}

.article-list-page .pagination .page-btn[data-v-3c68fba3]:hover:not(:disabled), .article-list-page .pagination .page-number[data-v-3c68fba3]:hover:not(:disabled) {
    background: #3498db;
    color: #fff;
    border-color: #3498db
}

.article-list-page .pagination .page-btn[data-v-3c68fba3]:disabled, .article-list-page .pagination .page-number[data-v-3c68fba3]:disabled {
    opacity: .5;
    cursor: not-allowed
}

.article-list-page .pagination .page-btn.active[data-v-3c68fba3], .article-list-page .pagination .page-number.active[data-v-3c68fba3] {
    background: #3498db;
    color: #fff;
    border-color: #3498db
}

.article-list-page .pagination .page-numbers[data-v-3c68fba3] {
    display: flex;
    gap: 5px
}

.article-list-page .back-button-wrapper[data-v-3c68fba3] {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.article-list-page .back-button-wrapper .page-btn.back[data-v-3c68fba3] {
    padding: 10px 20px;
    border: 1px solid #dfe6e9;
    background: #f0f3f6;
    border-color: #e1e8ef;
    color: #2c3e50;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s ease;
    font-weight: 600
}

.article-list-page .back-button-wrapper .page-btn.back[data-v-3c68fba3]:hover {
    background: #3498db;
    color: #fff;
    border-color: #3498db
}

@media (max-width: 1200px) {
    .article-list-page .articles-container[data-v-3c68fba3] {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 750px) {
    .article-list-page[data-v-3c68fba3] {
        padding: 0 0 .8rem
    }

    .article-list-page .zyzzd-crumbs-bar[data-v-3c68fba3], .article-list-page .container[data-v-3c68fba3] {
        padding: 0 .27rem
    }

    .article-list-page .page-header[data-v-3c68fba3] {
        margin-bottom: .53rem
    }

    .article-list-page .page-header .page-title[data-v-3c68fba3] {
        font-size: .56rem;
        margin-bottom: .2rem
    }

    .article-list-page .page-header .page-title[data-v-3c68fba3]:after {
        bottom: -.13rem;
        width: 1.07rem;
        height: .053rem
    }

    .article-list-page .articles-container[data-v-3c68fba3] {
        grid-template-columns:1fr;
        gap: .27rem
    }

    .article-list-page .article-item[data-v-3c68fba3] {
        flex-direction: row;
        height: auto;
        border-radius: .21rem
    }

    .article-list-page .article-item .article-image[data-v-3c68fba3] {
        width: 3.8rem;
        height: 2.4rem;
        flex-shrink: 0
    }

    .article-list-page .article-item .article-info[data-v-3c68fba3] {
        flex: 1;
        padding: .27rem .32rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .article-list-page .article-item .article-title[data-v-3c68fba3] {
        font-size: .32rem;
        height: auto;
        min-height: auto;
        margin-bottom: 0;
        line-height: 1.4
    }

    .article-list-page .article-item .article-excerpt[data-v-3c68fba3] {
        display: none
    }

    .article-list-page .article-item .article-meta[data-v-3c68fba3] {
        font-size: .3rem;
        gap: .2rem;
        margin-top: .13rem
    }

    .article-list-page .article-item .article-meta .icon-rili {
        width: .25rem
    }


    .article-list-page .article-item .article-meta .meta-date[data-v-3c68fba3] {
        gap: .067rem
    }

    .article-list-page .article-item .article-meta .meta-date .icon[data-v-3c68fba3] {
        font-size: .21rem
    }
    .article-list-page .article-item .article-meta .meta-date .icon[data-v-3c68fba3] img {
        width: .25rem
    }
    
    .article-list-page .empty-state[data-v-3c68fba3] {
        padding: 1.07rem .27rem
    }

    .article-list-page .empty-state .empty-icon[data-v-3c68fba3] {
        font-size: 1.33rem;
        margin-bottom: .27rem
    }

    .article-list-page .empty-state .empty-text[data-v-3c68fba3] {
        font-size: .27rem
    }

    .article-list-page .loading-state[data-v-3c68fba3] {
        padding: 1.07rem .27rem
    }

    .article-list-page .loading-state .loading-spinner[data-v-3c68fba3] {
        width: .67rem;
        height: .67rem;
        margin: 0 auto .27rem;
        border-width: .053rem
    }

    .article-list-page .loading-state p[data-v-3c68fba3] {
        font-size: .27rem
    }

    .article-list-page .pagination[data-v-3c68fba3] {
        margin-top: .53rem;
        gap: .13rem
    }

    .article-list-page .pagination .page-btn[data-v-3c68fba3], .article-list-page .pagination .page-number[data-v-3c68fba3] {
        padding: .16rem .27rem;
        font-size: .24rem;
        border-radius: .11rem;
        border-width: .013rem
    }

    .article-list-page .pagination .page-numbers[data-v-3c68fba3] {
        gap: .067rem
    }

    .article-list-page .back-button-wrapper[data-v-3c68fba3] {
        margin-top: .27rem
    }

    .article-list-page .back-button-wrapper .page-btn.back[data-v-3c68fba3] {
        padding: .16rem .4rem;
        font-size: .3rem;
        border-radius: .15rem;
        border-width: .013rem
    }
}
