.news-box {
	width: 700px;
	height: 177px;
	margin: 27px 0 14px 0;
	position: relative;
}
.news-img {
	width: 250px;
	height: 156px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.news-title {
	width: 300px;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	position: absolute;
	top: 9px;
	left: 276px;
	font-weight: bold;
}
.news-date {
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	top: 9px;
	right: 0px;
	color: #ccc;
}
.news-date span{
	display: block;
	float: left;
	margin-right: 7px;
	width: 12px;
	height: 12px;
	background: url("../images/time.png");
}
.news-info {
	width: 425px;
	height: 55px;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
	position: absolute;
	top: 45px;
	left: 276px;
}
.news-button-box {
	width: 93px;
	height: 28px;
	display: block;
	background:url("about:blank");
	border: 1px solid #ccc;
	position: absolute;
	top: 120px;
	left: 276px;
}
.news-button-box:hover p{
	color: #1a3c86
}
.news-button-p {
	width: 64px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	color: #888;
	border-right:1px solid #ccc;
	float: left;
}
.news-button-c {
	width: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 20px;
	color: #000;
	float: right;
}
.news-nav-box {
	margin-left: 243px;
}
.news-nav-box p {
	float: left;
}
.news-nav-prv {
	width: 90px;
	height: 35px;
	background-color: #ebebed;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #666;
	cursor: pointer;
	margin-right: 15px;
}
.news-nav {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #666;
	cursor: pointer;
	text-align: center;
	background-color: #ebebed;
	margin-right: 10px;
}
p.news-nav-cur {
	background-color: #1a3c86;
	color: #fff;
}
.news-nav-next {
	width: 90px;
	height: 35px;
	background-color: #ebebed;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #666;
	cursor: pointer;
	margin-left: 5px;
}