@charset "GBK";
/* CSS Document */
/*右侧主体内容区*/
#right_bar{
	position:relative;
	float:left;
	width:650px;
	padding-top:15px;
	padding-bottom:15px;

}
.classified_pic{
	position:relative;
	float:left;
	width:650px;
	height:100px;
	background-image:url(../images/notuse_1.jpg);
	background-repeat:no-repeat;
}
.split_bar{
	float:left;
	width:650px;
	height:27px;
	background-image:url(../images/bar.gif);
	background-repeat:no-repeat;
	margin-top:10px;
	margin-top:20px;
	margin-bottom:11px;
}
.welcome{
	display:block;
	font-size:12px;
	font-weight:bold;
	margin-top:6px;
	margin-left:12px;
	color:#0f5aa9;
}
	.r_content{
	float:left;
	width:646px;
	/*height:538px;		overflow:hidden; 这里调整右边的底部以使与左边对齐*/
	border:1px solid #f6f6f6;
	background-color:#fafafa;
	height:auto;
	}

#e_message{
	position:relative;
	float:left;
	width:100%;
	height:100%;
	padding-left:10px;
	padding-right:10px;
	background-color:#FFFFFF;
}
#e_message p{
	line-height:20px;
}
