.subCont {
	width: 96%;
	margin: 10px auto 0;
}
.subCont a{
	color:#666;
	font-size: 14px;
}
.news-item {
    width: 100%;
	padding: 6px 0;
    border-bottom: 1px dashed #bfbfbf;           
}
.news-item>a {
	font-size: 16px;
	font-weight: bold;
	color: #2a2a2a;
	display: inline-block;
	margin-top: 10px;
}
.news-item>a:hover {
	color: #062b83;
}
.news-item span {
	float: right;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}
.news-item>a:nth-of-type(2) {
	height: 50px;
	overflow: hidden;
}
.news-item p {
	font-size: 15px;
	font-weight: 100;
	text-indent: 2em;
	color: #666;
	line-height: 24px;
	margin-bottom: 10px;
}
.news-item p:hover {
	color: #062b83;
}
.pagebar {
	width: 80%;
	height: 36px;
	margin:30px auto 0;
	text-align: center;
	overflow: hidden;
}
.pagebar a, .pagebar span {
	position: relative;
	font-size: 14px;
	border-right: #ddd 1px solid;
	padding-right: 5px;
	border-top: #ddd 1px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	border-left: #ddd 1px solid;
	color: #333333;
	margin-right: 2px;
	padding-top: 2px;
	border-bottom: #ddd 1px solid;
	text-decoration: none;
	min-width: 30px;
	min-height: 30px;
	display: inline-block;
    line-height: 30px;	
    text-align: center;
}
.pagebar .on {
	background: #062b83;
    color: #fff;
}
.pagebar a:hover {
	border: 1px solid #1f1f1f;
}