You can use this in the list.phtml file.
$_product->getShortDescription();
but Magento does not load all the attributes on the product list page. Go to the admin panel Catalog-> Attributes-> Manage Attributes and edit the short description attribute.
Set "Used in product list" to "Yes." Save and clear the cache.
source share