/* 初始化样式 */
form, body, h1, h2, h3, h4, h5, h6 { padding: 0px; margin: 0px; }

/* 浮动 */
.fl { float: left; }
.fr { float: right; }


/* 自动换行 */
td { word-break: break-all; }


/* 字号 */
td, tr, th, table, body { font-size: 12px; }

.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs13_td td { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.fs22 { font-size: 22px; }


/* 行高 */
.lh18 { line-height: 18px; }
.lh20 { line-height: 20px; }
.lh22 { line-height: 22px; }
.lh23 { line-height: 23px; }
.lh24 { line-height: 24px; }
.lh25 { line-height: 25px; }
.lh26 { line-height: 26px; }


/* 注意：background属性的url和后面的圆括号之间不能有空格，url的图片路径必须是绝对路径！*/
.listNews li { padding-left: 20px; background: url(http://sub.gxnews.com.cn/channel/2007/zqj/images/jt.jpg) no-repeat 0px; clear: both; height: 17px; line-height: 17px; }
.listNews li a { float: left; }
.listNews li span { font-size: 12px; color: #666; 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; }
.cBlue_1 { color: #211A5E; }
.cGray_td td { color: #666666; }
.cAxyz { color: #8C6C4B; }


/* 补白留白 */
.pt2 { padding-top: 2px; }
.pt3_td td { padding-top: 3px; }
.pt3 { padding-top: 3px; }
.pt5 { padding-top: 5px; }
.pt8 { padding-top: 8px; }
.pt10 { padding-top: 10px; }
.pt12 { padding-top: 12px; }
.pt15 { padding-top: 15px; }

.pr2 { padding-right: 2px; }
.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }

.pb5 { padding-bottom: 5px; }
.pb12 { padding-bottom: 12px; }

.pl2 { padding-left: 2px; }
.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }

.p5 { padding: 5px; }

.mt2 { margin-top: 2px; }
.mt3 { margin-top: 3px; }
.mt5 { margin-top: 5px; }

.mr5 { margin-right: rpx; }

.mb5 { margin-bottom: 5px; }

.ml5 { margin-left: 5px; }

.m5 { margin: 5px; }

.mb5_img img { margin-bottom: 5px; }
.mtb5 { margin-top: 5px; margin-bottom: 5px; }
.span_mlr10 span { margin: 0px 10px; }


/* 隐藏/显示 */
.hide { display: none; }
.display { display: blok; }


/* 光标样式 */
.hand { cursor: pointer; }


/* 图片、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; }


#favoriteTV{ font-size:12px; color: #FFF; float:right; }
#bannerTV td{ line-height:18px; font-size:13px; }

/* 链接属性 */
a:link 	  { color: #000; text-decoration: none }
a:visited { color: #000; text-decoration: none }
a:hover   { color: #F00; text-decoration: underline }
a:active  { color: #000; text-decoration: none }


/*
注意：
1、这种CSS样式的写法不能用于<a class='thead'>，但是能用于<td class='thead'>、tr、table...
2、冒号和link之间不能有空格	
*/
.aGray a:link    { color: #646567; text-decoration: none }
.aGray a:visited { color: #646567; text-decoration: none }
.aGray a:hover   { color: #F00; text-decoration: underline}
.aGray a:active  { color: #646567; text-decoration: none }

.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 }

.aGrayTV a:link    { color: #656565; font-size: 14px; font-weight: bold; text-decoration: none }
.aGrayTV a:visited { color: #656565; font-size: 14px; font-weight: bold; text-decoration: none }
.aGrayTV a:hover   { color: #F00; font-size: 14px; font-weight: bold; text-decoration: underline}
.aGrayTV a:active  { color: #656565; font-size: 14px; font-weight: bold; text-decoration: none }

.aBlueTV a:link    { color: #02778B; text-decoration: none }
.aBlueTV a:visited { color: #02778B; text-decoration: none }
.aBlueTV a:hover   { color: #F00; text-decoration: underline}
.aBlueTV a:active  { color: #02778B; text-decoration: none }

/* body { filter: Gray(); }  */