
/* 分页器 */
.Listpagination {
	margin: 0 auto;
	left: -160px;
	margin-bottom: 60px;
}

.pagination {
	text-align: center;
}

.pagination a,
.pagination span {
	text-decoration: none;
	height: 36px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin: 0 9px;
	padding: 0 10px;
	min-width: 16px;
}

.pagination a {
	/* border-radius: 5px; */
	border: 1px solid #D0CFCF;
	color: #666;
}

.pagination .prev,
.pagination .next {
	padding: 0 10px;
}

.pagination .active {
	background: #005AB6;
	color: #fff;
	/* border-radius: 5px; */
}

/* 小导航栏 */
.littleNav {
	/* background-color: #fff; */
	width: 1200px;
	margin: 8px auto;

}

.littleNav>a {
	color: #999999;
	text-decoration: none;
	font-size: 22px;
}

/* 课程列表 */
.classesList {
	width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.classesListA {
	text-decoration: none;
	width: 284px;
	height: 290px;
	margin-top: 20px;
	margin-left: 20px;
	border-radius: 6px;
}

.classesListA:nth-child(4n + 1) {
	margin-left: 0;
}

.classesListA:nth-child(4n) {
	margin-right: 0;
}

.classesListA:hover {
	color: #0069d3;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.classCenterItem:hover {
	box-shadow:
			0px 0.2px 0.6px rgba(0, 93, 186, 0.004),
			0px 0.5px 1.4px rgba(0, 93, 186, 0.002),
			0px 1px 2.5px rgba(0, 93, 186, 0.001),
			0px 1.6px 4.2px rgba(0, 93, 186, 0),
			0px 2.6px 6.9px rgba(0, 93, 186, 0),
			0px 4.6px 12px rgba(0, 93, 186, 0.004),
			0px 10px 26px rgba(0, 93, 186, 0.03);

}

/* 0811首页课程中心加入鼠标悬浮反转动画 */
.classCenterItem>img {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

/* .classCenterItem>img:hover {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
} */


.classesListImg {
	width: 100%;
	height: 160px;
	border-radius: 6px;
}

.classesListTitle {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 280px;
	/* margin: 18px 0 16px 16px; */
	/* height: 40px; */
	margin-top: 18px;
	margin-left: 16px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}

.classesListTeacher {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	margin-top: 14px;
	margin-left: 16px;
	color: #999999;
	font-family: Microsoft YaHei;
	font-weight: 400;
}

.classesListCount {
	margin-top: 12px;
	font-size: 18px;
	margin-left: 16px;
	color: #999999;
	font-family: Microsoft YaHei;
	font-weight: 400;
}
