 /*子页左侧背景样式*/
 .a_sub_left_menu:link {
	color:#1A7805;
	text-decoration: none;
	display:block;
	background-image:url(../images/sub/sub_left_menu_bg.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left: 21px;
	line-height: 25px;
	padding-top: 3px;
}
.a_sub_left_menu:visited {
	color:#1A7805;
	text-decoration: none;
	display:block;
	background-image:url(../images/sub/sub_left_menu_bg.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left: 21px;
	line-height: 25px;
	padding-top: 3px;
}
.a_sub_left_menu:hover {
	color:#FF4302;
	text-decoration: none;
	display:block;
	/*background-image:url(../images/sub_left_menu_bg.jpg);*/
	background-repeat:no-repeat;
	background-position:0 -22px;
	padding-left: 21px;
	padding-top: 3px;
}
.a_sub_left_menu:active {
	color:#1A7805;
	text-decoration: none;
	display:block;
	background-image:url(../images/sub/sub_left_menu_bg.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left: 21px;
	line-height: 25px;
	padding-top: 3px;
}

.a_sub_left_menu:active {
	color:#1A7805;
	text-decoration: none;
	display:block;
	background-image:url(../images/sub/sub_left_menu_bg.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left: 21px;
	line-height: 25px;
	padding-top: 3px;
}
  
.sub_left_bg {
	background-color:#D4EAFF;
	background-image: url(../images/sub/sub_left_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.a_sub_adr:link {  
	color:#333333;
	text-decoration:none;

}
.a_sub_adr:visited {
	color:#333333;
	text-decoration:none;

}
.a_sub_adr::hover {
	color:#FF0000;
	text-decoration:underline;

}
.a_sub_adr::active {
	color:#333333;
	text-decoration:none;
}

 /*子页当前位置文字样式*/
.sub_adr_localtion_text {
	color:#FF0000;
}

 /*list页新闻列表样式*/
.a_sub_list:link {
	color:#174100;
	text-decoration:none;

}
.a_sub_list:visited {
	color:#174100;
	text-decoration:none;

}
.a_sub_list:hover {
	color:#CC3300;
	text-decoration:underline;

}
.a_sub_list:active {
	color:#174100;
	text-decoration:none;
}
 /*list页新闻列英文日期文字样式*/
.list_tx_en {
	font-family: "Tahoma", "Arial", Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
 /*子页标题样式*/
.sub_tit {
	font-size: 14px;
	font-weight: bold;
	color: #236100;
}
 /*子页标题下划线*/
.list_tit_undline {
	background-color: #269B07;
}



 /*detail页标题样式*/
.detail_tit {
	font-weight: bold;
	color: #236100;
	font-size: 14px;
}

 /*detail页副标题样式*/
.detail_tx_gray {
	font-size: 12px;
	color: #999999;
}

/*detail页正文样式*/
.detail_text {
	font-size: 14px;
	line-height:20px;
	padding:6px;
}

.tx_red_bold {
color:#CC3300;
font-size:14px;
font-weight:bold;
}
