﻿@charset "utf-8";
/* =================================
Author: Allen
Vision: yaowan.com
Email: Allen714@foxmail.com
Copright: www.yaowan.com
================================= */

/* 容器通用模块 container */ 
.w960{width:960px;}
.w980{width:980px;} 
.w1002{width:1002px;} 

/* 自动居中模块 auto center */ 
.ac{ margin: 0 auto;}

/* 间隔通用模块 margin */
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mb10{ margin-bottom:10px;}
.ml10{margin-left:10px;}
.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.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;}
.white{ color:#FFF;}
.gray{ color:#CCC;}
.yellow{ color:yellow;}
.green{ color:green;}
.orange{ color:orange;}

/* 浮动通用模块 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 一般用dl dt dd */ 

/* 分页模块 */ 
.pageCont{ padding:30px 125px; text-align:center;}
.pageCont a{ margin:0 5px; display:block; float:left; padding:0 5px; background:#000; color:#fff;}
.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;}
