*{
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
	font-family: "microsoft yahei";
}
ul,li{
	list-style: none;
}
img{
	outline: none;
	border: none;
}
a{
	text-decoration: none;
	outline: none;
}
body{
	font: normal 12px/22px 宋体;
	min-width: 1900px;
}

.container{
	min-height: calc(100vh - 390px);
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.container:after{
	display: block;
	clear: both;
	content: "";
}
.clearBox{
	display: block;
	clear: both;
	height: 0;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

/* 分页 */
.paging:after{
	display: block;
	clear: both;
	content: "";
}
.paging{
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #99B5CD;
	margin-bottom: 17px;
}
.pagingLeft{
	float: left;
	width: 50%;
	font-size: 0;
}
.pagingLeft a{
	font-size: 12px;
	color: #494949;
	display: inline-block;
	width: 25%;
	text-align: center;
}
.pagingLeft a:hover{
	color: #1974A1;
	text-decoration: underline;
}
.pagingRight{
	float: right;
	font-size: 12px;
	color: #494949;
	width: 50%;
	text-align: right;
}
.upAndDown{
	width: 552px;
	padding-top: 5px;
	float: left;
}
.upAndDown p{
	line-height: 29px;
	padding: 0 5px;
	font-size: 13px;
	color: #666;
	margin-bottom: 30px;
}
.upAndDown p a{
	font-size: 13px;
	color: #666;
}