﻿$(function(){
	//清除最后.ofthpiclist每行里面的最后一个li的默认margin值
	$(".ofthpiclist li").eq(3).css("margin","0px");
});
