﻿/* 直播室布局 */
/* 标题 */
.title_dg{
	font-weight: normal;
	padding:10px 50px;
	background:url(../live/img/live_t01.gif) no-repeat 0px 0px;
	height:36px;
	margin: 0 0 15px 0;
}
.title_dg h3{
	border-bottom: 1px solid #CCCCCC;
	text-align: right;
	line-height: 24px;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
.title_dg h4 {
	text-align: right;
	line-height: 24px;
	font-size: 12px;
	color: #CCC;
	font-weight: normal;
}
.title_dg02{
	font-weight: normal;
	padding:10px 50px;
	background:url(../live/img/live_t02.gif) no-repeat 0px 0px;
	height:36px;
	margin: 0 0 15px 0;
}
.title_dg02 h3{
	border-bottom: 1px solid #CCCCCC;
	text-align: right;
	line-height: 24px;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
.title_dg02 h4 {
	text-align: right;
	line-height: 24px;
	font-size: 12px;
	color: #CCC;
	font-weight: normal;
}

/* 频道列表 */
.live_top {
	width: 800px;
	height: 25px;
	background: url(../news/img/article_top.gif) no-repeat;
	margin: 0 auto;
}
.live_bottom {
	width: 800px;
	height: 25px;
	background: url(../news/img/article_bottom.gif) no-repeat;
	margin: 0 auto 10px auto;
}
.live_content{
	border-left: 4px #fed4d6 solid;
	border-right: 4px #fed4d6 solid;
	width: 752px;
	height:100%;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
}
.live_content h3{
	font-size: 12px;
	line-height: 20px;
	border-bottom: 1px #ccc solid;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}
.live_content ul {
	list-style: none;
	margin: 0;
}
.live_content ul li {
	text-align: center;
	line-height: 24px;
	height: 24px;
	background: #fcebeb;
	float: left;
	margin-left: 1px;
	margin-bottom: 1px;
}
.w35 {
	width: 35px;
}
.w113 {
	width: 113px;
}
.live_content ul li img {
	vertical-align: middle;
	border: 0;
	_padding: 5px 0 0 0 ;
}

/* 视频页面 */
.vedioWMP {
	margin: 0;
	padding: 0;
	float: left;
}
.googleAdvertisement {
	width: 178px;
	height: 388px;
	border: 1px #c0d8ef solid;
	margin: 0 5px;
	padding: 0 10px;
	float: left;
	overflow: auto;
}
.attention {
	width: 100%;
	height: 25px;
	background: #d8e7f5;
}
.attention h3 {
	font-size: 12px;
	color: #f00;
	line-height: 25px;
	float: left;
	margin: 0 0 0 12px;
}
.attention h4 {
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	float: left;
}