/* 初始化样式 */
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; }
td, tr, th, table, body { font-size: 12px;}
td { word-break: break-all; }
td, tr, th, table { border-collapse: collapse; border-color: #CCC }

.li_disc li { list-style-type: disc; }

.specialListNews li { padding-left: 10px; clear: both;}
.specialListNews li a { float: left; }
.specialListNews li span { float: right; }

/* 背景图片 */
.bgimg_ylyw_li li { background: url(http://yl.gxnews.com.cn/images/doc.gif) no-repeat 0px; }
.bgimg_other_li li { background: url(http://yl.gxnews.com.cn/images/26.jpg) no-repeat 0px; }

.red { color: #9F0245; } 
.aRed a:link    { color: #9F0245; text-decoration: none }
.aRed a:visited { color: #9F0245; text-decoration: none }
.aRed a:hover   { color: #9F0245; text-decoration: underline}
.aRed a:active  { color: #9F0245; text-decoration: none }

.Pink { color: #FD1978; } 
.aPink a:link    { color: #FD1978; text-decoration: none }
.aPink a:visited { color: #FD1978; text-decoration: none }
.aPink a:hover   { color: #FD1978; text-decoration: underline}
.aPink a:active  { color: #FD1978; text-decoration: none }

/* 字号 */
.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs14_td td { font-size: 14px; color: #454545; }
.fs16 { font-size: 16px; }


/* 行高 */
.lh17 { line-height: 17px; }
.lh18 { line-height: 18px; }
.lh20 {
	line-height: 20px;
}
.lh22 { line-height: 22px; }
.lh24 {	line-height: 24px; }
.lh26 { line-height: 26px; }


/* 细边框表格 */
.table { border-collapse: collapse; }


/* 字体属性 [定义规则，小写f加属性名称] */
.fb {font-weight: bold;}


/* 颜色属性 [定义规则，小写c加颜色名称] */
.cWhite { color: #FFF; }
.cRed { color: #F00; }
.cReadDate { color: #E23C00; }
.cGray_span span { color: #747474; }
.cGree { color: #04629F; }
.cBlue { color: 003366; }


/* 补白留白 */
.pt2 { padding-top: 2px; }
.pt3 { padding-top: 3px; }
.pt4 { padding-top: 4px; }
.pt5 { padding-top: 5px; }
.pt8 { padding-top: 8px; }
.pt10 { padding-top: 10px; }

.pb2 { padding-bottom: 2px; }
.pb5 { padding-bottom: 5px; }

.pl3 { padding-left: 3px; }
.pl5 { padding-left: 5px; }
.pl8 { padding-left: 8px; }

.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl23 { padding-left: 23px; }

.pr0 { padding-right: 0px; }
.pr15 { padding-right: 15px; }

.p5 { padding: 5px; }
.p3 { padding: 3px; }
.p10 { padding: 10px; }
.ptrl10 { padding: 8px 10px 0px 10px; }
.p_12_8_0_8 { padding: 12px 8px 0px 8px; }
.p_8_12_0_14 { padding: 8px 12px 0px 14px; }
.p_0_8 { padding: 0px 8px; }

.mt8 { margin-top: 8px; }
.mt5 { margin-top: 5px; }
.mt6 { margin-top: 6px; }

.mb5 { margin-bottom: 5px; }
.mb8 { margin-bottom: 8px; }

.zttj img { margin-top: 10px; }


/* 隐藏/显示 */
.hide { display: none; }
.display { display: blok; }


/* 光标样式 */
.hand { cursor: hand; }


/* 图片、flash边框 */
.imgbordergray img { border: 1px solid #cccccc; }
.imgborderwhite img { border: 1px solid #FFFFFF; }
.flashborderblack object { border: 1px solid #000000; }

/* input边框属性 */
.text
{
	height: 20px; background-color: #FFFFFF; color: #000000; font-weight: 12px; 
	border: 1px solid #cccccc;
}


/* 虚线 */
.dotted { border: 1px dotted #cccccc; }


/* 链接打开方式 */
.self a:active { text:expression(target="_self"); }/* 本窗 */
.blank a:active { text:expression(target="_blank"); }/* 新窗 */


/* 链接属性 */
a:link 	  { color: #000000; text-decoration: none }
a:visited { color: #000000; text-decoration: none }
a:hover   { color: #F00; text-decoration: underline }
a:active  { color: #000000; text-decoration: none }

.aWhite a:link    { color: #FFFFFF; text-decoration: none }
.aWhite a:visited { color: #FFFFFF; text-decoration: none }
.aWhite a:hover   { color: #FFFFFF; text-decoration: underline}
.aWhite a:active  { color: #FFFFFF; text-decoration: none }

.a_Nave a:link    { color: #2D4176; text-decoration: none }
.a_Nave a:visited { color: #2D4176; text-decoration: none }
.a_Nave a:hover   { color: #F00; text-decoration: underline}
.a_Nave a:active  { color: #2D4176; text-decoration: none }

/*
注意：
1、这种CSS样式的写法不能用于<a class='thead'>，但是能用于<td class='thead'>、tr、table...
2、冒号和link之间不能有空格	
*/
.aBlue a:link    { color: #454545; text-decoration: none }
.aBlue a:visited { color: #454545; text-decoration: none }
.aBlue a:hover   { color: #454545; text-decoration: underline}
.aBlue a:active  { color: #454545; text-decoration: none }

/************************************* 图片切换样式 start *************************************/
/* 数字按钮框样式 */
#imgTitle {position:relative;left:0px;text-align:left;overflow: hidden;}
#imgTitle_up {left:0px;text-align: left; height:1px; width:inherit; }
#imgTitle_down {left:0px;text-align: right; width:inherit; }
/* 图片框样式 */
.imgClass {border: 1px solid #EEEEEE;}
/* 图片文字框样式 */
#txtFrom {text-align: center;vertical-align: middle;}

/* 数字按钮样式 */
.button {text-decoration: none;padding: 1px 7px; margin-right: 0px; font-size: 9px; font-weight: bold; border-left: 1px #fff solid;}

.button:link { text-decoration: none; color: #FFF; background: #000;}
.button:visited { text-decoration: none; color: #FFF; background: #000;}
.button:hover { text-decoration: none; color: #FFF; background: #F00; }
.button:active { text-decoration: none; color: #FFF; background: #000; }

.buttonDiv {margin: 0px;background: #000000;height: 1px;width: 21px;float: right;text-align: center;vertical-align: middle;}
/************************************* 图片切换样式 end *************************************/
