
/* 初始化样式 */
li, ul { list-style-type: none; padding: 0px; margin: 0px; }
form, body, h1, h2, h3, h4, h5, h6 { padding: 0px; margin: 0px; }

#friendlink {
	width: 680px;
	height: 80px;
	border:1px solid #E7E7E7;
	height: 110px !important ;
	margin: 0px auto;
}
.fl_1 {
	float: left;
	width: 85px;
	height: 24px;
	color: #099400;
	font-weight: bold; 
	line-height: 24px;
	text-align: center;
	background-image: url(http://www.gxnews.com.cn/images/2009/gxnews_r90_c5.jpg);
	cursor: pointer;
	display: inline;
}
.fl_2 {
	float: left;
	width: 85px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-image: url(http://www.gxnews.com.cn/images/2009/gxnews_r90_c15.jpg);
	cursor: pointer;
	display: inline;
}
.fl_3 {
	float: left;
	width: 710px;
	height: 66px;
	overflow-y: auto;
	line-height: 22px;
	margin: 10px auto 10px 10px;
	display: inline;
}
.fl_3 li {
	float: left;
	width: 138px;
	height: 20px;
	display: inline;
	overflow: hidden; 
}

/* 浮动 */
.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; }
.fs25_nav { font-family: "黑体"; font-size: 25px; }

/* 行高 */
.lh18 { line-height: 18px; }
.lh20 { line-height: 20px; }
.lh22 { line-height: 22px; }
.lh24 { line-height: 24px; }


/* 注意：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;}


/* 颜色属性 [定义规则，小写c加颜色名称] */
.cWhite { color: #FFF; }
.cRed { color: #F00; }
.cBlack { color: #000; }
.cGray_td td { color: #666; }


/* 补白留白 */
.pt5 { padding-top: 5px; }

.pr5 { padding-right: rpx; }

.pb5 { padding-bottom: 5px; }

.pl5 { padding-left: 5px; }

.p5 { padding: 5px; }

.mt5 { margin-top: 5px; }

.mr5 { margin-right: rpx; }

.mb5 { margin-bottom: 5px; }

.ml5 { 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: #666; text-decoration: none }
a:visited { color: #666; text-decoration: none }
a:hover   { color: #F00; text-decoration: underline }
a:active  { color: #666; 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 }

.aBbs_order:link    { color: #099400; text-decoration: none }
.aBbs_order:visited { color: #099400; text-decoration: none }
.aBbs_order:hover   { color: #F00; text-decoration: underline}
.aBbs_order:active  { color: #099400; text-decoration: none }

.aywbd:link    { color: #D019DE; text-decoration: none }
.aywbd:visited { color: #D019DE; text-decoration: none }
.aywbd:hover   { color: #D019DE; text-decoration: underline}
.aywbd:active  { color: #D019DE; text-decoration: none }

/* body { filter: Gray(); }  */
