﻿
.con-box {
	position: relative;
	padding: 8px 15px 0;
	border-top: 0;
}
.s-block {
	margin-bottom: 15px;
}
.s-block-title {
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #4490db;
	padding-left: 20px;
	background: url(../images/title-type1.png) no-repeat 0 center;
}
.block-link {
	color: #4490db;
}

/*分页*/
.pagination {
	/*position: absolute;*/
	margin-top: 10px;
	bottom: 20px;
	width: 100%;
	height: 26px;
	text-align: center;
	font-family: "宋体";
}
.pages-box {
	display: inline-block;
	zoom: 1;
	*display: inline;
	height: 26px;
	line-height: 26px;
}
.page-pre {
	float: left;
	margin-right: 18px;
	width: 58px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #555;
	font-family: "宋体";
	border: 1px solid #ddd;
}
.page-link {
	margin: 0 2px;
	float: left;
	width: 34px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #666;
	font-family: "微软雅黑";
	border: 1px solid #ddd;
}
.current {
	margin: 0 2px;
	float: left;
	width: 34px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #f00;
	font-weight: bold;
	font-family: "微软雅黑";
	border: 1px solid #fff;
}
.page-next {
	float: left;
	width: 58px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #555;
	font-family: "宋体";
	font-family: "宋体";
	border: 1px solid #ddd;
}
.page-dots {
	float: left;
	width: 51px;
	font-weight: bold;
	color: #555;
}
.total-pages {
	float: left;
	padding: 0 5px;
	color: #666;
}
strong {
	font-weight: bold;
}
.page-num {
	float: left;
	width: 34px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #666;
	border: 1px solid #ddd;
}
.page-go {
	margin-left: 6px;
	float: left;
	padding: 0;
	width: 28px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #ddd;
	background: #fff;
	box-sizing: border-box;
	cursor: pointer;
}