#playContent { display: block; clear: both; overflow: hidden; }
	#topDetail { display: block; overflow: hidden; padding: 0 10px; }
	#topDetail .left_img { background: #eee; float: left; display: block; height: 140px; width: 140px; position: absolute; z-index: 5; }
	#topDetail .right_desc { float: left; margin-left: 150px; }
		#topDetail .right_desc h1 { font-size: 18px; font-weight: normal; height: 30px; line-height: 30px; overflow: hidden; }
		#topDetail .right_desc p { display: block; height: 38px; line-height: 38px; font-size: 14px; }

	#playList { display: block; overflow: hidden; background: #f8f8f8; margin: 10px 0; }
		#playList .tips-listen { font-size: 16px; display: block; text-indent: 10px; margin-top: 10px; }
		#playList .down-item { display: block; text-indent: 10px; padding: 10px 0; font-size: 14px; border-bottom: 1px solid #ccc; padding-bottom: 30px; position: relative; }
			#playList .inner{position: absolute;left: 10px;top: 10px;bottom: 0;background-size: cover;z-index: 1; width: 80%;height: 55px;opacity: 0.1; pointer-events:none;}
			#playList .down-item p { display: block; height: 30px; line-height: 30px; width: 70%; overflow: hidden; }
			#playList .down-item p.ringmessage { color: #999; font-size: 12px; }
			#playList .down-item p.ptitle { width: 100%; }
			#playList .down-item span.ringmessage { color: #999; font-size: 12px; }
			#playList .down-item span.ringmessage  { display: block; height: 30px; line-height: 30px; width: 50%; overflow: hidden; float: left; }

			
			#playList .down-item .controlRing { /*position: absolute; */right: 10px; bottom: 18px; height: 30px;margin-right: 12px;/* position: absolute; */float: right;display: block;}
				#playList .down-item .controlRing a { display: block; float: left; text-indent: 0; }
				#playList .down-item .controlRing a.startPlay { margin-right: 15px; /*background: url(../images/start.png) center center no-repeat;*/ background: #01ab65; border-radius: 3px; /*background-size: 100% 100%;*/ width: 50px; color: #FFF; text-align: center; height: 22px; line-height: 21px; }
				#playList .down-item .controlRing a.startDown { /*background: url(../images/down.png) center center no-repeat; background-size: 100% 100%;*/background: #01ab65; border-radius: 3px; width: 50px; height: 22px; line-height: 21px; color: #FFF; text-align: center; }
				#playList .down-item .controlRing a.parsePlay { margin-right: 15px; /*background: url(../images/start.png) center center no-repeat;*/ background: #01ab65; border-radius: 3px; /*background-size: 100% 100%;*/ width: 50px; color: #FFF; text-align: center; height: 22px; line-height: 21px; }

