@charset "utf-8";
/* CSS Document */


* {
	border: 0;
	margin: 0;
	font-family: Calibri;
	font-size: 12px; 
}
li{
	list-style:none;}
/*菜单栏*/
.navigation {
	height: 65px;
	/*background: #2d4a8d;
	position: relative;
	z-index: -100;*/
	clear: both;
	position: relative;
	z-index: 100;
	margin-top: -6px;
}
.menu {
	margin: 0 auto;
	width: 900px;
	height: 50px;
	/*background: #2d4a8d;*/
	position: relative;
	z-index: 50;
}
.menu_title {
	width: 450px;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	vertical-align: middle;
	letter-spacing: 1px;
	color: #133279;
	float: left;
}
.menu_button {
	width: 150px;
	height: 50px;
	position: relative;
	float: left;
}
.menu_button a {
	text-decoration: none;
	font-size: 15px;
	color: #133279;
}
.menu_button a:hover {
	color: #f7941d;
}
.menu_button img {
	position: absolute;
	z-index: -10;
}
.menu_text {
	width: 150px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	color: #133279;
	z-index: 0;
}
.live, .live a {
	color: #FFFFFF;
	font-size: 16px;
}
/*会议预告*/
.announce {
	width: 900px;
	height: 40px;
	margin: 0 auto;
}
.announce_title {
	width: 90px;
	height: 40px;
	margin-right: 10px;
	line-height: 40px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 15px;
	text-align: center;
	background: #f7941d;
	float: left;
}
.announce_text {
	width: 690px;
	height: 38px;
	padding-left: 12px;
	line-height: 38px;
	font-size: 14px;
	color: #404040;
	vertical-align: middle;
	background: #f5f5f3;
	float: left;
	border: solid 1px #F5F5F5;
	overflow: hidden;
}
.announce_text ul {
	margin: 0;
	padding: 0;
} 
.announce_text li {
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	text-align: left;
	list-style-type: none;
}
.announcepage{
	/*position: relative;
	z-index: 100;
	top: -28px;
	left: 800px;*/
	width: 96px;
	height: 29px;
	background: #f5f5f3;
	padding-top: 11px;
	float: left;
}
.turnPage_pre {
	width: 18px;
	height:18px;
	margin: 0 6px;
	float: left;
	background-image: url(/home/plugin/images/liveOn/pre_btn_03.png);
}
.turnPage_pre:hover {
	background-image: url(/home/plugin/images/liveOn/pre_btn_hover_03.png);
}
.turnPage_next {
	width: 50px;
	height: 18px;
	margin: 0 40px;
	float: left;
	background-image:url(/home/plugin/images/liveOn/next_btn_05.png);
}
.turnPage_next:hover {
	background-image:url(/home/plugin/images/liveOn/next_btn_hover_05.png);
}
/*正在直播*/
.liveOn {
	width: 900px;
	height: 380px;
	margin: 18px auto 30px auto;
	background: #282f38;
	color: #FFFFFF;
}
.liveOn_pic {
	width: 645px;
	height: 380px;
	background: #282f38;
	position: relative;
	float: left;
}
.liveOn_picBG {
	width: 645px;
	height: 380px;
	position: absolute;
	z-index: 0;
}
.liveOn_pic_caption {
	width: 615px;
	height: 20px;
	padding: 15px;
	position: absolute;
	bottom: 0;
	z-index: 100; 
	background-color: #272727;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.liveOn_pic_caption p {
	margin: 0 3px;
	float: left;
}
.liveOn_pic_caption_p1 {
	margin: 0 12px !important;
}
.liveOn_pic_caption_p1 a {
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
}
.liveOn_pic_caption_p1 a:hover {
	text-decoration: underline;
}
.liveOn_intro {
	width: 186px;
	height: 300px;
	padding: 60px 30px 20px 30px;
	background: #282f38;
	position: relative;
	float: right;
}

