update from `news` set `content` = REPLACE(`content`, '<strong>', '<span class="strong">')
update from `news` set `content` = REPLACE(`content`, '</strong>', '</span>')
update from `news` set `content` = REPLACE(`content`, '<b>', '<span class="strong">')
update from `news` set `content` = REPLACE(`content`, '</b>', '</span>')