#main{width:1200px;padding-top:26px;background:black;}
#player{width: 733px;height:602px;overflow:hidden;background:#ccc;}
#playlist{width:455px;height:auto;overflow:hidden;float:right;background:#000;padding:0 0 10px 12px;font-size:14px;position:relative;}
#datelist{height:32px;color:#9B9B9B;padding:10px 0;}
#item{height:540px;color:#9B9B9B;overflow:auto;line-height:30px;position:relative;}
#channels{height:38px;overflow:hidden;color:#9B9B9B;}
#days li{float:left;width:60px;height: 32px;line-height:32px;cursor:pointer;font-size:17px;color:#fff;text-align:center;margin-left:85px;}
#days li:first-of-type{margin-left:65px;}
#days li span{display:block;}
#item li{height: 30px;color:#fefefe;overflow:hidden;padding:0 0 0 30px;font-size:13px;line-height:30px;cursor: pointer;}
#item li span{display: inline-block;vertical-align: middle;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

#item ul{position: relative;overflow: hidden;}
#chatab{position:absolute;width:1px;height:1px;top:0;left:0;overflow:hidden;}
#chatab li{width:100%;cursor:pointer;text-align: center;font-size:12px;height:26px;line-height:26px;color:#fff;}

#chatabs li{width:100%;cursor:pointer;text-align: center;font-size:12px;height:26px;line-height:26px;color:#fff;list-style:none;}
#chatabs li a{color:#fff;}
#days li:hover{background: #2c2c2c;}
#channels a:hover{ background: #2c2c2c;}
#channels li:hover{background: #2c2c2c;}
#channels li.on{background: #007722;}
#channels a span{padding:0 2px;}
#days li.on{border-bottom:3px solid #0067cc;}
#item li.gray{color:gray;cursor:auto;}
#item li.cur{background: url(/images/icon_cur.png) no-repeat 12px 8px;}
#item li.cur .wd-190:after{content:"重播中";padding:2px 6px; line-height:30px;border-radius: 8px;background:red;color:white;margin-left:3px;display:none}

.tide_player_note{font-size:250%; text-align:center;padding:20px 0 0;}

#channels a{color:#9B9B9B;text-decoration: none;height:38px;width:10px;line-height: 38px;}
#channels a.next{float:left;height:38px;width:10px;float:left;background:url(/images/next.jpg) no-repeat;cursor:pointer;margin:0 0 0 10px;}
#channels a.prev{float:left;height:38px;width:10px;float:left;background:url(/images/prev.jpg) no-repeat;cursor:pointer;margin:0 10px 0 0;}
#jCarousel{width:348px;float:left;}
#ajaxloading{background:#007722;height:50px;left:50%;position:absolute;top:50%;width:150px;margin:-25px 0 0 -75px;line-height:50px;text-align:center;}
#ajaxloading p{color:#fff;font-size:16px;}

.wd-120{
	width:120px;
}
.wd-190{
	width:190px;
}
.wd-90{
	width:90px;
}

.player-content{
    position: relative;
}
/*广播栏目*/
.channel-list{
	width: 119px;
	height: 26px;
	font-size: 14px;
	line-height:26px;
	text-align: left;
	background-color: #000000;
	padding: 0 25px 0 7px;
	position: relative;
	cursor: pointer;
	color:white;
}
.channel-list .triangle-down{
	width: 14px;
	height: 14px;
	position: absolute;
	right:12px;
	top: 7px;
	background: url(/images/sx-arrow-down.png) no-repeat;
}
.channel-list p{
	width: 100%;
	height: 26px;
	text-align: center;
}

.channel-list ul{
	position: absolute;
	left: 0;
	top: 26px;
	background: #000;
	width: 100%;
	display: none;
	z-index: 9999999;
}
.channel-list ul li{
	line-height: 29px;
	height: 29px;
	cursor: pointer;
}
.channel-list ul li.ac{
	background: #0066cc;
}
.channel-list ul li.on{
	background: #0066cc;
}
.channel-list ul li:hover{
	background:#0066cc;
}
.program-date{
	margin-left: 40px;
}

.broadcast-wrap{
	position: relative;
}
.broadcast-wrap .channel-list{
	position: absolute;
	top:0;
	left:0;
}

/*广播标题*/
.broadcast-title{
	border-bottom: 2px solid #76c1eb;
	position: relative;
	margin-bottom: 15px;
}
.broadcast-title .share-wrap{
	top:20px;
}
.broadcast-title h3{
	color:#0066cc;
	font-size:32px;
	line-height:72px;
}

.broadcast-tag{
	font-size:18px;
	line-height:40px;
	margin:38px 0;
}
.broadcast-tag a{
	color:#999;
	margin:0 4px;
}


/*广播评论*/
.broadcast-comment{
	width:1200px;
	margin:0 auto;
}
.broadcast-comment .brocom-left{
	width:895px;
	float: left;
}
.broadcast-comment .brocom-right{
	width:260px;
	float: right;
}
