.content_list{
	width:100%;
	height:1080px;
	background: #f5f5f5;
}
.head_list{
	width:1024px;
	margin:0 auto;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.head_list a{
	font-size: 14px;
	color:#999;
}
.head_list a.now{
	color:#3594cc;
	text-decoration: underline;
}
.head_list i{
	width:12px;
	height:12px;
	display: inline-block;
	border-top:2px solid #ccc;
	border-right:2px solid #ccc;
	transform: rotate(45deg);
	margin:0 5px;
}
.article_list{
	width:1024px;
	margin: 0 auto;
	height:920px;
}
.article_list .detail_list{
	width:325px;
	height:415px;
	float: left;
	margin-right:12px;
	position:relative;
	background: #fff;
	margin-bottom: 30px;
}
.article_list .detail_list h3 a{color:#333;}
.article_list .detail_list img{
	width:325px;
	height:255px;
}
.article_list .detail_list .hot{
	position: absolute;
	top:-9px;
	left:-9px;
	width:80px;
	height:80px;
}
.article_list .detail_list h3{
	width:87%;
	font-size:18px;
	font-family: "[FZLTCHK]";
	margin:10px 0 10px 15px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.article_list .detail_list span{
	font-size:16px;
	font-family: "[FZLTCHK]";
	color:#666;
	display: block;
	margin:0px 0 8px 15px;
	height:35px;
}
.article_list .detail_list span i{
	width:20px;
	height:22px;
	display: inline-block;
}
.article_list .detail_list span .dz{
	background:url(../images/iconl.png)no-repeat;
}
.article_list .detail_list span .time{
	background:url(../images/icont.png)no-repeat;
}
.article_list .detail_list .line{
	width:90%;
	height:5px;
	background: #b7b7b7;
	margin:8px 15px;
	border-radius: 3px;
	position:relative;
}
.article_list .detail_list .line b{
	height:5px;
	background: #007dc6;
	border-radius: 3px;
	position: absolute;
	top:0;
	left:0;
}
.article_list .detail_list span .shul{
	color: #007dc6;
	margin:0;
	display: inline-block;
}
.article_list .detail_list a.btn{
	padding:2px 5px;
	display: inline-block;
	background:#a6ce39;
	color:#fff;
	border-radius: 10px;
	float: right;
	margin-right:15px;
	line-height:1.5;
	cursor: pointer;
}
.article_list .detail_list a.btns{
	padding:2px 5px;
	display: inline-block;
	background:#ccc;
	color:#fff;
	border-radius: 10px;
	float: right;
	margin-right:15px;
}
.page{
	width:1024px;
	height:auto;
	margin:0 auto;
}
.page ul{
	width:auto;
	height:auto;
	float:right;
}
.page a{
	padding:3px 8px;
	background: #fff;
	border:1px solid #ddd;
	border-radius: 4px;
	color:#999;
	display: inline-block;
}
.page a.active{
	background:#007dc6;
	color:#fff;
}
