:root {
            --ap-blue: #1446A0;
            --ap-navy: #0b1020;
            --ap-bg: #050816;
            --ap-accent: #ff5c5c;
            --ap-muted: #6c7280;
            --ap-border: #e4e6ec;
            --ap-card-bg: #ffffff;
        }

        * {
            box-sizing: border-box;
        }

        body {
            font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            color: #111827;
            background-color: #f5f6fb;
            line-height: 1.6;
        }

        a {
            text-decoration: none;
        }

        /* ---------- NAVBAR ---------- */
        .ap-navbar {
            background: linear-gradient(to right, rgba(5, 8, 22, 0.98), rgba(20, 70, 160, 0.9));
            backdrop-filter: blur(10px);
        }

        .ap-navbar .navbar-brand {
            font-family: "Playfair Display", serif;
            font-size: 1.3rem;
            letter-spacing: .06em;
        }

        .ap-navbar .navbar-brand span.cn {
            font-weight: 600;
            color: #ffffff;
            margin-right: .6rem;
        }

        .ap-navbar .navbar-brand span.en {
            font-size: .78rem;
            text-transform: uppercase;
            color: #9ca3af;
            letter-spacing: .16em;
        }

        .ap-navbar .nav-link {
            color: #e5e7eb;
            font-size: .92rem;
            font-weight: 500;
            margin-inline: .35rem;
        }

        .ap-navbar .nav-link:hover,
        .ap-navbar .nav-link:focus {
            color: #ffffff;
        }

        .nav-search-btn {
            color: #e5e7eb;
            border-radius: 999px;
            border: 1px solid rgba(148, 163, 184, .4);
            padding: .35rem .7rem;
            font-size: .85rem;
        }

        .nav-search-btn i {
            margin-right: .35rem;
        }

        /* ---------- HERO ---------- */
        .hero {
            position: relative;
            min-height: 70vh;
            background:
                radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.15), transparent 55%),
                radial-gradient(circle at 100% 0, rgba(251, 113, 133, 0.12), transparent 55%),
                linear-gradient(135deg, #050816 0%, #111827 40%, #020617 100%);
            color: #f9fafb;
            display: flex;
            align-items: center;
            padding-block: 8rem 4rem;
        }

        .hero-tag {
            display: inline-flex;
            align-items: center;
            gap: .5rem;
            padding: .25rem .9rem;
            border-radius: 999px;
            border: 1px solid rgba(148, 163, 184, .4);
            font-size: .75rem;
            text-transform: uppercase;
            letter-spacing: .18em;
            color: #e5e7eb;
            margin-bottom: 1.3rem;
        }

        .hero-tag span.dot {
            width: .4rem;
            height: .4rem;
            border-radius: 999px;
            background: radial-gradient(circle, #34d399, #22c55e);
            box-shadow: 0 0 0 4px rgba(34, 197, 94, .22);
        }

        .hero-title {
            font-family: "Playfair Display", serif;
            font-size: clamp(2.5rem, 3.3rem, 3.7rem);
            line-height: 1.1;
            margin-bottom: 1rem;
        }

        .hero-title span.highlight {
            background: linear-gradient(135deg, #38bdf8, #a855f7, #ec4899);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .hero-subtitle {
            font-size: 1rem;
            color: #d1d5db;
            max-width: 32rem;
            margin-bottom: 1.8rem;
        }

        .hero-subtitle strong {
            color: #f9fafb;
        }

        .hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: .75rem;
            margin-bottom: 2.2rem;
        }

        .btn-primary-ap {
            background: linear-gradient(to right, #2563eb, #4f46e5);
            border: none;
            border-radius: 999px;
            padding: .65rem 1.4rem;
            font-size: .95rem;
            font-weight: 600;
            color: #f9fafb;
            display: inline-flex;
            align-items: center;
            gap: .4rem;
            box-shadow: 0 18px 45px rgba(37, 99, 235, .35);
        }

        .btn-primary-ap:hover {
            background: linear-gradient(to right, #1d4ed8, #4338ca);
            color: #ffffff;
        }

        .btn-outline-ap {
            background: transparent;
            border-radius: 999px;
            border: 1px solid rgba(148, 163, 184, .7);
            padding: .65rem 1.2rem;
            font-size: .9rem;
            font-weight: 500;
            color: #e5e7eb;
            display: inline-flex;
            align-items: center;
            gap: .4rem;
        }

        .btn-outline-ap:hover {
            border-color: #e5e7eb;
            color: #ffffff;
        }

        .hero-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
            font-size: .8rem;
            text-transform: uppercase;
            letter-spacing: .14em;
            color: #9ca3af;
        }

        .hero-meta span strong {
            display: block;
            font-size: 1rem;
            letter-spacing: .01em;
            text-transform: none;
            color: #e5e7eb;
        }

        .hero-visual {
            position: relative;
            isolation: isolate;
        }

        .hero-card {
            position: relative;
            border-radius: 1.6rem;
            padding: 1.4rem 1.6rem;
            background: radial-gradient(circle at 0 0, rgba(56, 189, 248, .12), transparent 60%),
                        radial-gradient(circle at 100% 100%, rgba(244, 114, 182, .12), transparent 60%),
                        rgba(15, 23, 42, 0.96);
            border: 1px solid rgba(148, 163, 184, .45);
            box-shadow: 0 25px 80px rgba(15, 23, 42, .9);
            max-width: 480px;
            margin-inline: auto;
        }

        .hero-card-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: .9rem;
        }

        .hero-card-title {
            font-size: .9rem;
            text-transform: uppercase;
            letter-spacing: .18em;
            color: #9ca3af;
        }

        .hero-chip {
            padding: .2rem .7rem;
            border-radius: 999px;
            font-size: .7rem;
            background: rgba(34, 197, 94, .15);
            color: #bbf7d0;
            border: 1px solid rgba(34, 197, 94, .45);
        }

        .hero-journal-list {
            display: flex;
            flex-direction: column;
            gap: .5rem;
            margin-bottom: 1.1rem;
        }

        .hero-journal-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: .75rem;
        }

        .hero-journal-item span.name {
            font-size: .82rem;
            color: #e5e7eb;
        }

        .hero-journal-item span.tag {
            font-size: .7rem;
            color: #9ca3af;
        }

        .hero-journal-badge {
            font-size: .68rem;
            padding: .2rem .55rem;
            border-radius: 999px;
            border: 1px solid rgba(148, 163, 184, .6);
            color: #cbd5f5;
        }

        .hero-stats {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
            border-top: 1px dashed rgba(148, 163, 184, .4);
            padding-top: .7rem;
            margin-top: .4rem;
        }

        .hero-stat-block {
            font-size: .75rem;
            color: #9ca3af;
        }

        .hero-stat-block strong {
            display: block;
            font-size: 1.05rem;
            color: #e5e7eb;
        }

        .hero-orbit {
            position: absolute;
            inset: -40px;
            border-radius: 2rem;
            border: 1px dashed rgba(148, 163, 184, .5);
            opacity: .45;
        }

        .hero-orbit-dot {
            position: absolute;
            width: 8px;
            height: 8px;
            border-radius: 999px;
            background: #38bdf8;
            box-shadow: 0 0 0 3px rgba(56, 189, 248, .3);
            top: 12%;
            right: 14%;
        }

        /* ---------- ENTRY SECTION ---------- */
        .entry-section {
            margin-top: -2.8rem;
            position: relative;
            z-index: 5;
        }

        .entry-card-wrap {
            background: transparent;
        }

        .entry-container {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 1.4rem;
        }

        @media (max-width: 992px) {
            .entry-container {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 768px) {
            .entry-container {
                grid-template-columns: minmax(0, 1fr);
            }
        }

        .entry-option {
            background: #ffffff;
            border-radius: 1rem;
            padding: 1.3rem 1.4rem;
            border: 1px solid rgba(209, 213, 219, 0.8);
            box-shadow: 0 12px 35px rgba(15, 23, 42, .08);
            display: flex;
            flex-direction: column;
            gap: .6rem;
        }

        .entry-icon-wrapper {
            width: 2.6rem;
            height: 2.6rem;
            border-radius: .9rem;
            background: rgba(37, 99, 235, .08);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #2563eb;
            margin-bottom: .2rem;
        }

        .entry-option:nth-child(2) .entry-icon-wrapper {
            background: rgba(16, 185, 129, .08);
            color: #059669;
        }

        .entry-option:nth-child(3) .entry-icon-wrapper {
            background: rgba(234, 179, 8, .08);
            color: #ca8a04;
        }

        .entry-name {
            font-size: 1rem;
            font-weight: 600;
            margin: 0;
        }

        .entry-desc {
            font-size: .88rem;
            color: #6b7280;
            margin: 0;
            min-height: 3.5rem;
        }

        .entry-btn {
            margin-top: .4rem;
            align-self: flex-start;
            padding: .45rem .95rem;
            border-radius: 999px;
            border: 1px solid rgba(148, 163, 184, .7);
            font-size: .85rem;
            font-weight: 500;
            color: #111827;
        }

        .entry-btn:hover {
            border-color: #2563eb;
            color: #2563eb;
        }

        /* ---------- SECTION TITLES ---------- */
        .section-title-wrapper {
            text-align: center;
            margin: 3.5rem auto 2rem;
        }

        .section-kicker {
            font-size: .78rem;
            font-weight: 600;
            letter-spacing: .18em;
            text-transform: uppercase;
            color: var(--ap-muted);
            margin-bottom: .35rem;
        }

        .section-title-main {
            font-family: "Playfair Display", serif;
            font-size: 1.8rem;
            margin-bottom: .4rem;
        }

        .section-subtext {
            font-size: .9rem;
            color: #6b7280;
            max-width: 36rem;
            margin: 0 auto;
        }

        /* ---------- JOURNAL TABS ---------- */
        .journal-section {
            padding-block: 1.5rem 3rem;
        }

        .journal-tabs {
            border-bottom: 1px solid var(--ap-border);
            margin-bottom: 1.5rem;
            overflow-x: auto;
        }

        .journal-tabs .nav-link {
            border: none;
            border-radius: 999px;
            padding: .45rem 1.1rem;
            margin: 0 .8rem .8rem;
            font-size: .85rem;
            white-space: nowrap;
            color: #6b7280;
            background: transparent;
        }

        .journal-tabs .nav-link.active {
            background: #111827;
            color: #f9fafb;
        }

        .journal-grids {
            display: grid;
            grid-template-columns: repeat(5, minmax(0, 1fr));
            gap: 1rem;
        }

        .journal-card {
            background: var(--ap-card-bg);
            border-radius: .9rem;
            border: 1px solid var(--ap-border);
            overflow: hidden;
            transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .journal-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 18px 35px rgba(15, 23, 42, .09);
            border-color: rgba(37, 99, 235, .35);
        }

        .journal-card img {
            width: 100%;
            /*height: 180px;*/
            object-fit: cover;
        }

        .journal-card-body {
            padding: .7rem .8rem .85rem;
        }

        .journal-title {
            font-size: .9rem;
            font-weight: 600;
            color: #111827;
            margin-bottom: .2rem;
        }

        .journal-meta {
            font-size: .75rem;
            color: #6b7280;
        }

        .journal-more {
            text-align: right;
            margin-top: 1.1rem;
        }

        .journal-more a {
            font-size: .85rem;
            font-weight: 500;
            color: #111827;
        }

        .journal-more a i {
            margin-left: .25rem;
        }

        /* ---------- ARTICLES ---------- */
        .articles-section {
            padding-block: 3rem;
            background: #ffffff;
            border-top: 1px solid var(--ap-border);
            border-bottom: 1px solid var(--ap-border);
        }

        .articles-list {
            list-style: none;
            padding-left: 0;
            margin: 0;
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 1.2rem 1.6rem;
        }

        @media (max-width: 768px) {
            .articles-list {
                grid-template-columns: minmax(0, 1fr);
            }
        }

        .article-item {
            padding: 1.2rem 1.3rem;
            border-radius: .9rem;
            border: 1px solid var(--ap-border);
            background: #f9fafb;
        }

        .article-title {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: .4rem;
        }

        .article-meta {
            font-size: .78rem;
            color: #6b7280;
            display: flex;
            flex-wrap: wrap;
            gap: .5rem;
            margin-bottom: .5rem;
        }

        .article-meta span::before {
            content: "";
            display: inline-block;
            width: 4px;
            height: 4px;
            border-radius: 999px;
            background: #9ca3af;
            margin-right: .25rem;
        }

        .article-meta span:first-child::before {
            display: none;
        }

        .article-abstract {
            font-size: .86rem;
            color: #4b5563;
            max-height: 5.4rem;
            overflow: hidden;
        }

        /* ---------- CONFERENCES ---------- */
        .conference-section {
            padding-block: 3rem 4rem;
        }

        .conference-wrapper {
            display: grid;
            grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
            gap: 2.2rem;
            align-items: start;
        }

        @media (max-width: 992px) {
            .conference-wrapper {
                grid-template-columns: minmax(0, 1fr);
            }
        }

        .conference-list {
            border-radius: 1rem;
            background: #ffffff;
            border: 1px solid var(--ap-border);
            padding: 1.3rem 1.4rem;
        }

        .conference-item {
            padding-block: .65rem;
            border-bottom: 1px dashed rgba(209, 213, 219, .9);
        }

        .conference-item:last-of-type {
            border-bottom: none;
        }

        .conference-year {
            font-size: .78rem;
            font-weight: 600;
            letter-spacing: .16em;
            text-transform: uppercase;
            color: #6b7280;
            margin-bottom: .15rem;
        }

        .conference-name {
            font-size: .94rem;
            font-weight: 600;
        }

        .conference-name-en {
            font-size: .8rem;
            color: #6b7280;
        }

        .more-link {
            display: inline-flex;
            align-items: center;
            gap: .25rem;
            font-size: .85rem;
            font-weight: 500;
            color: #111827;
            margin-top: .8rem;
        }

        .conference-image-card {
            background: #050816;
            color: #e5e7eb;
            border-radius: 1.4rem;
            padding: 1.6rem 1.7rem 1.4rem;
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(148, 163, 184, .7);
            box-shadow: 0 30px 80px rgba(15, 23, 42, .9);
        }

        .conference-badge {
            display: inline-flex;
            align-items: center;
            gap: .4rem;
            padding: .25rem .75rem;
            border-radius: 999px;
            font-size: .72rem;
            text-transform: uppercase;
            letter-spacing: .18em;
            background: rgba(37, 99, 235, .2);
            border: 1px solid rgba(59, 130, 246, .7);
            color: #bfdbfe;
            margin-bottom: 1rem;
        }

        .conference-image-main {
            border-radius: 1rem;
            border: 1px dashed rgba(148, 163, 184, .7);
            padding: 1.3rem 1.1rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: .6rem;
            text-align: center;
        }

        .conference-image-main i {
            font-size: 2.3rem;
            color: #e5e7eb;
        }

        .conference-image-main .image-text {
            font-size: .92rem;
            font-weight: 500;
        }

        .conference-image-main .image-subtext {
            font-size: .8rem;
            color: #9ca3af;
        }

        .conference-footnote {
            margin-top: 1.1rem;
            font-size: .8rem;
            color: #9ca3af;
        }
        
        
        /* 顶部小 Hero / 面包屑区 */
        .journal-list-hero {
            padding-top: 7rem;
            padding-bottom: 1.5rem;
            background:
                radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.12), transparent 55%),
                radial-gradient(circle at 100% 0, rgba(251, 113, 133, 0.10), transparent 55%),
                #0b1020;
            color: #f9fafb;
        }

        .jl-kicker {
            font-size: .78rem;
            text-transform: uppercase;
            letter-spacing: .18em;
            color: #9ca3af;
            margin-bottom: .4rem;
        }

        .jl-title {
            font-family: "Playfair Display", serif;
            font-size: 1.9rem;
            margin-bottom: .35rem;
        }

        .jl-subtitle {
            font-size: .9rem;
            color: #d1d5db;
            max-width: 32rem;
        }

        .jl-breadcrumb {
            font-size: .8rem;
            color: #9ca3af;
            margin-top: .7rem;
        }

        .jl-breadcrumb a {
            color: #e5e7eb;
        }

        .jl-breadcrumb a:hover {
            color: #ffffff;
        }

        /* 主体布局 */
        .journal-list-page {
            padding-block: 2rem 3rem;
        }

        /* 左侧：出版社目录卡片 */
        .publisher-card {
            background: #ffffff;
            border-radius: 1rem;
            border: 1px solid var(--ap-border);
            padding: 1.3rem .8rem 1.1rem;
            box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
        }

        .publisher-card-title {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: .75rem;
        }

        .publisher-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .publisher-list li + li {
            margin-top: .2rem;
        }

        .publisher-link {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: .4rem .55rem;
            border-radius: .55rem;
            font-size: .88rem;
            color: #374151;
        }

        .publisher-link span {
            pointer-events: none;
        }

        .publisher-link i {
            font-size: .7rem;
            opacity: .5;
        }

        .publisher-link:hover {
            background: #eff3ff;
            color: #1d4ed8;
        }

        .publisher-link.active {
            background: #111827;
            color: #f9fafb;
        }

        .publisher-link.active i {
            opacity: 1;
        }

        /* 右侧：期刊网格（复用首页样式） */
        .journal-list-header {
            display: flex;
            flex-wrap: wrap;
            align-items: baseline;
            justify-content: space-between;
            gap: .6rem;
            margin-bottom: 1.2rem;
        }

        .journal-list-header-title {
            font-size: 1.05rem;
            font-weight: 600;
        }

        .journal-list-header-meta {
            font-size: .82rem;
            color: var(--ap-muted);
        }

        .journal-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 1rem;
        }

        @media (max-width: 1200px) {
            .journal-grid {
                grid-template-columns: repeat(4, minmax(0, 1fr));
            }
        }

        @media (max-width: 992px) {
            .journal-grid, .journal-grids {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }

        @media (max-width: 768px) {
            .journal-grid, .journal-grids  {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 576px) {
            .journal-grid, .journal-grids  {
                grid-template-columns: minmax(0, 1fr);
            }
            .hero-orbit{
                inset: 0;
            }
            .ap-navbar .navbar-brand{
                float: left;
                width: 80%;
            }
            .ap-navbar .navbar-brand span.cn{
                display: block;
            }
            .ap-navbar .navbar-brand span.en{
                display: block;
                font-size: 10px;
            }
            .journal-list-header{
                margin-top: 20px;
            }
            .hero-title{font-size: clamp(2.5rem, 2.3rem, 3.7rem);}
            
        }

        .journal-card {
            background: var(--ap-card-bg);
            border-radius: .9rem;
            border: 1px solid var(--ap-border);
            overflow: hidden;
            transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .journal-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 18px 35px rgba(15, 23, 42, .09);
            border-color: rgba(37, 99, 235, .35);
        }

        .journal-card img {
            width: 100%;
            /*height: 190px;*/
            object-fit: cover;
        }

        .journal-card-body {
            padding: .7rem .8rem .8rem;
        }

        .journal-title {
            font-size: .9rem;
            font-weight: 600;
            color: #111827;
            margin-bottom: .25rem;
        }

        .journal-meta {
            font-size: .78rem;
            color: var(--ap-muted);
        }

        /* 分页 */
        .ap-pagination {
            margin-top: 1.6rem;
            font-size: .86rem;
        }

        .ap-pagination ul {
            list-style: none;
            padding-left: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            gap: .35rem;
        }

        .ap-pagination li a,
        .ap-pagination li span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 2.1rem;
            padding: .25rem .6rem;
            border-radius: 999px;
            border: 1px solid var(--ap-border);
            background: #ffffff;
            color: #374151;
        }

        .ap-pagination li .current,
        .ap-pagination li span.current {
            background: #111827;
            color: #f9fafb;
            border-color: #111827;
        }

        .ap-pagination li a:hover {
            border-color: #2563eb;
            color: #2563eb;
        }

        /* ---------- FOOTER ---------- */
        .footer {
            background: #020617;
            color: #e5e7eb;
            padding-top: 2.5rem;
        }

        .footer a {
            color: #e5e7eb;
        }

        .footer h5 {
            font-size: 1rem;
            margin-bottom: .8rem;
        }

        .footer-text {
            font-size: .86rem;
            color: #9ca3af;
        }

        .social-list {
            list-style: none;
            padding-left: 0;
            display: flex;
            gap: .6rem;
            margin-top: 1rem;
        }

        .social-list a {
            width: 2.1rem;
            height: 2.1rem;
            border-radius: 999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: rgba(15, 23, 42, .9);
            border: 1px solid rgba(55, 65, 81, .9);
            font-size: .9rem;
        }

        .footer-line {
            border-top: 1px solid #111827;
            margin-top: 2rem;
            padding-block: 1rem;
            font-size: .78rem;
            color: #6b7280;
            text-align: center;
        }