﻿body{
	margin:0px auto;
	padding:0px;
	font-size:13px;
	font-family:Arial,宋体;
	}
#main{
	width:850px;
	margin:0px auto 20px auto;
	line-height:25px;
	}
#main a{
	text-decoration:none;
	color:#999;
	}
#main a:hover{
	color:#BD0000;
	font-weight:normal;
	}
table h1{
	color:#BD0000;
	font-size:13px;
	}
#photos{
	width:850px;
	margin-top:20px;
	}
#photos li{
	margin-left:0px;
	margin-bottom:18px;
	float:left;
	list-style:none;
	/*
	width:112px;
	height:150px;
	*/
	width:139px;
	height:188px;
	
	overflow:hidden;
	text-align:center;
	background:url(../../images/photo.jpg) no-repeat;
	background-size:100% 100%;
	line-height:13px;
	}
#photos li a{
	display:block;
	width:100%;
	height:100%;
	line-height:13px;
	font-size:12px;
	font-weight:normal;
	margin:0px;
	}

#photos li span{
	display:block;
	margin-top:-19px;
	width:126px;
	height:19px;
	line-height:19px;
	padding-left:4px;
	text-align:left;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:12px;
	font-weight:normal;
	background:#E7E7E7;
	float:left;
	margin-left:2px;
	opacity:0.8;
	index:2;
	}
	
#photos li a:hover span{
	height:32px;
	margin-top:-32px;
	line-height:16px;
	overflow:visible;
	text-overflow:visible;
	white-space:normal;
	text-align:left;
	background:#F90;
	color:#FFF;
}

#photos img{
	margin-top:12px;
	margin-left:2px;
	width:130px;
	height:174px;
	float:left;
	}
.photosdep{
	width:3px;
	height:188px;
	float:left;
	}
/*
.navi{
	padding-left:3px;
	height:30px;
	line-height:30px;
	width:850px;
	margin-top:10px;
	font-weight:bold;
	color:#FFF;
	background:#DF0000;
	border-radius:5px;
	border-bottom:1px solid #999;
	}
#main .navi a{
	color:#FFF;
	}
#main .navi a:hover{
	color:#BD0000;
	background:#FFF;
	}
*/
.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;
	}