.notice{
	margin: 35px 0;
}
.notice h3{
	font-size: 14px;
	background: url(../images/notice.png) left center no-repeat;
	padding-left: 25px;
}


ul.marquee{
	display:block;
	padding:0;
	margin:0;
	list-style:none;
	line-height:1;
	position:relative;
	overflow:hidden;
	width:800px;
	height:22px;
	background-color:#f2f2ff;
}
ul.marquee li{
	position:absolute;
	top:-999em;
	left:0;
	display:block;
	white-space:nowrap;
	font:14px Arial,Helvetica,sans-serif;padding:3px 5px
}
ul.marquee li a{
	color: #0097dc;
}


.links ul li{
	height: 354px;
	border-top: 5px solid #000;
	width: 259px;
	float: left;
	margin-right: 47px;
	background: url(../images/links_bg.jpg) repeat-x;
	box-shadow: 10px 5px 15px rgba(0,0,0,0.5);
}
.links ul li.color1{
	border-top: 5px solid #b0eacf;
}
.links ul li.color2{
	border-top: 5px solid #dabef6 ;
}
.links ul li.color3{
	border-top: 5px solid #a3dcf3 ;
}
.links ul li.color4{
	border-top: 5px solid #f5d551;
}
.links ul li.color5{
	border-top: 5px solid #f072a9;
}
.links ul li.last{
	margin-right: 0;
}

.links ul li a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #000;
}

.links ul li a img{
	width: 152px;
	height: 152px;
	margin: 36px auto 0;
	display: block;
}

.links ul li a h3{
	margin-top: 30px;
	text-align: center;
}

.links ul li a h4{
	margin-top: 5px;
	text-align: right;
	margin-right: 10px;
	height: 20px;
}

.links ul li a p{
	line-height: 25px;
	padding: 0 15px;
}
.timeline-title{
	font-size: 18px;
	font-weight:bold;
}
#myTimeline{
	background: url(../images/yellow_arrow.png) right center no-repeat;
	height: 30px;
	line-height: 30px;
	width: 1438px;
	margin: 80px auto 100px;
}

#myTimeline ul li{
	float: left;
	width: 283px;
	height: 30px;
	background: url(../images/yellow_line.png) center center repeat-x;
	position: relative;
}
#myTimeline ul li a{
	display: block;
	margin-top: -25px;
	font-size: 18px;
	font-weight: bold;
	color: #f78f3d;
	padding-bottom: 42px;
	background: url(../images/yellow_cyc.png) center center no-repeat;
	height: 50px;
	width: 50px;
	text-align: center;
	margin-left: -15px;
}
#myTimeline ul li a.active{
	background: url(../images/yellow_cyc_2.png) center center no-repeat;
}
.timeNode{
	font-size: 12px;
	color: #0097dc;
	border: 2px solid #0097dc;
	border-radius: 5px;
	width: 100px;
	padding: 5px 10px;
	text-align: left;
	position: absolute;
	left: -50px;
	top:50px;
	background: #fff;
	line-height: 22px;
}
.culture h4{
	color: #007082;
}