*{ margin:0px;padding:0px;}
ul{ list-style-type:none;}
a{ text-decoration:none;}
/* 公共 */
.clear{
  clear:left;
}
#container{
	width:980px;
	margin:0px auto;
}
/* banner */
#container .banner{
	width:980px;
	margin:10px auto;
}
#container .banner img{
	width:980px;
}
/* nav */
#container .navul{
	width:980px;
	height:30px;
	border:1px solid silver;
}
#container .navul li{
	float:left;
	height:30px;
	margin:0px 5px;
	line-height:30px;
}
#container .navul li a{
	color:gray;
}
#container .content{
	width:980px;
	height:auto;
	margin:20px auto;
}
#container .content .tit{
	width:980px;
	height:27px;
	background:url('../img/title.png') no-repeat;
}
#container .content .text{
	width:978px;
	height:auto;
	border-left:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
	border-bottom:1px solid #D5D5D5;
}
#container .content .text .text_tit{
	width:950px;
	height:30px;
	font-weight:bold;
	font-size:26px;
	margin-left:15px;
	line-height:30px;
	text-align:center;
	position:relative;
	top:30px;
}
#container .content .text .text_time{
	width:950px;
	height:30px;
	font-size:16px;
	margin:10px auto;
	margin-left:15px;
	line-height:30px;
	text-align:center;
	position:relative;
	top:25px;
}
#container .content .text .text_con{
	width:800px;
	height:auto;
	line-height:26px;
	margin:0px auto;
	margin-top:40px;
	margin-left:90px;
	margin-bottom:20px;
}