.subCont {
	width: 100%;
}
.subCont a{
	font-size: 14px;
	color:#666;
}
.news-item {
    width: 100%;
	height: 50px;
    border-bottom: 1px dashed #bfbfbf;           
}
.news-item a, .news-item span {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666;
	line-height: 50px;
}
.news-item a {
	display: inline-block;
	max-width: 80%;
	height: 50px;
	overflow: hidden;
}
.news-item>a:hover {
	color: #333;
}
.pagebar {
    margin: 40px auto;
    text-align: center;
    font-family:"Microsoft YaHei";
    font-size: 14px;
}
.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;
}