/* 分页 */
@media screen and (min-width:768px) {
	.pageList {
		margin-top: 20px;
	}

	.pageList .pages {
		margin: 0 !important;
		width: 100% !important;
		height: auto !important;
	}

	.pageList .tcdPageCode {
		width: 100%;
	}

	.pageList .tcdPageCode a {
		padding: 5px !important;
		min-width: 40px;
		height: 40px !important;
		line-height: 40px !important;
		border-radius: 25px;
		background: #fff !important;
		border: 0 !important;
		margin: 0 6px;
	}

	.pageList .tcdPageCode .nextPage {
		width: 80px;
	}

	.pageList .tcdPageCode .prevPage {
		width: 80px;
	}

	.pageList .tcdPageCode .disabled {
		width: 80px;
	}

	.pageList .tcdPageCode .current {
		background: #1957a4 !important;
		color: #fff !important;
	}

	.pageList .tcdPageCode .tcdNumber:hover {
		background: #1957a4 !important;
		color: #fff !important;
	}

	.pageList .tcdPageCode .nextPage:hover {
		background: #1957a4 !important;
		color: #fff !important;
	}

	.pageList .tcdPageCode .prevPage:hover {
		background: #1957a4 !important;
		color: #fff !important;
	}
}

@media screen and (max-width:768px) {
	.pageList {
		margin-top: 0.2rem;
	}

	.pageList .pages {
		margin: 0 !important;
		width: 100% !important;
		height: auto !important;
	}

	.pageList .tcdPageCode {
		width: 100%;
	}

	.pageList .tcdPageCode a {
		width: auto !important;
		padding: 0 0.1rem !important;
		min-width: 0.4rem;
		height: 0.6rem !important;
		line-height: 0.6rem !important;
		border-radius: 0.3rem;
		background: #fff !important;
		border: 0 !important;
		margin: 0 0.04rem;
	}

	.pageList .tcdPageCode .nextPage {
		padding: 0 0.25rem !important;
	}

	.pageList .tcdPageCode .prevPage {
		padding: 0 0.25rem !important;
	}

	.pageList .tcdPageCode .disabled {
		padding: 0 0.25rem !important;
	}

	.pageList .tcdPageCode .current {
		background: #1957a4 !important;
		color: #fff !important;
	}

	.pageList .tcdPageCode .tcdNumber:hover {
		background: #1957a4 !important;
		color: #fff !important;
	}

	.pageList .tcdPageCode .nextPage:hover {
		background: #1957a4 !important;
		color: #fff !important;
	}

	.pageList .tcdPageCode .prevPage:hover {
		background: #1957a4 !important;
		color: #fff !important;
	}

}