.layuiImg{
	position: relative;
}
.layuiImg .lylImgDiv{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ECECEC;
	padding: 5px;
	overflow: hidden;
	
}
.layuiImg img{
	display: block;
	width: 100%;
	height: 100%;
}
.layuiImg .noticeNum{
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	top: -7px;
	right: 3px;
	color: #FFFFFF;
	background: #FF0000;
	border-radius: 50%;
	font-size:12px;
}
/*首页样式*/




