*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:"Microsoft Yahei",sans-serif;background:#fff;color:#333;line-height:1.7;}
a{text-decoration:none;color:#333;}
a:hover{color:#e6162d;}
ul{list-style:none;}
.clear{clear:both;}
.container{width:1260px;margin:0 auto;padding:0 10px;}
/* 顶部通栏 */
.top-bar{background:#f5f5f5;height:36px;line-height:36px;font-size:13px;}
.top-bar .container{display:flex;justify-content:space-between;}
.top-bar a{margin:0 8px;color:#666;}
.top-bar a:hover{color:#e6162d;}
/* 头部LOGO+搜索 */
.header{padding:24px 0;border-bottom:1px #eee solid;}
.logo{float:left;}
.logo h1 a{font-size:36px;color:#e6162d;font-weight:bold;}
.search-wrap{float:right;margin-top:8px;}
.search-input{width:320px;height:40px;border:1px #ddd;padding:0 14px;float:left;outline:none;font-size:14px;}
.search-btn{height:40px;width:80px;background:#e6162d;color:#fff;border:none;float:left;cursor:pointer;font-size:15px;}
/* 主导航 搜狐红色导航 */
.nav{background:#e6162d;height:48px;line-height:48px;}
.nav-list{display:flex;}
.nav-list a{display:block;padding:0 22px;color:#fff;font-size:16px;}
.nav-list a:hover{background:#c40e24;}
/* 轮播区域 */
.slider-box{width:100%;height:340px;margin:24px 0;overflow:hidden;}
.slider-box img{width:100%;height:100%;object-fit:cover;}
/* 主内容左右布局 */
.main{display:grid;grid-template-columns:870px 360px;gap:30;margin-bottom:40px;}
.left-main{}
.right-side{}
/* 模块标题 */
.mod-title{font-size:20px;border-left:4px #e6162d;padding-left:10px;margin-bottom:20px;padding-bottom:8px;border-bottom:1px #eee;}
/* 图文新闻卡片 */
.news-card{display:grid;grid-template-columns:240 1fr;gap:18;margin-bottom:26px;padding-bottom:20px;border-bottom:1px #f0f0f0;}
.news-card img{width:240px;height:150px;object-fit:cover;border-radius:4px;}
.news-card h3{font-size:18px;margin-bottom:10px;line-height:1.5;}
.news-card p{color:#666;text-indent:2em;line-height:1.8;}
/* 纯文字列表 */
.text-list li{line-height:40px;border-bottom:1px #f3f3f3;padding-left:10px;}
.text-list li a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/* 侧边热搜标签 */
.hot-tag{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px;}
.hot-tag a{padding:5px 12px;background:#f8f8f8;border-radius:3px;font-size:14px;}
.hot-tag a:hover{background:#e6162d;color:#fff;}
/* 友情链接 */
.flink{width:1260px;margin:0 auto 30px;background:#f8f8f8;padding:22px;border-radius:4px;}
.flink h3{font-size:18px;margin-bottom:16px;}
.flink-list{display:flex;flex-wrap:wrap;gap:14px;}
.flink-list a{color:#555;font-size:14px;}
/* 页脚 */
.footer{background:#222;color:#aaa;padding:40px 0;text-align:center;margin-top:50px;}
.footer p{line-height:1.8;font-size:14px;margin:10px 0;}
.footer a{color:#ccc;margin:0 8px;}
.flink{width:1260px;margin:0 auto 30px;background:#f8f8f8;padding:22px;border-radius:4px;}
.flink h3{font-size:18px;margin-bottom:16px;}
.flink-list{display:flex;flex-wrap:wrap;gap:14px;}
.flink-list a{color:#555;font-size:14px;}