@charset "utf-8";
/*----------最新消息----------*/

.education {
	float: left;
	width: 1080px;
}
.education ul {
	width: 250px;
	display: block;
	float: left;
	margin: 10px;
	position: relative;
}
.education ul .vip {
	position: absolute;
	top: -5px;
	right: -4px;
	z-index: 1000;
}
.education ul .Broadcast {
	position: absolute;
	z-index: 1000;
	top: 60px;
	left: 80px;
}



.education ul .center {
	width: 230px;
	float: left;
	overflow: hidden;
	background: #fff;
	height: auto;
	clear: both;
	overflow: hidden;
	/* -webkit-box-shadow: 0 0px 8px rgba(102, 102, 102, 0.5); */
	-moz-box-shadow: 0 0px 8px rgba(102, 102, 102, 0.5);
	box-shadow: 0 0px 8px rgba(102, 102, 102, 0.5);
	margin-right: auto;
	margin-bottom: 30;
	margin-left: auto;
	position: relative;
	padding: 10px;	
	
}
.education ul .center .map {
	float: left;
	width: 230px;
	margin-bottom: 10px;
	overflow: hidden;
}
.education ul .center .date {
	float: left;
	width: 210px;
	float: left;
	color: #ff6600;
	font-size: 12px;
	padding: 10px;
}
.education ul .center .tit {
	width: 210px;
	float: left;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.education ul .center .detail {
	width: 210px;
	float: left;
	line-height: 20px;
	color: #878787;
	margin-top: 5px;
	font-size: 10pt;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.education ul .center .more {
	width: 180px;
	float: left;
	float: left;
	margin-top: 22px;
	color: #666;
	background-image: url(../images/list_09.jpg);
	background-repeat: no-repeat;
	background-position: 15px 8px;
	font-size: 10pt;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 30px;
}


