@charset "utf-8";
/* =================================
Author: Allen
Vision: fxlt.yaowan.com
Email: Allen714@foxmail.com
Copright: www.yaowan.com
================================= */

/* 容器通用模块 container */ 
.w960 {width:960px;}
.w980 {width:960px;} 
.w1002 {width:1002px;} 

/* 自动居中模块 auto center */ 
.ac { margin: 0 auto; }

/* 间隔通用模块 margin */
.mt8{margin-top:8px;}
.mt10{margin-top:10px;}
.mt12{margin-top:12px;}
.mt20{margin-top:20px;}
.ml10{margin-left:10px;}
.p10{ padding:10px;}

/* 清除浮动模块 clear */
.clear:after{content:'\0020';display:block;height:0;clear:both}
.clear{*zoom:1}
.clear{ clear:both; height:0; line-height:0; font-size:0;}

/* 文本通用模块 text */
.tl{ text-align: left; }
.tr{ text-align: right; }
.tc{ text-align: center; }
.ti {text-indent:2em; }

/* 颜色通用模块 color */
.red { color:#F00;}
.black{ color:#000;}
.write{ color:#FFF;}
.gray{ color:#CCC;}

/* 浮动通用模块 float */
.fl { float: left; }
.fr { float: right; }
.fc { float: none; clear: both; }

 /* 隐藏显示模块 display */
.none { display: none; }
.block { display:block;}
.hideText{ overflow:hidden; text-indent:-9999px;}
.blockLink a{display:block;height:100%;overflow:hidden;text-indent:-9999px;}

/* 百分比模块 precent */ 
.b92{width:92%}
.b96{width:96%}
.b98{width:98%}
.b100{width:100%}

/* 行高模块 lineheight */
.lh18{ line-height:18px;}
.lh24{ line-height:24px;}
.lh28{ line-height:28px;}

/* 标题栏模块 titleBar */
.titlebar{}
.titlebar span.more{float:right;} 

/* 新闻和服务器列表模块 newlist serverlist */
.uList ul li{ line-height:27px; height:27px;text-indent:10px;}
.uList ul li a{ display:block; float:left; height:27px;}
.uList ul li span{ float:right;}

/* 图片列表模块 precent */ 

/* 图文混排模块 precent 一般用dl dt dd */ 

/* 定位模块 */ 
.abs{ position:absolute;}
.rel{ position:relative;}

/* 分页模块 */ 
.pageCont{ padding:30px 125px; text-align:center;}
.pageCont a{ margin:0 5px; display:block; float:left; padding:0 5px;}
.pageCont a:hover,.pageCont a.hover{ background:#F60; color:#fff; text-decoration:none;}

/* 选项卡模块*/
.nTab{} /* 容器 */ 
.nTab .TabTitle{overflow: hidden;margin-bottom:-1px; position:relative;}
.nTab .TabTitle li{float:left; margin-right:2px;}
.active{ } /* 选中选项卡样式*/
.normal{ } /* 未选中选项卡样式*/
.nTab .TabContent{}
.none {display:none;}

/* 版权部分模块 footer*/
#footer{background:url(../images/footBg.jpg) no-repeat; width:928px; height:212px; padding:50px 0 0 60px;}
.footInfo p{ line-height:1.8; margin-left:20px;}
.footInfo p span{ margin:0 5px;}