.barrierfree_container {
	position: relative;
}

.banner {
	background: url(banner.png) no-repeat center center;
	width: 100%;
	height: 250px;

}

.content {
	width: 1200px;
	margin: 0 auto;
	background: #FFFFFF;
	position: relative;
	top: -60px;
}

.top {
	padding-top: 35px;
	padding-left: 30px;
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 20px;
	color: #333333;
	line-height: 0px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.top span {
	margin-right: 20px;
}

.top select {
	background: #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #D7D8D9;
	font-family: PingFangSC-Regular, PingFangSC-Regular;
	font-weight: normal;
	font-size: 18px;
	color: #373D41;
	line-height: 18px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	width: 170px;
	height: 40px;
	padding: 0 10px;
	/*清除select聚焦时候的边框颜色*/
	outline: none;
	/*隐藏select的下拉图标*/
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url("xl.png") no-repeat 145px center transparent;
}

.top option {
	padding: 0 5px;
	background-color: #f9f9f9;
	color: #333;
}

.contentUl {}

.contentUl li {
	margin: 20px auto;
	padding-left: 20px;
	line-height: 68px;
	width: 1140px;
	height: 68px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
	border-radius: 4px 4px 4px 4px;
}
/* .contentUl li:hover{
	transform: scale(1.01);
	transition: height width 2s ease 0.5s;
} */
.pageOuter {
	position: relative;
	top: -40px;
}

.pageOuter,
.page,
.page>div,
.page>div>ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

.page>span {
	font-family: PingFangSC-Regular, PingFangSC-Regular;
	font-weight: normal;
	font-size: 14px;
	color: #73777A;
	line-height: 0px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.page .click {
	width: 30px;
	height: 30px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #DDDDDD;
	cursor: pointer;
}

.page .click.no {
	cursor: no-drop;
}

.page .pageLeft {
	background: url(page-left.png) no-repeat center center;
	user-select: none;
}

.page .pageRight {
	background: url(page-right.png) no-repeat center center;
	user-select: none;
}

.page li {
	text-align: center;
	line-height: 30px;
	width: 8px;
	height: 20px;
	font-family: PingFangSC-Light, PingFangSC-Light;
	font-weight: normal;
	font-size: 14px;
	color: #373D41;
	font-style: normal;
	text-transform: none;

}

.page li.active {
	color: #FFFFFF;
	background-color: #1768FE;
}

.page li.no {
	cursor: no-drop;
}

.page>div {
	margin-left: 20px;
}