/* ====== 閲戣瀺涔嬫槦 (Financial Star) 鍏ㄥ眬鏍峰紡 ====== */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "PingFang SC", "Microsoft YaHei", sans-serif; background-color: #f7f9fa; color: #222; line-height: 1.6; }
a { text-decoration: none; color: #222; transition: all 0.3s ease; }
a:hover { color: #d32f2f; } /* 缁忓吀閲戣瀺绾� */
ul, li { list-style: none; }
.container { width: 1200px; margin: 0 auto; }

/* 椤堕儴淇℃伅鏍� - 娣遍們閲戠伆 */
.topbar { background-color: #1f2326; color: #a0a6ab; font-size: 12px; padding: 8px 0; }
.topbar .container { display: flex; justify-content: space-between; }
.topbar-links a { color: #a0a6ab; margin-left: 15px; }
.topbar-links a:hover { color: #fff; }
.market-ticker { display: flex; gap: 20px; }
.market-ticker span { display: flex; align-items: center; gap: 5px; }
.up { color: #f44336; } /* 娑� 绾� */
.down { color: #4caf50; } /* 璺� 缁� */

/* 澶撮儴瀵艰埅鍖� - 绠€绾︾櫧搴曞晢鍔￠ */
.header-wrapper { background: #fff; border-bottom: 2px solid #d32f2f; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.header-main { height: 90px; display: flex; justify-content: space-between; align-items: center; }
.logo a { font-size: 32px; font-weight: bold; color: #d32f2f; letter-spacing: 2px; display: flex; align-items: center; }
.logo a { content: ; margin-right: 8px; font-size: 28px; color: #d32f2f; }

.nav { display: flex; }
.nav li { margin: 0 15px; }
.nav a { font-size: 16px; font-weight: 600; padding: 34px 10px; display: block; border-bottom: 3px solid transparent; }
.nav a:hover, .nav .current a { color: #d32f2f; border-bottom-color: #d32f2f; }

.search-box { display: flex; border: 1px solid #ddd; border-radius: 4px; overflow: hidden; }
.search-box input { border: none; padding: 8px 12px; width: 220px; outline: none; }
.search-box button { background: #f5f5f5; border: none; padding: 8px 15px; cursor: pointer; color: #555; border-left: 1px solid #ddd; }
.search-box button:hover { background: #e0e0e0; }

/* 涓讳綋甯冨眬 */
.main-wrapper { margin-top: 25px; display: flex; justify-content: space-between; gap: 25px; margin-bottom: 40px; }
.content-main { flex: 1; min-width: 0; }
.sidebar { width: 340px; flex-shrink: 0; }

/* 妯″潡閫氱敤鏍峰紡 */
.panel { background: #fff; border: 1px solid #eaeaea; margin-bottom: 20px; }
.panel-header { padding: 15px 20px; border-bottom: 1px solid #eaeaea; display: flex; justify-content: space-between; align-items: center; background: #fbfbfb; }
.panel-title { font-size: 18px; font-weight: bold; color: #333; border-left: 4px solid #d32f2f; padding-left: 10px; line-height: 1.1; }
.panel-more { font-size: 13px; color: #888; }
.panel-more:hover { color: #d32f2f; }
.panel-body { padding: 20px; }

/* 棣栭〉 - 澶存潯涓庣劍鐐瑰浘 */
.focus-section { display: flex; gap: 20px; margin-bottom: 25px; }
.focus-slider { flex: 1.5; position: relative; height: 340px; background: #000; }
.focus-slider img { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; transition: opacity 0.3s; }
.focus-slider:hover img { opacity: 1; }
.focus-title { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px; background: rgba(0,0,0,0.6); color: #fff; font-size: 20px; font-weight: bold; }

.focus-news { flex: 1; background: #fff; padding: 25px; border: 1px solid #eaeaea; border-top: 3px solid #d32f2f; }
.focus-news h2 { font-size: 22px; margin-bottom: 12px; line-height: 1.4; text-align: center; }
.focus-news h2 a { color: #d32f2f; }
.focus-news p { font-size: 14px; color: #666; text-indent: 2em; margin-bottom: 20px; }
.focus-news ul { border-top: 1px dotted #ccc; padding-top: 15px; }
.focus-news li { margin-bottom: 10px; font-size: 15px; }
.focus-news li::before { content: '鈻�'; color: #d32f2f; margin-right: 8px; }

/* 棣栭〉 - 涓ヨ皑鐨勫垪琛ㄦ牱寮� */
.finance-list li { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; border-bottom: 1px dashed #eaeaea; }
.finance-list li:last-child { border-bottom: none; }
.finance-list .title { font-size: 16px; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-right: 20px; }
.finance-list .date { font-size: 13px; color: #999; width: 140px; text-align: right; }
.finance-list .tag { font-size: 12px; color: #d32f2f; border: 1px solid #d32f2f; padding: 1px 4px; border-radius: 2px; margin-right: 10px; }

/* 渚ц竟鏍� - 鏁版嵁鎸囨爣涓庢帓琛� */
.data-box { background: #fff; border: 1px solid #eaeaea; margin-bottom: 20px; }
.data-box-title { background: #d32f2f; color: #fff; padding: 12px 15px; font-size: 16px; font-weight: bold; }
.data-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #eaeaea; }
.data-item { background: #fff; padding: 15px 10px; text-align: center; }
.data-name { font-size: 13px; color: #666; margin-bottom: 5px; }
.data-val { font-size: 18px; font-weight: bold; font-family: Arial, sans-serif; }

.rank-list li { padding: 12px 0; border-bottom: 1px solid #f5f5f5; display: flex; align-items: center; }
.rank-num { display: inline-block; width: 20px; height: 20px; background: #e0e0e0; color: #fff; text-align: center; line-height: 20px; font-size: 12px; margin-right: 10px; }
.rank-list li:nth-child(1) .rank-num { background: #d32f2f; }
.rank-list li:nth-child(2) .rank-num { background: #e64a19; }
.rank-list li:nth-child(3) .rank-num { background: #f57c00; }
.rank-title { flex: 1; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* 搴曢儴鍖哄煙 */
.footer { background: #1f2326; color: #888; padding: 40px 0; margin-top: 40px; border-top: 4px solid #d32f2f; }
.footer-container { display: flex; justify-content: space-between; border-bottom: 1px solid #333; padding-bottom: 30px; margin-bottom: 20px; }
.footer-brand h2 { color: #fff; font-size: 24px; margin-bottom: 10px; }
.footer-brand p { font-size: 13px; max-width: 300px; line-height: 1.8; }
.footer-nav dl { float: left; margin-left: 60px; }
.footer-nav dt { color: #ccc; font-size: 16px; margin-bottom: 15px; font-weight: bold; }
.footer-nav dd { margin-bottom: 8px; }
.footer-nav a { color: #777; font-size: 13px; }
.footer-nav a:hover { color: #fff; }
.footer-bottom { text-align: center; font-size: 13px; }

/* ====== 鍐呭椤典笓灞炴牱寮� ====== */
.breadcrumb { font-size: 13px; color: #666; margin-bottom: 20px; }
.breadcrumb a { color: #333; }
.breadcrumb a:hover { color: #d32f2f; }

.article-container { background: #fff; border: 1px solid #eaeaea; padding: 40px; }
.article-header { border-bottom: 2px solid #f0f0f0; padding-bottom: 25px; margin-bottom: 30px; text-align: center; }
.article-header h1 { font-size: 26px; color: #111; margin-bottom: 15px; line-height: 1.4; }
.article-meta { font-size: 13px; color: #888; display: flex; justify-content: center; gap: 25px; }

.article-summary { background: #f9f9f9; border-left: 4px solid #d32f2f; padding: 15px 20px; color: #555; font-size: 14px; margin-bottom: 30px; line-height: 1.8; }

.article-content { font-size: 16px; color: #333; line-height: 2; text-align: justify; }
.article-content p { margin-bottom: 20px; }
.article-content img { max-width: 100%; height: auto; display: block; margin: 20px auto; border: 1px solid #eee; padding: 4px; }
.article-content strong { color: #111; }

.article-disclaimer { margin-top: 40px; padding: 15px; border: 1px dashed #ccc; font-size: 12px; color: #999; background: #fafafa; }
.article-prenext { margin-top: 30px; font-size: 14px; line-height: 2; }
.article-prenext a { color: #d32f2f; font-weight: bold; }