.bodyCon08 .students {
	margin: 0 auto;
	width: 750px;
	height: 226px;
	position: relative;
}

.bodyCon08 .students p.PP {
	width: 510px;
	height: 50px;
	font-size: 16px;
	color: #333;
	text-align: center;
	position: absolute;
	top: 60px;
	left: 300px;
}

#four_flash {
	position: relative;
	width: 750px;
	height: 226px;
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
}

#four_flash .flashBg {
	width: 750px;
	height: 226px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#four_flash .flashBg ul.mobile {
	width: 2000%;
	height: 226px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}

#four_flash .flashBg ul.mobile li {
	float: left;
	width: 226px;
	height: 213px;
	margin-right: 35px;
	padding-top: 0px;
	list-style: none;
	position: relative;
}

#four_flash .flashBg ul.mobile li:hover {
	color: #fff;
}

#four_flash .flashBg ul.mobile li img {
	width: 100%;
	display: block;
	margin: 0 auto;
	height: 143px;
}

#four_flash .flashBg ul.mobile li div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	color: #fff;
	padding: 10px;
}

#four_flash .flashBg ul.mobile li div h4 {
	font-weight: normal;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#four_flash .flashBg ul.mobile li div p {
	opacity: 0.47;
	margin-top:10px;
}

#four_flash .flashBg ul.mobile li a {
	display: block;
}

#four_flash .but_left {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -40px;
	right: 30px;
	border: 1px solid #cccccc;
	cursor: pointer;
	border-radius: 3px;
}

#four_flash .but_left img,#four_flash .but_right img {
	width: 100%;
}

#four_flash .but_right {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -40px;
	right: 0px;
	border: 1px solid #cccccc;
	cursor: pointer;
	border-radius: 3px;
}

#four_flash .but_left:hover {
	background: #ccc;
}

#four_flash .but_right:hover {
	background: #ccc;
}