.newslist{

	width: 1200px;
	margin: 40px auto;
}
.newslist li {
	border: 1px solid  #e8e8e8;
	background: #f7f7f7;
	height: 100px;
	overflow: hidden;
	margin-bottom: 10px;
	
}
.newslist li .time{
	width: 100px;
	height: 85px;
	float: left;
	text-align: center;
	color: #FFF;
	background: #b7b7b7;
	padding-top: 15px;
}
.newslist li .time b{
	font-size: 40px;
	font-family:'Microsoft YaHei',Verdana, Arial,Sans-Serif;
	font-weight: normal;
	color: #FFF;
}
.newslist li .nr{
	width: 1060px;
	float: right;
	padding: 15px 10px 0 0;
}
.newslist li .nr b{
	font-size: 15px;
	line-height: 26px;
}
.newslist li .nr span{
	font-size: 13px;
	line-height: 24px;
}
/* ============·­Ò³============== */

div#showpages {
clear:both;
padding:0px;
margin:20px 0px;
width:100%;
height:30px;
white-space: nowrap;
}

div#pagesinfo {
color:#696969;
float:left;
padding:3px 8px;
white-space: nowrap;
}

div#pages {
float:right;
padding-right:8px;
white-space: nowrap;
}

div#pages ul{
margin:0;
padding:0;
}

div#pages a:link,div#pages a:visited,div#pages a:active{
color:#303030;
text-decoration: none;
}

div#pages a:hover{
color:#ff0000;
text-decoration: none;
}

div#pages li{
margin:3px;
padding:2px 5px;
list-style-type: none;
float:left;
background:#dcd9d4;
color:#303030;
border:1px #dcd9d4 solid;
white-space: nowrap;
}

div#pages li.pagesnow{
color:#303030;
background-color:#eee;
white-space: nowrap;
border:1px #dcd9d4 solid;
}

div#pages li.pbutton{
color:#303030;
background-color:#dcd9d4;
padding:3px 5px 1px 5px;
white-space: nowrap;
border:1px #dcd9d4 solid;
}

div#pages li.opt{
color:#303030;
padding:0px;
white-space: nowrap;
border:0px;
background:#fff;
}