/* =================页面风格 */

body,td,th {font-size: 12px;color: #8d8d8d;line-height: 20px;}
body {margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;}

/* =================默认链接 */

a:link {color: #242424;text-decoration: none;}
a:visited {text-decoration: none;color: #242424;}
a:hover {text-decoration: underline;color: #FF7700;}
a:active {text-decoration: underline;color: #FF7700;}

/* =================白色链接 */

a.white:link {color: #FFFFFF;text-decoration: none;font-weight: bold;font-size: 14px;}
a.white:visited {text-decoration: none;color: #FFFFFF;font-weight: bold;font-size: 14px;}
a.white:hover {text-decoration: underline;color: #FFDF55;font-weight: bold;font-size: 14px;}
a.white:active {text-decoration: none;color: #FFDF55;font-weight: bold;font-size: 14px;}

/* =================蓝色链接 */

a.blue:link {text-decoration: none;color: #2D7953;}
a.blue:visited {text-decoration: none;color: #2D7953;}
a.blue:hover {text-decoration: underline;color: #43B87D;}
a.blue:active {text-decoration: none;color: #43B87D;}

/* =================常用字体 */
.white-12px {font-size: 12px;color: #FFFFFF;}
.red-12px {font-size: 12px;color: #FF6600;}
.date {font-size: 12px;color: #999999;}
.style1 {
	color: #000000;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
}

/* =================标题 */
.title {font-size: 12px;color:#626262}
.title_B {font-size: 12px;color:#626262}

/* =================去表单空白 */
form {margin:0px;}

/* =================表单输入框 */
.input {font-size: 12px;border: 1px solid #CCCCCC;line-height: 23px;text-decoration: none;}

/* =================新闻动态列表横线 */
.news_line {border-bottom-width: 1px;border-bottom-style: dashed;border-bottom-color: #E6E6E6;}

/* =================新闻内容字体 */
.news_nr {
	font-size: 14px;
	color:#000000;
	line-height: 23px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

/* =================新闻标题字体 */
.news_title {
	font-size: 20px;
	color:#000000;
	font-family: "黑体";
	line-height: 30px;

}

/* =================栏目标题字体 */
.lanmu_title {font-size: 15px;color:#000000;line-height: 30px;filter:;font-weight: bold;}

/* =================新闻日期字体 */
.news_title2 {font-size: 12px;color:#999999;line-height: 20px;text-decoration: none;}

/* =================表格边框 */
.table_bk {border: 1px solid #CCCCCC;}

