* {
	margin: 0;
	padding: 0;
}

.pageturning {
	width: 1088px;
	height: 100px;
	line-height: 100px;
	padding-top: 30px;
	/* background-color: aqua; */
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction:row;
	justify-content: space-between;
}

.pageturning span {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

.pageturning img {
	width: 25px;
}

.pageturning img:nth-child(1) {
	transform: rotate(180deg);
}

.pageup, .pagedown {
	width: 50%;
}

.pagedown {
	text-align: right;
}