*{
	margin: 0;
	padding: 0;
}
body{
	font-family: "微软雅黑";
	font-size: 12px;
	background:#ecebeb;	
}
a{
	text-decoration: none;
}
li{
	list-style-type: none;
}
img{
	display:block;
	border:none;
}
.clear{
	clear: both;
}
#top, #footer{
	width: 100%;
	overflow: hidden;
}
nav{
	width: 100%;
	overflow: hidden;
}
#middle{
	width: 1200px;
	overflow: hidden;
	margin: 40px auto 40px auto;
}
/*banner*/
#top img{
	display: block;
	width:100%;
}
/*导航栏*/
nav{
	height: 73px;
	background: #ffffff;	
	box-shadow: 10px 10px 10px #cac5c5;
}
nav ul{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
nav ul li{
	float: left;
	font-size: 16px;
	color: #5b5959;
	font-weight: bold;
	margin-left: 80px;
	line-height: 73px;
	height: 68px;
	letter-spacing: 2px;
	cursor: pointer;
}
nav ul li:first-child{
	margin-left: 0;
}
/*middle*/
.m_left{
	width: 860px;
	overflow: hidden;
	float: left;
}
.ml_o, .ml_t, .ml_th{
	width: 840px;
	overflow: hidden;
	background: #FFFFFF;
	padding: 10px;
}
.ml_o ul li{
	float: left;
	line-height: 26px;
}
.ml_o ul li b{
	font-size: 16px;
	display: block;
}
.ml_o ul li p{
	margin-top: 10px;
}
.ml_o ul li:last-child{
	margin-left: 30px;
	color: #373737;
}
.ml_t, .ml_th{
	margin-top: 12px;
}
.ml_t h1, .ml_th h1{
	font-size: 18px;
	color: #545454;
	border-left:5px solid #1373da ;
	padding-left: 10px;
	letter-spacing: 1px;
}
.ml_t img{
	width: 524px;
	height: 302px;
	margin: 30px auto 30px auto;
}
.ml_t p{
	width: 90%;
	margin: 0 auto;
	line-height: 38px;
	font-size: 14px;
	color: #545454;
	font-weight: bold;
	letter-spacing: 1px;
}
.ml_th ul{
	width:800px;
	overflow: hidden;
	margin: 0 auto;
	border: 1px dashed red;
}
.ml_th ul li{
	width: 100%;
	float: left;
	color: #313030;
	font-size: 14px;
	line-height: 24px;
	padding: 5px 0;
	border-bottom: 1px dashed red;
	
}
.ml_th ul li b{
	text-align: right;
	width: 283px;
	display: block;
	color:#545454;
	font-weight: bold;
	float: left;
	font-size: 16px;
}
.ml_th ul li p{
	width: 470px;
	float: right;
	display: block;
	line-height: 30px;
	border-left: 1px dashed red ;
	padding: 0 20px;
}
.ml_th li p span{
	font-size: 14px;
	font-weight: bold;
}
.m_right{
	width: 298px;
	overflow: hidden;
	float: right;
}
.mr_o{
	width: 288px;
	overflow: hidden;
	padding: 5px;
	border-left:2px solid #1473d6 ;
	background: #FFFFFF;
	margin-top: 8px;
}
.mr_o:first-child{
	margin-top: 0;
}
.mr_o h1{
	font-size: 14px;
	letter-spacing: 1px;
}
.mr_o p{
	color: #777777;
	margin-top: 8px;
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 26px;
}
.mr_t p{
	line-height: 28px;
}
/*拟邀嘉宾*/
.ml_t ul li{
	width: 200px;
	height: 300px;
	margin: 20px 0 0 60px;
	float: left;
}
.ml_t ul li img{
	display: block;
	width: 200px;
	height: 246px;
	margin: 0;
}
.ml_t ul li p{
	width:200px;
	text-align: center;
	font-weight:normal;
	font-size: 12px;
	margin-top: 5px;
	line-height: 20px;
	color: #000000;
}
.ml_t ul li p span{
	font-size: 16px;
	font-weight: bold;
}
/*footer*/
#footer p{
	text-align: center;
	line-height: 26px;
	color: #333333;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 10px 0;
}
/*新添加-新闻报道*/
#news_ul li {
	width:630px;
	height:15px;
	border:none;	
}
#news_ul ul li a{
	color:#545454;
	font-size:14px;
	letter-spacing:2px;
}
#news_ul ul li a span{
	float:right;
}
#news_ul ul li a:hover{
	text-decoration: underline;
	color: #1471d5;
}
