@charset "utf-8";
/* CSS Document */
@import 'common.css';
#middle{
	padding-top:16px;
	background:url(../images/bg_all.jpg) #FFF  center -240px no-repeat;
}
.list_article {
	width:716px;
	margin:0 auto;
}
.list_article .list_top{
	width:659px;
	margin:0 auto;
}
.list_article .list_top .list_top1{
	width:659px;
	height:37px;
}
.list_article ul{
	list-style:none;
	width:659px;
	margin:0 auto;
}
.list_article ul li {
	border-bottom:1px dotted #ccc;
	overflow:hidden;
	font-size:12px;
	height:36px;
	line-height:36px;
	list-style-type:none;
	padding-left:20px;
	background:url(../images/arrow_right.png) LEFT center no-repeat;
}
.list_article ul li .id_news{
	float:left;
	text-align:center;
	width:40px;
	overflow:hidden;
}
.list_article ul li .title_news{
	width:400px;
	margin-left:20px;
	float:left;
	overflow:hidden;
}
.list_article ul li .time_news{
	float:left;
	width:95px;
	margin-left:20px;
}
.list_article ul li .click_news{
	width:40px;
	text-align:center;
	float:left;
	margin-left:10px;
}
.list_article li a {
	height:35px;
	list-style:none;
	line-height:35px;
	display:block;
}

.list_article .list_bottom{
	width:668px;
	height:4px;
	margin:0 auto;
	margin-bottom:10px;
	padding-top:15px;
}
.pages{
	float:right;
	padding:10px 15px;
}

