.subCont {
	width: 96%;
	margin: 10px auto 0;
}
.subCont a{
	color:#666;
	font-size: 14px;
}
.news-item {
    width: 100%;
	padding: 12px 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: #02296c;
}
.news-item span {
	font-size: 14px;
	color: #999;
	display: inline-block;
	margin-top: 10px;
	margin-left: 10px;
}
.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: #02296c;
}
.pagebar {
    margin:20px auto;
    text-align: center;
    font-size: 14px;         
    display: block;
}
.pagebar a {
    position: relative;
    font-size: 16px;
    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: #555;
    margin-right: 2px;
    padding-top: 2px;
    border-bottom: #ddd 1px solid;
    text-decoration: none;
}
.pagebar .on, .pagebar a:hover {
    background-color: #02296c;
    color: #fff;
}