﻿/* --栏目分页样式-- */
.c_class_page{
	overflow: auto;
	height: 100%;
	text-align: left;
}
.c_class_page div{
	float: right;
}
.c_class_page a, .c_class_page strong {
	margin-left: 5px;
	padding: 4px;
	height: 28px;
	line-height: 28px;
	border:1px solid #d3d3d3;
	background: #fff;
}
.c_class_page a {
	color: #2B93D2;
}
.c_class_page strong, .c_class_page a:hover{
	color: #c00;
}
.c_class_page strong{
	border:1px solid #c00;
}

/* --文章内容分页样式-- */
.c_content_page{
	text-align: center;
	overflow: auto;
	height: 100%;
}
.c_content_page a{
	margin-left: 5px;
	padding: 4px 6px;
	border:1px solid #d3d3d3;
	background: #f1f1f1;
	color: #2B93D2;
	height: 28px;
	line-height: 28px;
}
.c_content_page a:hover{
	color: #c00;
}
.c_content_page a.page_hover{
	background: #c00;
	border:1px solid #900;
	color: #fff;
}
.c_content_page a.page_hover:hover{
	color: #ff3;
}

