*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	text-decoration: none;
	list-style: none;
}


/*banner图*/
#banner{
	width: 100%;
	height: 390px;
	background-image:  url(../img/Banner_04.jpg);
	margin: 0 auto;
	/*float: left;*/
}
#kong{
	width: 1200px;
	height: 80px;
	margin: 0 auto;
}
/*主要部分*/
#Boss{
	width: 1200px;
	margin: 0 auto;
	/*background-color: #8D8D8D;*/
}

/*位置*/
#content_catalog{
	float: left;
	
}
#content_catalog p{
	font-size: 14px;
	color: #000000;
	font-weight: 600;
	float: left;
	line-height: 80px;
}
#content_catalog p img{
	float: left;
	margin-right: 12px;
	margin-top: 30px;
}
#content_catalog a{
	color: #000000;
}

#content{

}
/*文章*/
#textbox{
	width: 1200px;
	float: left;
	border: #ccc solid 1px;
}
#headline{
	width: 1100px;
	/*height: 160px;*/
	border-bottom: #CCCCCC dashed 1px ;
	margin: 0 50px;
	float: left;
}
#headline{
	color: #343434;
}
#headline p:nth-child(1){
	font-size:36px ;
	text-align: center;
	padding-bottom: 30px;
	line-height: 64px;
	padding-top: 30px;
	
}
#headline p:nth-child(2){
	font-size:16px ;
	text-align: center;
	line-height: 30px;
	padding-bottom: 30px;
}
#headline p:nth-child(2) a{
	color: #343434;
}
/*下一篇*/
#Next{
	width: 820px;
	float: left;
	margin: 0 150px 80px 150px;
}
#Next p{
	font-size: 14px;
	color: #676767;
}
#Next p a{
	font-size: 14px;
	color: #676767;
}
.Next_p1{
	float: left;
}
.Next_p2{
	float: right;
}
/*底部*/
#footer{
	float: left;
	height: 110px;
	width: 100%;
	margin-top: 80px;
	background-color: #015aac;
}
#footer_box{
	height: 25px;
}
#footer p{
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	color: #fff;
}
#content{
	width: 820px;
	float: left;
	margin: 60px 150px;
}
#content p img{
	max-width: 800px;
	/*max-height: 448px;*/
}

#content p{
	font-size: 14px;
	line-height: 30px;
	color: #676767;
	word-wrap:break-word;
}
