Hello peiyouliao,
I am sorry for the late reply.
It seems like your template is adding background image to the ul li . Here is the fix. Can you put this code in your current Joomla template and does this resolved your issue.
div#fd ul li{
background-image:none;
}
Hope this will help.
Thanks.