﻿@charset "utf-8";
/* =================================
Author: Allen
Vision: jzwc.peiyou.com
Email: Allen714@foxmail.com
Copright: www.yaowan.com
================================= */

/* 容器通用模块 container */ 
.w960 {width:960px;}
.w980 {width:980px;} 
.w1000 {width:1000px;}
.w1002 {width:1002px;} 

/* 常用链接样式 a a:hover */ 
a{ color:#65594E;}
a:hover{ color:#874015;}

/* 自动居中模块 auto center */ 
.ac { margin: 0 auto;}

/* 间隔通用模块 margin */
.m10{ margin:10px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.ml10{margin-left:10px;}
.mb8{margin-bottom:8px;}
.mb10{margin-bottom:10px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr30{margin-right:30px;}
.p10{ padding:10px;}
.p0510{ padding:5px 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; }

/* 字体通用模块 font */
.fs12{ font-size:12px;}
.fs14{ font-size:14px;}
.fs16{ font-size:16px;}
.fb{ font-weight:bold;}

/* 颜色通用模块 color */
.red { color:#F00;}
.black{ color:#000;}
.white{ color:#FFF;}
.gray1{ color:#a1a1a1;}
.gray2{ color:#606060;}
.yellow{ color:#FCFF00;}
.orange{ color:#ff9c00;}
.green{ color:#0F0;}

/* 浮动通用模块 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 */ 

/* 定位模块 */ 
.abs{ position:absolute;}
.rel{ position:relative;}

/* 分页模块 */ 
.pageCont{ padding:30px 80px; text-align:center;}
.pageCont a{ margin:0 5px; display:block; float:left; padding:0 8px; background:#f1f1f1; border:#b3b3b3 1px solid; color:#000; height:24px; line-height:24px;}
.pageCont a:hover,.pageCont a.hover{ background:#F60;border:#AC6728 1px solid; color:#fff; text-decoration:none;}

/* 选项卡模块*/
.nTab{} /* 容器 */ 
.nTab .TabTitle{overflow: hidden; position:relative;}
.nTab .TabTitle li{float:left;}
.active{ } /* 选中选项卡样式*/
.normal{ } /* 未选中选项卡样式*/
.nTab .TabContent{}
.none {display:none;}
