/*系统样式*/
body {
	margin: 0px;
	padding: 0px;
	font-family: "宋体";
	background-color: #000B33;
}
td {
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	line-height: 150%;
}
form,ul,li {
	margin: 0px;
	padding: 0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	border: 1px solid #999999;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #999999;
}

select {
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	line-height: 150%;
}
/*========================链接样式========================*/
/*默认*/
a {font-size: 12px;color: #333333;}
a:link {text-decoration: none;color: #333333;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;color: #0066CC;}
/*导航*/
.menu_link {
	font-size: 14px;
	line-height: 180%;
	color: #4A5C03;
	font-weight: bold;
}
.menu_link a:link {
	text-decoration: none;
	color: #4A5C03;
	font-size: 14px;
}
.menu_link a:visited {
	text-decoration: none;
	color: #4A5C03;
	font-size: 14px;
}
.menu_link a:hover {
	text-decoration: underline;
	color: #4A5C03;
	font-size: 14px;
}
/*白色*/
.white_link {
	font-size: 12px;
	color: #FFFFFF;
}
.white_link a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}
.white_link a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}
.white_link a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 12px;
}






.td_padding {
	padding-right: 2px;
	padding-left: 2px;
}
.td_padding_10 {
	padding: 10px;
	line-height: 150%;
}

/*========================字体样式区=======================*/

.font10px {
	font-size: 10px;
}

.font11px {
	font-size: 11px;
}

/*14号粗体*/
.font14 {
	font-size: 14px;
	font-weight: bold;
}

/*14号正常*/
.font14_n {
	font-size: 14px;
	color: #787878;
	line-height: 180%;
}
/*版权信息内容*/
.border_copyright {
	height: 90px;
	line-height: 180%;
	text-align: center;
	margin: 0px;
	padding: 10px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
.left_class {
	font-weight: bold;
	height: 26px;
	list-style-type: none;
	line-height: 26px;
	padding-left: 55px;
	background-image: url(images/bg_about.jpg);
	background-repeat: no-repeat;
	width: 229px;
}
.newsList {
	height: 24px;
	list-style-type: none;
	line-height: 24px;
	padding-left: 13px;
	background-image: url(images/dot_01.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.newsList_2 {
	height: 24px;
	list-style-type: none;
	line-height: 24px;
	padding-left: 10px;
	color: #FF6600;
}

.newsList_white {
	height: 24px;
	list-style-type: none;
	line-height: 24px;
	padding-left: 10px;
	color: #FFFFFF;
}
.newsList_white a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}
.newsList_white a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}
.newsList_white a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 12px;
}

.index_title {
	height: 22px;
	list-style-type: none;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	background-image: url(Images/dot_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.article_link {
	font-family: "宋体";
	font-size: 14px;
	line-height:200%;
}
.article_link a:link{
	font-family: "宋体";
	font-size: 14px;
	line-height: 200%;
	text-decoration: none;
}
.article_link  a:visited{
	font-family: "宋体";
	font-size: 14px;
	line-height: 200%;
	text-decoration: none;
}
.article_link a:hover{
	font-family: "宋体";
	font-size: 14px;
	line-height: 200%;
	text-decoration: underline;
}
.article_time_index {
	font-family: "宋体";
	color: #999999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.article_list_line {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
.article_title_index {
	font-family: "黑体";
	font-size: 18px;
	line-height: 200%;
	color: #0033CC;
}
/*栏目，边框，标题*/
.class_area {
	border: 1px solid #747474;
	margin-top: 10px;
}
.class_area th {
	border: 1px solid #FFFFFF;
	background-color: #747474;
}
.class_area th td {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	height: 25px;
}
.class_area td {
}
.time_table {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.time_table td {
	padding: 5px;
	border: 1px none #FFFFFF;
}
.newsList_table {
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.newsList_table th {
	background-image: url(Images/th_bg.gif);
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.newsList_table th td {
	margin: 0px;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #898F2F;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.newsList_table td {
	padding: 2px;
}
/*========================线条样式区========================*/
/*虚线*/
.line_xu_heng {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

.line_xu_shu{
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
}

/*========================边框样式区========================*/
/*无边框*/
.noborder {
	border: none;
}
/*边框 四边*/
.td_border {
	border: 1px solid #CCCCCC;
}
/*边框 左右上*/
.td_border_3 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
/*边框 左右*/
.td_border_2 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*标签切换开始*/
.tab_01 {
	font-size: 12px;
	line-height: 120%;
	color: #DFFF97;
	font-weight: bold;
	text-decoration: none;
}
.tab_01 a:link {
	text-decoration: none;
	color: #DFFF97;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
}
.tab_01 a:visited {
	text-decoration: none;
	color: #DFFF97;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
}
.tab_01 a:hover {
	font-size: 12px;
	line-height: 120%;
	color: #DFFF97;
	font-weight: bold;
	text-decoration: none;
}

.tab_02 {
	font-size: 12px;
	line-height: 120%;
	color: #A8F916;
	font-weight: bold;
	text-decoration: none;
	background-color: #999999;
}
.tab_02 a:link {
	font-size: 12px;
	line-height: 120%;
	color: #A8F916;
	font-weight: bold;
	text-decoration: none;
}
.tab_02 a:visited {
	font-size: 12px;
	line-height: 120%;
	color: #A8F916;
	font-weight: bold;
	text-decoration: none;
}
.tab_02 a:hover {
	font-size: 12px;
	line-height: 120%;
	color: #A8F916;
	font-weight: bold;
	text-decoration: none;
}
/*标签切换结束*/
.bg_02 {
	background-color: #FFFFFF;
	background-image: url(Images/bg_02.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bg_03 {
	background-color: #FFFFFF;
	background-image: url(Images/bg_03.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/*左边背景样式*/
.left_BG_01{
	background-image: url(images/tu.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #ECECEC;
} 

}
.left_BG_02{
	background-image: url(images/tu2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #ECECEC;
}

}
.left_BG_03{
	background-image: url(images/tu3.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #ECECEC;
}
