@charset "utf-8";
body{
    background-color: #fff;
}
/*首页焦点图*/
.st-focus-banners{
    float: left;
    width: 100%;
    min-width: 1200px;
    height: 880px;
    position: relative;
}
.st-focus-banners .focus-banners{
    width: 100%;
    min-width: 1200px;
    height: 880px;
    position: relative;
    overflow: hidden;
}
.st-focus-banners .banners{
    width: 1920px;
    height: 880px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.st-focus-banners .banners > ul > li > a{
    display: table-cell;
    width: 1920px;
    height: 880px;
    vertical-align: middle;
    text-align: center;
}
.st-focus-banners .banners > ul > li > a img{
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.st-focus-banners .focus-banners .prev{
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background: url("../images/museum-home-slider-icon.png") no-repeat rgba(0, 0, 0, 0.3);
    transition: all .3s;
}
.st-focus-banners .focus-banners .next{
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background: url("../images/museum-home-slider-icon.png") no-repeat -60px 0 rgba(0, 0, 0, 0.3);
    transition: all .5s;
}
.st-focus-banners .focus-banners .prev:hover,
.st-focus-banners .focus-banners .next:hover{
    background-color: #35725d;
}
.st-focus-banners .focus{
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: 20px;
    z-index:1;
    text-align: center;
}
.st-focus-banners .focus > ul{
    height: 12px;
}
.st-focus-banners .focus > ul > li{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    cursor: pointer;
    vertical-align: top;
    background: #fff;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.st-focus-banners .focus > ul > li.on{
    background: #ccc;
}


.museum-news-block{
    margin-top: 60px;
}
.museum-news-top{
    background-color: #f8f8f8;
}
.museum-news-one{
    float: left;
    width: 588px;
    height: 464px;
}
.museum-news-two,
.museum-news-three{
    float: left;
    width: 528px;
    height: 359px;
    background-color: #f8f8f8;
    margin-top: 40px;
}
.museum-news-three{
    float: right;
}
.museum-news-item{
    padding: 28px 26px;
}
.museum-news-item .news-item-title{
    height: 32px;
}
.museum-news-item .news-item-title .tit{
    float: left;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    color: #333;
}
.museum-news-item .news-item-title .more{
    float: right;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #35725d ;
}
.museum-news-item .news-item-content{
    margin-top: 28px;
}
.news-item-first{
    display: block;
    height: 144px;
}
.news-item-first .item-first-hd{
    float: left;
    width: 274px;
    height: 144px;
}
.news-item-first .item-first-hd img{
    width: 100%;
    height: 100%;
}
.news-item-first .item-first-bd{
    padding-left: 294px;
}
.news-item-first .item-first-bd .date{
    height: 26px;
    line-height: 26px;
    font-size: 20px;
    color: #333;
}
.news-item-first .item-first-bd .date .year{
    margin-left: 6px;
    font-size: 16px;
    color: #9e9e9e;
}
.news-item-first .item-first-bd .tit{
    margin-top: 6px;
    height: 52px;
    line-height: 26px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}
.news-item-first .item-first-bd .btn{
    margin-top: 24px;
    width: 94px;
    height: 34px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #35725d ;
    overflow: hidden;
    border: 1px solid #35725d;
}
.news-item-first .item-first-bd .btn:hover{
    color: #fff;
    background-color: #35725d;
}
.news-item-li{
    margin-top: 32px;
}
.news-item-li li{
    margin-bottom: 32px;
}
.news-item-li li:last-child{
    margin-bottom: 0;
}
.news-item-li li a{
    display: block;
}
.news-item-li li .hd{
    float: left;
    width: 54px;
    padding-right: 4px;
    text-align: right;
    border-right: 1px solid #d8d8d8;
}
.news-item-li li .hd .date{
    height: 26px;
    font-size: 20px;
    line-height: 26px;
    color: #333;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.news-item-li li .hd .year{
    height: 26px;
    font-size: 16px;
    line-height: 26px;
    color: #9e9e9e;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.news-item-li li .bd{
    padding-left: 70px;
}
.news-item-li li .bd .tit{
    height: 26px;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-item-li li .bd .txt{
    height: 26px;
    font-size: 12px;
    line-height: 26px;
    color: #9e9e9e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-item-li li:hover .hd .date,
.news-item-li li:hover .hd .year,
.news-item-li li:hover .bd .tit,
.news-item-li li:hover .bd .txt{
    color: #35725d;
}

.news-item-small{
    margin-top: 25px;
    height: 122px;
}
.news-item-small li{
    float: left;
    width: 254px;
    height: 122px;
    margin-right: 20px;
    background-color: #efefef;
}
.news-item-small li:last-child{
    margin-right: 0;
}
.news-item-small li a{
    display: block;
    padding: 18px 11px;
}
.news-item-small li .hd{

}
.news-item-small li .hd .date{
    float: left;
    height: 26px;
    font-size: 20px;
    line-height: 26px;
    color: #333;
}
.news-item-small li .hd .year{
    float: left;
    height: 26px;
    font-size: 16px;
    line-height: 26px;
    color: #9e9e9e;
    margin-left: 8px;
}
.news-item-small li .bd{
    margin-top: 7px;
}
.news-item-small li .bd .tit{
    height: 52px;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    overflow: hidden;
}
.news-item-small li:hover .hd .date,
.news-item-small li:hover .hd .year,
.news-item-small li:hover .bd .tit{
    color: #35725d;
}

.news-top-bd{
    padding-left: 640px;
}
.museum-info-public{
    background-color: #fff;
    min-height: 520px;
    position: relative;
}
.info-public-box{
    margin-left: 40px;
    width: 520px;
    min-height: 520px;
    background-color: #35725d;
}
.info-public-box .info-public-tit{
    font-size: 32px;
    color: #fff;
    text-align: center;
    padding: 30px 0 0;
}
.info-public-box .info-public-notice{
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #F6d37f;
    padding: 0 56px;
    margin-top: 20px;
}
.info-public-box .info-opening-hours{
    margin-top: 24px;
    text-align: center;
}
.info-public-box .info-opening-hours dl{
    display: inline-block;
    text-align: center;
    position: relative;
    vertical-align: top;
    font-size: 0;
    margin-right: 80px;
}
.info-public-box .info-opening-hours dl:last-child{
   margin-right: 0;
}
.info-public-box .info-opening-hours dl:after{
    content: '';
    position: absolute;
    left: -52px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url("../images/museum-home-progress-icon.png") no-repeat;
}
.info-public-box .info-opening-hours dl:first-child:after{
    display: none;
}
.info-public-box .info-opening-hours dl dt{
    font-size: 30px;
    color: #fff;
}
.info-public-box .info-opening-hours dl dd{
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
}
.info-public-business{
    padding: 40px 40px;
    margin-top: 68px;
    height: 202px;
    background-color: #46826B;
}
.info-public-business .business-hd{
    float: left;
    width: 154px;
}
.info-public-business .business-hd .code-wrap{
    padding: 12px 12px 0;
    width: 130px;
    height: 168px;
    border-radius: 10px;
    background: rgba(14,146,167,0.5);
}
.info-public-business .code-wrap .code-pic{
    width: 130px;
    height: 130px;
}
.info-public-business .code-wrap .code-pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.info-public-business .code-wrap .code-name{
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 11px;
}
.info-public-business .code-txt{
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
    margin-top: 7px;
}
.info-public-business .business-bd{
    float: right;
    width: 240px;
}
.quick-custom-list{
    padding-top: 10px;
}
.quick-custom-list li{
    float: left;
    width: 33.333%;
    height: 66px;
    margin-bottom: 34px;
}
.quick-custom-list li a{
    display: block;
}
.quick-custom-list li a .icon{
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 auto;
}
.quick-custom-list li a .icon img{
    display: block;
    width: 100%;
    height: 100%;
}
.quick-custom-list li a .txt{
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 公共样式 */
.museum-module-block{
    margin-top: 76px;
}
.museum-module-title{
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    color: #333;
}
.museum-module-content{
    margin-top: 18px;
}

/* 近期展览 */
.recent-exhibitions-list{}
.recent-exhibitions-list li{
    float: left;
    width: 280px;
    height: 322px;
    margin-right: 25px;
}
.recent-exhibitions-list li a{
    display: block;
    width: 280px;
    height: 322px;
    position: relative;
}
.recent-exhibitions-list li:nth-of-type(4n){
    margin-right: 0;
}
.recent-exhibitions-list li .pic{
    display: table-cell;
    width: 280px;
    height: 208px;
    text-align: center;
    vertical-align: middle;
    background-color: #e7e7e7;
}
.recent-exhibitions-list li .pic img{
    max-width: 100%;
    max-height: 100%;
}
.recent-exhibitions-list li .info{
    padding-top: 14px;
}
.recent-exhibitions-list li .tit{
    font-size: 16px;
    color: #333;
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recent-exhibitions-list li .data{
    margin-top: 8px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.recent-exhibitions-list li .progress-line-bg{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
}
.recent-exhibitions-list li .progress-line-bg .progress-line{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #35725d;
    transition: all .8s;
}
.recent-exhibitions-list li:hover .progress-line-bg .progress-line{
    width: 100%;
}


/* 近期展览 */
.enter-exhibitions-list{
    max-height: 585px;
    overflow: hidden;
}
.enter-exhibitions-list li{
    float: left;
    width: 280px;
    height: 280px;
    margin: 0 25px 25px 0;
    transition: all .8s
}
.enter-exhibitions-list li:hover{
    transform: translateY(-8px);
}
.enter-exhibitions-list li a{
    display: block;
    width: 280px;
    height: 280px;
    position: relative;
}
.enter-exhibitions-list li:nth-of-type(4n){
    margin-right: 0;
}
.enter-exhibitions-list li .pic{
    display: table-cell;
    width: 280px;
    height: 280px;
    text-align: center;
    vertical-align: middle;
    background-color: #e7e7e7;
}
.enter-exhibitions-list li .pic img{
     width: 100%;    height: 100%;   
      object-fit: cover;
}
.enter-exhibitions-list li .tit{
    position: absolute;
    top: 19px;
    left: 26px;
    right: 26px;
    font-size: 18px;
    color: #fff;
    padding-right: 32px;
    line-height: 26px;
}
.enter-exhibitions-list li .tit:after{
    content: '';
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 50%;*/
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../images/museum-home-arr-icon.png") no-repeat;
    vertical-align: middle;
    margin: -3px 0 0 9px;
}

/* 藏品库 */
.museum-collection-box{
    height: 336px;
    background-color: #e5e5e5;
}
.museum-collection-box .museum-collection-left{
    float: left;
    width: 240px;
    height: 336px;
    background-color: #35725d;
}
.museum-collection-box .museum-collection-left .collection-tit{
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-top: 37px;
}
.museum-collection-box .museum-collection-left .collection-number{
    margin-top: 44px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.museum-collection-box .museum-collection-left .collection-number strong{
    font-size: 36px;
    margin-right: 6px;
}
.museum-collection-box .museum-collection-left .collection-btn{
    display: block;
    width: 118px;
    height: 38px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 38px;
    border: 1px solid #fff;
    margin: 37px auto 0;
}
.museum-collection-box .museum-collection-right{
    float: left;
    width: 960px;
    height: 336px;
    position: relative;
}
.museum-collection-box .museum-collection-right .collection{
    float: left;
    width: 240px;
    height: 336px;
    position: relative;
}
.museum-collection-box .collection a{
    display: table-cell;
    width: 240px;
    height: 336px;
}
.museum-collection-box .collection a img{
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.museum-collection-box .collection a .info{
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    width: 192px;
    height: 52px;
    padding: 8px 14px 0;
    background-color: #46826B ;
    opacity: 0;
    transition: all .5s;
}
.museum-collection-box .collection:hover a .info{
    opacity: 1;
}
.museum-collection-box .collection a .info:after{
    content: '';
    position: absolute;
    left: 4px;
    top: 30px;
    width: 30px;
    height: 30px;
    background: url("../images/museum-collection-slider-icon.png") no-repeat -30px 0;
}
.museum-collection-box .collection a .info .tit{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.museum-collection-right .prev{
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: url("../images/museum-collection-slider-icon.png") no-repeat rgba(0, 0, 0, 0.3);
    transition: all .3s;
}
.museum-collection-right .next{
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: url("../images/museum-collection-slider-icon.png") no-repeat -30px 0 rgba(0, 0, 0, 0.3);
    transition: all .5s;
}
.museum-collection-right .prev:hover,
.museum-collection-right .next:hover{
    background-color: #35725d;
}

.friend-ship-list{

}
.friend-ship-list li{
    float: left;
    width: 230px;
    height: 88px;
    border: 1px solid #d9d9d9;
    margin-right: 10px;
    transition: all .8s;
}
.friend-ship-list li:hover{
    border-color: #35725d;
}
.friend-ship-list li:nth-of-type(5n){
    margin-right: 0;
}
.friend-ship-list li a{
    display: table-cell;
    width: 230px;
    height: 88px;
    text-align: center;
    vertical-align: middle;
}
.friend-ship-list li a img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

