@charset "utf-8";

.collect_main{
    margin-bottom:60px;
}
/*d典藏分页列表*/
.collect_index{
    width:1200px;
    margin:60px auto 0;
    /*等待加载*/
   position: relative;
}
.collect_index ul{
    margin-top:40px;
}
.collect_index ul li{
    float:left;
    margin-right:10px;
}
.collect_index ul li:nth-child(4n){
    margin-right:0;
}
.collect_index ul li a{
    display:block;
    position:relative;
    width:292px;
    height: 292px;
    line-height:292px;
    font-size:0;
    text-align:center;
}
.collect_index ul li a img{
    max-height:292px;
    max-width:292px;
}
.collect_index ul li a p{
    width:100%;
    position:absolute;
    bottom:0;
    background: rgba(0,0,0,0.4);
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height:48px;
    line-height:48px;
    padding:0 30px;
    font-size:16px;
    color:#fff;
}
.collect_c{
    opacity:0.6;
}
/*新增加loading样式*/
.history_list,.Ancient_list,.history_Shenzhen_list,.natural_list{
    min-height:100px;
    position:relative;
}

