.border {
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
.menu {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
	padding-left: 47px;
	padding-top: 1px;
}
.menu:hover {
	font-size: 13px;
	color: #F67F0C;
	text-decoration: underline;
}
.menue {
	font-size: 12px;
	color: #80430E;
	text-decoration: none;
	padding-left: 24px;
	padding-bottom: 2px;
	font-family: "Verdana";

}
.menue:hover {
	font-size: 13px;
	color: #F67F0C;
	text-decoration: underline;
}




.time {
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #333333;
}
.time:hover {
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #D57800;
}
.news {
	font-size: 12px;
	color: #0099CC;
	text-decoration: none;
}
.nw {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.links {
	font-size: 12px;
	line-height: 160%;
	text-decoration: none;
	letter-spacing: 1px;
}
.ab {
	font-size: 13px;
	line-height: 150%;
	text-decoration: none;
	padding: 5px;
	color: #4B4B4B;
}
.bt {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #006699;
	padding-left: 12px;
}
table {
	font-size: 12px;
	text-decoration: none;
}
.copyright {
	font-size: 12px;
	line-height: 150%;
	text-decoration: none;
	color: #111111;

}
.mq {
	CURSOR: hand;
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	text-decoration: none;
	padding: 4px;
}
.ta {
	padding-left: 22px;
	padding-bottom: 2px;
	color: #003399;
	font-weight: bold;
	font-family: "??", Arial, "Times New Roman";
}

.new_title {
	font-size: 13px;
	line-height: 140%;
	text-decoration: none;
	padding-left: 22px;
	font-family: "宋体", Arial, "Times New Roman";
	font-weight: normal;
	letter-spacing: 1px;
	color: #FFFFFF;
	padding-bottom: 1px;

}
.ns {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.fe {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	padding-left: 8px;
}
.n {
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #666666;
}
.n:hover {
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #D57800;
}
.abshow {
	text-decoration: none;
	filter: dropshadow(color=#A7A7A7,offx=4,offy=4,positive=1);
}
.ntilt {
	font-size: 16px;
	line-height: 150%;
	text-decoration: none;
	color: #D96700;
	font-weight: bold;
	letter-spacing: 1px;



}
.prshow:hover {
	text-decoration: none;
	position: relative;
	right: 1px;
	bottom: 1px;





}
.prshow {
	text-decoration: none;
	

}
/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #000000;} /* 已访问的链接 */
a:hover{COLOR: #0E0E0E;} /* 鼠标在链接上 */ 
a:active {color: #F9F9F9;} /* 点击激活链接 */
