* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; color: #333; background: #f5f5f5; line-height: 1.6; }
a { text-decoration: none; color: #333; transition: 0.3s; }
a:hover { color: #f7931a; }
ul, li { list-style: none; }
img { max-width: 100%; display: block; }
.container { width: 1200px; margin: 0 auto; }
.fl { float: left; }
.fr { float: right; }
.clearfix::after { content: ""; display: block; clear: both; }
.mt20 { margin-top: 20px; }

.top-bar { background: #fff; height: 60px; line-height: 60px; border-bottom: 1px solid #eee; }
.logo { float: left; margin-right: 40px; }
.nav { float: left; }
.nav li { float: left; margin-right: 25px; }

.nav { display: flex; }
.nav li { margin-left: 30px; }

.nav li a { 
    font-size: 16px; 
    font-weight: bold; 
    color: #333;
    
    display: block;
    padding-bottom: 0px;
    border-bottom: 3px solid transparent;
    transition: 0.3s;
}

.nav li.on a, 
.nav li a:hover { 
    color: #f7931a; 
    border-bottom-color: #f7931a;
}
.header-right { float: right; display: flex; align-items: center; }
.header-right span { margin-left: 20px; color: #666; cursor: pointer; }
.btn-login { border: 1px solid #ddd; padding: 5px 15px; border-radius: 20px; }

.hero-section { margin-top: 20px; display: flex; justify-content: space-between; height: 360px; }
.hero-left { width: 540px; position: relative; } 
.hero-mid { width: 300px; display: flex; flex-direction: column; justify-content: space-between; } 
.hero-mid-item { height: 175px; position: relative; overflow: hidden; }
.hero-text { position: absolute; bottom: 0; left: 0; right: 0; padding: 10px; background: linear-gradient(transparent, rgba(0,0,0,0.8)); color: #fff; font-size: 13px; }
.hero-right { width: 280px; background: #fff; padding: 15px; } 

.market-title { font-size: 16px; font-weight: bold; margin-bottom: 15px; border-left: 3px solid #f7931a; padding-left: 10px; }
.market-table { width: 100%; font-size: 13px; }
.market-table td { padding: 10px 0; border-bottom: 1px solid #eee; }
.market-up { color: #28a745; }
.market-down { color: #dc3545; }

.main-wrapper { margin-top: 20px; display: flex; justify-content: space-between; }
.content-left { width: 880px; background: #fff; padding: 20px; min-height: 500px; }
.sidebar-right { width: 300px; background: #fff;}

.tab-nav { border-bottom: 2px solid #f5f5f5; margin-bottom: 20px; padding-bottom: 10px; }
.tab-nav a { margin-right: 20px; font-weight: bold; font-size: 16px; color: #666; }
.tab-nav a.active { color: #f7931a; border-bottom: 2px solid #f7931a; padding-bottom: 10px; }

.news-item { display: flex; margin-bottom: 30px; border-bottom: 1px solid #f5f5f5; padding-bottom: 20px; }
.news-thumb { width: 220px; height: 140px; overflow: hidden; margin-right: 20px; border-radius: 4px; }
.news-thumb img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.news-item:hover .news-thumb img { transform: scale(1.05); }
.news-info { flex: 1; }
.news-tag { display: inline-block; background: #fff5e6; color: #f7931a; padding: 2px 8px; font-size: 12px; border-radius: 2px; margin-right: 10px; }
.news-title { font-size: 18px; font-weight: bold; margin-bottom: 10px; display: block; }
.news-desc { color: #888; font-size: 14px; margin-bottom: 15px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-meta { color: #aaa; font-size: 12px; }

.ad-box { margin-bottom: 20px; }
.ad-box img { width: 100%; }
.tag-cloud a { display: inline-block; padding: 5px 15px; border: 1px solid #eee; border-radius: 20px; margin: 0 5px 10px 0; font-size: 13px; color: #666; }
.tag-cloud a:hover { border-color: #f7931a; color: #f7931a; }

.lives-list { padding-left: 20px; border-left: 2px solid #eee; margin-left: 10px; }
.live-item { position: relative; margin-bottom: 30px; }
.live-item::before { content: ""; position: absolute; left: -26px; top: 5px; width: 10px; height: 10px; background: #f7931a; border-radius: 50%; }
.live-time { color: #f7931a; font-weight: bold; margin-bottom: 5px; display: block; }
.live-title { font-size: 16px; font-weight: bold; margin-bottom: 8px; display: block; }
.live-content { color: #666; font-size: 14px; }

.article-header { text-align: center; margin-bottom: 30px; border-bottom: 1px solid #eee; padding-bottom: 20px; }
.article-header h1 { font-size: 28px; margin-bottom: 15px; }
.article-content { font-size: 16px; line-height: 1.8; color: #333; }
.article-content p { margin-bottom: 20px; }
.article-content img { margin: 20px auto; }

.dede_pages { margin-top: 30px; text-align: center; }
.dede_pages ul li { display: inline-block; margin: 0 5px; }
.dede_pages ul li a, .dede_pages ul li.thisclass { padding: 8px 15px; border-radius: 4px; }
.dede_pages ul li.thisclass { background: #f7931a; color: #fff; border-color: #f7931a; }

.footer { background: #fff; padding: 40px 0; margin-top: 40px; border-top: 1px solid #eee; text-align: center; }
.footer-links a { color: #666; margin: 0 15px; }
.copyright { color: #999; margin-top: 20px; font-size: 12px; }
.partner-logos img { display: inline-block; margin: 0 15px; height: 30px; opacity: 0.7; }

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; color: #333; background: #f5f5f5; line-height: 1.6; }
a { text-decoration: none; color: #333; transition: 0.3s; }
a:hover { color: #f7931a; } 
ul, li { list-style: none; }
img { max-width: 100%; display: block; }
.container { width: 1200px; margin: 0 auto; position: relative; }
.clearfix::after { content: ""; display: block; clear: both; }
.mt20 { margin-top: 20px; }

.top-bar { background: #fff; height: 70px; border-bottom: 1px solid #eee; width: 100%; margin-bottom: 20px; }
.top-bar .container { background: #fff;display: flex; align-items: center;}

.logo img { height: 33px; width: auto; } 
.nav { display: flex; }
.nav li { margin-left: 30px; }
.nav li a { font-size: 16px; font-weight: bold; color: #333; }
.nav li.on a { color: #f7931a; }

.main-layout { 
    display: flex; 
    justify-content: space-between; 
    align-items: flex-start; 
    margin-bottom: 40px;
}

.col-left { width: 280px; background: #fff; padding: 15px; min-height: 400px; }

.col-mid { width: 600px; background: #fff; padding: 20px; min-height: 600px; }

.col-right { width: 280px; background: #fff; padding: 15px; min-height: 400px; }

.section-title { font-size: 18px; font-weight: bold; margin-bottom: 30px; border-left: 4px solid #f7931a; padding-left: 10px; line-height: 1; }

.view-item { display: flex; margin-bottom: 15px; border-bottom: 1px dashed #eee; padding-bottom: 10px; }
.view-rank { width: 20px; height: 20px; line-height: 20px; text-align: center; background: #ccc; color: #fff; font-size: 12px; border-radius: 3px; margin-right: 10px; flex-shrink: 0; }
.view-rank.rank-1, .view-rank.rank-2, .view-rank.rank-3 { background: #f7931a; }
.view-info { flex: 1; overflow: hidden; }
.view-title { display: block; font-size: 13px; font-weight: bold; margin-bottom: 5px; line-height: 1.4; }
.view-desc { font-size: 12px; color: #999; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; height: 34px; margin-bottom: 5px;}
.view-time { font-size: 11px; color: #bbb; }

.tab-nav { border-bottom: 2px solid #f5f5f5; margin-bottom: 20px; padding-bottom: 10px; }
.tab-nav a { margin-right: 20px; font-weight: bold; font-size: 16px; color: #999; }
.tab-nav a.active { color: #f7931a; border-bottom: 2px solid #f7931a; padding-bottom: 12px; }

.news-item { display: flex; margin-bottom: 25px; border-bottom: 1px solid #f9f9f9; padding-bottom: 20px; }
.news-thumb { width: 180px; height: 110px; margin-right: 20px; flex-shrink: 0; overflow: hidden; border-radius: 4px; }
.news-thumb img { width: 100%; height: 100%; object-fit: cover; transition: 0.3s; }
.news-item:hover .news-thumb img { transform: scale(1.05); }
.news-content h3 { font-size: 17px; margin-bottom: 8px; line-height: 1.4; }
.news-content p { color: #666; font-size: 13px; margin-bottom: 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-meta { font-size: 12px; color: #aaa; }
.tag-label { background: #fff5e6; color: #f7931a; padding: 2px 5px; border-radius: 2px; margin-right: 10px; }

.live-timeline { padding-left: 10px; }
.live-one { position: relative; padding-left: 15px; margin-bottom: 20px; border-left: 1px solid #eee; }
.live-one::before { content: ""; width: 8px; height: 8px; background: #f7931a; border-radius: 50%; position: absolute; left: -4px; top: 4px; }
.live-t { font-size: 12px; color: #f7931a; font-weight: bold; margin-bottom: 4px; }
.live-txt { font-size: 13px; color: #333; line-height: 1.5; }
.live-txt:hover { color: #f7931a; }

.footer { background: #fff; padding: 30px 0; text-align: center; border-top: 1px solid #eee; width: 100%; clear: both; }
.footer-links a { margin: 0 10px; color: #666; }

.focus-news-card {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;

    background: linear-gradient(135deg, #f7931a 0%, #28a745 100%);
    box-shadow: 0 5px 15px rgba(0, 191, 165, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.focus-news-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(87, 9, 72, 0.3);
}

.focus-news-card a {
    display: block;
    padding: 25px 30px;
    text-decoration: none;
    color: #fff !important;
}

.focus-news-card a:hover {
    color: #fff !important;
}

.focus-inner {
    position: relative;
}

.focus-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 4px;
    margin-bottom: 10px;
    backdrop-filter: blur(5px);
}

.focus-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.focus-desc {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9); 
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.focus-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 15px;
}

.read-btn {
    background: #fff;
    color: #570948; 
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 12px;
    transition: 0.3s;
}

.focus-news-card:hover .read-btn {
    background: #f7931a; 
    color: #fff;
}

@media screen and (max-width: 768px) {
    
    .container {
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .top-bar {
        height: auto;
        padding-bottom: 10px;
    }
    .top-bar .container {
        display: flex;
        flex-direction: column; 
        align-items: flex-start;
    }
    .logo {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .nav {
        flex-wrap: wrap;
        margin-left: 0;
        width: 100%;
    }
    .nav li {
        margin-left: 0;
        margin-right: 15px;
        margin-bottom: 5px;
    }
    .header-right {
        display: none; 
    }

    .hero-section {
        height: auto;
        flex-direction: column;
        display: block;
    }
    .hero-left, .hero-mid, .hero-right {
        width: 100%;
        margin-bottom: 20px;
        height: auto;
    }
    .hero-mid {
        display: flex;
        flex-direction: column; 
    }
    .hero-mid-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .main-layout, .main-wrapper {
        flex-direction: column;
        display: flex;
    }
    
    .col-mid, .content-left {
        width: 100%;
        order: 1; 
        padding: 15px;
        min-height: auto;
    }
    .col-left {
        width: 100%;
        order: 2;
        min-height: auto;
    }
    .col-right, .sidebar-right {
        width: 100%;
        order: 3;
        min-height: auto;
    }

    .news-item {
        flex-direction: column; 
    }
    .news-thumb {
        width: 100%;
        height: 180px; 
        margin-right: 0;
        margin-bottom: 10px;
    }
    .news-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .news-title, .news-content h3 {
        font-size: 16px; 
    }

    .article-header h1 {
        font-size: 22px;
        line-height: 1.4;
    }
    .article-content img {
        height: auto !important; 
        margin: 10px auto;
    }
    
    .footer-links a {
        display: inline-block;
        margin: 5px 10px;
    }
    
    .market-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}