﻿@charset "utf-8";
/*--------初始化样式---------*/
*{ margin:0px; padding:0px}
body{ font-size:12px; font-family:"宋体", Verdana, Arial, Georgia, Helvetica; line-height:20px; color:#666666}
img{ border:0px}
ul,ol,li,dl,dd{ list-style:none}
a{ text-decoration:none; color:#666666}


/*全局链接颜色 */  
a:link,a:visited,a:hover,a:active{text-decoration:none; }   
  
/*字体样式[定义规则，小写f加字体属性]*/    
  
.fU{ text-decoration:underline;}   
.fN{ text-decoration:none;}   
.fB{ font-weight:bold;}   
.f12{ font-size:12px;}   
.f14{ font-size:14px;}   
    

   
/* 字体颜色属性 [定义规则，小写c加颜色名称] */  
.cRed,a.cRed:link,a.cRed:visited{color:#f00;}   
.cBlue,a.cBlue:link,a.cBlue:visited{color:#00c;}   
.cDRed,a.cDRed:link,a.cDRed:visited{color:#bc2931;}   
.cGray,a.cGray:link,a.cGray:visited{color:#4F544D;}   
.cDGray,a.cDGray:link,a.cDGray:visited{color:#666;}   
.cWhite,a.cWhite:link,a.cWhite:visited{color:#fff;}   
.cBlack,a.cBlack:link,a.cBlack:visited{color:#000;}   
.cYellow,a.cYellow:link,a.cYellow:visited{color:#ff0;}   
.cGreen,a.cGreen:link,a.cGreen:visited{color:#008000;}   
  
/* 其他属性 */  
.l{ float: left}   
.r{ float: right}   
.hidden{display: none}   
.unL,.unL a{text-decoration: none}   
.unB{border:none} 
.clearFloat{ clear:both; height:0px; overflow:hidden}
.line{ height:1px; overflow:hidden; border-bottom:1px #999999 solid}
.duanLuo{ line-height:20px; text-indent:2em; text-align:justify; text-justify:inter-ideograph}


