.wunewsquery{
	font-family: Microsoft YaHei; overflow: hidden;position: relative;
}
.wunewsquery li{
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    height: 180px;
    border-bottom: 1px dotted #cccccc;
    }
.wunewsquery .img{position: absolute;}
.wunewsquery .con{
	margin-left: 350px;
	padding-top: 25px;
}
.wunewsquery a{text-decoration: none;}
.wunewsquery .title{padding-top: 5px; padding-bottom: 5px;}
.wunewsquery .title a{ 
    font-size: 18px; color: #000;
}
.wunewsquery .title a:hover{color:#47a0ec;}
.wunewsquery .title .cat{color:#d3b167; margin-right: 10px;}
.wunewsquery .time{color: #929292;}
.wunewsquery .memo{color: #666;font-size: 14px;padding-top: 5px;line-height: 25px;}

/* ============ 分页 ============== */

#showpages {
  clear: both;
  padding: 0;
  margin: 20px 0;
  width: 100%;
  height: 30px;
  white-space: nowrap;
}

#pagesinfo {
  float: left;
  padding: 3px 8px;
  white-space: nowrap;
}

#pages {
  display: flex;
  white-space: nowrap;
  justify-content: center;
}

#pages ul {
  margin: 0;
  padding: 0;
}

#pages a:link,
#pages a:visited,
#pages a:active {
  padding:10px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

#pages a:hover {
  padding:10px;
  background-color: #0db057;
  color: #ffffff;
  text-decoration: none;
}

#pages li {
  margin: 5px;
  padding: 10px 0px 10px 0px;
  list-style-type: none;
  float: left;
  background: #eef0f1; 
  color: #fff;
  border: 0;
  white-space: nowrap;
}

#pages li.pagesnow {
  color: #fff;
  font-size: 14px;
  padding: 10px;
  background-color: #0db057;
  white-space: nowrap;
}

#pages li.pbutton {
  color: #333;
  background-color: #eef0f1;
  padding: 10px 0px 10px 0px;
  white-space: nowrap;
  font-size: 14px;
}

#pages li.opt {
  color: #505050;
  padding: 0 2px;
  white-space: nowrap;
  border: 0;
}