*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:"Microsoft YaHei",Arial,sans-serif}
body{background:#f5f5f5;line-height:1.6;color:#333}
a{text-decoration:none;-webkit-transition:all .3s;transition:all .3s}
ul,li{list-style:none}
img{border:0;vertical-align:middle}
.container{width:980px;margin:0 auto}
.top-search{width:980px;margin:0 auto;background:#c81623;padding:8px 0}
.search-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px}
.search-tips, h1 {
  color: #fff;
  font-size: 12px;
  font-weight: normal; /* 去掉默认加粗 */
  display: inline; /* 关键：让h1同行显示 */
  margin: 0; /* 去掉h1默认间距 */
  padding: 0;
}
.search-input{width:180px;height:28px;padding:0 8px;border:0;outline:0;font-size:12px}
.search-btn{height:28px;background:#fff;color:#c81623;border:0;padding:0 12px;cursor:pointer;font-weight:700;font-size:12px}
.main-nav-wrap{width:980px;margin:0 auto;background:#d00010;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 15px}
.logo-box{width:165px;text-align:left}
.logo-box img{max-width:140px}
.main-menu{width:620px;height:40px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.main-menu-item{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;height:40px;line-height:40px;font-size:14px;font-weight:700;position:relative;border-right:1px solid #ddd}
.main-menu-item:last-child{border-right:0}
.main-menu-item a{color:#333}
.main-menu-item::before{content:"»";position:absolute;left:10px;color:#999;font-size:12px}
.main-menu-item a.active,.main-menu-item a:hover{color:#d00010}
.sub-nav-wrap{width:980px;margin:-26px auto 0 auto;background:#d00010;padding:8px 0}
.sub-nav-content{width:620px;margin:0 auto;background:#e50012;display:grid;grid-template-columns:repeat(6,1fr);padding:4px 0}
/* 直接给 sub-nav-content 里的所有 a 标签设置样式 */
.sub-nav-content a {
  font-size: 12px !important;
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
  padding: 2px 0;
  padding-left: 15px; /* 关键：整体靠右缩进5px */
}
/* 前面加橙色箭头 */
.sub-nav-content a::before {
  content: "▶";
  color: #ff9900;
  font-size: 8px;
  margin-right: 4px;
}
/* hover 保持白色 */
.sub-nav-content a:hover {
  color: #fff !important;
  text-decoration: none;
}
.nav-bottom{width:980px;margin:0 auto;background:#d00010;text-align:center;padding:5px 0;color:#fff;font-size:12px}
.crumb-wrap{width:980px;margin:15px auto 0 auto;padding:8px 15px;background:#fff;border-radius:5px;font-size:13px;color:#666;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.05);box-shadow:0 2px 5px rgba(0,0,0,.05)}
.crumb-wrap a{color:#666}
.crumb-wrap a:hover{color:#e50012}
.crumb-line{margin:0 6px;color:#999}
.server-list-wrap{width:980px;margin:15px auto 0;background:#fff;border-radius:8px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.08);box-shadow:0 2px 8px rgba(0,0,0,.08);overflow:hidden}
.server-header{display:-webkit-box;display:-ms-flexbox;display:flex;background:#d00010;color:#fff;font-weight:700;font-size:13px}
.server-header span{padding:12px 0;text-align:center}
.server-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #f2f2f2;-webkit-transition:.2s;transition:.2s}
.server-item:hover{background:#fff9f9}
.server-item span{padding:14px 0;text-align:center;font-size:12px;color:#333}
.col-mc{-webkit-box-flex:2;-ms-flex:2;flex:2}
.col-ip{-webkit-box-flex:1.4;-ms-flex:1.4;flex:1.4}
.col-sj{-webkit-box-flex:1.2;-ms-flex:1.2;flex:1.2}
.col-xl{-webkit-box-flex:1.3;-ms-flex:1.3;flex:1.3}
.col-js{
  -webkit-box-flex:2.2;
  -ms-flex:2.2;
  flex:3;
  width: 16ch;       /* 限制宽度为14个汉字/字符 */
  white-space: nowrap; /* 强制单行不换行 */
  overflow: hidden;     /* 超出内容隐藏 */
}
.col-qq{-webkit-box-flex:1.1;-ms-flex:1.1;flex:1.1}
.col-xx{-webkit-box-flex:.8;-ms-flex:.8;flex:.8}
.col-mc a{color:#d00010;font-weight:700}
.col-mc a:hover{color:#ff4d00;text-decoration:underline}
.col-xx a{font-weight:700;color:#000!important}
.col-xx a:hover{color:#d00010!important}
.tag-tj{color:#0066ff;font-weight:700}
.server-page{width:980px;margin:15px auto;background:#d00010;border-radius:6px;padding:10px 0;text-align:center;color:#fff;font-size:12px}
.server-page a{color:#fff;margin:0 6px;padding:3px 8px;border-radius:3px;background:rgba(255,255,255,.2)}
.server-page a:hover{background:#fff;color:#d00010}
.server-page strong{background:#fff;color:#d00010;padding:3px 8px;border-radius:3px;margin:0 3px}
.footer{width:980px;margin:20px auto 0;background:#333;color:#fff;text-align:center;padding:20px 0;font-size:13px}
.footer a{color:#fff;margin:0 5px}
.footer a:hover{color:#e50012}