﻿
.IndexFlash{
	float:left;
	width:100%;
	height:auto;
}
/*视频展示*/
.spInfo{
	float:left;
	width:247px;
	height:222px;
	overflow:hidden;
	background-image:url('../sysimg/sp.png');
	background-position:left top;
	background-repeat:no-repeat;
}
.spInfo h3{
	float:left;
	color:white;
	padding:8px 5px 1px 8px;
}
.spInfo a{
	float:right;
	color:white;
	padding:8px 8px 3px 8px;
}
.spInfo #IndexSP{
	width:232px;
	height:190px;
	float:left;
	margin-left:8px;
	_margin-left:4px;
	margin-top:4px;
}

.IndexMiddle{
	float:left;
	width:400px;
	height:222px;
	margin-left:4px;
	_margin-left:2px;
	background-image:url('../sysimg/middle.png');
	background-position:left top;
	background-repeat:no-repeat;
}
.IndexMiddle .subTab{
	float:left;
	width:100%;
	height:30px;
	line-height:30px;
	margin-top:6px;
	overflow:hidden;
}
.IndexMiddle .subTab span{
	width:79px;
	text-align:center;
	float:left;
	height:28px;
	font-size:14px;
	color:white;
	font-weight:bold;
	margin-left:6px;
	_maring-left:3px;
}
.IndexMiddle .subTab a:hover{
	background-image:url('../sysimg/nbg1.png');
	background-position:left bottom;
	background-repeat:no-repeat;
}
.IndexMiddle .subTab .select{
	background-image:url('../sysimg/nbg1.png');
	background-position:left bottom;
	background-repeat:no-repeat;
}
.IndexMiddle .s{
	display:block;
}
.IndexMiddle .no{
	display:none;
}

.IndexMiddle ul{
	float:left;
	width:380px;
	margin-left:8px;
	_margin-left:4px;
	height:auto;
	margin-top:4px;
	display:none;
}
.IndexMiddle ul a{
	color:#fff;
}
.IndexMiddle ul li{
	float:left;
	width:100%;
	height:20px;
	line-height:20px;
	border-bottom:dashed 1px white;
	margin-top:4px;
}
.IndexMiddle ul li .name{
	float:left;
	padding-left:5px;
	padding-right:5px;
	color:#333333;
	background-color:#fff;
	height:18px;
	line-height:18px;
}
.IndexMiddle ul li .title{
	float:left;
	padding-left:5px;
}
.IndexMiddle ul li .date{
	float:right;
	padding-right:8px;
}
.IndexRight{
	float:right;
	margin-right:2px;
	height:auto;
}
