#content{								/* 具体内容 */
	border-left:1px solid #24478f;		/* 左边框 */
	border-right:1px solid #24478f;		/* 右边框 */
	border-bottom:1px solid #24478f;	/* 下边框 */
	padding:15px;
	font-size:13px;
}
ul#tabnav{
	list-style-type:none;
	margin:0px;
	padding-left:0px;					/* 左侧无空隙 */
	padding-bottom:27px;
	border-bottom:1px solid #24478f;	/* 菜单的下边框 */
	font:bold 14px verdana, arial;
}
ul#tabnav li{
	float:left;
	height:27px;
	background-color:#fd9113;
	margin:0px 3px 0px 0px;	
}
ul#tabnav a:link, ul#tabnav a:visited{
	display:block;						/* 块元素 */
	color:#fff;
	text-decoration:none;
	padding:5px 10px 5px 10px;
}
ul#tabnav a:hover{
	background-color:#24478f;
	color:#FFFFFF;
}
#home li.home, body#news li.news,	/* 当前页面的菜单项 */
#sports li.sports, body#music li.music,
#nextstation li.nextstation,
#blog li.blog{
	border-bottom:1px solid #FFFFFF;	/* 白色下边框，覆盖<ul>中的蓝色下边框 */
	color:#000000;
	background-color:#FFFFFF;
}
#home li.home a:link, body#home li.home a:visited,	/* 当前页面的菜单项的超链接 */
#news li.news a:link, body#news li.news a:visited,
#sports li.sports a:link, body#sports li.sports a:visited,
#music li.music a:link, body#music li.music a:visited,
#nextstation li.nextstation a:link, body#nextstation li.nextstation a:visited,
#blog li.blog a:link, body#blog li.blog a:visited{
	color:#000000;
	background-color:#FFFFFF;
}
#home li.home a:hover, body#news li.news a:hover,
#sports li.sports a:hover, body#music li.music a:hover,
#nextstation li.nextstation a:hover,
#blog li.blog a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}









/*内容特别代码*/
#leftpic{
	width:200px;
	float:left;
	padding-right:15px;
}
#leftpic a:link, #leftpic a:visited{
	color:#006eb3;
	text-decoration:none;
}
#leftpic a:hover{
	color:#000000;
	text-decoration:underline;
}
img{
	margin-bottom:5px;
}
ul#list{
	list-style-type:none;
	margin:0px;
	padding:5px 0px 5px 2px;
}
ul#list h3{
	text-align: center;
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: bold;

}
ul#list li{
	line-height:20px;
	text-indent: 20px;
}
ul#list li a:link{
	color:#000000;
	text-decoration:none;
}
ul#list li a:visited{
	color:#333333;
	text-decoration:none;
}
ul#list li a:hover{
	color:#006eb3;
	text-decoration:underline;
}
