
.main{}


/*banner*/
.banner{ width: 100%; height: auto; padding-top: 38%; overflow: hidden; position: relative; background-position: center top; background-size: 100% auto; background-repeat: no-repeat;}

.collce_nav{ width: 100%; height: auto; background-color: rgba(216,216,216,0.3);}
.collce_nav .collce_nav_main{ width: 1200px; height: 60px; margin: 0 auto; text-align: center;}
.collce_nav .collce_nav_main a{ display: inline-block; width: auto; height: 60px; margin: 0 70px; font-size: 15px; line-height: 60px; text-align: center; cursor: pointer;}
.collce_nav .collce_nav_main a.on{ color: #C2103E;}

/*分区*/
.section{ width: 100%; height: auto; overflow: hidden; position: relative;}
.section .st_main{ width: 1200px; height: auto; margin: 0 auto; overflow: hidden; position: relative;}
.st_title{ width: 100%; height: 50px; padding-top: 10px; position: relative;}
.st_title select{ float: right; width: 110px; height: 30px; padding: 0 10px; border-radius: 5px; font-size: 14px; line-height: 28px;}

/*精品典藏-列表*/
.st_list{ overflow: hidden;}
/*.st_list ul{ display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; height: auto; position: relative;}*/
.st_list ul{ overflow: hidden;clear: both;margin-bottom: 20px;}
.st_list ul li{ width: 24%;height: auto; margin-bottom: 20px; float: left;margin-right: 11px}
.st_list ul li:last-child{
    margin: 0 auto;
}
.st_list ul li .img{ width:290px; height: 290px; overflow: hidden;}
.st_list ul li .img img{ display: block; width: 100%; height: 100%; transition: all .2s ease-out 0s;}
.st_list ul li .img img:hover{ transform: scale(1.1);}
.st_list ul li .title{ white-space: nowrap; text-overflow: ellipsis;}
.st_list ul li .title a{ font-size: 15px; line-height: 200%;}

.st_list .page{ margin-bottom: 75px; text-align: center;}

.pagination span.active {
    display: inline-block;
    width: auto;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #B9070F;
    margin: 0 3px;
    line-height: 30px;
    text-align: center;
    background-color: #B9070F;
    color: #fff;
}




