/* ==========================================================================
   1. 全局重置与基础板式 (Global Reset & Typography)
   ========================================================================== */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, input, select, textarea, div, table, td, th, tr, dt, dd, dl {
    margin: 0;
    padding: 0;
}

:root {
    --theme-color: #007bff; /* 品牌标准蓝 */
    --text-dark: #2d3748;   /* 现代深墨灰 */
    --text-gray: #718096;   /* 读写浅灰 */
    --bg-global: #f4f6f8;   /* 全局大背景底色 */
    --card-shadow: 0 4px 20px rgba(0, 0, 0, 0.03); /* 轻量悬浮阴影 */
    --radius-lg: 12px;      /* 标准大圆角 */
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Microsoft YaHei", "Arial", sans-serif;
    background-color: var(--bg-global) !important;
    color: var(--text-dark);
}

ul, ol { list-style: none; }
em, i { font-style: normal; display: inline-block; }
table { border-spacing: 0; border-collapse: collapse; }
img { border: 0; vertical-align: middle; max-width: 100%; }
input, select, textarea { vertical-align: middle; outline: none; font-family: inherit; }

a { color: #333; text-decoration: none; transition: color 0.2s ease; }
a:hover { color: var(--theme-color); text-decoration: none; }
a:focus { text-decoration: none; }

/* 基础原子工具类 */
.fl { display: block; float: left; }
.fr { display: block; float: right; }
.clear { clear: both; }
.fb { display: flex; justify-content: space-between; align-items: center; }

/* 常用辅助间距 */
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mt25-css { margin-top: 25px; }
.mb10-css { margin-bottom: 10px; }


/* ==========================================================================
   2. 主体框架与自适应容器布局 (Layout & Containers)
   ========================================================================== */
.container { width: 1230px; margin: 0 auto; }
.scxh-edu-center { width: 1200px; margin: 0 auto; }

main.container-fluid {
    max-width: 1300px;
    margin: 0 auto;
    padding: 15px !important;
}

/* 核心模块卡片化结构（移除行内多余声明） */
.scxh-edu-index_con, 
.scxh-edu-topcon,
.scxh-edu-index_conter {
    background: #fff !important;
    border-radius: var(--radius-lg) !important;
    box-shadow: var(--card-shadow) !important;
    border: none !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
}

.scxh-edu-index_con {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.scxh-edu-index_left { flex: 1; min-width: 0; }
aside.scxh-edu-index_right { width: 340px; flex-shrink: 0; }

.scxh-edu-box {
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 10px rgba(229, 229, 229, 0.7);
    padding: 20px;
}

/* 经典旧版背景墙挂载（已整合保留） */
.scxh-edu-allbg {
    position: fixed;
    z-index: -99;
    top: 132px;
    height: 553px;
    width: 100%;
    min-width: 950px;
    overflow: hidden;
    background: url("../images/indexbg.png") no-repeat 50% 0;
    background-size: auto 100%;
}


/* ==========================================================================
   3. 门户页头组件 (Header & Advanced Navigation Center)
   ========================================================================== */
.custom-header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.header-logo img { height: 50px; transition: transform 0.3s; }
.header-logo img:hover { transform: scale(1.02); }

/* 第一代系统头部组件规则 */
.scxh-edu-header-center .scxh-edu-logo { height: 78px; }
.scxh-edu-header-center .scxh-edu-logo img { height: 40px; margin-top: 15px; }
.scxh-edu-header .scxh-edu-header-center { padding: 12px 0; border-top: 1px solid #ededed; }

/* 门户多功能搜索引擎 */
.scxh-edu-header .scxh-edu-header-center .scxh-edu-search { position: relative; }
.scxh-edu-header .scxh-edu-header-center .scxh-edu-search ul { overflow: hidden; height: 36px; display: block; }
.scxh-edu-header .scxh-edu-header-center .scxh-edu-search li { float: left; font-size: 14px; position: relative; height: 36px; line-height: 36px; padding-left: 20px; padding-right: 20px; cursor: pointer; border-radius: 4px 4px 0px 0px; }
.scxh-edu-header .scxh-edu-header-center .scxh-edu-search li.on { background: var(--theme-color); color: #fff!important; }
.scxh-edu-header .scxh-edu-header-center .scxh-edu-search .scxh-edu-txt { width: 460px; height: 40px; padding: 0 50px 0 20px; border: 2px solid rgba(0, 123, 255, 0.4); background-color: #fff; }
.scxh-edu-header .scxh-edu-header-center .scxh-edu-search .scxh-edu-submit { position: absolute; bottom: 0; right: 0; width: 100px; height: 40px; background: var(--theme-color) url('../images/ss.png') no-repeat center/22px; cursor: pointer; border: 0; }

/* 蓝底主导航菜单及 ThinkPHP 3D 缩放引擎 */
.scxh-edu-header .scxh-edu-header-list { background: var(--theme-color); box-shadow: 0 1px 3px rgba(27,95,160,.1); height: 45px; line-height: 45px; font-size: 18px; color: #fff; text-align: center; }
.scxh-edu-header .scxh-edu-header-list li { position: relative; flex: auto; }
.scxh-edu-header .scxh-edu-header-list li.active { background-color: #fff; color: var(--theme-color); }
.scxh-edu-header .scxh-edu-header-list li a { display: block; color: #fff; }
.scxh-edu-header .scxh-edu-header-list li.active a { color: var(--theme-color); }

.scxh-edu-header .scxh-edu-header-list li:hover .scxh-edu-li-menu { transform: scale3d(1,1,1); opacity: 1; }
.scxh-edu-header .scxh-edu-header-list li .scxh-edu-li-menu {
    z-index: 99999; position: absolute; top: 100%; left: 0; right: 0; background-color: #fff; line-height: 38px; width: 128px; border-radius: 3px; box-shadow: 5px 4px 5px rgba(0,0,0,0.1);
    transition: all 0.6s cubic-bezier(0.175,0.885,0.32,1.275); opacity: 0; transform: scale3d(0,0,0); transform-origin: 40px top;
}
.scxh-edu-header .scxh-edu-header-list li .scxh-edu-li-menu a { color: #000; font-size: 16px; }

/* 联赛二级快捷导航 */
.scxh-edu-header-d-list { height: 40px; line-height: 40px; background-color: #fff; margin: 0 auto; position: relative; }
.scxh-edu-header-d-list span { height: 20px; padding: 3px 10px; text-align: center; border-radius: 2em; background-color: #303030; color: #fff; font-size: 14px; }
.scxh-edu-header-d-list ul { display: inline-block; }
.scxh-edu-header-d-list li { display: inline-block; padding: 0 10px; }
.scxh-edu-header-d-list a { display: block; font-size: 14px; }


/* ==========================================================================
   4. 核心赛事直播单场卡片流 (M-Live Match Stream Cards)
   ========================================================================== */
.scxh-edu-index_label {
    border-bottom: 2px solid #edf2f7 !important;
    margin-bottom: 18px !important;
    background: transparent !important;
    padding: 0 !important;
}
.scxh-edu-index_label ul { display: flex !important; flex-wrap: wrap; gap: 4px; }
.scxh-edu-index_label li { height: 50px; line-height: 50px; margin-right: 2px; background: #f7f9fa; text-align: center; padding: 0 15px; float: left; cursor: pointer; }
.scxh-edu-index_label li.on { background: var(--theme-color); color: #FFF; }

/* 旧列表样式扩展兼容 */
.scxh-edu-index_match_list .scxh-edu-hotmatch { padding: 12px; border-bottom: 1px solid #d3e1e2; background: #fff; overflow: hidden; display: flex; align-items: center; }
.scxh-edu-index_match_list .scxh-edu-hotmatch a.scxh-edu-items-center { float: left; width: 800px; }
.scxh-edu-index_match_list .scxh-edu-hotmatch a.scxh-edu-items-center > p { height: 28px; line-height: 28px; display: inline-block; }

/* 现代化卡片式列表支持 */
.scxh-edu-hotmatch {
    background: #fff !important; border-radius: 8px !important; border: 1px solid #e2e8f0 !important; padding: 16px 20px !important; margin-bottom: 14px !important;
    display: flex !important; flex-direction: column !important; align-items: stretch !important; box-shadow: 0 1px 3px rgba(0,0,0,0.01); transition: all 0.2s ease-in-out;
}
.scxh-edu-hotmatch:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0, 123, 255, 0.08); border-color: rgba(0, 123, 255, 0.25) !important; }
.scxh-edu-hotmatch > a { display: flex !important; align-items: center !important; width: 100% !important; text-decoration: none !important; color: var(--text-dark) !important; gap: 15px; }

/* 🚀 核心爆款：高级顶置赛事大卡片渲染 */
.scxh-hotmatch-top {
    border-left: 4px solid #ff4d4f !important;
    background: linear-gradient(90deg, #fff5f5 0%, #ffffff 100%) !important;
}
.scxh-edu-live-top { background: #ff4d4f !important; color: #fff !important; }
.scxh-edu-fh-top { color: #ff4d4f !important; background: #ffeef0 !important; }

/* 比分卡片竞技参数定义 */
.scxh-edu-status { border-radius: 4px !important; padding: 3px 8px !important; font-size: 12px !important; font-weight: bold; }
.scxh-edu-index_match_list .scxh-edu-hotmatch .scxh-edu-status span { font-weight: 400; font-size: 14px; line-height: 22px; width: 50px; height: 28px; display: flex; justify-content: center; align-items: center; color: #fff; border-radius: 3px; }
.scxh-edu-index_match_list .scxh-edu-hotmatch .scxh-edu-status.scxh-edu-live span { background: linear-gradient(90deg,#ff1c1c,#eaadad); }
.scxh-edu-index_match_list .scxh-edu-hotmatch .scxh-edu-status.scxh-edu-prelive span { background: linear-gradient(90deg,#929292,#c1c1c1); }

.scxh-edu-live { background-color: #ff4d4f !important; color: #fff !important; }
.scxh-edu-prelive { background-color: #e6f7ff !important; color: #1890ff !important; }
.scxh-edu-time { color: var(--text-gray); font-size: 13px; font-weight: 500; }
.scxh-edu-cate { color: #4a5568; font-weight: bold; font-size: 13px; }
.scxh-edu-team1 { margin-left: auto; text-align: right; width: 100px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.scxh-edu-team2 { text-align: left; width: 100px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.scxh-edu-team1logo, .scxh-edu-team2logo { width: 24px; }
.scxh-edu-team1logo img, .scxh-edu-team2logo img { width: 24px; vertical-align: middle; }
.scxh-edu-team1num, .scxh-edu-team2num { width: 30px; background: #F5F5F5; border-radius: 5px; overflow: hidden; text-align: center; }
.scxh-edu-fh { font-weight: bold; color: var(--text-dark); background: #f1f3f5; padding: 2px 12px; border-radius: 4px; min-width: 55px; text-align: center; }

/* 直播单场控制按钮与切换漏斗 */
.scxh-edu-items-box { display: flex !important; width: 100% !important; margin-top: 14px !important; padding-top: 14px !important; border-top: 1px solid #edf2f7 !important; justify-content: flex-start !important; }
.scxh-edu-items-btm { display: flex !important; gap: 10px !important; flex-wrap: wrap; }
.scxh-edu-items-btm a p { margin: 0 !important; padding: 7px 20px !important; background: var(--theme-color) !important; color: #fff !important; border-radius: 6px !important; font-size: 13px !important; font-weight: 600 !important; border: none !important; box-shadow: 0 2px 6px rgba(0, 123, 255, 0.15) !important; white-space: nowrap; transition: all 0.2s; }
.scxh-edu-items-btm a:hover p { background: #0069d9 !important; transform: translateY(-1px); }
.scxh-edu-index_match_list .scxh-edu-hotmatch .scxh-edu-items-box .scxh-edu-more { font-size: 12px; display: flex; justify-content: center; align-items: center; height: 26px; cursor: pointer; float: left; }
.scxh-edu-index_match_list .scxh-edu-hotmatch .scxh-edu-items-box .scxh-edu-more:after { content: ""; width: 23px; height: 26px; background: url(../images/chevron-down.png) no-repeat; background-position: 50%; background-size: 12px 7px; }

.scxh-edu-index_match_more { text-align: center; margin-top: 10px; display: block; width: 130px; height: 36px; line-height: 36px; font-size: 16px; background-color: #303030; border-radius: 2px; }
.scxh-edu-index_match_more a { color: #fff; display: block; }
.scxh-edu-index_match_list h6 { display: flex; height: 24px; line-height: 24px; align-items: center; margin: 10px 0px; color: #666666; padding-left: 4px; }
.scxh-edu-index_match_list h6 time { font-size: 12px; color: #999999; }


/* ==========================================================================
   5. 侧边栏及录像、标签阵列 (Sidebar & Technical Taxonomy)
   ========================================================================== */
.scxh-edu-index_videopace { background: #fff; padding-bottom: 20px !important; }
.scxh-edu-index_videopace ul { border-bottom: 1px dashed #e8e8e8; padding: 10px; margin-bottom: 20px; }
.scxh-edu-index_videopace ul:last-child { margin-bottom: 0; border: 0; padding-bottom: 0; }
.scxh-edu-index_videopace ul li { border-bottom: 1px solid #f5f5f5; display: flex; line-height: 36px; align-items: center; font-size: 16px; }
.scxh-edu-index_videopace ul li:last-child { margin-bottom: 0; padding-bottom: 0; }
.scxh-edu-index_videopace.scxh-edu-page_list ul li { line-height: 42px; }
.scxh-edu-index_videopace ul li span { display: inline-block; width: 20px; height: 20px; margin: 6px 10px 0 0; background: url(../images/sp.png) no-repeat center; background-size: 20px; }
.scxh-edu-index_videopace ul li a { display: block; flex: 1; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* 赛事资讯及双列视频模块 */
.scxh-edu-news_con { display: flex; margin-top: 20px !important; margin-bottom: 20px; }
.scxh-edu-news_con .scxh-edu-news_left { width: 830px; flex: 1; }
.scxh-edu-news_right { width: 350px; margin-left: 20px; }

.scxh-edu-index_video { margin-left: -20px; margin-top: 20px; display: flex; flex-wrap: wrap; }
.scxh-edu-index_video div { width: 50%; padding-left: 20px; margin-bottom: 15px; }
.scxh-edu-index_video div .scxh-edu-img { background: #fff; height: 136px; display: block; overflow: hidden; position: relative; }
.scxh-edu-index_video div .scxh-edu-img img { width: 100%; height: 106px; }
.scxh-edu-index_video div .scxh-edu-img span { position: absolute; width: 46px; height: 46px; background: url(../images/v.png) no-repeat center; left: 50%; top: 50%; margin-left: -23px; margin-top: -33px; }
.scxh-edu-index_video div .scxh-edu-img:hover span { background: url(../images/v2.png) no-repeat center; }
.scxh-edu-index_video div .scxh-edu-img p { line-height: 32px; height: 32px; overflow: hidden; text-align: center; font-size: 14px; font-weight: bold; }

/* 独立视频专属大页面自适应微调 */
.scxh-edu-index_video.scxh-edu-video_page { margin-left: -40px; }
.scxh-edu-index_video.scxh-edu-video_page div { width: 250px; margin-left: 40px; padding-left: 0px; }
.scxh-edu-index_video.scxh-edu-video_page div .scxh-edu-img { width: 250px; height: 185px; }
.scxh-edu-index_video.scxh-edu-video_page div .scxh-edu-img img { width: 100%; height: 145px; }

/* 体育相关标签聚合 */
.scxh-edu-tags { width: 100%; margin-top: 20px; padding: 10px; background: #fff; display: inline-block; }
.scxh-edu-tags .scxh-edu-tag { margin-bottom: 8px; }
.scxh-edu-tag { position: relative; display: inline-block; padding: 0px 5px 0px 9px; margin: 0 13px 5px 0; height: 26px; line-height: 26px; font-size: 13px; text-align: center; color: #333; background-color: #f0f0f0; }
.scxh-edu-tags a.scxh-edu-tag:after { content: ' '; display: block; width: 0; height: 0; border-top: 13px solid transparent; border-bottom: 13px solid transparent; border-left: 9px solid #f0f0f0; position: absolute; top: 0; right: -9px; }


/* ==========================================================================
   6. 深度内容文章页与网络数据卡片 (Inner Post & Multi-Grid Cards)
   ========================================================================== */
.scxh-edu-news_top_cont { padding: 30px 0; border-bottom: 1px dashed #eee; text-align: center !important; }
.scxh-edu-news_top_cont.scxh-edu-channel { padding-bottom: 0 !important; }
.scxh-edu-news_top_cont h1 { font-size: 24px; display: block; line-height: 1.2; margin-bottom: 20px; font-weight: bold; }
.scxh-edu-news_top_cont .scxh-edu-text { font-size: 14px; line-height: 1.5; color: #909399 !important; }
.scxh-edu-news_top_cont .scxh-edu-text span { margin: 0 20px; }

.scxh-edu-news_detail { padding: 30px 0; line-height: 28px; font-size: 16px; color: #606266; margin-bottom: 10px; }
.scxh-edu-news_detail p { line-height: 28px; font-size: 16px; color: #606266; margin-bottom: 10px; }
.scxh-edu-news_detail h3, .scxh-edu-news_detail h2 { line-height: 36px; font-size: 18px; color: #000; font-weight: 600; margin-bottom: 20px; }
.scxh-edu-news_detail strong { font-size: 16px; font-weight: bold; }
.scxh-edu-news_detail p img { display: block; width: 80%; margin: 15px auto; height: auto !important; }
.scxh-edu-news_detail+p { margin-top: 20px; }

/* 新闻列表大页面架构 */
.scxh-edu-news_list .scxh-edu-item { background: #fff; position: relative; margin-top: 10px; padding: 20px; }
.scxh-edu-news_list .scxh-edu-item > a { display: block; }
.scxh-edu-news_list .scxh-edu-title { align-items: center; display: flex; margin-bottom: 10px; }
.scxh-edu-news_list .scxh-edu-item .scxh-edu-title .scxh-edu-tit { display: block; font-size: 16px; font-weight: bold; flex: 1; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.scxh-edu-news_list .scxh-edu-title span { margin-left: 20px !important; color: #909399; }
.scxh-edu-news_list .scxh-edu-info { background: #fff; align-items: center; display: flex; }
.scxh-edu-news_list .scxh-edu-img { width: 178px; height: 110px; overflow: hidden; position: relative; }
.scxh-edu-news_list .scxh-edu-cont { margin: 0 15px; flex: 1; overflow: hidden; position: relative; }
.scxh-edu-news_list .scxh-edu-text { height: 40px; line-height: 20px; color: #909090; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; text-overflow: ellipsis; -webkit-line-clamp: 2; margin-bottom: 5px; }
.scxh-edu-news_list .scxh-edu-score { color: var(--theme-color) !important; font-size: 14px; }

/* 体育大网格智能推荐卡片流 */
.scxh-edu-index_wangluo_list ul { margin-left: -20px; overflow: hidden; }
.scxh-edu-index_wangluo_list ul li { width: 224px; background: #fff; box-shadow: 0 0 10px 0 #dfdfdf; border-radius: 4px; padding: 10px; float: left; margin-left: 20px; margin-bottom: 20px; }
.scxh-edu-index_wangluo_list ul li .scxh-edu-img { height: 129px; position: relative; overflow: hidden; }
.scxh-edu-index_wangluo_list ul li .scxh-edu-img img { width: 100%; height: 129px; }
.scxh-edu-index_wangluo_list ul li p { font-size: 16px; color: #1d1d1f; height: 30px; line-height: 30px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; }

/* 球队球员资料库展示 */
.scxh-edu-detail_wangluo ul { margin-top: 20px; margin-left: -20px; overflow: hidden; }
.scxh-edu-detail_wangluo ul li { width: 192px; background: #fff; box-shadow: 0 0 10px 0 #dfdfdf; border-radius: 4px; padding: 10px; float: left; margin-left: 20px; margin-bottom: 20px; }
.scxh-edu-detail_wangluo ul li .scxh-edu-img { height: 110px; position: relative; overflow: hidden; }
.scxh-edu-detail_wangluo ul li .scxh-edu-img img { display: block; width: 100%; height: 129px; }
.scxh-edu-detail_wangluo ul li p { font-size: 16px; color: #1d1d1f; height: 30px; line-height: 30px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; }


/* ==========================================================================
   7. 深度体育数据、日历与联赛积分榜 (Data Centers & Leaderboards)
   ========================================================================== */
.scxh-edu-saishi_tab { border-radius: 4px; border: 1px solid #d3e1e2; padding: 0 10px; margin-top: 20px; overflow: hidden; background: #FFF; }
.scxh-edu-saishi_tab img { float: left; height: 40px; width: auto; margin-top: 5px; }
.scxh-edu-saishi_tab span { float: left; height: 50px; line-height: 50px; margin-left: 10px; font-size: 20px; color: var(--theme-color); }
.scxh-edu-saishi_tab .scxh-edu-saishi_item { float: right; }
.scxh-edu-saishi_tab .scxh-edu-saishi_item a { display: inline-block; font-size: 16px; margin-left: 10px; padding: 0px 10px; height: 30px; line-height: 30px; margin-top: 10px; border-radius: 4px; }
.scxh-edu-saishi_tab .scxh-edu-saishi_item a.on { background: var(--theme-color); color: #FFF; }

/* 弹性网格联赛比分排行 */
.scxh-edu-jf_rnak { background: #FFF; margin-top: 10px; }
.scxh-edu-jf_rnak .scxh-edu-jfname { font-size: 18px; font-weight: bold; padding: 10px; }
.scxh-edu-jf_rnak .scxh-edu-rankingt.scxh-edu-bg { background: #EEEEEE; line-height: 40px; }
.scxh-edu-jf_rnak .scxh-edu-bgg { border-bottom: 1px solid #EAEAEA; }
.scxh-edu-jf_rnak .scxh-edu-rankingt .scxh-edu-num { display: block; width: 28px; height: 28px; background: #ccc; font: 18px / 30px Helvetica; color: #fff; border-radius: 2px; text-align: center; }
.scxh-edu-jf_rnak .scxh-edu-logo { display: flex; align-items: center; text-align: left; }
.scxh-edu-jf_rnak .scxh-edu-team { padding-left: 5px; }
.scxh-edu-jf_rnak .scxh-edu-rankingt.scxh-edu-zuqiu { display: grid; grid-template-columns: 5% 23% 9% 9% 9% 9% 9% 9% 9% 9%; height: 51px; align-items: center; padding: 0 30px; }
.scxh-edu-jf_rnak .scxh-edu-rankingt.scxh-edu-nba { display: grid; grid-template-columns: 6% 26% 17% 17% 17% 17%; height: 51px; align-items: center; padding: 0 30px; }


/* ==========================================================================
   8. 高阶头条多栏资讯矩阵 (M-Headline Cross-Grid Structure)
   ========================================================================== */
.scxh-edu-topcon_l { width: 460px; }
.scxh-edu-topcon_l .scxh-edu-topcon_l_sw { overflow: hidden; font-size: 20px; margin-bottom: 20px; }
.scxh-edu-topcon_l .scxh-edu-ul_o { position: relative; height: 236px; }
.scxh-edu-topcon_l .scxh-edu-ul_o li { position: relative; }
.scxh-edu-topcon_l .scxh-edu-ul_o li .scxh-edu-img { display: block; height: 100%; width: 100%; }
.scxh-edu-topcon_l .scxh-edu-ul_o li img { height: 100%; width: 100%; }
.scxh-edu-topcon_l .scxh-edu-ul_o li p {
    position: absolute; bottom: 30px; left: 0px; text-align: center; color: #fff; width: 100%; height: 20px;
    display: block; font-weight: bold; z-index: 9; line-height: 20px; padding-left: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.scxh-edu-topcon_l .scxh-edu-ul_o li .scxh-edu-bg { position: absolute; background: linear-gradient(to top, black 4%, transparent); left: 0px; bottom: 0px; width: 100%; height: 100%; }

/* 资讯及视频卡片微调布局 */
.scxh-edu-topcon_l_b { width: 460px; }
.scxh-edu-topcon_l_b .scxh-edu-news_imglist { margin-bottom: 24px; }
.scxh-edu-topcon_l_b .scxh-edu-news_imglist ul { display: flex; justify-content: space-between; }
.scxh-edu-topcon_l_b .scxh-edu-news_imglist ul li { width: 219px; height: 132px; }
.scxh-edu-topcon_l_b .scxh-edu-news_imglist ul li .scxh-edu-img { width: 219px; height: 123px; position: relative; }
.scxh-edu-topcon_l_b .scxh-edu-news_imglist ul li .scxh-edu-img img { width: 100%; height: 100%; border-radius: 15px; }
.scxh-edu-topcon_l_b .scxh-edu-news_imglist ul li .scxh-edu-img p { margin-top: 10px; font-size: 15px; color: #323232; line-height: 28px; height: 28px; overflow: hidden; }

.scxh-edu-topcon_m { width: 440px; }
.scxh-edu-topcon_m_b { margin-top: 30px; position: relative; }
.scxh-edu-topcon_m_b ul:first-child { margin-bottom: 40px; }
.scxh-edu-topcon_m_b ul li { display: flex; height: 20px; justify-content: space-between; align-items: center; position: relative; padding-left: 13px; margin-bottom: 15px; }
.scxh-edu-topcon_m_b ul li:last-child { margin-bottom: 15px; }
.scxh-edu-topcon_m_b ul li .scxh-edu-yd { position: absolute; left: -3px; top: 6px; width: 7px; height: 7px; background-color: #ffffff; border: solid 1px #dcdbdc; border-radius: 50%; z-index: 9; }
.scxh-edu-topcon_m_b ul li .scxh-edu-name { max-width: 320px; font-size: 15px; color: #444; margin-right: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.scxh-edu-topcon_m_b ul li:hover .scxh-edu-yd { border-color: red; }
.scxh-edu-topcon_m_b ul li:hover .scxh-edu-name { color: red; }
.scxh-edu-topcon_m_b ul li .scxh-edu-time { margin-right: 25px; font-size: 14px; color: #999; }

.scxh-edu-topcon_r { width: 200px; }
.scxh-edu-topcon_r_list ul { margin-top: 20px; }
.scxh-edu-topcon_r_list ul li { width: 100%; border-radius: 15px; overflow: hidden; }
.scxh-edu-topcon_r_list ul li .scxh-edu-img { display: block; position: relative; width: 100%; }
.scxh-edu-topcon_r_list ul li .scxh-edu-img img { width: 100%; height: 110px; border-radius: 15px; }
.scxh-edu-topcon_r_list ul li p { width: 100%; height: 24px; line-height: 30px; font-size: 14px; }
.scxh-edu-topcon_r_list ul li p.scxh-edu-blod { color: #000; font-weight: bold; }
.scxh-edu-topcon_r_list ul li p img { height: 19px; width: 19px; vertical-align: middle; margin-right: 10px; }


/* ==========================================================================
   9. 交互型多信道播放视窗面板 (Live Visual Interactive Panel)
   ========================================================================== */
.scxh-edu-live_detail { position: relative; height: 280px; padding-top: 50px; }
.scxh-edu-live_bg { height: 280px; background: linear-gradient(90deg,#007bff 18.8%,#007bff 49.96%,#007bff 81.5%); position: absolute; top: 0px; left: 0; right: 0; z-index: -1; }
.scxh-edu-live_bg .scxh-edu-live_bg_box .scxh-edu-live_bg_con { position: absolute; display: flex; justify-content: center; bottom: 0; width: 100%; }
.scxh-edu-live_detail_team .scxh-edu-live_detail_teamt { color: #fff; }
.scxh-edu-live_detail_team .scxh-edu-live_name { width: 100%; height: 36px; line-height: 36px; padding: 4px 27px; font-size: 14px; color: #FFFFFF; text-align: center; }
.scxh-edu-live_detail_team .scxh-edu-live_con { width: 100%; display: flex; justify-content: space-around; align-items: center; }

.scxh-edu-team2 .scxh-edu-team_img, .scxh-edu-team1 .scxh-edu-team_img { width: 80px; height: 80px; border-radius: 50%; background-color: white; display: flex; justify-content: center; align-items: center; margin: 0 auto; }
.scxh-edu-team2 .scxh-edu-team_img img, .scxh-edu-team1 .scxh-edu-team_img img { width: 56px; height: 56px; border-radius: 50%; }
.scxh-edu-team1 h1, .scxh-edu-team2 h1 { height: 26px; font-size: 20px; font-weight: bold; line-height: 26px; color: #FFFFFF; margin-top: 10px; }
.scxh-edu-live_num { text-align: center; width: 40%; }
.scxh-edu-live_num_box { display: flex; justify-content: space-between; align-items: center; margin: 25px 0; height: 39px; padding: 0 / 12px; }
.scxh-edu-live_num_box > p { font-size: 32px; font-family: DIN; font-weight: bold; line-height: 39px; color: #FFFFFF; }
.scxh-edu-live_status { height: 36px; background: #FFFFFF; border-radius: 18px; font-size: 16px; font-weight: bold; line-height: 36px; width: 140px; margin: auto; color: #007bff; }

/* 网络信息、信号源控制 */
.scxh-edu-match_details { margin-top: 10px; margin-bottom: 10px; }
.scxh-edu-signa { margin-top: 10px; }
.scxh-edu-signa ul li { margin-right: 10px; background: #CCC; display: inline-block; margin-top: 10px; margin-bottom: 10px; border-radius: 6px; }
.scxh-edu-signa ul li.scxh-edu-click { background: #007bff; }
.scxh-edu-signa ul li a { display: block; padding: 10px 20px; color: #fff; }
.scxh-edu-live_content { padding: 20px 15px; background: #FFF; }
.scxh-edu-live_content p { font-size: 14px; line-height: 22px; margin-bottom: 10px; }
.scxh-edu-live_content p span.scxh-edu-tit { color: #C00; overflow: hidden; }


/* ==========================================================================
   10. 深度功能辅助组件与底层页脚 (Footer & Advanced Tools)
   ========================================================================== */
/* 通用分页组件 */
#page { text-align: center; padding: 20px 0 40px; }
#page .pagination { margin-top: 40px; }
#page .pagination li span { width: 35px; height: 35px; line-height: 35px; border-radius: 0px !important; margin-right: 15px; padding: 0px; border: 1px solid rgba(216, 83, 1, 0.56); background: #007bff; color: #fff; }
#page .pagination li a { width: 35px; height: 35px; line-height: 35px; border-radius: 0px !important; margin-right: 15px; padding: 0px; border: 1px solid #f5f5f5; color: #666; }
#page .pagination li.disabled span { color: #666; border: 1px solid #f5f5f5; background: #fff; }
#page .pagination li:last-child a { margin-right: 0px; }

/* 静态一键置顶组件 */
#scxh-edu-totop {
    height: 30px; position: fixed; left: 50%; margin-left: 600px; width: 30px; z-index: 9999; bottom: 50px;
    border-bottom: 0px; border-radius: 5px; color: #08c; text-align: center; line-height: 1; display: none; cursor: pointer; transition: .3s;
}
#scxh-edu-totop i { width: 100%; height: 100%; vertical-align: top; background: url(../images/top-arrow.png) no-repeat center; background-size: 30px; }

/* 空白兜底框与生态区 */
.scxh-edu-nothing { text-align: center; margin: 40px 0px; min-height: 390px; }
.scxh-edu-nothing img { width: 100px; }
.scxh-edu-nothing span { display: block; }

/* 友情链接卡片 */
.scxh-edu-index_link { margin-bottom: 20px; min-height: 30px; background: #fff; padding: 10px; overflow: hidden; margin-top: 10px; }
.scxh-edu-index_link a { float: left; font-size: 14px; line-height: 34px; color: #333; margin-right: 16px; }
.scxh-edu-index_link a:hover { color: red; }

/* 墨黑高级感页脚（精简、规整层级） */
footer { width: 100%; color: #fff; font-size: 12px; background-color: #303030; text-align: center; }
footer .scxh-edu-center { height: 115px; padding-top: 20px; }
footer p:nth-of-type(1) { color: #fff; line-height: 42px; font-size: 12px; }
footer p a { color: #fff; margin: 0 10px; font-weight: 400; }
footer p:nth-of-type(2) { color: #fff; font-weight: 400; font-size: 12px; }
footer p:nth-of-type(2) a { margin: 0; }
footer p:nth-of-type(2) a:hover { color: red; }