@charset "utf-8";

.main-c {
	padding: 10px;
}

.con {
	width:470px;
	margin: 0 auto;
	margin-top: 20px;
}

.tab {
	width: 470px;
	height: 30px;
}

.tab ul li {
	float: left;
	line-height: 33px;
	text-align: center;
	width: 156px;
	background-image: url(../images/line_3a.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap; 
	font-family:"微软雅黑"; 
	font-size:14px;
	 
	
}

.tab ul li:hover {
	background-image: url(../images/line_3.jpg);
	background-repeat: repeat-x;
	color: #fff;
	cursor: pointer;
}

.tab ul li.hover {
	background-image: url(../images/line_3.jpg);
	background-repeat: repeat-x;
	color: #fff;
	cursor: pointer;
}

.content {
	height:190px;
	display: none; 
	overflow:hidden;
}
