.title{
	width: 100%;
	height: 240px;
	line-height: 310px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	background: url(../image/sub.jpg) no-repeat center;
}
.m{
	width: 100%;
	min-height: 400px;
	background-color: #f5f5f5;
	padding-bottom:20px;
}
.main{
	width: 1000px;
	min-height: 800px;
	margin: 0 auto 10px;
}
.p{
	width: 238px;
	height: 315px;
	box-shadow: 0 1px 3px #ddd;
	float: left;
	margin: 40px 6px 0;
}
.p:hover{
	box-shadow: 0 2px 3px #aaa;
}
.p div{
	width: 238px;
	height: 238px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.p img{
	max-width: 100%;
	height: 100%;
}
.p span{
	width: 208px;
	height: 46px;
	line-height: 23px;
	font-size: 16px;
	overflow: hidden;
	padding: 15px;
	display: block;
}
.p:hover span{
	color: #000;
}
.n{
	width: 910px;
	height: 49px;
	line-height: 49px;
	border-bottom: 1px dotted #eee;
	padding: 0 45px;
	display: block;
}
.n:hover{
	background-color: #005db2;
	color: #fff;
}
.n div{
	width: 25px;
	height: 1px;
	margin-top: 24px;
	float: left;
	background-color: #005db2;
	margin-right: 55px;
}
.n:hover div{
	background-color: #fff;
}
.n span{
	width: 640px;
	height: 49px;
	line-height: 49px;
	float: left;
	overflow: hidden;
}
.n i{
	max-width: 100px;
	overflow: hidden;
	float: right;
	line-height: 49px;
	font-style: normal;
}
.article-title{
	width:100%;
	line-height:50px;
	font-size:24px;
	float:left;
}
.title-info{
	float:left;
	width:100%;
	line-height:50px;
	font-size:12px;
	color:#aaa;
}
.title-info span{
	margin-right:20px;
}
.article-text img{
	max-width:100%;
	height:auto;
}
.page_info,.page_list{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.page_info span{
	margin: 0 3px;
	font-weight: bold;
}
.page_list a{
	width:28px;
	height:28px;
	line-height:28px;
	border:1px solid #aaa;
	display:inline-block;
	margin:10px 1px 0;
	text-align:center;
}
.page_list a.on{
	color:#fff;
	background-color:#aaa;
}