.play {
	background: rgba(255, 255, 255, .90);
	border-bottom: 1px #F4F4F4 solid;
	position: fixed;
	top: 44px;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 22;
}

.playBlock .detailsTiteBlock{
	padding-top: 55px;
}

.playBlock .datailsTitle {
	padding-right: 40px;
	position: relative;
}

/*.playArticleAfter {
	background: url(../images/play.gif) no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	right: 0;
	top: 2px;
	width: 15px;
	height: 14px;
}
.playArticle{
	background: url(../images/play.png) no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	right: 0;
	top: 2px;
	width: 15px;
	height: 14px;
}*/
.playArticle:after{
	font-style: normal;
    font-family: "iconfont" !important;
    -webkit-font-smoothing: antialiased;
    color: #333;
    margin-left: 5px;
   	position: absolute;
	right: 0;
	top: 0;
	content: '\e744';
    font-size: 2rem;
}

.playBox{
	margin-left: 10px;
	padding: 9px 0 0 0px;
	position: relative;
}
.playBoxTitle{
	padding-left: 5 em;
	width: 67%;
	overflow: hidden;
}
.playBox i:after{
	font-style: normal;
    font-family: "iconfont" !important;
    -webkit-font-smoothing: antialiased;
    color: #333;
    /*font-size: 2rem;*/
    position: absolute;
}
.horn{
	padding-left: 25px;
	font-style: normal;
	display: block;
	float: left;
	position: relative;
}
.hornAfter{
	padding-left: 25px;
	font-style: normal;
	display: block;
	float: left;
	position: relative;
}
.shouqi{
	background: url(../img/play.png) no-repeat;
	background-size: cover;
	width: 15px;
	height: 14px;
	margin-top: 5px;
	margin-right: 15px;
	display: block;
	float: left;
}

.shouqiAfter{
	background: url(../img/play.gif) no-repeat;
	background-size: cover;
	width: 15px;
	height: 14px;
	margin-top: 5px;
	margin-right: 15px;
	display: block;
	float: left;
}
.hornAfter span{
	background: url(../img/play.gif) no-repeat;
	background-size: cover;
	width: 15px;
	height: 14px;
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
}
.horn span{
	background: url(../img/play.png) no-repeat;
	background-size: cover;
	width: 15px;
	height: 14px;
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
}
/*.horn:before{
	font-style: normal;
    font-family: "iconfont" !important;
    -webkit-font-smoothing: antialiased;
    color: #333;
    font-size: 2rem;
    position: absolute;
}*/
/*.horn:before{
	content: '\e744';
	left: 0;
	top: 10px;
}*/
.playClose:after{
	content: '\e613';
	right: 10px;
	top: 10px;
}
.playBack:after{
	content: '\e68f';
	right: 40px;
	top: 10px;
}
.playSuspend:after{
	content: '\e690';
	right: 40px;
	top: 10px;
}

/* 知识管理平台同步的样式 */
/* 表题 */
p.t_title, p.p_title {

	font-weight: bold !important;
	text-align: center !important;
	text-indent: -5px !important;
}

/* 表注 */
p.t_note, p.p_note {
	font-size: 14px !important;
	/* font-weight: bold !important; */
	text-align: center !important;
	text-indent: -5px !important;
	/*color: #666666 !important;*/
}

/* 化学公式图 hnt */
.hnt {
	width: 30px !important;
	vertical-align: middle;
	/* height: 20px; */
}

/* 表题 */
p.zt_title, p.zt_title {
	font-weight: bold !important;
	text-align: center !important;
	text-indent: -5px !important;
}

/* 表注 */
p.zt_note, p.zt_note {
	font-size: 14px !important;
	/* font-weight: bold !important; */
	text-align: center !important;
	text-indent: -5px !important;
	color: #666666 !important;
}

