.new-main {
	width: 40%;
	margin: 100px auto 20px;
	padding: 15px;
	background-color: #fff;
}

.new-main .item {
	margin-bottom: 20px;
}

.new-main .item-title {
	text-align: left;
	padding: 15px;
	font-weight: bold;
	font-size: 18px;
}

.pagination-container {
	/* text-align: center; */
	margin-top: 68px;
	bottom: 42px;
	position: absolute;
	right: 78px;
	/* display: flex;
	align-items: center; */
}

.pagination {
	display: inline-block;
	height: 22px;
	line-height: 22px;
}

.pagination a {
	border: 1px solid #C6C6C6;
	color: #5E5E5E;
	display: inline-block;
	/* padding: 1px 6px; */
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	text-decoration: none;
	border-radius: 3px;
	margin-right: 10px;
	cursor: pointer;
}

.pagination a.active {
	color: #fff;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background-color: #2B83E4;
	border: 1px solid #2B83E4;
}

.page-change {
	width: 22px;
	height: 22px;
	background: #FFFFFF;
	border-radius: 3px;
	border: none !important;
	display: inline-block;
	cursor: pointer;
	margin-right: 8px;
}


.skip {
	width: 50%;
	height: 17px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #5E5E5E;
	line-height: 17px;
	margin-left: 11px;
}

.skip input {
	width: 50px;
	margin-left: 5px;
	outline: none;
	margin-right: 10px;
}

.page_select {
	/* width: 72px; */
	height: 22px;
	background: #FFFFFF;
	border-radius: 3px;
	outline: none;
	border: 1px solid #C6C6C6;
}