* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "PingFang SC", "Microsoft YaHei", sans-serif; background: #0a0e1a; color: #e0e6ed; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; border-radius: 4px; }
.frame { max-width: 1200px; margin: 0 auto; padding: 0 12px; }
.top { background: #0f172a; border-bottom: 2px solid #1e293b; text-align: center; padding: 14px 0 10px; position: sticky; top: 0; z-index: 100; }
.top .logo { font-size: 22px; color: #e94560; font-weight: 800; letter-spacing: 6px; }
.top .slogan { font-size: 10px; color: #475569; margin-top: 2px; letter-spacing: 2px; }
.portal { text-align: center; padding: 14px 0; background: #0f172a; border-bottom: 1px solid #1e293b; }
.portal a { display: inline-block; padding: 10px 40px; font-size: 15px; font-weight: 700; color: #fff; border-radius: 4px; background: conic-gradient(from 0deg, #ff006e, #fb5607, #ffbe0b, #8338ec, #3a86ff, #ff006e); background-size: 200% 200%; animation: hueShift 2.5s linear infinite; box-shadow: 0 2px 12px rgba(255,0,110,0.35); letter-spacing: 2px; }
@keyframes hueShift { 0% { filter: hue-rotate(0deg); } 100% { filter: hue-rotate(360deg); } }
.main { padding: 16px 0; }
.query { background: #1e293b; border: 1px solid #334155; border-radius: 4px; padding: 12px; margin-bottom: 20px; }
.query form { display: flex; gap: 8px; }
.query input { flex: 1; height: 38px; padding: 0 12px; font-size: 13px; color: #e0e6ed; background: #0a0e1a; border: 1px solid #334155; border-radius: 4px; outline: none; }
.query input::placeholder { color: #475569; }
.query input:focus { border-color: #e94560; }
.query button { height: 38px; padding: 0 20px; font-size: 13px; font-weight: 700; color: #fff; background: #e94560; border: none; border-radius: 4px; cursor: pointer; }
.query button:hover { background: #dc3d56; }
.group { margin: 24px 0; }
.group .caption { font-size: 15px; font-weight: 700; color: #f8fafc; margin-bottom: 12px; padding: 8px 0; border-bottom: 1px solid #334155; position: relative; }
.group .caption::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 60px; height: 2px; background: #e94560; }
.group ul { list-style: none; }
.group li { margin-bottom: 10px; }
.group li a { display: block; background: #1e293b; border: 1px solid #334155; border-radius: 4px; padding: 10px; transition: all 0.2s; }
.group li a:hover { background: #27354f; border-color: #e94560; }
.group li a::after { content: ""; display: table; clear: both; }
.group li .thumb { float: left; width: 70px; height: 93px; margin-right: 12px; }
.group li .thumb img { width: 70px; height: 93px; object-fit: cover; border-radius: 4px; }
.group li .detail { overflow: hidden; }
.group li .detail h3 { font-size: 14px; font-weight: 600; color: #f1f5f9; margin-bottom: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.group li .detail .date { font-size: 11px; color: #64748b; margin-bottom: 6px; }
.group li .detail .desc { font-size: 12px; color: #94a3b8; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pages { text-align: center; margin: 24px 0; }
.pages a, .pages span { display: inline-block; padding: 6px 12px; font-size: 13px; margin: 0 3px; border-radius: 4px; background: #1e293b; color: #e0e6ed; border: 1px solid #334155; }
.pages a:hover { background: #e94560; color: #fff; border-color: #e94560; }
.pages .active { background: #e94560; color: #fff; border-color: #e94560; }
.pages .disabled { color: #475569; border-color: #1e293b; }
.bottom { background: #0a0e1a; border-top: 2px solid #1e293b; padding: 16px 0; margin-top: 24px; text-align: center; }
.bottom a { color: #475569; font-size: 12px; margin: 0 12px; }
.bottom a:hover { color: #e94560; }
@media (min-width: 768px) {
    .group li a { padding: 14px; }
    .group li .thumb { width: 90px; height: 120px; margin-right: 16px; }
    .group li .thumb img { width: 90px; height: 120px; }
    .group li .detail h3 { font-size: 16px; }
    .group li .detail .date { font-size: 12px; }
    .group li .detail .desc { font-size: 13px; }
    .group .caption { font-size: 17px; }
    .query { padding: 14px; }
    .query input { height: 42px; font-size: 14px; }
    .query button { height: 42px; padding: 0 28px; font-size: 14px; }
    .top { padding: 18px 0 12px; }
    .top .logo { font-size: 26px; }
    .portal a { padding: 12px 52px; font-size: 16px; }
    .bottom a { font-size: 13px; margin: 0 16px; }
    .pages a, .pages span { padding: 8px 14px; font-size: 14px; }
}
@media (min-width: 1024px) {
    .frame { padding: 0 20px; }
    .group li .thumb { width: 110px; height: 147px; }
    .group li .thumb img { width: 110px; height: 147px; }
}