Hope that after 3 years you solved it. Just in case anyone needs it again... ;)
you can create your own template (copying the folder <joomla>/modules/mod_k2_content/tmpl/Default to <joomla>/modules/mod_k2_content/tmpl/<your_template>) and then editing the file default.php.
There you can add a condition to know if a item is featured by adding:
<li class="<?php echo ($key%2) ? "odd" : "even"; if(count($items)==$key+1) echo ' lastItem'; if($item->featured) echo ' featured' ?>">