@charset "utf-8";
/* CSS Document */
.content-main{
	color:#333333;
}

.content-tab-top{
	width:720px;
	height:30px;
	border-bottom:2px solid #cd5401;
}

.content-tab-top .content-tab-item{
	display:block;
	position:relative;
	width:100px;
	height:30px;
	margin-right:2px;
	background:none;
}

.content-tab-item span{
	display:block;
	position:absolute;
	width:100px;
	height:28px;
	top:2px;
	left:0px;
	font-size:14px;
	line-height:28px;
	text-align:center;
	color:#333333;
	z-index:3;
}

.content-tab-item em{
	display:block;
	position:absolute;
	width:25px;
	height:20px;
	top:2px;
	left:95px;
/*	box-shadow:5px -2px 5px #DDD;*/
	z-index:2;
}

.content-tab-item-hover span{
	color:#FFFFFF;
	font-weight:100;
	background-color:#CD5401;
}

.content-tab-item-hover em{
	box-shadow:none;
}

.content-tab-pageitem{
	display:none;
}

.content-tab-pageshow{
	display: block;
}


.right-part .inner{
	width:710px;
	margin-left:30px;
    overflow:hidden;
}

.l{
	float: left;
}
.r{
	float: right;
}<!--ºÄÊ±1774188424.7593Ãë-->