.main{
	width:1000px;
	height:auto;
	margin:0px auto;
}
.sub{
	width:100%;
	height:240px;
	line-height:180px;
	text-align:center;
	color:#fff;
	font-size:24px;
	background:url(../images/sub.jpg) no-repeat top center;
}
.now{
	width:100%;
	height:40px;
	margin-bottom:15px;
	background-color:rgb(240,240,240);
}
.now-c{
	width:110px;
	height:40px;
	line-height:40px;
	color:#fff;
	text-align:center;
	background-color:rgb(20,110,210);
	float:left;
}
.now-l{
	float:left;
	height:40px;
	line-height:40px;
	margin-left:20px;
}
.now-l a{
	margin:0px 10px;
	line-height:38px;
	border-bottom:2px solid rgb(240,240,240);
	float:left;
}
.now-l a:hover,.now-l a.on{
	color:rgb(20,110,210);
	border-bottom:2px solid rgb(20,110,210);
}
.now-n{
	float:right;
	line-height:40px;
	color:rgb(153,153,153);
	margin-right:10px;
}
.now-n a{
	line-height:40px;
	color:rgb(153,153,153);
}
.page_list, .page_info{
	width:100%;
	height:40px;
	margin:20px 0px;
	text-align:center;
}
.page_list a{
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	border:1px solid rgb(5,146,196);
	color:rgb(5,146,196);
	margin:0px 5px;
	display:inline-block;
}
.page_list a:hover, .page_list a.on{
	background-color:rgb(5,146,196);
	color:#fff;
}
.page_info span{
	font-weight:bold;
	margin:0px 5px;
}
.singleArticle, .listArticle, .listImage, .article{
	width:100%;
	min-height:400px;
	height:auto;
	overflow-x:hidden;
}
.article-text img{
	height:auto !important;
	max-width:1000px;
	margin:0px auto;
}
.article-title{
	line-height:40px;
	font-size:24px;
}
.title-info span{
	display:inline-block;
	line-height:30px;
	margin-right:20px;
	color:#aaa;
	font-size:12px;
}
.listArticle li{
	height:39px;
	list-style:none;
	padding:0px 20px;
	border-bottom:1px dotted rgb(180,180,180);
}
.listArticle a{
	min-width:400px;
	max-width:650px;
	height:39px;
	line-height:39px;
	color:rgb(100,100,100);
	float:left;
	overflow:hidden;
}
.listArticle a:hover{
	color:rgb(0,140,190);
	text-decoration:underline;
}
.listArticle span{
	line-height:39px;
	color:rgb(100,100,100);
	float:right;
}
.listImage li{
	width:238px;
	height:278px;
	float:left;
	margin:10px 5px;
	list-style:none;
	border:1px solid #eee;
}
.listImage li:hover{
	border:1px solid rgb(250,250,250);
	box-shadow:0px 0px 5px #aaa;
	-moz-box-shadow:0px 0px 5px #aaa;
	-o-box-shadow:0px 0px 5px #aaa;
	-ms-box-shadow:0px 0px 5px #aaa;
	-webkit-box-shadow:0px 0px 5px #aaa;
}
.listImage a{
	display:block;
}
.listImage div{
	width:234px;
	height:239px;
	padding:2px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
.listImage img{
	width:auto;
	max-width:234px !important;
	height:auto;
	max-height:239px !important;
}
.listImage span{
	width:218px;
	height:35px;
	line-height:35px;
	text-align:center;
	display:block;
	overflow:hidden;
	padding:0px 10px;
}
.listImage li:hover span{
	color:#000;
}