/* 各新闻频道的新闻排行 */
.selected { background: #80AED8; color: #0068B4; cursor: pointer; }
.noselected { background: #3381CB; color: #FFF; cursor: pointer; }

.selected_ty { background: #F9BD00; color: #DF4A1F; cursor: pointer; }
.noselected_ty { background: #F07503; color: #FFF; cursor: pointer; }

.selected_yl { background: #E28FBD; color: #D2117A; cursor: pointer; }
.noselected_yl { background: #D24F9F; color: #FFF; cursor: pointer; }


.f_special_span span { font-family: "楷体_GB2312"; font-size: 13px; }


/* 初始化样式 */
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; }
.fs14_td td { font-size: 14px; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }


/* 行高 */
.lh18 { line-height: 18px; }
.lh20 { line-height: 20px; }
.lh22 { line-height: 22px; }
.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; }


/* 补白留白 */
.pt2 { padding-top: 2px; }
.pt3_td td { padding-top: 3px; }
.pt3 { padding-top: 3px; }
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt12 { padding-top: 12px; }
.pt15 { padding-top: 15px; }

.pr5 { padding-right: rpx; }

.pb5 { padding-bottom: 5px; }
.pb12 { padding-bottom: 12px; }

.pl2 { padding-left: 2px; }
.pl5 { padding-left: 5px; }

.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; }

.img_mtb5 img { 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; }


/* 链接打开方式 */
.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: #F00; text-decoration: underline }
a:active  { color: #000; text-decoration: none }


/*
注意：
1、这种CSS样式的写法不能用于<a class='thead'>，但是能用于<td class='thead'>、tr、table...
2、冒号和link之间不能有空格	
*/
.aBlue a:link    { color: #000C74; text-decoration: none }
.aBlue a:visited { color: #000C74; text-decoration: none }
.aBlue a:hover   { color: #F00; text-decoration: underline}
.aBlue a:active  { color: #000C74; 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 }

.aGray a:link    { color: #555; text-decoration: none }
.aGray a:visited { color: #555; text-decoration: none }
.aGray a:hover   { color: #555; text-decoration: underline}
.aGray a:active  { color: #555; text-decoration: none }
