L133
The U.S. Food and Drug Administration is considering a ban on flavored
e-cigarettes in response to an "epidemic" of young people using e-cigarettes, the agency's leader said on Wednesday.
In a speech at FDA headquarters, Commissioner Scott Gottlieb said the agency would also revisit its compliance policy that extended the dates for manufacturers of flavored e-cigarettes to submit applications for premarket authorization.
"We see clear signs that youth use of electronic cigarettes has reached an epidemic proportion," Gottlieb said.
Gottlieb announced a number of steps the agency planned to take as part of a broader crackdown on the sale and marketing of e-cigarettes to kids. The agency issued 12 warning letters to companies that it says have deceptive marketing labels on e-liquids. "We cannot allow a whole new generation to become addicted to nicotine," he said.
Shares of British American Tobacco were up nearly 6 percent and shares of cigarette-maker Imperial Brands PLC were up more than 3 percent. Shares of cigarette and e-cigarette maker Altria Group also rose more than 6 percent, while Philip Morris International shares were up 4 percent.
Traders said proposed FDA action was less harsh than feared. Manufacturers offer and market e-cigarette flavors that appeal to minors, including candy, bubble gum and fruit flavors. The FDA said more than 2 million middle school and high school students used e-cigarettes in 2017.
The FDA is giving the five top-selling e-cigarette brands — Juul Labs Inc., Vuse, MarkTen XL, Blu and Logic — 60 days to provide plans for how they will mitigate sales to minors.
Juul Labs said it would work with the FDA on its request and is committed to preventing underage use of its product. But it added that "appropriate flavors play an important role in helping adult smokers switch," spokeswoman Victoria Davis said. The owners of Vuse, MarkTen XL, Blu and Logic did not
immediately respond to requests for comment.
"While we remain committed to advancing policies that promote the potential of e-cigarettes to help adult smokers move away from combustible cigarettes, that work can't come at the expense of kids," Gottlieb said.
As part of its broader enforcement efforts, the FDA said it issued more than 1,300 warning letters and fines to retailers who illegally sold e-cigarette products to minors.
L133的更多相关文章
- github标记
<template> <a href="https://github.com/lmk123/Runner" class="github-corner&q ...
- Docker源码分析(六):Docker Daemon网络
1. 前言 Docker作为一个开源的轻量级虚拟化容器引擎技术,已然给云计算领域带来了新的发展模式.Docker借助容器技术彻底释放了轻量级虚拟化技术的威力,让容器的伸缩.应用的运行都变得前所未有的方 ...
- 爬虫--Scrapy之Downloader Middleware
下载器中间件(Downloader Middleware) 下载器中间件是介于Scrapy的request/response处理的钩子框架. 是用于全局修改Scrapy request和respons ...
- 将个人博客与github关联
目录 将个人博客与github关联 将个人博客与github关联 #基于svg <a href="https://github.com/chatlotte" class=&q ...
- Hexo瞎折腾系列(3) - 添加GitHub彩带和GitHub Corner
页面右上角添加GitHub彩带 你可以在这里找到一共12种样式的GitHub彩带,复制其中的超链代码. 在themes\next\layout\_layout.swig目录下找到头部彩带相关的代码: ...
- hexo + next搭建博客
使用hexo和next主题搭建GitHub博客 安装node.js 在node.js 官网下载, 相应系统位数的软件包. 可以选择LTS长期支持版, 或者Current当前版本. 我这里选择的是Win ...
- UI5-技术篇-签字板
签字板应用是通过创建自定义控件实现的,相关代码如下: 1.HTML <!DOCTYPE HTML> <html> <head> <meta http-equi ...
- C语言程序设计(十三) 文件操作
第十三章 文件操作 文本文件:将数值型数据的每一位数字作为一个字符以其ASCII码的形式存储(每一位数字都单独占用一个字节的存储空间) 二进制文件:数据值是以二进制形式存储的 文本文件可以方便地被其他 ...
- python:简单爬取自己的一篇博客文章
1.爬取文章地址:https://www.cnblogs.com/Mr-choa/p/12495157.html 爬取文章的标题.具体内容,保存到文章名.txt 代码如下: # 导入requests模 ...
随机推荐
- LINQ 获取当前数组中出现次数最多的元素
LINQ 获取当前数组中出现次数最多的元素 1 List<string> a = new List<string>(); a.Add( ...
- LeetCode:简化路径【71】
LeetCode:简化路径[71] 题解参考天码营:https://www.tianmaying.com/tutorial/LC71 题目描述 给定一个文档 (Unix-style) 的完全路径,请进 ...
- Spring框架学习之IOC(二)
Spring框架学习之IOC(二) 接着上一篇的内容,下面开始IOC基于注解装配相关的内容 在 classpath 中扫描组件 <context:component-scan> 特定组件包 ...
- java 工厂模式的作用,为什么要用工厂模式以及示例演示
1 工厂模式的作用,为什么要用工厂模式? 工厂模式是为了解耦:把对象的创建和使用的过程分开.就是Class A 想调用Class B,那么只是调用B的方法,而至于B的实例化,就交给工厂类. 工厂模式可 ...
- LeetCode: Next Greater Element I
stack和map用好就行 public class Solution { public int[] nextGreaterElement(int[] findNums, int[] nums) { ...
- Javascript中call()和apply()的用法 ----2
前言 call 和 apply 都是为了改变某个函数运行时的 context 即上下文而存在的,换句话说,就是为了改变函数体内部 this 的指向.call 和 apply二者的作用完全一样,只是接受 ...
- Zabbix 自定义Key
系统:Linux Centos 7.4 x64.Windos 2008 x64 服务:Zabbix 3.0.16 说明1:自定义Key 主要通过自定义 脚本 或者 命令 来实现自定义监控类型,需要在a ...
- Spring MVC执行原理和基于Java的配置过程
一.Spring MVC执行原理和基于Java配置的配置过程 (一)Spring MVC执行过程,大致为7步. 所有的请求都会经过Spring的一个单例的DispacherServlet. Dispa ...
- [转载]织梦DEDE多选项筛选_联动筛选功能的实现_二次开发
织梦默认的列表页没有筛选功能,但有时候我们做产品列表页的时候,产品的字段比较多,很多人都需要用到筛选功能,这样可以让用户更方便的找到自己所需要的东西,实现这个联动筛选功能需要对织梦进行二次开发,下面就 ...
- 最大字串和问题(Maximum Subarray)
问题描述: ind the contiguous subarray within an array (containing at least one number) which has the lar ...