html,body,div,ul,li,a,p,h1,h3,h4{
	padding:0;
	margin:0;
}
li{list-style-type:none;}
a{text-decoration:none;color:black;}
.wrap{
	width:1000px;
	/*background:#999;*/
	margin:0 auto;
}
.top{
	height:70px;
}
.top div,.nav li{
	float:left;
}
.nav li{
	height:70px;
	line-height:70px;
	padding:0 30px;
}
.nav li:hover{
	background:rgb(189,56,71);
}
.ad{
	margin-top:5px;
	height:310px;
	overflow:hidden;
}
.text{
	height:40px;
	margin:20px 0;
}
.text a{
	color:white;
	line-height:40px;
}
.text1,.text2{
	float:left;
}
.text1{
	width:15%;
	text-align:center;
	background:rgb(189,56,71);
}
.text2{
	width:83%;
	background:rgb(62,62,62);
	padding-left:20px;
}
.list li{
	float:left;
	border:1px solid #ccc;
	text-align:center;
}
.list li span{
	display:block;
	margin:5px 0;
}
.listc{
	margin:0px 2px;
}
.newsBox{
	float:left;
	height:300px;
	width:330px;
	border:1px solid #ccc;
	margin:20px 1px 10px 0;
}
.newsBox ul{
	margin:5px;
}
.newsBox h4{
	color:white;
	background:rgb(189,56,71);
	font-weight:normal;
	padding:10px 20px;
}
.news_core li{
	height:70px;
	border-bottom:1px solid #ccc;
	margin-top:10px;
}
.news_date{
	float:left;
	padding:12px 8px;
	background:rgb(189,56,71);
	border-radius:5px;
	color:white;
}
.news_body{
	float:left;
	width:250px;
	padding:0 10px;
}
.news_body h3{
	font-size:13px;
	margin:5px 0 10px 0;
}
.news_body p{
	font-size:13px;
}
.Ntop{
	margin:25px 25px 5px 25px;
}
.Ntop img{
	height:120px;
	width:280px;
	/*margin:25px auto;*/
	/*border:1px solid red;*/
}
.Nbottom{
	margin:0 25px;
	line-height:20px;
}
.news_call li{
	margin-left:5px;
	margin-bottom:2px;
}
.copyRight{
	clear:both;
	background:#e7e7e7;

	text-align:center;
}
.copyRight h4{
	line-height:60px;
}