@charset "utf-8";
/* CSS Document */
#NewsPic {
	margin: 0px auto;
	width:1100px;
	height:220px;
	}
#NewsPicTxt {
	border: 1px;
	padding: 0px;
	font-weight: bold;
	font-size: 24px;
	width:1070px;
	color: black;
	text-align: center;
}
#NewsPicTxt A {
	color: black;
	text-decoration: none
}
#NewsPicTxt A:hover {
	color: black;
	text-decoration: none
}
#NewsPicTxt A:visited {
	color: black;
	text-decoration: none
}
#NewPicTxt A:link {
	color: black;
	text-decoration: none
}
#NewsPicTxt A:hover {
	color: red
}
#NewsPic A {
	BORDER: 0px;
	text-decoration: none
}
#NewsPic A:hover {
	text-decoration: none
}
#NewPic A:visited {
	text-decoration: none
}
#NewsPic .Picture {
	border: 2px solid #c9d3d8;
	width:1070px;
	HEIGHT:220px
}
#NewsPic .Nav {
	right: 0px;
	width: 100%;
	bottom: 0px;
	height: 20px
}
#NewsPic .Nav SPAN {
	display: block;
	background: #000000;
	float: right;
	font: 18px Courier;
	BORDER-LEFT: #ffffff 1px solid;
	width: 24px;
	cursor: pointer;
	color: #ffffff;
	height: 100%;
	text-align: center
}
#NewsPic .Nav SPAN.Cur {
	background: #019fe8;
    aom  color: white
}
#NewsPic .Nav SPAN.Normal {
	background: #000000;
	filter: Alpha(opacity=50);
	color: white;
	opacity:.5
}
#NewsPic .Nav SPAN A {
	display: block;
	width: 100%;
	color: white;
	position: relative;
	height: 100%
}
#NewsPic .Nav SPAN A:hover {
	cursor: pointer
}
.pic{
	width:1100px; 
	height:220px;
	overflow:hidden;
	margin:0px auto;
}
