CSS3 after 伪类 清除浮动

CSS3 after 伪类 清除浮动

.img-list2 ul:after{
		content:'';
		clear:both;
		display:block;
	}