
/* 初始化样式 */
li, ul { list-style-type: none; padding: 0px; margin: 0px; }
li { height: 10px; padding-top: 2px;}
form, body, h1, h2, h3, h4, h5, h6 { padding: 0px; margin: 0px; }

.li_disc li { list-style-type: disc; }

/* 浮动 */
.fl { float: left; }
.fr { float: right; }


/* 自动换行 */
/* td {word-break: break-all} */


/* 字号 */
td, tr, th, table, body { font-size: 12px; }

.fs12 { font-size: 12px; }
.fs14 { font-size: 14px; }
.fs14_td td { font-size: 14px; }
.fs16 { font-size: 16px; }
.fs20 { font-size: 20px; }


/* 行高 */
.lh18 { line-height: 18px; }
.lh20 { line-height: 20px; }
.lh22 { line-height: 22px; }
.lh24 { line-height: 24px; }



/* 宽度 */
.w470_a a { width: 470px; }
.w45_span span { width: 45px; }

.specialListNews li { padding-left: 10px; clear: both;}
.specialListNews li a { float: left; }
.specialListNews li span { float: right; }


/* 细边框表格 */
.table { border-collapse: collapse; }


/* 字体属性 [定义规则，小写f加属性名称] */
.fb {font-weight: bold;}
.fb_td td {font-weight: bold;}


/* 颜色属性 [定义规则，小写c加颜色名称] */
.cWhite { color: #FFF; }
.cWhite_td td { color: #FFF; }
.cRed { color: #F00; }
.cBlack { color: #000; }
.cGray_span span { color: #656565; }


/* 补白留白 */
.pt5 { padding-top: 5px; }
.pt8 { padding-top: 8px; }
.pt10 { padding-top: 10px; }

.pr5 { padding-right: rpx; }

.pb5 { padding-bottom: 5px; }

.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }

.p5 { padding: 5px; }
.p10 { padding: 10px; }

.mt5 { margin-top: 5px; }

.mr5 { margin-right: rpx; }

.mb5 { margin-bottom: 5px; }

.ml5 { margin-left: 5px; }
.ml5_a a { margin-left: 5px; }

.m5 { margin: 5px; }


/* 隐藏/显示 */
.hide { display: none; }
.display { display: blok; }


/* 光标样式 */
.hand { cursor: hand; }


/* 图片、flash边框 */
.imgbordergray img { border: 1px solid #CCC; }
.imgborderwhite img { border: 1px solid #DDD; }
.flashborderblack object { border: 1px solid #000; }


/* input边框属性 */
.text
{
	height: 20px; background-color: #FFF; color: #000; font-weight: 12px; border: 1px solid #CCC;
}


/* 虚线 */
.dotted { border: 1px dotted #CCC; }


/* 链接打开方式 */
.self a:active { text:expression(target="_self"); }/* 本窗 */
.blank a:active { text:expression(target="_blank"); }/* 新窗 */


/* 链接属性 */
a:link 	  { color: #000; text-decoration: none }
a:visited { color: #000; text-decoration: none }
a:hover   { color: #000; text-decoration: underline }
a:active  { color: #000; text-decoration: none }


/*
注意：
1、这种CSS样式的写法不能用于<a class='thead'>，但是能用于<td class='thead'>、tr、table...
2、冒号和link之间不能有空格	
*/
.aWhite a:link    { color: #FFF; text-decoration: none }
.aWhite a:visited { color: #FFF; text-decoration: none }
.aWhite a:hover   { color: #FFF; text-decoration: underline}
.aWhite a:active  { color: #FFF; text-decoration: none }

.aGray a:link    { color: #656565; text-decoration: none }
.aGray a:visited { color: #656565; text-decoration: none }
.aGray a:hover   { color: #656565; text-decoration: underline}
.aGray a:active  { color: #656565; text-decoration: none }