使用after伪类清除浮动
.department li:after{
content:".";
height:0;
visibility:hidden;
display:block;
clear:both;
}