.NewLeftLine {
	width:150px;
	height:auto;
}
/*菜单项默认连接样式*/
a.NewsNav:link {
	color:#000;
}
/*菜单项访问过后样式*/
a.NewsNav:visited {
	color:#000;
}
/*菜单项默认样式*/
a.NewsNav {
	MARGIN: 5px 0px 0px;
	LIST-STYLE-TYPE: none;
	BACKGROUND-POSITION: left bottom;
	BACKGROUND-IMAGE: url(./images/left_line.gif);
	LINE-HEIGHT: 25px;
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: 15px 8px;
	DISPLAY: block;
	PADDING-LEFT: 25px;
	BACKGROUND-IMAGE: url(./images/arrow_1.gif);
	MARGIN-BOTTOM: 1px;
	BACKGROUND-REPEAT: no-repeat;
	HEIGHT: 25px;
}
/*菜单项悬停样式*/
a.NewsNav:hover {
	BACKGROUND-POSITION: left bottom;
	FONT-WEIGHT: bold;
	BACKGROUND-IMAGE: url(./images/left_hover.gif);
	COLOR: #000;
	BACKGROUND-REPEAT: no-repeat;
	TEXT-DECORATION: none;
}
/*新闻左边样式*/
.NewLeft {
	margin-top:15px;
	width:186px;
	height:500px;
	position:relative;
	float:left;
}
/*新闻左边大项样式*/
.NewList {
	margin-bottom:20px;
	position:relative;
	width:186px;
	height:auto;
}
/*新闻左边项标题样式*/
.NewLeftTitle {
	background-image:url(Images/title_4.gif);
	width:161px;
	height:18px;
	padding-left:25px;
	font-weight:bold;
	padding-top:5px;
	color:#FFF;
}
/*新闻左边项内容样式*/
.NewLeftContent {
	width:auto;
	height:100px;
	padding-top:3px;
}
/*新闻右边样式*/
.NewRight {
	width:810px;
	margin-top:15px;
	height:auto;
	position:relative;
	float:right;
}
/*新闻右边标题样式*/
.NewRightTitle {
	padding-bottom:5px;
	color:#069;
	font-size:14px;
	font-weight:bold;
	width:760px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	height:15px;
	padding-top:5px;
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.NewRightContent {
	width:760px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:15px;
	padding-left:20px;
}

