.fl{ 
	float: left;
}
.fr{ 
	float: right;
}
.clear{ 
	display: block; 
	content: "";
	clear: both;
}
body{ 
	background-color: #f6f6f6;
}

.top{
	position: relative;
	text-align: center;
	width: 100%;
}
.top img{
	width: 100%;
	height: auto;
}
.nav{
	position: absolute;
	left: 50%;
	bottom: 40px;
	width: 1200px;
	margin-left: -600px;
	z-index: 2;
}
.nav a{
	display: inline-block;
	width: 180px;
	height: 46px;
	line-height: 46px;
	background: #34314c;
	color: #fff;
	font-size: 20px;
	border: 1px solid #47b8e0;
	border-radius: 10px;
	margin: 0 24px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.nav a:hover{
	background: #47b8e0;
	border-color: #34314c;
}
.nav a.cur{
	background: #47b8e0;
	border-color: #34314c;
}
.container{
	width: 1200px;
	margin: auto;
}
.news_container{
	margin-top: 25px;
	overflow: hidden;
}
.news{
	width: 655px;
	padding: 15px;
	background: #fff;
}
.news_top{
	position: relative;
	border-bottom: 2px solid #e9e9e9;
	padding-left: 120px;
	margin-top: 5px;
}
.news_top img{
	position: absolute;
	width: 100px;
	left: 0;
	bottom: -2px;
	border-bottom: 3px solid #f6d32f;
	padding-bottom: 10px;
}
.news_top span{
	font-size: 24px;
	line-height: 55px;
}
.news_con{
	padding: 20px 15px;
}
.news_con li{
	margin-top: 30px;
}
.news_con li:first-child{
	margin-top: 20px;
}
.news_con a{
	display: block;
	width: 625px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 22px;
	color: #333;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.news_con a:hover{
	color: #47b8e0;
}
.news_con p{
	font-size: 16px;
	line-height: 26px;
	height: 50px;
	overflow: hidden;
}
.news_r{
	width: 450px;
}
.moment{
	position: relative;
	background: #fff;
	padding: 20px;
	width: 410px;
	height: 340px;
}
.banner{
	position: relative;
	width: 410px;
	height: 320px;
	overflow: hidden;
}
.banner-in{
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.moment li{
	position: relative;
	overflow: hidden;
	float: left;
	width: 410px;
	height: 320px;
}
.moment li a{
	display: block;
	color: #fff;
}
.moment li img{
	display: block;
	width: 410px;
	height: 320px;
}
.moment li div{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 320px;
	height: 70px;
	padding: 10px 15px 0 15px; 
	background: rgba(205,14,18,.8);
	z-index: 3;
	font-size: 16px;
}
.moment li .fsbig{
	font-size: 20px;
}
.moment ol{
	position: absolute;
	bottom: 15px;
	left: 50%;
} 
.moment ol li{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 5px;
	background: #7a7b7f;
}
.moment ol li.cur{
	background: #cd0e12;
}
.inst{
	margin-top: 19px;
	background: #fff;
	padding: 20px;
	padding-top: 5px;
	width: 410px;
	font-size: 16px;
}
.inst_t{
	font-size: 24px;
	line-height: 44px;
	border-bottom: 2px solid #e9e9e9;
	margin-bottom: 10px;
}
.inst_t span{
	border-bottom: 3px solid #f6d32f;
	padding-bottom: 5px;
}
.idx_tit{
	border-bottom: 2px solid #e9e9e9;
	text-align: center;
	font-size: 24px;
	margin-top: 50px;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.idx_tit span{
	border-bottom: 4px solid #f6d32f;
	padding-bottom: 10px;
}
.keynote_c{
	overflow: hidden;
}
.keynote_c dl{
	/*width: 575px;*/
	width: 100%;
	height: 300px;
	margin-bottom: 30px;
	overflow: hidden;
}
.keynote_c dt{
	float: left;
	width: 200px;
	height: 240px;
}
.keynote_c dt img{
	width: 100%;
	height: 100%;
	display: block;
}
.keynote_c dd{
	float: left;
	margin-left: 20px;
	width:80%;
	font-size:16px;
}
.keynote_c dd .name{
	font-size: 16px;
	margin-bottom: 10px;
}
.keynote_c dd .keynote_tit{
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: 600;
}
.keynote_c dd .keynote_tit a{
	font-size: 18px; color: #333;
}
.keynote_c dd .keynote_tit a:hover{
	font-size: 18px; color: #47b8e0;
}
.theme .idx_tit{
	margin-top: 30px;
}
.theme_c{
	width: 100%;
	height: 560px;
}
.theme_c li{
	position: relative;
	float: left;
	overflow: hidden;
}
.theme_c a{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
}
.foot{
	width: 100%;
	font-size:14px;
}
.foot h3{
	font-size:16px;
}


.foot ul li{
	float:left;
	padding: 10px 30px 10px 0;
}
.foot ul{
	overflow:hidden;
	
}
.footlogo li{
	width: 200px;
	height: 80px;
}
.footlogo img{
	width: 100%;
}
.footlogo span{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.footlogo a{
	color: #333;
}
.theme_c .wid600{
	width: 600px;
	height: 260px;
	line-height: 260px;
}
.theme_c .wid400{
	width: 400px;
	height: 300px;
	line-height: 300px;
}
.theme_c a:hover{
	transform: scale(1.2);
	background-color: rgba(0,0,0,1);
}
.theme_c1{
	background-image: url(../images/img3.jpg);
}
.theme_c2{
	background-image: url(../images/img4.jpg);
}
.theme_c3{
	background-image: url(../images/img5.jpg);
}
.theme_c4{
	background-image: url(../images/img6.jpg);
}
.theme_c5{
	background-image: url(../images/img7.jpg);
}

.topic_c{
	overflow: hidden;
}
.topic_c a{
	display: block;
	float: left;
	width: 200px;
	height: 45px;
	margin-left: 50px;
	padding-left: 62.5px;
	color: #333;
	font-size: 16px;
	line-height: 26px;
	background-image: url(../images/number.png);
	background-repeat: no-repeat;
	margin-bottom: 40px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.topic_c a:hover{
	color: #47b8e0;
	background-image: url(../images/number_ed.png);
}

.topic_c .topic1{
	margin-left: 0;
	background-position: 0 0;
}
.topic_c .topic2{
	background-position: 0 -50px;
}
.topic_c .topic3{
	background-position: 0 -104px;
}
.topic_c .topic4{
	background-position: 0 -157px;
}
.topic_c .topic5{
	margin-left: 0;
	background-position: 0 -208px;
}
.topic_c .topic6{
	background-position: 0 -259px;
}
.topic_c .topic7{
	background-position: 0 -317px;
}
.topic_c .topic8{
	background-position: 0 -370px;
}
.bottom{
	background: #555;
	color: #ccc;
	text-align: center;
	height: 60px;
	line-height: 60px;
	margin-top: 30px;
}

/*直播*/
.live_tit{
	width: 100%;
	border-bottom: 1px solid #34314c;
	margin-top: 20px;
}
.live_tit h2{
	display: inline-block;
	margin-right: 50px;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	line-height: 60px;
}
.live_tit h2.cur{
	font-weight: bold;
}
.live_container{
	overflow: hidden;
	position: relative;
}
.right{
	width: 250px;
	margin-top: 50px;
	font-size: 16px;
	line-height: 30px;
}
.right h3{
	color: #47b8e0;
	font-size: 16px;
}
.right p{
	margin-bottom: 30px;
}
.right .file{
	color: #333;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.right .files a{
	color: #47b8e0;
	display: block;
}
.live_c{
	width: 900px;
}
.live_c ul{
	display: none;
}
.live_c ul.cur{
	display: block;
}
.live_c h3{
	margin-top: 30px;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ccc;
	font-size: 18px;
}
.live_c h3 em{
	padding: 0 2px;
	background: #47b8e0;
	margin-right: 10px;
}
.live_c li{
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	margin-top: 40px;
	padding-bottom: 40px;
}
.live_c .bdm_none{
	border-bottom: none;
}
.live_c li img{
	width: 150px;
	height: 100px;
	display: block;
	float: left;
}
.live_c li .live_detail{
	float: right;
	width: 700px;
}
.live_detail h4 a{
	color: #333;
	line-height: 36px;
	font-size: 18px;
}
.live_detail h4 a:hover{
	color: #47b8e0;
}
.live_detail h5{
	color: #666;
	font-size: 16px;
	line-height: 30px;
}
.live_detail p{
	font-size: 16px;
	line-height: 26px;
}
.live_detail .more{
	display: block;
	color: #47b8e0;
	margin-top: 10px;
}
.theme_cd h3{
	font-size: 20px;
	color: #47b8e0;
	font-weight: 500;
	border-bottom: 2px solid #47b8e0;
}
.theme_right{
	margin-top: 30px;

	top: 0;
}
.theme_right h3{
	border-bottom: 2px solid #ccc;
	font-size: 20px;
	color:#47b8e0;
	font-weight: 500;
	margin-bottom: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	background: url(../images/theme6.png) left 0 no-repeat;
}
.theme_right a{
	display: block;
	width: 250px;
	height: 80px;
	line-height: 80px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
}
.themebg1{ 
	background: url(../images/theme1.png) center no-repeat; 
}
.themebg2{ 
	background: url(../images/theme2.png) center no-repeat; 
}
.themebg3{ 
	background: url(../images/theme3.png) center no-repeat; 
}
.themebg4{ 
	background: url(../images/theme4.png) center no-repeat; 
}
.themebg5{ 
	background: url(../images/theme5.png) center no-repeat; 
}
.subject_right{
	margin-top: 110px;
}
#frame {
	/*width:980px;*/
	position:relative;
	margin:10px auto 0 auto;
	overflow: hidden;
}
.report_l{ width: 45%; float: left;}
.report_r{ width: 45%; float: right;}
.report {
	/*width:480px;*/
	float:left;
	margin-top:15px;
}
.report h2 {
	width:478px;
	height:38px;
	border:1px solid #bbb;
	font-size:15px;
	text-indent:10px;
	line-height:38px;
	background:#ddd;
	margin: 0;
}
.report h2 a{color:#444;}
.report ul {
	width:478px;
	padding:10px 0;
	border:1px solid #ccc;
	border-top:0;
	background:#fff;
}
.report ul li {
	position:relative;
	line-height:1.1em;
	margin:10px 0 10px 10px;
	padding:0 0 5px 0;
	border-bottom:1px dotted #ddd;
	text-align: left;
}
.report ul li a{ max-width: 380px; display: inline-block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;color: #09f;}
.report ul li span {
	position:absolute;
	right:10px;
	top:0px;
	color:#888;
	word-spacing: 0.6em;
}
















