@charset "utf-8";
/* CSS Document */

* {
	border: 0;
	margin: 0;
	font-family: Calibri;
	font-size: 12px; 
}
/*菜单栏*/
.navigation {
	height: 545px;
	background: url(../images/indexBG.png) repeat-x center;
	/*position: relative;
	z-index: -100;*/
	clear: both;
	margin-top: -6px;
}
.menu {
	margin: 0 auto;
	width: 900px;
	height: 50px;
	/*background: #2d4a8d;*/
	position: relative;
	z-index: 100;
}
.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;
}
.nowPage {
	color: #FFFFFF;
	font-size: 16px;
}
.navig_show {
	width: 900px;
	margin: 18px auto 0 auto;
}
.navig01 {
	width: 612px;
	height: 380px;
	background: #2d4a8d;
	float: left;
}
/*会议预告*/
.announce {
	width: 900px;
	height: 40px;
	margin: 30px auto 0 auto;
}
.announce_title {
	width: 80px;
	height: 40px;
	margin-right: 11px;
	line-height: 40px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 15px;
	text-align: center;
	background: #f7941d;
	float: left;
}
.announce_text {
	width: 785px;
	height: 38px;
	padding-left: 21px;
	line-height: 38px;
	font-size: 14px;
	color: #404040;
	vertical-align: middle;
	background: #FFFFFF;
	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: #FFFFFF;
	margin-left: -1px;
	padding-top: 11px;
	float: left;
}
.turnPage_pre {
	width: 18px;
	height:18px;
	margin: 0 6px;
	float: left;
	background-image: url(../images/liveOn/pre_btn_03.png);
}
.turnPage_pre:hover {
	background-image: url(../images/liveOn/pre_btn_hover_03.png);
}
.turnPage_next {
	width: 50px;
	height: 18px;
	margin: 0 6px;
	float: left;
	background-image:url(../images/liveOn/next_btn_05.png);
}
.turnPage_next:hover {
	background-image:url(../images/liveOn/next_btn_hover_05.png);
}
/*右边直播菜单*/
.navig02 {
	width: 270px;
	height: 380px;
	background: #FFFFFF;
	float: right;
}
.navig02_head {
	height: 39px;
	background: #f7941d;
}
.navig02_head img {
	margin-top: 12px;
	margin-left: 15px;
}
.navig02_body {
	height: 340px;
	overflow: hidden;
}
.navig02_content {
	height: 58px;
	padding-top: 6px;
	margin-bottom: 3px;
	border-bottom: 2px solid #F0F0F0;
	position: relative;
	overflow: hidden;
}
.navig02_num {
	width: 52px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	vertical-align: middle;
	font-family: Calibri,Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2d4a8d;
	background: url(../images/numBG.png) no-repeat center top;
	margin-top: -1px;
	float: left;
}
.navig02_detail {
	width: 192px;
	padding: 0 6px;
	float: left;
}
.navig02_detail a {
	text-decoration: none;
	font-size: 13px;
	line-height: 13px;
	color: #191919;
}
.navig02_detail a:hover {
	text-decoration: underline;
}
.navig02_detail_date {
	position: absolute;
	bottom: 1px;
}
.navig02_detail_date img {
	float: left;
}
.navig02_detail_eye {
	margin: 3px -3px 0 6px;
}
.navig02_detail_date div {
	height: 20px;
	font-size: 10px;
	padding-left: 1px;
	color: #bdbdbd;
	float: left;
}
.navig02_kong {
	width: 270px;
	clear: both;
}

/*下方视频内容部分*/
.videos {
	width: 900px;
	height: 920px;
	margin: 0 auto;
}
/*开头标题部分*/
.videos_head {
	height: 40px;
	border-bottom: 2px solid #133279;
	margin-bottom: 30px;
}
.videos_title {
	width: 160px;
	height: 42px;
	margin: 0 0 0 -6px;
	position: relative;
	float: left;
}
.videos_title img {
	width: 90%;
	height: 90%;
	margin: 9px 0;
	position: absolute;
}
.videos_text {
	width: 140px;
	height: 48px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 48px;
	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 {
	height: 240px;
	margin: 21px 0;
}
.videos01_info {
	width: 205px;
	height: 168px;
	margin: 0 9px;
	float: left;
}
.videos01_info_img {
	width: 205px;
	height: 124px;
}
.videos01_info_00 {
	height: 20px;
	padding: 0 18px;
	overflow: hidden;
}
.videos01_info_01 {
	height: 24px;
	padding: 0 18px;
	overflow: hidden;
}
.videos01_info_01 a {
	line-height: 24px;
	text-decoration: none;
	color: #191919;
}
.videos01_info_01 a:hover {
	color: #f7941d;
}
.videos01_info_02 {
	height: 24px;
	padding-left: 18px;
	color: #bdbdbd;
}
/*资源点播*/
.videos02 {
	width: 620px;
	height: 450px;
	float: left;
}
.videos02_info {
	width: 190px;
	height: 168px;
	margin: 0 8px 24px 8px;
	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;
}
/*热播榜*/
.videos03 {
	width: 265px;
	height: 450px;
	float: right;
}
.videos03_title {
	margin-left: -14px !important;
}
.videos03_hot {
	height: 40px;
	margin-bottom: 15px;
}
.videos03_hot_num {
	width: 36px;
	height: 36px;
	background: #f7941d;
	color: #FCFCFC;
	font-size: 18px;
	font-family: Calibri,Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 36px;
	float: left;
}
.videos03_hot_num02 {
	background: #9e9e9e !important;
} 
.videos03_hot_content {
	width: 192px;
	height: 40px;
	padding: 0 12px 0 12px;
	overflow: hidden;
}
.videos03_hot_content a {
	text-decoration: none;
	font-size: 15px;
	color: #191919;
	white-space: nowrap;
}
.videos03_hot_content a:hover {
	color: #f7941d;
}
.videos03_hot_content img {
	float: left;
	vertical-align:text-bottom;
	padding-top:3px;
	
}
.videos03_hot_content div {
	height: 30px;
	padding-left: 9px;
	color: #bdbdbd;
	float: left;
}
.videosSchedule{
	width: 120px;
	height: 35px;
	margin-right: 11px;
	line-height: 35px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 15px;
	text-align: center;
	background: #f7941d;
	float: left;
	text-decoration:none;
	font-weight:300;
}
.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;}

.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:20px;text-indent:20px;}
/******首页默认海报*******/
.menuDefualt{width:610px;height:380px;background: url(/home/plugin/images/default.jpg) no-repeat center;}
.textDefault{color:#3387ea;text-shadow: 5px 5px 10px #999;font-size:23px;font-family:Calibri;margin-left:280px;padding-top:35px;}
