div#newsquery {
margin:0px;
padding:0px;
}

div#newsquery ul{
margin:0;
padding:0;
}

div#newsquery li{
list-style-type: none;
height:40px;
font-size: 12px;
overflow: hidden;
line-height:40px;
margin-top:10px;
}
div#newsquery li:hover{
background:#2fb1eb;
transition:all 0.5s;
}
div#newsquery li:hover .time{
color:#fff;
transition:all 0.5s;
}
div#newsquery li:hover a{
color:#fff;
transition:all 0.5s;
}
div#newsquery a:link,div#newsquery a:visited,div#newsquery a:active{
text-decoration: none;
font:14px Verdana, Arial, Helvetica, sans-serif;
color:#000;
text-decoration:none;
line-height:40px;
}

div#newsquery li.title{
padding-left:19px;
height:40px;
border-bottom:1px solid #eee; 
line-height:40px;
}


div#newsquery div.title{
float:left;
font:14px Verdana, Arial, Helvetica, sans-serif;
height:40px;
line-height:40px;
}

div#newsquery .time{
float:right;
white-space: nowrap;
overflow: hidden;
font:12px/23px Verdana, Arial, Helvetica, sans-serif;
padding-right:5px;
color:#696969;
height:40px;
line-height:45px;
}



/* ============·­Ò³============== */

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;
line-height:30px;
}

div#pages a:hover{
color:#fff;
text-decoration: none;
background-color:#c96;
transition:all 0.5s;
}
div#pages a{
	width:100%;
	height:100%;
	display:block;
}
div#pages li{
margin:3px;
list-style-type: none;
float:left;
background:#dcd9d4;
color:#303030;
border:1px #dcd9d4 solid;
white-space: nowrap;
width:60px;
height:30px;
text-align:center;
line-height:30px;
}

div#pages li.pagesnow{
color:#303030;
background-color:#eee;
white-space: nowrap;
border:1px #dcd9d4 solid;
text-align:center;
line-height:30px;
}

div#pages li.pbutton{
color:#303030;
background-color:#dcd9d4;

white-space: nowrap;
border:1px #dcd9d4 solid;
width:60px;
height:30px;
text-align:center;
line-height:30px;
}

div#pages li.opt{
color:#303030;
padding:0px;
white-space: nowrap;
border:0px;
background:#fff;
width:60px;
height:30px;
text-align:center;
line-height:30px;
}
div#pages li.opt select{
	width:60px;
height:30px;
text-align:center;
line-height:30px;
}