*{
	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 - 306px);
	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{
	padding-top: 10px;
	padding-bottom: 15px;
}
.paging:after{
	display: block;
	clear: both;
	content: "";
}
.pagingLeft{
	float: left;
	width: 50%;
	text-align: center;
}
.pagingLeft a{
	font-size: 12px;
	color: #054a39;
	margin-right: 10px;
}
.pagingRight{
	float: right;
	font-size: 12px;
	color: #054a39;
	width: 50%;
	text-align: center;
}