/* ============��ƷͼƬ�б�============== */

div#photoquery{
margin:0px 5px 5px 0px;
text-align:center;
float:left;
background: #fff;
}

div#photoquery div.fang{
text-align:center;
}

div#photoquery div.picFit{
overflow: hidden;
}

div#photoquery div.picFit img{
cursor: pointer;
transition: all 0.8s; ;
}

div#photoquery div.picFit img:hover{
transform: scale(1.2); 
}


div#photoquery div.title{
text-align:center;
overflow: hidden;
white-space:nowrap;
}
div#photoquery a{
	display: block; line-height: 25px;
}
div#photoquery a{
color:#555;
text-decoration: none;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

div#photoquery a:hover{
color:#ff0000;
}

.protitle{ margin-top: 3px;}

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

#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;
}