.banner{
	width: 100%;
	height: auto;
}
.crumbs{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #f7f7f7;
}
.crumbs-content{
	width:1200px;
	margin: 0 auto;
}
.crumbs-content img{
	display: inline-block;
	margin-top: -4px;
}
.crumbs-content a,.crumbs-content span{
	color: #999;
	margin-left: 10px;
	font-size: 14px;
}
.crumbs-content a:hover{
	color: #4A87E7;
}
.content{
	width:1024px;
	margin:30px auto 0;
	overflow: hidden;
	position: relative;
}
.detail-title{
	overflow: hidden;
	padding: 40px 0 20px;
	border-bottom: 1px dashed #dcdcdc;
}
.detail-title>h2{
	font-size: 18px;
	color:#333;
	font-weight: bold;
	float: left;
}
.detail-title>p{
	font-size: 12px;
	color: #999999;
	float: right;
	line-height: 24px;
}
.news-detail{
	padding: 15px 0 30px;
	text-align: center;
}
.news-detail>p{
	text-indent: 2em;
	line-height: 1.6;
	margin: 15px 0;
	font-size: 14px;
	color: #666666;
	text-align: left;
}
.news-next{
	padding: 20px 0;
	border-top: 1px dashed #dcdcdc;
	overflow: hidden;
}
.news-next>p{
	font-size: 14px;
	width: 49.8%
}
.news-next>p:hover a{
	color: #23558e;
	text-decoration: underline;
}
.news-prev{
	float: left;
}
.news-more{
	float: right;
	text-align: right;
}
.news-next>span{
	display: block;
	float: left;
}