<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**基本格式开始***************/

/**基本格式结束***************/

/*单页头部开始*/
.bodyCon08 {
	margin-top: 15px;
	background-color: transparent;
	border-top: 1px solid #000000;
}

.bodyCon08 .students {
	margin: 0 auto;
	height: 165px;
	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;
	margin: 0 auto;
	position: absolute;
}

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

#four_flash .flashBg ul.mobile {
	width: 2000%;
	position: absolute;
	left: 0;
}

#four_flash .flashBg ul.mobile li {
	float: left;
	margin-left: 26px;
	padding-top: 40px;
	color: #6C6E85;
	transition: all 1s ease 0s;
}

#four_flash .flashBg ul.mobile li:hover {
	-webkit-box-shadow: 0px 0px 5px 10px rgba(0, 0, 0, 1.00);
	box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, .5);
}

#four_flash .flashBg ul.mobile li img {
	height: 60px;
	display: block;
	margin: 0 auto;
	
}

#four_flash .flashBg ul.mobile li dd {
	font-size: 20px;
	line-height: 60px;
	text-align: center;
}

#four_flash .flashBg ul.mobile li p {
	font-size: 16px;
	text-align: center;
	width: 260px;
	line-height: 24px;
	margin-top: 10px;
}

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

#four_flash .flashBg ul.mobile li a:hover {
	background: url(../images/jiantou2.png);
}

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

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

#four_flash .but_left:hover {
	background: url(../images/qianxleft1.png) no-repeat;
}

#four_flash .but_right:hover {
	background: url(../images/qianxr1.png) no-repeat;
}
</pre></body></html>