@charset "utf-8";
/* =================================
Author: Erico.len
Vision: YW0.0.1 beta
Email: webmaster@uiwork.com
Copright: www.yaowan.com
================================= */

/* 容器通用模块 container */ 
.w960 {width:960px;}
.w980 {width:960px;} 
.w1002 {width:1002px;} 

/* 自动居中模块 auto center */ 
.ac { margin: 0 auto; }

/* 间隔通用模块 margin */
.mt1{margin-top:1px;}
.mt2{margin-top:2px;}
.mt3{margin-top:3px;}
.mt4{margin-top:4px;}
.mt5{margin-top:5px;}
.mt6{margin-top:6px;}
.mt7{margin-top:7px;}
.mt8{margin-top:8px;}
.mt9{margin-top:9px;}

.mt10{margin-top:14px;}
.mll0{margin-left: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:#FF0000;}
.black{ color:#000000;}
.write{ color:#FFFFFF;}
.gray{ color:#CCCCCC;}

/* 浮动通用模块 float */
.fl { float: left; }
.fr { float: right; }
.fc { float: none; clear: both; }

 /* 定位通用模块 position */
.rel { position: relative; }
.abs { position: absolute; }

 /* 隐藏显示模块 display */
.none { display: none; }
.block { display:block;}

/* 百分比模块 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;color:#a4a3a3;}

/* 图片列表模块 precent */ 
.piclist {}
.piclist li {float:left;}
.piclist li img{display:block;}
.piclist li h3{padding:2px 0;}

/* 图文混排模块 precent */ 
.twlist dt,.twlist dd{float:left;}
.twlist dt img{border: 1px solid #F3F3F3;padding: 1px;}
.twlist dd h3{}
.twlist dd p{}

/* 盒子模块box */ 
.box{ padding:3px 0;}

/* 分页模块 */ 
.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;position:relative;}
.nTab .TabTitle li{float:left;}
.active{ } /* 选中选项卡样式*/
.normal{ } /* 未选中选项卡样式*/
.nTab .TabContent{}
.none {display:none;}

/* 版权部分模块 footer*/
#footer{ margin:35px 0 0 60px;}
.footInfo p{ line-height:1.8; margin-left:20px; color:#91989e;}
.footInfo p span{ margin:0 5px;}

/* 文字隐藏 Allen */
.hideText{ overflow:hidden; text-indent:-9999px;}
.blockLink a{display:block;height:100%;overflow:hidden;text-indent:-9999px;}