#crumbs-nav{
	width: 100%;
	min-width: 1200px;
	height: auto;
	overflow: auto;
	margin-bottom: 30px;
	background: #f0f0f0;
}
.crumbs-nav-body{
	width: 1200px;
	height: auto;
	overflow: auto;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 16px;
	line-height: 35px;
	color: #444;
}
.crumbs-nav-body a{
	color: #444;
}
.crumbs-nav-body a:hover{
	color: #0090D9;
}
#article{
	width: 100%;
	min-width: 1200px;
	height: auto;
	overflow: auto;
}
.article-body{
	width: 1200px;
	height: auto;
	overflow: auto;
	margin: 0 auto 30px;
	padding: 25px 25px 10px 25px;;
	background: #f8f8f8;
}
.article-title{
	width: 100%;
	height: auto;
	overflow: auto;
	padding: 10px 0;
	border-bottom: 1px #ccc solid;
}
.article-title h1{
	font-size: 26px;
	color: #444444;
	line-height: 52px;
	text-align: center;
}
.article-title span{
	display: block;
	font-size: 14px;
	color: #888;
	line-height: 28px;
	text-align: center;
}
.article-content{
	width: 1050px;
	margin: 0 auto;
	height: auto;
	overflow: auto;
	padding: 20px 0;
	word-wrap:break-word;
}
.article-content img{
	display: block;
	margin: 0 auto;
}
.article-content p{
	font-size: 16px;
	line-height: 28px;
	color: #666;
}
.next-last{
	border-top: 1px solid #ccc;
	padding: 15px 0;
	width: 100%;
	height: auto;
	overflow: auto;
}
.next-last ul{
	width: 100%;
	height: auto;
	overflow: auto;
	display: block;
}
.next-last ul li{
	width: 500px;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
	color: #444;
}
.next-last ul li a{
	color: #444;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.next-last ul li:hover a{
	color: #0090D9;
}
.next-last ul li:nth-child(1){
	float: left;
}
.next-last ul li:nth-child(2){
	float: right;
}