.subCont {
	margin-top:10px;
	width: 100%;
}
.subCont a{
	color:#666;
	font-size: 14px;
	font-family:"Microsoft YaHei";
}
.news-item {
    width:865px;
	height: 50px;
    border-bottom: 1px dashed #bfbfbf;           
}
.news-item a, .news-item span {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #2a2a2a;
	line-height: 50px;
}
.news-item>a:hover {
	color: #666;
}
.pagebar {
    margin:20px auto;
    text-align: center;
    font-family:"Microsoft YaHei";
    font-size: 14px;         
    display: block;
}
.pagebar a {
    position: relative;
    font-family:"Microsoft YaHei";
    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: #666;
    color: #fff;
}