body{
	margin:0px auto;
	padding:0px;
	font-size:13px;
	font-family:Arial,宋体;
	}
#main{
	width:850px;
	margin:0px auto 15px auto;
	padding:0px;
	line-height:25px;
	border:0px;
	}
a{
	text-decoration:none;
	color:#999;
	}
a:hover{
	color:#bd0000;
	}
/*
table h1{
	color:#BD0000;
	font-size:13px;
	border:0px;
	margin:0px;
	padding:0px;
	}
*/

.listimgdep{
	width:8px;
	height:230px;
	float:left;
	}

.item {
	width:415px; 
	height:230px;
	float:left;
	margin:0 0 20px 0;
	list-style:none;
	overflow:hidden;
	border:1px solid #ccc;
	border-radius:5px;
}
.item:hover span{
	height:41px;
	margin-top:-41px;
	color:#fff;
	background:#f90;
	font-size:16px;
	line-height:41px;
	font-weight:bold;
	}

.item span {
	margin:0px;
	line-height:28px; 
	width:410px;
	height:28px;
	background:#F7F7F7;
	float:left;
	margin-top:-28px;
	opacity:.9;
	padding-left:5px;
	color:#333;
}

.item img {
	margin-top:0px;
	width:415px;
	height:230px;
	float:left;
}

caption{
	margin-top:5px;
	margin-bottom:5px;
	float:left;
	}
.navi{
	height:35px;
	line-height:35px;
	border-radius:5px;
	background:url(../../images/menubg.png);
	width:838px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:10px;
	color:#FFF;
	font-size:16px;
	margin-left:auto;
	margin-right:auto;
	}
#navi a{
	display:block;
	width:44px;
	height:35px;
	float:left;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	}
#navi a:hover{
	color:#FFF;
	font-weight:normal;
	background:#BD0000;
	border-bottom:2px solid #BD0000;
	border-top:2px solid #BD0000;
	margin-top:-2px;
	}
.navi_on{
	background:#BD0000;
	}
#navi b{
	float:left;
	font-style: italic;
	font-size:18px;
	margin-right:20px;
	}
#menu #sport {
	background:#DF0000;
	display:block;
	width:90%;
	height:46px;
	line-height:44px;
	border:0px solid red;
	border-top:0px solid #DF0000;
	margin:-12px auto auto auto;
	}
table{
	margin-top:-20px;
	}