﻿/*默认黑体，宋体12，行高24-链接黑色鼠标经过红色--------------------------------------------------------------- 
   */
body {
	color: #000000;
	font-family: "宋体","Arial";
	font-size: 12px;
	margin: 0;
	line-height: 24px;
	text-decoration: none;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
/*大字12号高17，---------------------------------------------------------------- 
   */
.h17{
	color: #000000;
	font-size: 12px;
	font-family: "宋体","Arial";
	line-height: 13px;
	text-decoration: none;
}
.h17:link {
	color: #000000;
	line-height: 13px;
	text-decoration: none;
}

.h17:hover {
    line-height: 13px;
	text-decoration: none;
	color: #FF0000;
}
.h17:visited {
    line-height: 13px;
	text-decoration: none;
	color: #666666;
}
/*大字14号粗体，---------------------------------------------------------------- 
   */
.h_14cu{
	color: #000000;
	font-size: 12px;
	font-family: "宋体", "Arial";
	line-height: 13px;
	text-decoration: none;
	font-weight: 900;
}
.h_14cu:link {
	color: #000000;
	line-height: 13px;
	text-decoration: none;
	font-weight: 900;
}

.h_14cu:hover {
    line-height: 13px;
	text-decoration: none;
	color: #FF0000;
	font-weight: 900;
}
.h_14cu:visited {
	line-height: 13px;
	text-decoration: none;
	color: #000000;
	font-weight: 900;
}
/*大字12号高17无链接，---------------------------------------------------------------- 
   */
.h17_nolink{
	color: #000000;
	font-size: 12px;
	font-family: "宋体","Arial";
	line-height: 17px;
	text-decoration: none;
}
/*大字16号红色，头条新闻标题---------------------------------------------------------------- 
   */
.title1{
	color: #CC0000;
	font-size: 18px;
	font-family: "黑体","Arial";
	font-weight: 900;
	line-height: 24px;
	text-decoration: none;
}
.title1:link {
	color: #CC0000;
	font-size: 18px;
	font-family: "黑体","Arial";
	font-weight: 900;
	line-height: 24px;
	text-decoration: none;
}

/*大字14号下划线黑灰，应用头条新闻标题---------------------------------------------------------------- 
   */
.v_big_14{
	font-size:14px;
	COLOR: #333333;
	line-height: 24px;
	text-decoration: underline;
}
.v_big_14:link{
	font-size:14px;
	COLOR: #333333;
	line-height: 24px;
	text-decoration: underline;

}
.v_big_14:hover{
	font-size:14px;
	COLOR: #FF0000;
	line-height: 24px;
	text-decoration: underline;

}
.v_big_14:visited{
	font-size:14px;
	COLOR: #666666;
	line-height: 24px;
	text-decoration: underline;
}
/*大字14号————黑灰————无下划线，头条新闻内标题---------------------------------------------------------------- 
   */
.v2_big_14{
	font-size:14px;
	COLOR: #333333;
	line-height: 24px;
	text-decoration: none;
}
.v2_big_14:link{
	font-size:14px;
	COLOR: #333333;
	line-height: 24px;
	text-decoration: none;
}
.v2_big_14:hover{
	font-size:14px;
	COLOR: #FF0000;
	line-height: 24px;
	text-decoration: none;
}
.v2_big_14:visited{
	font-size:14px;
	COLOR: #666666;
	line-height: 24px;
	text-decoration: none;
}
/*大字12号————灰————无下划线，时间---------------------------------------------------------------- 

.time_big_12{
	font-size:12px;
	COLOR: #666666;
	line-height: 24px;
	text-decoration: none;
}
.time_big_12:link{
	font-size:12px;
	COLOR: #666666;
	line-height: 24px;
	text-decoration: none;
}
.time_big_12:hover{
	font-size:12px;
	COLOR: #666666;
	line-height: 24px;
	text-decoration: none;
}
.time_big_12:visited{
	font-size:12px;
	COLOR: #666666;
	line-height: 24px;
	text-decoration: none;
}

/*小字12号——有下划线———黑灰，头条新闻内标题相同---------------------------------------------------------------- 
   */
.v_s_12{
	font-size:12px;
	COLOR: #333333;
	line-height: 22px;
	text-decoration: underline;
}
.v_s_12:link{
	font-size:12px;
	COLOR: #333333;
	line-height: 22px;
	text-decoration: underline;

}
.v_s_12:hover{
	font-size:12px;
	COLOR: #FF0000;
	line-height: 22px;
	text-decoration: underline;

}
/*12号蓝----------------------------------------------------------------
   */
.blue_sm_12{
	font-size:12px;
	COLOR: #00247f;
	line-height: 22px;
	TEXT-DECORATION:none;
}
.blue_sm_12:link{
	font-size:12px;
	COLOR: #00247f;
	line-height: 22px;
	TEXT-DECORATION:none;
}
.blue_sm_12:hover{
	font-size:12px;
	COLOR: #FF0000;
	line-height: 22px;
}
/*12号蓝----------------------------------------------------------------
   */
.blue_12{
	font-size:12px;
	COLOR: #00247f;
	line-height: 19px;
	TEXT-DECORATION:none;
}
.blue_12:link{
	font-size:12px;
	COLOR: #00247f;
	line-height: 19px;
	TEXT-DECORATION:none;
}
.blue_12:hover{
	font-size:12px;
	COLOR: #FF0000;
	line-height: 19px;
}


/*12号蓝18间距----------------------------------------------------------------
   */
.blue_sm_12_18{
	font-size:12px;
	COLOR: #00247f;
	line-height: 18px;
	TEXT-DECORATION:none;
}
.blue_sm_12_18:link{
	font-size:12px;
	COLOR: #00247f;
	line-height: 18px;
	TEXT-DECORATION:none;
}
.blue_sm_12_18:hover{
	font-size:12px;
	COLOR: #FF0000;
	line-height: 18px;
}

---------------------------------

.h_sm_12_24{
	font-size:12px;
	COLOR: #999999;
	line-height: 24px;
	TEXT-DECORATION:none;
}
.h_sm_12_24:link{
	font-size:12px;
	COLOR: #999999;
	line-height: 24px;
	TEXT-DECORATION:none;
}
.h_sm_12_24:hover{
	font-size:12px;
	COLOR: #999999;
	line-height: 24px;
}


/*12号白字----------------------------------------------------------------
   */
.w{
	COLOR: #ffffff;
	line-height: 17px;
	text-decoration: none;
}
.w:link {
	COLOR: #FFFFFF;
	TEXT-DECORATION:none;
	line-height: 17px;
}
.w:hover {
	COLOR: #FFFFFF;
	TEXT-DECORATION:none;
	line-height: 17px;
}
.w:visited {
	COLOR: #FFFFFF;
	TEXT-DECORATION:none;
	line-height: 17px;
}
/*12号白字粗体----------------------------------------------------------------
   */
.w_cu{
	COLOR: #ffffff;
	line-height: 17px;
	text-decoration: none;
	font-weight: 900;
}
.w_cu:link {
	COLOR: #FFFFFF;
	TEXT-DECORATION:none;
	line-height: 17px;
	font-weight: 900;
}
.w_cu:hover {
	COLOR: #FFFFFF;
	TEXT-DECORATION:none;
	line-height: 17px;
	font-weight: 900;
}
.w_cu:visited {
	COLOR: #FFFFFF;
	TEXT-DECORATION:none;
	line-height: 17px;
	font-weight: 900;
}
/*14号蓝粗体----------------------------------------------------------------
   */
.blue_14 {
	color: #134989;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.blue_14:link {
	color: #134989;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
/*新闻灰色字体无链接----------------------------------------------------------------
   */
.hui {color: #333333}

/*12橘黄----------------------------------------------------------------
   */

.juhuang12{
	COLOR: #E45904;
	text-decoration: none;
}
.juhuang12:link{
	COLOR: #E45904;
	text-decoration: none;
}
/*12黄----------------------------------------------------------------
   */
.y_12{
	font-size: 12px;
	COLOR: #FFFF00;
	text-decoration: none;
	line-height: 17px;
}
.y_12:link{
	font-size: 12px;
	COLOR: #FFFF00;
	text-decoration: none;
	line-height: 17px;
}
.y_12:visited{
	font-size: 12px;
	COLOR: #FFFF00;
	text-decoration: none;
	line-height: 17px;
}
/*12黑粗----------------------------------------------------------------
   */
.heicu {
	font-family: "宋体";
	font-weight: bold;
}
/*16黑粗----------------------------------------------------------------
   */
.hh_cu {
	font-family: "宋体";
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #333333;
}
.hh_cu:link {
	font-family: "宋体";
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #333333;
}
.hh_cu:hover {
	font-family: "宋体";
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #FF0000;
}
.hh_cu:visited {
	font-family: "宋体";
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #333333;
}
/*12红字----------------------------------------------------------------
   */
.red {
	color: #FF0000;
	text-decoration: none;
}
.red:link  {
	color: #FF0000;
	text-decoration: none;
}
/*18号第四级新闻标题----------------------------------------------------------------
   */
.news-title-18-30 {
	font-size: 18px;
	font-family: "黑体";
	line-height: 30px;
	text-decoration: none;
}
/*14号第四级新闻内容----------------------------------------------------------------
   */
.news-nrong-14-26 {
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
}
/*sun-- list news 2008-10-31------------------------------------------------------*/
.news_list_01
{ width:570px;}
#news_list_02
{width:449px; float:left;text-align:left;}
#news_list_03
{ width:120px; float:right;}


/*wutong-- list news 2008-11-1----------------------------------------------*/
.news_list1_01
{ width:370px;}
#news_list1_02
{width:330px; float:left;text-align:left;}
.news_list1_03
{ width:40px; float:right;}
-----------------------------------------------------------
.news_list2_01
{ width:340px;}
#news_list2_02
{width:310px; float:left;text-align:left;}
.news_list2_03
{ width:30px; float:right;}
-----------------------------------------------------------
.news_list3_01
{ width:380px;}
#news_list3_02
{width:350px; float:left;text-align:left;}
.news_list3_03
{ width:30px; float:right;}

----------------------------------------------------------------
.news_list4_01
{ width:350px;}
#news_list4_02
{width:320px; float:left;text-align:left;}
.news_list4_03
{ width:30px; float:right;}


----------------------------------------------------------------
.news_list5_01
{ width:410px;}
#news_list5_02
{width:360px; float:left;text-align:left;}
.news_list5_03
{ width:50px; float:right;}
