加载news这个div上 .news::after{ content: "."; display: block; visibility: hidden; clear: both; height: 0; }
不要在浮动元素上清除浮动
.news::after{
content: ".";
display: block;
visibility: hidden;
clear: both;
height: 0;
}