.liveOn_people {
	position: absolute;
	top: 18px;
	right: -2px;
	overflow:hidden;
}
.liveOn_people li{
	float:left;
}
.tipleft{
	width:10px;
	height:34px;
	background:url(/home/plugin/images/liveOn/tip_left.png) no-repeat center;
}
.tipbg{
	padding:0 1px 0 6px;
	height: 34px;
	background:url(/home/plugin/images/liveOn/tip_bg.png) repeat-x center;
}
.tipright{
	width: 6px;
	height: 34px;
	background:url(/home/plugin/images/liveOn/tip_right.png) no-repeat center;
}
.liveOn_people img {
	display:block;
	margin: 1px 3px 0 10px;
	float: left;
}
.liveOn_people span {
	float:left;
	color: #FFFFFF;
	margin-top: 7px;
	font-size: 12px;
}
.liveOn_people .peopleicon{
	margin-top:10px;
	margin-right:5px;
	display:block;
	width:16px;
	height:12px;
	background: url(/home/plugin/images/liveOn/head.png) no-repeat center;
}
.liveOn_title {
	font-size: 30px;
	line-height: 54px;
}
.liveOn_text {
	font-size: 14px;
	line-height: 30px;
}
.liveOn_button {
	/*width: 150px;
	height: 46px;*/
	left: 45px;
	position: absolute;
	bottom: 30px;
}


/*下方视频内容部分*/
.videos {
	width: 900px;
	margin: 0 auto;
}
/*开头标题部分*/
.videos_head {
	height: 40px;
	border-bottom: 2px solid #133279;
	margin-bottom: 27px;
}
.videos_title {
	width: 135px;
	height: 45px;
	margin: 0 0 0 -18px;
	position: relative;
	float: left;
}
.videos_title img {
	width: 90%;
	height: 90%;
	margin: 7px;
	position: absolute;
}
.videos_text {
	width: 135px;
	height: 42px;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
	position: absolute;
}
.videos_more {
	height: 45px;
	float: right;
	margin-right: 6px;
	margin-top: 18px;
}
.videos_more a {
	text-decoration: none;
	font-size: 15px;
	color: #f7941d;
}
.videos_more a:hover {
	text-decoration: underline;
}
.videos_more span {
	font-size: 15px;
	color: #f7941d;
}
.videos_kong {
	clear: both;
}
/*正在直播和相关视频*/
.videos01 {
	width: 890px;
	margin: 0 auto;
	height:720px;
}
.videos02 {
	width: 890px;
	margin: 0 auto 15px auto;
}
.videos02_info {
	width: 190px;
	height: 168px;
	margin: 0 15px 24px 15px;
	float: left;
}
.videos02_info_img {
	width: 190px;
	height: 124px;
}
.videos02_info_00 {
	height: 20px;
	padding: 0 9px;
	overflow: hidden;
}
.videos02_info_01 {
	height: 24px;
	padding: 0 9px;
	overflow: hidden;
}
.videos02_info_01 a {
	line-height: 24px;
	text-decoration: none;
	color: #191919;
}
.videos02_info_01 a:hover {
	color: #f7941d;
}
.videos02_info_02 {
	height: 24px;
	padding-left: 9px;
	color: #bdbdbd;
}
.none{width:420px;height:200px;background: url(/home/plugin/images/none_home.png) no-repeat center;}
.tipTextBox{color:#9e9e9e;width:220px;font-size:16px;position:relative;left:290px;top:88px;line-height:18px;text-indent:20px;}

.noLive{width:205px;height:124px;background: url(/home/plugin/images/noLive.png) no-repeat;}
.noLiveTipBox{color:#9e9e9e;width:205px;font-size:13px;position:relative;left:70px;top:68px;line-height:18px;text-indent:20px;}

.buttonView{text-decoration:none;font-size:16px;text-indent:15px;color:white;background:#487ABE url(/home/plugin/images/liveOn/button.png)  no-repeat;padding-left:32px;padding-right:20px;display: block;text-align: left;cursor: pointer;line-height: 46px;font-weight:600;}