/* ============ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Â Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â½============== */

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: 30px;
}
div#photoquery a{
color:#555;
font-weight:bold;
text-decoration: none;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

div#photoquery a:hover{
color:#33953d;
}

.protitle{ margin-top: 3px;}



/* ============ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â³============== */

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

div#pagesinfo {
float:left;
margin-top:5px;
padding:5px 8px;
border: 1px solid #cbcbcb;
white-space: nowrap;
}

div#pages {
float:right;
padding-right:18px;
white-space: nowrap;
}

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

div#pages a:link,div#pages a:visited,div#pages a:active{
color:#505050;
text-decoration: none;
}

div#pages a:hover{
color:#505050;
text-decoration: none;
}

div#pages li{
margin:4px;
padding:5px 8px;
list-style-type: none;
float:left;
background:#fff;
color:#505050;
border:1px #cbcbcb solid;
white-space: nowrap;
}

div#pages li.pagesnow{
color:#fff;
background-color:#505050;
white-space: nowrap;
border:1px #505050 solid;
}

div#pages li.pbutton{
color:#505050;
background-color:#fff;
padding:5px 8px 5px 8px;
white-space: nowrap;
border:1px #cbcbcb solid;
}

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