/* 新疆旅游图库专用样式 */
.image-grid { 
    display: block;
    column-count: 2;
    column-gap: 10px;
    padding: 10px; 
}

.image-item { 
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
}

.image-link { 
    display: block; 
    background: #ffffff; 
    border-radius: 8px; 
    overflow: hidden; 
    text-decoration: none; 
    box-shadow: 0 1px 4px rgba(0,0,0,0.03); 
}

.img-wrapper { 
    width: 100%; 
    background: #eee; 
    position: relative; 
    font-size: 0; 
}

.img-wrapper img { 
    width: 100%; 
    height: auto; 
    display: block; 
    border: 0; 
}

.info { 
    padding: 10px 10px; 
}

.title { 
    margin: 0 0 6px 0; 
    font-size: 14px; 
    color: #333333; 
    font-weight: 500; 
    white-space: normal; 
    line-height: 1.4; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
}

.tag { 
    font-size: 12px; 
    color: #999999; 
    display: block; 
}

.loading-tip { 
    text-align: center; 
    padding: 20px 0 30px 0; 
    color: #999999; 
    font-size: 13px; 
    width: 100%; 
    clear: both; 
    column-span: all;
    -webkit-column-span: all;
}

.page-nav-hidden { 
    display: none !important; 
}