.jx-honor-intro{ background:#f5f5f7; border-left:3px solid #00468c; padding:14px 16px; margin-bottom:22px; border-radius:0 6px 6px 0; color:#333; font-size:14px; line-height:1.85; }
.jx-honor-intro strong{ color:#00468c; }
.jx-honor-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.jx-honor-card{ background:#fff; border:1px solid #e8e8ec; border-radius:8px; overflow:hidden; cursor:pointer; transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.jx-honor-card:hover{ transform:translateY(-4px); box-shadow:0 10px 26px rgba(0,70,140,.12); border-color:#00468c; }
.jx-honor-card .pic{ height:190px; display:flex; align-items:center; justify-content:center; padding:12px; background:#f5f5f7; }
.jx-honor-card .pic img{ max-width:100%; max-height:100%; object-fit:contain; display:block; }
.jx-honor-card p{ font-size:13px; color:#333; text-align:center; padding:10px 6px; border-top:1px solid #e8e8ec; line-height:1.4; }
@media (max-width:900px){ .jx-honor-grid{ grid-template-columns:repeat(3,1fr);} }
@media (max-width:600px){ .jx-honor-grid{ grid-template-columns:repeat(2,1fr);} }
.jx-lightbox{ position:fixed; top:0; right:0; bottom:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.88); z-index:99999; display:none; -webkit-align-items:center; align-items:center; -webkit-justify-content:center; justify-content:center; padding:30px; cursor:zoom-out; }
.jx-lightbox.open{ display:-webkit-box; display:-webkit-flex; display:flex; }
.jx-lightbox img{ max-width:92vw; max-height:92vh; object-fit:contain; box-shadow:0 10px 50px rgba(0,0,0,.6); border-radius:4px; background:#fff; }
.jx-lightbox .jx-lb-close{ position:absolute; top:18px; right:30px; color:#fff; font-size:36px; line-height:1; opacity:.8; cursor:pointer; user-select:none; }
.jx-lightbox .jx-lb-close:hover{ opacity:1; }
