修改template/xinxi/default/6/css.css
把.topcontentright{ padding-left:170px;} 改成 .topcontentright{}
.topcontentpicwrap{width:150px; height:150px; overflow:hidden; float:left; background-color:#FFFFFF; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; position:relative;}
改成
.topcontentpicwrap{width:150px; height:150px; overflow:hidden; float:left; background-color:#FFFFFF; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; position:relative; display:none;}