$(document).ready(function() {
    $(".PageList > li:nth-child(4n+2)").css("clear", "both");
});

