For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
You could do it with 2 news calls that use different news summary templates, one would need number='1' call other would need the call that starts it at 2 and limits it to 3...
In Your news Summar template change the foreach statement to have a 'name' parameter. i.e: name=foo
then, inside the foreach:
{if $smarty.foreach.foo.iteration == 0}
{* special divs and stuff that only happen for the first iteration *}
{else}
{* the divs and layout stuff for the other three iterations *}
{/if}
{/foreach}
With CMSMS there is usually numerous ways to do stuff like this.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
-------------------- If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.