/* 全局样式 全站100%统一 */
*{margin:0;padding:0;box-sizing:border-box;font-family:"Microsoft YaHei",sans-serif}
body{background:#f5f7fa;color:#333;line-height:1.7}
a{color:#222;text-decoration:none}
a:hover{color:#0078d4}
img{max-width:100%;height:auto;border:none;display:block}
ul,ol{list-style:none}
.center{max-width:1000px;margin:0 auto}
.clear{clear:both}

/* ========== 头部（和内容页完全一样） ========== */
.header{background:#fff;border-bottom:1px solid #eee;padding:15px 0}
.logo{float:left}
.nav{float:right;margin-top:15px}
.nav li{display:inline-block;margin-left:20px}
.nav li a{font-size:15px;font-weight:500;padding:5px 0}
.nav li a:hover{border-bottom:2px solid #0078d4}

/* ========== 搜索框 统一风格 ========== */
.search{background:#fff;padding:12px 15px;margin:15px auto;border-radius:8px;box-shadow:0 1px 5px rgba(0,0,0,.05)}
.search-form{display:inline-block}
.search input[type="text"]{padding:8px 12px;width:240px;border:1px solid #ddd;border-radius:4px;outline:none}
.search input[type="submit"]{padding:8px 16px;background:#0078d4;color:#fff;border:none;border-radius:4px;cursor-pointer}
.search input[type="submit"]:hover{background:#005a9e}

/* ========== 内容主体 ========== */
#listc{max-width:1000px;margin:0 auto;display:flex;gap:20px;flex-wrap:wrap}
.lcleft{flex:1;min-width:650px}
.lcright{width:280px}

/* 位置导航 */
.lcnav{background:#fff;padding:12px 15px;border-radius:8px;margin-bottom:15px;font-size:14px;color:#666}

/* 内容卡片 */
.nrxq{background:#fff;padding:25px;border-radius:10px;box-shadow:0 1px 8px rgba(0,0,0,.05)}
.nrtitle{font-size:22px;text-align:center;margin-bottom:15px;color:#222}
.nrauthor{font-size:13px;color:#999;text-align:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px dashed #eee}

/* 游戏信息 */
.nrcontent li{padding:8px 0;font-size:15px;list-style:none;border-bottom:1px dashed #eee}
.nrcontent li b{color:#0078d4;width:110px;display:inline-block}
.nrcontent h3{margin:20px 0 10px;font-size:16px;color:#0078d4}
.nrcontent a[rel="nofollow"]{color:#e53e3e;font-weight:bold}

/* 相关推荐 */
.realat{background:#0078d4;color:#fff;padding:10px 15px;border-radius:6px;margin:25px 0 15px;font-weight:500}
.realac ol{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:15px}
.realac ol img{width:100%;height:120px;object-fit:cover;border-radius:6px}

/* ========== 您可能感兴趣 文字链接：一行2条，3行6条 ========== */
.realac ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 15px;
  padding: 0;
}
.realac ul li{
  padding: 5px 0;
  font-size: 14px;
  list-style: none;
}
.realac ul li a{color:#333}

/* 右侧栏 */
.lcrtitle{background:#0078d4;color:#fff;padding:10px 15px;border-radius:8px 8px 0 0;margin-top:15px;font-weight:500}
.lcright ul{background:#fff;padding:15px;border-radius:0 0 8px 8px;box-shadow:0 1px 8px rgba(0,0,0,.05)}
.lcright ul li{padding:6px 0;font-size:14px;border-bottom:1px dotted #eee}
.lcright ul li:last-child{border-bottom:none}

/* 底部 */
.footer{background:#222;color:#aaa;padding:30px 0;text-align:center;margin-top:20px}
.footer a, .footer a:link, .footer a:visited, .footer a:hover, .footer a:active{color:#aaa !important; text-decoration:none;}