


.clear{clear:both;}






/*右侧部分*/
#right{
	width:770px;
	float:right;
}

/*右侧部分，标题*/
.right-title{
	width:770px;
	height:30px;
	line-height:30px;
	border-bottom:3px solid #e7e7e7;
	margin:0 0 10px 0;
}
.rtitle{
	color:#006666;
	font-weight:bold;
	font-size:16px;
}
/*通知列表*/
.notification{
	width:750px;
	padding:20px 20px 20px 0;
	border-bottom:1px solid #e7e7e7;
	line-height:30px;
}
.notititle{
	font-weight:bold;
}
.time{
	color:#666666;
}





