﻿img {
	vertical-align: top;
	border: 0;
}
#hotpic {
	width: 570px;
	height: 390px;
	overflow: hidden;
	margin: 0 auto;
	border:1px solid #efeeee;
}
#NewsPic {
	position: relative;
	width: 570px;
	height: 390px;
	overflow: hidden;
}
#NewsPic a {
	overflow: visible;
	border: 0;
	text-decoration: none;
}
#NewsPic .Picture {
	position: absolute;
	left: 0;
	top: 0;
	width: 570px;
	height: 390px;
}
#NewsPic .Nav {
	position: absolute;
	height: 24px;
	line-height: 24px;
	bottom: 48px;
	right: 0;
}
#NewsPic .Nav span {
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	float: right;
	display: block;
	width: 24px;
	text-align: center;
	background: #000;
	border-left: solid 1px #FFF;
	cursor: pointer;
}
#NewsPic .Nav span.Normal {
	color: #FFF;
	background: #000;
	filter: Alpha(opacity=50);
	opacity: .5;
}
#NewsPic .Nav span.Cur {
	background: #ce0609;
	color: #FFF;
}
#NewsPicTxt {
	position:absolute;
	bottom:-1px;
	left:0px;
	background:#f7f9f9;
	width:100%;
	height: 48px;
	line-height:48px;
	border: 1px;
	padding-top: 0px;
	padding-left:5px;
	font-family: Sans-Serif;
	font-weight: 700;
	color: #166eb5;
	font-size: 16px;
	overflow: hidden;
}
#NewsPicTxt a:link, #NewsPicTxt a:visited {
	font-size: 14px;
	color: #166eb5;
	width: 200px;	
	text-decoration: none;
	text-overflow:ellipsis; white-space:nowrap; overflow:hidden;	
}
#NewsPicTxt a:hover {
	color: red;
}
