.newsquery {
margin:0px auto;
width:100%;background:#f00;
}

.newsquery.newsquerylist{
width:100%;
}

.newsquerylist li{
float:left;
width:32.333%;
height:auto;margin-right:1.5%;margin-bottom:35px;
font-size:14px;
list-style-type:none;overflow:hidden;background:#fff;
}

.newsquerylist li:nth-of-type(3n){margin-right:0%;}

.newsquerylist li .img{width:100%;height:300px;transition:all 0.6s;transform:scale(1,1);overflow: hidden;}
.newsquerylist li:hover a img {text-align:center;transition:all 0.6s;transform:scale(1.1,1.1);
	
/* -webkit-animation: bounce 1s ease 0s 1 both;
    animation: bounce 1s ease 0s 1 both;
    transform: rotate(360deg);
    transition: 1s; */
}

.newsquerylist a:link,.newsquerylist a:visited,.newsquerylist a:active{
text-decoration: none;
color:#222222;font-size:18px;font-family:"Microsoft Yahei",Arial, Helvetica, sans-serif;
}

.newsquerylist a:hover{
line-height:20px;
text-decoration:none;
color:#00544F;font-size:18px;font-family:"Microsoft Yahei",Arial, Helvetica, sans-serif;
}

.newsquerylist .title{
display:block;padding-top:10px;line-height:26px;
font-size:18px;font-family:"Microsoft Yahei",Arial, Helvetica, sans-serif;
}

.newsquerylist .time{
display:block;padding-top:10px;line-height:20px;
white-space:nowrap;
overflow:hidden;
color:#666;font-size:14px;font-family:"Microsoft Yahei",Arial, Helvetica, sans-serif;
}




/* ============·­Ò³============== */

div#showpages {
clear:both;
padding:0px;
margin:50px 0px;
width:100%;
height:30px;
white-space: nowrap;
}

div#pagesinfo {
float:left;
padding:3px 8px;
white-space: nowrap;
}

div#pages {
float:right;
padding-right:0px;
white-space: nowrap;
}

div#pages ul{
margin:0;
padding:0;
}

div#pages a:link,div#pages a:visited,div#pages a:active{
color:#fff;
text-decoration: none;
}

div#pages a:hover{
color:#fff;
text-decoration: none;
}

div#pages li{
margin:5px;
padding:4px 5px;
list-style-type: none;
float:left;
background:#B18147;
color:#fff;
border:1px #B18147 solid;
white-space: nowrap;
}

div#pages li.pagesnow{
color:#989898;
background-color:#fff;
white-space: nowrap;
border:1px #E0E0E0 solid;
}

div#pages li.pbutton{
color:#fff;
background-color:#B18147;
padding:4px 5px 3px 5px;
white-space: nowrap;
border:1px #B18147 solid;
}

div#pages li.opt{
color:#fff;
padding:2px;height:21px;
white-space: nowrap;
border:0px;
background:#B18147;
}