﻿.photo-list * {
	
}
.photo-list .caption {
	text-align:center;
	height:4em;
	line-height:1.5em;
}
/*瀑布流*/
    .masonry 
    { 
        padding: 0; 
        min-height: 450px; 
        margin: 0 auto; 
    } 
    .masonry .thumbnail 
    { 
        width: 330px; 
        margin: 20px; 
        padding: 0; 
        border-width: 1px; 
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); 
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); 
		text-align:center;
    } 
    .masonry .thumbnail .imgs 
    { 
        padding: 10px; 
    } 
    .masonry .thumbnail .imgs img 
    { 
        margin-bottom: 5px; 
    } 
    .masonry .thumbnail .caption
    { 
        background-color: #fff; 
        padding-top: 0; 
        font-size: 13px; 
		text-align:center;
    } 
    .masonry .thumbnail .caption .title 
    { 
        font-size: 1.1em; 
        margin: 5px 0; 
        text-align: center; 
    } 
.search-container {
	width:100%;
	margin:10px auto;
}
.search-input {
	margin-bottom:10px;
}
/* pages */
#pages { padding:14px 0 10px; margin:10px; }
#pages a { display:inline-block; width:26px; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333}
#pages a.a1 { background:url(../images/search/admin_img/pages.png) no-repeat 0 5px; width:56px; }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none; }
#pages span { display:inline-block; width:26px; height:22px; line-height:22px; background:#5a85b2; border:1px solid #5a85b2; color:#fff; text-align:center; }
.page .noPage { display:inline-block; width:56px; height:22px; line-height:22px; background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }