@charset "utf-8";
.mobile {
	list-style: none;
}

.bodyCon08 .students {
	margin: 0 auto;
	width: 1100px;
	height: 480px;
	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: 1100px;
	height: 400px;
	margin: 0 auto;
	position: absolute;
	bottom: 40px;
	top:60px;
}

#four_flash .flashBg {
	width: 998px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#four_flash .flashBg ul.mobile {
	width: 2000%;
	height: 400px;
	position: absolute;
	top: 15;
	left: 0;
}

#four_flash .flashBg ul.mobile li {
    border:10px solid transparent;
	float: left;
	width: 280px;
	height: 340px;
	margin-left: 26px;
	padding-top: 40px;
	color: #000;
	background:rgba(255,255,255,0.8);
}

/*#four_flash .flashBg ul.mobile li:hover {
	border: 10px solid #343851;
	color: #fff;
}*/

#four_flash .flashBg ul.mobile li img {
	width: 140px;
	height: 140px;
	display: block;
	margin: 0 auto;
	border-radius: 82px;
}

#four_flash .flashBg ul.mobile li dd {
	font-size: 16px;
	width: 250px;
	line-height: 60px;
	text-align: center;
	border-bottom: 1px solid #6C6E85;
	margin: 0 auto;
	font-weight:bold;
}

#four_flash .flashBg ul.mobile li p {
	font-size: 13px;
	text-align: center;
	width: 250px;
	line-height: 24px;
	margin-top: 10px;
	margin-left: auto;
    margin-right: auto;
}

#four_flash .flashBg ul.mobile li a {
	display: block;
	/*background: url(__PUBLIC__/Home/images1/jiantou.png);*/
	width: 31px;
	height: 31px;
	border: 0px;
	margin: 8px auto;
}

#four_flash .flashBg ul.mobile li a:hover {

	/*background: url(__PUBLIC__/Home/images1/jiantou2.png);*/
}

#four_flash .but_left {
	width: 50px;
	height: 100px;
	position: absolute;
	top: 136px;
	left: 0px;
}

#four_flash .but_right {
	width: 50px;
	height: 100px;
	position: absolute;
	top: 136px;
	right: 0px;
}

#four_flash .but_left:hover {

	/*background: url(__PUBLIC__/Home/images1/qianxleft1.png) no-repeat;*/
}

#four_flash .but_right:hover {
	/*background: url(__PUBLIC__/Home/images1/qianxr1.png) no-repeat;*/
}

.students ul {
	width:101%;
}

.students ul li {
	width:32%;
	height:480px;
	background-color:rgba(0,0,0,0.4);
	float:left;
	margin-right:1%;
/*	border:1px solid #ddd;*/
	box-sizing: border-box;

}

.students ul li:hover {
	background-color:rgba(255,255,255,0.3);
}


.students ul li:nth-child(1) {
	margin-left:0.5%;
}

.students ul li h2 {
	color:#fff;
	padding:10px 0;
	border-bottom:1px solid #fff;
}

.students ul li div a {
	float:left;
	display:block;
	width:100%;
	text-align:left;
	/*padding-left:5%;*/
	padding-top:10px;
	padding-bottom:10px;
	color:#fff;
    transition: 0.2s;
    text-indent: 2em;
}

.students ul li div a:hover {
	background:#EB6100;
	width:100%;
	/*padding:5px 0;*/
	text-indent:5px;
	border-radius: 10px;
}












