
/*通用样式开始*/
.fl{
	float: left;
}
.fr{
	float: right;
}
.cb:after{
	display:block;
	content:"";
	clear:both;
}
.cb{
	zoom:1;
}
.red{
	color:#990000;
}
body{
	font-family:"黑体";
}
/*通用样式结束*/

/*底部开始*/
.bottom{
	text-align: center;
	line-height: 48px;
	border-bottom:3px solid #aaa;
}
.bottom a{
	display: inline-block;
	color:#929292;
	font-size: 17px;
	font-weight: bold;
	margin:0 20px;
}
footer{
	text-align: center;
	color:#333;
	font-size: 17px;
	padding:8px 0 12px 0;
	background-color:#f4f4f4;
}
footer p{
	line-height: 25px;
}
footer span{
	line-height: 25px;
	font-family:"Arial";
}
/*底部结束*/

/*翻页开始*/
.page{
	margin-top: 10px;
}
.page a{
	display: block;
	color:#004276;
	font-size: 17px;
	margin:0 5px;
}
.page a span{
	display: none;
}
.page a.on span{
	display: inline-block;
}
.page a.none{
	color:#a9a8a8;
}
.page .previous,
.page .next{
	margin-right: 10px;
}
/*翻页结束*/

/*面包屑开始*/
.content{
	padding:8px 15px;
}
.content .crumb{
	line-height: 34px;
	font-size: 19px;
}
.content .crumb p{
	color:#201e1e;
}
.content .crumb a{
	display: block;
	color:#004276;
}
/*面包屑结束*/

/*hrj 分页*/
.paginator { font: 12px Arial;padding:0px 0px 1px 0; margin-top:5px;}
.paginator a {padding: 3px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none;margin-right:2px; display:block; float:left; color:#333;}
.paginator a:visited {padding: 3px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none;}
.paginator .cpb {padding: 3px 6px;font-weight: bold; font-size: 13px;border:none}
.paginator a:hover {color: #1e5494; text-decoration: none;}
#AspNetPager1_btn {margin-left:4px;}
#AspNetPager1_btn{width:45px;height:20px; background-color:#717171;color:#fff; text-align:center; border:0;cursor: pointer;line-height:18px;font-size:12px;}
#AspNetPager2_btn {margin-left:4px;}
#AspNetPager2_btn{width:45px;height:20px; background-color:#717171;color:#fff; text-align:center; border:0;cursor: pointer;line-height:18px;font-size:12px;}
