@charset "utf-8";
/* 藏品列表 */
.st-collections-banners{
    float: left;
    width: 100%;
    min-width: 1200px;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.st-collections-banners .collections-banner{
    width: 1920px;
    height: 500px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.st-collections-banners a{
    display: table-cell;
    width: 1920px;
    height: 500px;
    text-align: center;
    vertical-align: middle;
}
.st-collections-banners a img{
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.banner-search{
    position: absolute;
    bottom: 44px;
    left: 50%;
    width: 600px;
    height: 66px;
    border: 1px solid #35725d ;
    margin-left: -300px;
}
.banner-search .search-input{
    float: left;
    padding: 0 16px;
    width: 470px;
    height: 66px;
    font-size: 16px;
    line-height: 66px;
}
.banner-search .search-btn{
    float: right;
    width: 98px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #35725d ;
}

.collections-module-block{
    padding: 30px 0 0;
}
.collections-module-title{
    height: 42px;
    line-height: 42px;
    font-size: 32px;
    color: #333;
    text-align: center;
}
.collections-module-tabnav{
    text-align: center;
    margin-top: 54px;
    font-size: 0;
}
.collections-module-tabnav .tabnav-item{
    display: inline-block;
    padding: 0 21px;
    margin: 0 17px 0 16px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #666;
    position: relative;
}
.collections-module-tabnav .tabnav-item:before{
    content: '';
    position: absolute;
    right: -17px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 34px;
    background-color: #eee;
}
.collections-module-tabnav .tabnav-item.on{
    color: #fff;
    background-color: #35725d ;
}
.collections-module-tabnav .tabnav-item:last-child:before{
    display: none;
}
.collections-module-filter{
    margin-top: 55px;
}
.collections-module-filter .total{
    float: left;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.collections-filter-item{
    float: left;
    height: 36px;
    position: relative;
    margin-left: 21px;
}
.collections-filter-item .item-hd{
    float: left;
    width: 42px;
    line-height: 36px;
    font-size: 14px;
    color: #666;
}
.collections-filter-item .item-bd{
    padding-left: 42px;
    height: 38px;
    width: 228px;
}
.collections-filter-item .item-bd input{
    width: 210px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #e5e5e5;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
}
.collections-filter-item .item-bd select{
    width: 210px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #e5e5e5;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
}

.collections-filter-btn{
    float: left;
    width: 118px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #35725d ;
    border: 1px solid #35725d ;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 16px;
    transition: all .5s;
}
.collections-filter-btn:hover{
    color: #fff;
    background-color: #35725d ;
}

.collections-module-tabcon{
    margin: 38px 0 0;
    display: none;
}
.collections-module-tabcon.on{
    display: block;
}

.collections-card-list{

}
.collections-card-list li{
    float: left;
    width: 272px;
    height: 340px;
    margin: 0 20px 50px 0;
}
.collections-card-list li:nth-of-type(4n){
    margin-right: 0;
}
.collections-card-list li a{
    display: block;
}
.collections-card-list li a .pic{
    display: table-cell;
    width: 272px;
    height: 230px;
    text-align: center;
    vertical-align: middle;
}
.collections-card-list li a .pic img{
    width: 100%;
    height: 100%;
}
.collections-card-list li a .data{
    margin-top: 20px;
}
.collections-card-list li a .data dl{
    height: 30px;
    font-size: 26px;
    line-height: 30px;
    color: #333;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.collections-card-list li a .data dl dt{
    float: left;
    width: 50px;
    font-size: 16px;
    line-height: 30px;
    color: #999;
}
.collections-card-list li a .data dl dd{
    padding-left: 50px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.collections-words-header{
    width: 1150px;
    height: 60px;
    background-color: #f7f7f7;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 60px;
}
.collections-words-header .rank,
.collections-words-list .rank{
    float: left;
    width: 110px;
    text-align: center;
}
.collections-words-header .title,
.collections-words-list .title{
    float: left;
    margin-left: 56px;
    width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.collections-words-header .type,
.collections-words-list .type{
    float: left;
    width: 307px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 20px;
}
.collections-words-header .years,
.collections-words-list .years{
    float: left;
    width: 135px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 20px;
}
.collections-words-list{
    line-height: 70px;
    font-size: 18px;
    color: #333;
}
.collections-words-list li{
    border-bottom: 1px solid #eee;
}
