strong,em{ font-weight: normal; }
.show { width: 100%; height: 400px; position: relative; margin: auto; background: #eee;}
.show span{ width: 30px; height: 30px; cursor: pointer; font-size: 14px; display: block; position: absolute; top: 0px; right: 8px; text-align: center; line-height: 15px;}
.show span img{ width: 100%; height: 30px; font-size: 12px; text-align: center;}
.show a{ width: 100%; height: 100%; display: block;}
.show img{ width: 100%; height: 100%;}
.content1, .content2{
	margin: 30px auto;
	width: 1180px;
}
.content1 .music{
	width: 800px;
	float: left;
}
.content_title{
	position: relative;
	border-top: 2px solid #1268b4;
	width: 790px;
	height: 18px;
	padding: 15px 0;
	border-bottom: 1px solid #f4f2ee;
}
.content_title span{
	color: #000;
	font-size: 17px;
	line-height: 18px;
	float: left;
}
.content_title span:after{
	content:"";
	width: 3px;
	height: 18px;
	background-color: #1268b4;
	display: block;
	float: left;
	margin-right: 15px;
}
.content_title .classify {	/*11月8日修改，增加歌曲四个分类*/
	position: absolute;
	top: 2px;
	left: 100px;
	height: 44px;
	line-height: 44px;
}
.content_title .classify .item {
	float: left;
	width: 100px;
	height: 44px;
	text-align: center;
	font-size: 17px;
	background-color: #fff;
	color: #fff;
}
.content_title .classify .focus {
	background-color: #1268b4;
}
.content_title .classify .item:hover {
	background-color: #1268b4;
	cursor: pointer;
}

/*  ------ 音频播放器 --------  */
.audio-box{
	background-color: #000;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	width: 100%;
	height: 70px;
}
.audio-container{
	width: 100%;
	margin: auto;
}
.audio-view{
	position: relative;
	padding-left: 100px;
	padding-right: 180px;
	height: 100%;
}
.audio-body{
	padding: 0 10px;
}
.audio-title{
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
	overflow: hidden;
}
.audio-backs{
	position: relative;
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 10px;
	height: 20px;
}
.audio-this-time,
.audio-count-time{
	position: absolute;
	top: 0;
	width: 60px;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
}
.audio-this-time{
	left: 0;
}
.audio-count-time{
	right: 0;
	text-align: right;
}
.audio-setbacks{
	height: 6px;
	border-radius: 3px;
	background-color: #333;
}
.audio-setbacks{
	position: relative;
	top: 50%;
}
.audio-cache-setbacks,
.audio-this-setbacks{
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
}
.audio-cache-setbacks{
	background-color: #535353;
	z-index: 1;
	cursor: pointer;
}
.audio-this-setbacks{
	background-color: #c70c0c;
	z-index: 2;
}
.audio-backs-btn{
	position: absolute;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	top: 50%;
	right: -7px;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
}
.audio-btn{
	position: absolute;
	width: 150px;
	height: 100%;
	right: 0;
	top: 0;
}
.audio-select{
	height: 20px;
	margin-top: 50px;
	width: 120px;
	float: right;
}
.audio-select > div{
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}
.audio-select > div + div{
	margin-left: 10px;
}
.audio-prev{
	background-image: url("../img/prev.png")/*tpa=http://clfdream.com/resource/index/img/prev.png*//*tpa=http://ytv.cnrjoy.com/resource/index/img/prev.png*/;
}
.audio-next{
	background-image: url("../img/next.png")/*tpa=http://clfdream.com/resource/index/img/next.png*//*tpa=http://ytv.cnrjoy.com/resource/index/img/next.png*/;
}
.audio-play{
	background-image: url("../img/play.png")/*tpa=http://clfdream.com/resource/index/img/play.png*//*tpa=http://ytv.cnrjoy.com/resource/index/img/play.png*/;
}
.audio-stop{
	background-image: url("../img/pause.png")/*tpa=http://clfdream.com/resource/index/img/pause.png*//*tpa=http://ytv.cnrjoy.com/resource/index/img/pause.png*/;
}
.audio-menu{
	background-image: url("../img/menu.png")/*tpa=http://clfdream.com/resource/index/img/menu.png*//*tpa=http://ytv.cnrjoy.com/resource/index/img/menu.png*/;
	display: none;
}
.audio-volume{
	background-image: url("../img/volume.png")/*tpa=http://clfdream.com/resource/index/img/volume.png*//*tpa=http://ytv.cnrjoy.com/resource/index/img/volume.png*/;
}
.audio-inline{
	height: 165px;
	overflow-y: scroll;
}
.audio-inline li{
	font-size: 16px;
	line-height: 2;
	padding-left: 8px;
	padding-right: 8px;
	border-top: 1px solid #ccc;
}
.audio-inline a{
	font-size: inherit;
	color: inherit;
	text-decoration: none;
	height: 32px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.menu-show,
.audio-show-volume{
	display: block !important;
}
.audio-set-volume{
	background-color: #000;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 70px;
	width: 30px;
	height: 120px;
	right: 5px;
	z-index: 999;
	display: none;
}
.volume-box{
	width: 5px;
	margin: auto;
	display: block;
	position: relative;
	background-color: #000;
	border-radius: 2.5px;
	height: 100px;
	bottom: -10px;
}
.volume-box span{
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	margin-left: -5.5px;
	margin-top: -5.5px;
	left: 50%;
	cursor: pointer;
}
.volume-box i{
	position: absolute;
	width: 100%;
	border-radius: 2.5px;
	background-color: #c70c0c;
	height: 0;
	display: block;
	bottom: 0;
}

/*  ------ 音频播放列表 --------  */
.audio-list{
	width: 804px;

	overflow-y: auto;
}
.audio-list .item{
	width: 94%;
	padding: 0 3%;
	height: 51px;
	color: #888;
	font-size: 12px;
	line-height: 51px;
	position: relative;
	border-bottom: 1px solid #888;
}
.audio-list span{
	position: absolute;
}
.audio-list .list_num{
	left: 10px;
}
.audio-list .list_name{
	left: 30px;
}
.audio-list .list_author{
	left: 380px;
}
.audio-list .list_playBtn{
	width: 20px;
	height: 20px;
	left: 505px;
	top: 50%;
	cursor: pointer;
	margin-top: -10px;
	background: url("../img/list_play.png")/*tpa=http://clfdream.com/resource/index/img/list_play.png*//*tpa=http://ytv.cnrjoy.com/resource/index/img/list_play.png*/ no-repeat;
}
.audio-list .play{
	background: url("../img/list_pause.png")/*tpa=http://clfdream.com/resource/index/img/list_pause.png*//*tpa=http://ytv.cnrjoy.com/resource/index/img/list_pause.png*/ no-repeat;
}
.audio-list .list_download{
	position: absolute;
	width: 20px;
	height: 20px;
	left: 605px;
	top: 50%;
	cursor: pointer;
	margin-top: -10px;
	background: url("../img/list_download.png")/*tpa=http://clfdream.com/resource/index/img/list_download.png*//*tpa=http://ytv.cnrjoy.com/resource/index/img/list_download.png*/ no-repeat;
}

/*  ------ 左侧广告 --------  */

.poster{
	width: 360px;
	float: left;
	margin-left: 20px;

}
.poster a{
	width: 100%;
	height: 230px;
	display: block;
	margin-bottom: 20px;
}
.poster a img{
	max-width: 100%;
	max-height: 100%
}

/*  ------ 视频播放 --------  */
.content2 .video{
	width: 800px;
	float: left;
}
.content2 .videoElem{
	width: 100%;
	height: 450px;
	background: #000;
	color: #fff;
	line-height: 450px;
	text-align: center;
}
.video video{
	width: 100%;
	height: 100%;
}
.video .videoList{
	width: 100%;
	height: 645px;
	margin-top: 30px;
	overflow-y: auto;
}
.video .item{
	float: left;
	width: 188px;
	height: 215px;
	cursor: pointer;
	margin-right: 16px;
}
.video .item:hover strong{
	font-size: 14px;
	color: #000;
}
.video .item span,strong{
	color: #e8e8e8;
	display: block;
	font-size: 12px;
	line-height: 12px;
}
.video .item strong{
	width: 100%;
	height: 31px;
	overflow: hidden;
	line-height: 31px;
	color: #bbbbbb;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.video .item span:before{
	content: url("../img/video_list_icon.png")/*tpa=http://clfdream.com/resource/index/img/video_list_icon.png*//*tpa=http://ytv.cnrjoy.com/resource/index/img/video_list_icon.png*/;
	width: 12px;
	height: 12px;
	margin-right: 10px;
}
.margin0{
	margin: 0 !important;
}

/*  ------ 热播 --------  */
.content2 .hostPlay{
	float: left;
	width: 360px;
	height: 499px;
	margin-left: 20px;
	border-top: 2px solid red;
}

.hostPlay .title{
	height: 99px;
	overflow: hidden;
}

.hostPlay .title strong{
	font-size: 30px;
	color: #434343;
	line-height: 128px;
}
.hostPlay .wrap_hostPlay_list{
	height: 400px;
	overflow-y: auto;
}
.hostPlay .hostPlay_list{
	width: 100%;
	height: 72px;
	cursor: pointer;
	font-size: 12px;
	margin-bottom: 10px;
	position: relative;
}
.hostPlay .hostPlay_list .hoverName{
	background: rgba(0,0,0,1);
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
	width: 128px;
	height: 72px;
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	text-align: center;
}
.hostPlay .hostPlay_list:hover .hoverName{
	opacity: .6;
}
.hostPlay .hostPlay_list .hoverName em{
	line-height: 72px;
}
.hostPlay .hostPlay_list .img{
	float: left;
	width: 128px;
	height: 72px;
	margin-right: 10px;
}
.hostPlay .hostPlay_list .img img{
	max-width: 128px;
	max-height: 72px;
}
.hostPlay .hostPlay_list strong{
	height: 40px;
	color: #aaaaaa;
	line-height: 31px;
}
.hostPlay .hostPlay_list span{
	color: #eeeeee;
}
.hostPlay .hostPlay_list span:before{
	content: url("../img/video_list_icon.png")/*tpa=http://clfdream.com/resource/index/img/video_list_icon.png*//*tpa=http://ytv.cnrjoy.com/resource/index/img/video_list_icon.png*/;
	width: 12px;
	height: 12px;
	margin-right: 10px;
}


