/*promote photo*/
#indexMiddle {
	width: 960px;
	margin-top: 10px;
}

/*main banner*/
#promote {
	position: relative;
	height: 230px;
	width: 960px;
	margin-bottom: 10px;
}
#promote a.ad {
	position: absolute;
}
#promote .control {
	position: absolute;
	right: 5px;
	top: 5px;
}
#promote .control a {
	display: inline-block;
	padding: 0px 3px;
	margin: 5px 3px;
	color: #666;
	background: #E1E1E1;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	width: 12px;
	border: 1px solid #F5F5F5;
	line-height: 16px;
}
#promote .control a.on {
	color: #09F;
	font-weight: bold;
}

/*News*/
div#newsSection {
	overflow: hidden;
	position: relative;
	height: 30px;
	width: 960px;
	z-index: 1;
	background: url(img/bg_newsSection.gif) no-repeat left top;
}
div#newsSection ul li a strong {
	color: #014183;
}

div#newsSection ul , div#newsSection li{
	list-style: none;
}
div#newsSection img {
	border: 1px solid #999;
	padding: 2px 4px;
	float: left;
}
#news {
	display: block;
	height: 25px;
	width: 880px;
	margin-left: 30px;
}
div#newsSection ul{
	position: absolute;
	padding-left: 30px;
}
div#newsSection ul li a{
	display: block;
	overflow: hidden;
	line-height: 25px;
	height: 25px;
	text-decoration: none;
}
div#newsSection div.news_btn {
	position: absolute;
}
#news_down_btn, #news_up_btn {
	cursor: pointer;
	margin-left: 5px;
}
#news_down_btn{
	top: 15px;
	left: 5px;
}
#news_up_btn {
	top: 5px;
	left: 5px;
}

/*Event: 3 columns*/
.eventSection {
	width: 960px;
	margin-top: 5px;
	line-height: 16px;
}
.eventSection h3 {
	background: url(img/bg_eventSectionTitle.gif) no-repeat center top;
	height: 30px;
	color: #F5F5F5;
	padding-left: 10px;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
}
.eventSection h5 {
	width: 180px;
	margin-bottom: 3px;
}
.eventSection li {
	background: url(img/ico_dot.gif) no-repeat 0px 6px;
	padding-left: 12px;
}

.eventSectionContent {
	padding: 10px 10px 7px;
	height: 80px;
	border-top: 1px solid #D0D7E0;
	border-right: 1px solid #D0D7E0;
	border-bottom: 1px none #D0D7E0;
	border-left: 1px solid #D0D7E0;
}
.eventSectionContent p {
	width: 180px;
	display: block;
}
.eventSectionMore {
	background: url(img/bg_eventSectionBottom.gif) center bottom;
	padding-bottom: 10px;
}
.eventSectionMore a {
	padding: 0px 10px;
}
.eventLeft, .eventRight, .eventMiddle  {
	float: left;
	margin: 5px 0px 0px;
	width: 310px;
}
.eventLeft {
	background: url(img/bg_eventSection_L.jpg) no-repeat 95% 40px;
}
.eventMiddle {
	margin-right: 15px;
	margin-left: 15px;
	background: url(img/bg_eventSection_M.jpg) no-repeat 95% 40px;
}
.eventRight {
	background: url(img/bg_eventSection_R.jpg) no-repeat 95% 40px;
}
