@charset "utf-8";

#outer {
	width:340px;
	margin:0 auto;
	margin-top:10px;
}
#tab {
width:85px;
float:left;
	overflow:hidden;
	zoom:1;
}
#tab li{

color:#fff;
	height:36px;
	cursor:pointer;
	line-height:36px;
	list-style-type:none;
	margin-bottom:8px;
	text-align:center;
}
#tab li a{
background:url(../images/tab.jpg) no-repeat right top #ccc;
width:79px;
	height:36px;
	line-height:36px;
	overflow:hidden;
padding-right:6px;
display:block;
	color:#333;
	font-size:12px;
	}
#tab li.current a{
display:block;
height:36px;
line-height:36px;
background:url(../images/tab1.jpg) no-repeat right top #989896;
	color:#fff;
	font-size:12px;
	width:79px;
padding-right:6px;
overflow:hidden;
}
#content {
width:245px;
float:right;
}
#content ul {
	line-height:24px;
	display:none;
	margin:0 0px;
}
#content ul li{
width:220px;
height:80px;
margin-bottom:8px;
overflow:hidden;
}
#content ul li img{
float:left;
height:75px;
overflow:hidden;
padding-right:5px;
width:95px;
}
#content ul li strong a{
display:block;
height:28px;
font-size:14px;
overflow:hidden;
line-height:28px;
overflow:hidden;
color:#333;
font-family:"微软雅黑";
}

#content ul li.onhover1{
width:220px;
float:left;
height:80px;
overflow:hidden;
background-color:#F7F7F7;
color:#004E1D;
margin-bottom:8px;
}
#content ul li.onhover1 strong a{
color:#f00;
}

#content ul li.onhover01{
width:220px;
float:left;
height:80px;
overflow:hidden;
background-color:#fff;

}