@charset "utf-8";
.commonTitle{box-sizing: border-box;position: relative;height: 550px;width: 100%;}
.commonTitle .commonContent{width: 100%;height: 100%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;box-sizing: border-box;overflow: hidden;}
.commonTitle .commonContent .container{height: 100%;}
.commonTitle .commonContent h3{display: none;width: 100%;height: 100%;color: #ffffff;text-shadow: 5px 5px 2px rgba(0, 0, 0, .8);align-items: center;justify-content: center;font-size: 34px;font-weight: bold;letter-spacing: 5px;}

.location{width: 100%;line-height: 40px;position: absolute;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.3);}
.location p{box-sizing: border-box;font-size: 14px;color: #ffffff;}
.location p a{color: #ffffff;display: inline-block;margin: 0 5px;}


.commonUl{box-sizing: border-box;width: 100%;height: 70px;border-bottom: 1px solid #d9dfe9;}
.commonUl ul{box-sizing: border-box;overflow: hidden;height: 70px;}
.commonUl ul li{float: left;height: 70px;box-sizing: border-box;}
.commonUl ul li a{display: block;font-size: 24px;color: #000000;height: 70px;line-height: 70px;margin: 0 25px;box-sizing: border-box}
.commonUl ul li:first-child a{margin-left: 0;}
.commonUl ul li.active a{color: #983b24;border-bottom: 3px solid #983b24;}
.commonUl ul li:hover a{color: #983b24;border-bottom: 3px solid #983b24;}

.common-main{width: 100%;box-sizing: border-box;padding: 70px 0 200px 0;overflow: hidden;}
.common-main .container{position: relative;}
.common-main .nn-i{width: 1px;position: absolute;left: 0;top: 0;bottom: 0;background: url(../images/nn-x.png) center top;overflow: hidden;}
.common-main .nn-i i{background: #983b24;position: absolute;left: 0;top: 0;width: 1px;height: 0%;}
/*栏目页*/
.common-main .newsUl{box-sizing: border-box;width: 100%;padding: 0 0 50px 0;}
.common-main .newsUl li{width: 100%;height: 200px;box-sizing: border-box;position: relative;margin-bottom: 30px;}
.common-main .newsUl li a{display: block;width: 100%;height: 100%;box-sizing: border-box;}
.common-main .newsUl li i{display: block;width: 16px;height: 16px;box-sizing: border-box;border-radius: 16px;position: absolute;left: -8px;top: 35px;border: 1px solid #e7eaed;background: #FFFFFF;}
.common-main .newsUl li .nTime{float: left;width: 98px;height: 98px;box-sizing: border-box;text-align: center;margin-left: 38px;border: 1px solid #e7eaed;}
.common-main .newsUl li .nTime p{font-size: 30px;color: #983b24;line-height: 30px;margin-top: 15px;font-weight: bold;}
.common-main .newsUl li .nTime span{display: block;font-size: 20px;color: #983b24;margin-top: 5px;}
.common-main .newsUl li .nRight{width: 1320px;box-sizing: border-box;float: left;margin-left: 40px;padding-bottom: 30px;overflow: hidden;}
.common-main .newsUl li .nImg{float: left;width: 270px;height: 180px;overflow: hidden;background: #f5f5f5;}
.common-main .newsUl li .nImg img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.common-main .newsUl li .nImg img{-moz-transition:all 0.4s ease-in-out 0s; -ms-transition:all 0.4s ease-in-out 0s; -o-transition:all 0.4s ease-in-out 0s; -webkit-transition:all 0.4s ease-in-out 0s; transition:all 0.4s ease-in-out 0s;}
.common-main .newsUl li .nTxt{float: right;width: 1025px;box-sizing: border-box;text-align: justify;word-break: break-all;}
.common-main .newsUl li .nTxt h3{font-size: 18px;color: #333333;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.common-main .newsUl li .nTxt p{font-size: 14px;color: #666666;margin-top: 15px;line-height: 25px;}
.common-main .newsUl li .nTxt small{display: none;font-size: 12px;color: #666666;margin-top: 15px;}
.common-main .newsUl li .nTxt p span{display: inline-block;margin-top: 0;}
.common-main .newsUl li .nTxt span{font-size: 12px;color: #333333;display: block;margin-top: 30px;}
.common-main .newsUl li .nTxt h3 span{display: inline-block;font-size: 20px;font-weight: bold;margin-top: 0;}

.common-main .newsUl li .tTxt{float: right;width: 100%;box-sizing: border-box;text-align: justify;word-break: break-all;}
.common-main .newsUl li .tTxt h3{font-size: 18px;color: #333333;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.common-main .newsUl li .tTxt p{font-size: 14px;color: #666666;margin-top: 5px;line-height: 25px;}
.common-main .newsUl li .tTxt small{display: none;font-size: 12px;color: #666666;margin-top: 5px;}
.common-main .newsUl li .tTxt span{font-size: 12px;color: #333333;display: block;margin-top: 2px;}
.common-main .newsUl li .tTxt h3 span{display: inline-block;font-size: 20px;font-weight: bold;margin-top: 0;}
.common-main .newsUl li .tTxt p span{display: inline-block;font-size: 12px;margin-top: 0;}
.common-main .newsUl li.noTxt{height: 125px;}

.common-main .newsUl li.on i{border: none;background: #983b24;}
.common-main .newsUl li:hover .nTime{background: #983b24;}
.common-main .newsUl li:hover .nTime p{color: #FFFFFF;}
.common-main .newsUl li:hover .nTime span{color: #FFFFFF;}
.common-main .newsUl li:hover img{-moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1); transform:scale(1.1);}
.common-main .newsUl li:hover .nTxt h3{color: #983b24;}
.common-main .newsUl li:hover .nTxt span{color: #983b24;}
.common-main .newsUl li:hover .tTxt h3{color: #983b24;}
.common-main .newsUl li:hover .tTxt span{color: #983b24;}

/*便民服务*/
.bmfw-main{width: 100%;box-sizing: border-box;padding: 100px 0 200px 0;overflow: hidden;background: url(../images/bmfw-bg.jpg) center;background-size: cover;}
.bmfw-main .bmfw-title{width: 100%;box-sizing: border-box;overflow: hidden;}
.bmfw-main .bmfw-title a{display: block;text-align: center;}
.bmfw-main .bmfw-title a h3{font-size: 32px;color: #7f3222;font-weight: 500;box-sizing: border-box;background: url(../images/bmfw-title.png) center no-repeat;}
.bmfw-main .bmfw-title h5{font-size: 26px;color: #333333;font-weight: lighter;text-align: center;margin-top: 36px;}


.bmfw-main .bmfw-ul{width: 100%;box-sizing: border-box;padding: 50px 90px 0;overflow: hidden;}
.bmfw-main .bmfw-ul li{width: 375px;float: left;box-sizing: border-box;margin: 0 0 45px 95px;}
.bmfw-main .bmfw-ul li:nth-child(3n+1){margin-left: 0;}
.bmfw-main .bmfw-ul li a{width: 100%;height: 100%;display: flex;align-items: center;}
.bmfw-main .bmfw-ul li .b-img{width: 95px;height: 97px;display: flex;align-items: center;justify-content: center;background: url(../images/bmfw-hover-1.png) center;background-size: 100% 100%;}
.bmfw-main .bmfw-ul li .b-img img{width: auto;height: 40px;display: block;}
.bmfw-main .bmfw-ul li .b-txt{margin-left: 15px;text-align: justify;}
.bmfw-main .bmfw-ul li .b-txt h3{font-size: 24px;color: #333333;font-weight: 500;}
.bmfw-main .bmfw-ul li .b-txt p{font-size: 16px;color: #333333;margin-top: 8px;}
.bmfw-main .bmfw-ul li:hover .b-img{background: url(../images/bmfw-hover-2.png) center;}
.bmfw-main .bmfw-ul li:hover .b-txt h3{color: #983b24;}

/*馆藏文物*/
.common-main .gcww-ul{box-sizing: border-box;width: 100%;padding: 0 0 50px 0;overflow: hidden;}
.common-main .gcww-ul li{float: left;width: 480px;margin: 0 0 30px 30px;}
.common-main .gcww-ul li:nth-child(3n+1){margin-left: 0;}
.common-main .gcww-ul li a{display: block;width: 100%;height: 100%;}
.common-main .gcww-ul li .g-img{width: 100%;height: 320px;display: flex;align-items: center;justify-content: center;background: #f5f5f5;overflow: hidden;}
.common-main .gcww-ul li .g-img img{max-width: 100%;max-height: 100%;display: block;margin: 0 auto;}
.common-main .gcww-ul li h3{height: 75px;font-size: 20px;color: #333333;font-weight: 500;box-sizing: border-box;display: flex;align-items: center;justify-content: center;border-bottom: 1px solid #983b24;}

/*馆藏文物*/
.common-main .pphd-ul{box-sizing: border-box;width: 100%;padding: 0 0 50px 0;overflow: hidden;}
.common-main .pphd-ul li{float: left;width: 360px;margin: 0 0 30px 20px;}
.common-main .pphd-ul li:nth-child(4n+1){margin-left: 0;}
.common-main .pphd-ul li a{display: block;width: 100%;height: 100%;}
.common-main .pphd-ul li .g-img{width: 100%;height: 260px;background: #f5f5f5;overflow: hidden;}
.common-main .pphd-ul li .g-img img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.common-main .pphd-ul li h3{height: 75px;font-size: 18px;color: #333333;font-weight: 500;box-sizing: border-box;display: flex;align-items: center;border-bottom: 1px solid #983b24;}


/*陈列展览*/
.common-main .clzl-ul{box-sizing: border-box;width: 100%;padding: 0 0 50px 0;overflow: hidden;}
.common-main .clzl-ul li{width: 100%;margin-bottom: 35px;padding-bottom: 35px;box-sizing: border-box;border-bottom: 1px solid #983b24;}
.common-main .clzl-ul li a{display: block;width: 100%;height: 100%;overflow: hidden;}
.common-main .clzl-ul li .c-img{float: left;width: 600px;height: 315px;overflow: hidden;}
.common-main .clzl-ul li .c-img img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.common-main .clzl-ul li .c-txt{width: 870px;float: right;text-align: justify;}
.common-main .clzl-ul li .c-txt h3{font-size: 20px;color: #983b24;font-weight: 600;margin-bottom: 30px;}
.common-main .clzl-ul li .c-txt span{display: block;font-size: 18px;color: #333333;margin-top: 20px;}
.common-main .clzl-ul li .c-txt span i{font-style: normal;color: #983b24;}
.common-main .clzl-ul li .c-txt p{font-size: 17px;color: #555555;line-height: 30px;margin-top: 30px;}
.common-main .clzl-ul li .c-txt summary{display: inline-block;font-size: 17px;color: #ffffff;margin-top: 30px;box-sizing: border-box;padding: 10px 20px;border-radius: 5px;background: #be2b29;}

/*搜索页*/
.scontainer{width: 1200px;margin: 0 auto;}
.sHeader{width: 100%;height: auto;box-sizing: border-box;overflow: hidden;background: url(../images/common-bg.jpg) center no-repeat;background-size: cover;}
.sHeader .s-main{width: 100%;height: 100%;padding: 30px 0 80px 0;box-sizing: border-box;background: rgba(0, 0, 0, .4);}
.sHeader .sHeader-top{width: 100%;box-sizing: border-box;overflow: hidden;display: flex;align-items: center;justify-content: space-between;}
.sHeader .sLogo{width: auto;box-sizing: border-box;overflow: hidden;}
.sHeader .sLogo a{display: block;box-sizing: border-box;}
.sHeader .sLogo img{width: auto;height: auto;display: block;margin: 0 auto;}
.sHeader .sReturn{box-sizing: border-box;overflow: hidden;}
.sHeader .sReturn a{width: 120px;height: 45px;line-height: 45px;display: block;font-size: 16px;color: #983b24;border-radius: 5px;text-align: center;float: left;background: #f5f5f5;}


.sHeader .sSearch{width: 100%;box-sizing: border-box;margin: 80px 0 10px 0; position: relative;overflow: hidden;text-align: center;}
.sHeader .sSearch input{border: none;box-sizing: border-box;padding: 0 20px;display: inline-block;margin: 0 10px;border-radius: 2px;background: #ffffff;}
.sHeader .sSearch .searchTxt{width: 480px;height: 50px;font-size: 16px;color: #333333;}
.sHeader .sSearch input[type='submit']{width: 130px;height: 50px;font-size: 18px;color: #983b24;background: #ffffff;cursor: pointer;}

.sContent{width: 100%;box-sizing: border-box;padding: 40px 0 80px 0;overflow: hidden;}
.sContent .hidden{display: none!important;}
.sContent .sTitle{width: 100%;padding: 10px 20px; box-sizing: border-box;background: #983b24;overflow: hidden;}
.sContent .sTitle a{display: block;font-size: 15px;float: left;color: #ffffff;}
.sContent .sTitle a i{font-style: normal;display: inline-block;margin: 0 5px;}
.sContent .newsUl{box-sizing: border-box;width: 100%;padding: 10px 0 35px 0;margin-top: 20px;}
.sContent .newsUl li{width: 100%;height: auto;box-sizing: border-box;padding-bottom: 20px;margin-bottom: 20px;overflow: hidden;border-bottom: 1px dashed #dedede;}
.sContent .newsUl li .tTxt{float: right;width: 100%;box-sizing: border-box;text-align: justify;word-break: break-all;}
.sContent .newsUl li .tTxt h3{font-size: 20px;color: #333333;font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.sContent .newsUl li .tTxt h3 a{color: #333333;}
.sContent .newsUl li .tTxt p{font-size: 14px;color: #666666;margin-top: 10px;line-height: 25px;}
.sContent .newsUl li .tTxt h3 span{display: inline-block;font-size: 20px;}
.sContent .newsUl li .tTxt p span{display: inline-block;font-size: 14px;}
.sContent .newsUl li .nSpan{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 10px;}
.sContent .newsUl li .nSpan summary{display: block;float: left;font-size: 14px;color: #999999;margin-right: 20px;}
.sContent .newsUl li .nSpan summary span{display: inline-block;}
.sContent .newsUl li .nLocation{width: 100%;box-sizing: border-box;margin-top: 15px;}
.sContent .newsUl li .nLocation summary{display: block;font-size: 14px;color: #999999;}
.sContent .newsUl li .nLocation summary a{color: #983b24;}
.sContent .newsUl li .nLocation summary a span{display: inline-block;}
.sContent .newsUl li .nLocation i{font-family: '宋体';font-style: normal;display: inline-block;margin: 0 5px;}
.sContent .newsUl li:hover img{-moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1); transform:scale(1.1);}
.sContent .newsUl li:hover .nTxt h3 a{color: #983b24;}
.sContent .newsUl li:hover .tTxt h3 a{color: #983b24;}

.sFooter{width: 100%;height: auto;padding: 40px 0; box-sizing: border-box;overflow: hidden;background: #983b24;}
.sFooter p{font-size: 14px;color: #ffffff;text-align: center;}


/*详情页*/
.showMain{width: 100%;box-sizing: border-box;padding: 60px 0 200px 0;background: #ffffff;}
.showWhite{width: 100%;box-sizing: border-box;background: #ffffff;}
.showTitle{box-sizing: border-box;border-bottom: 1px solid #e2e2e2;}
.showTitle h3{font-size: 24px;color: #333333;}
.showTitle h5{font-size: 16px;color: #666666;font-weight: 500;margin-top: 15px;}
.showTitle .showInfo{box-sizing: border-box;height: 31px;margin-top: 30px;}
.showTitle .showInfo p{display: block;float: left;line-height: 24px;font-size: 14px;color: #999999;}
.showTitle .showInfo p b{display: inline-block;color: #666666;margin-right: 25px;font-weight: normal;}
.showTitle .showInfo p .showInfoBM { color:#666666;}
.showTitle .showInfo .showShare{float: right;box-sizing: border-box;}
.showTitle .showInfo .showShare span{float: left; display: block;font-size: 14px;line-height: 24px;color: #999999;box-sizing: border-box;}
.showTitle .showInfo .showShare .share{float: left;box-sizing: border-box;}
.showTitle .showInfo .showShare .share a{display: inline-block;width: 24px;font-size: 14px;color: #666666;height: 24px;line-height: 24px;margin: 0 0 6px; box-sizing: border-box;padding-left: 30px;}
.showTitle .showInfo .showShare .share .help{text-align: center;box-sizing: border-box;overflow: hidden;padding: 0 10px;}
.showTitle .showInfo .showShare .share a:before{content: '';}
.showTitle .showInfo .showShare .share a p{font-size: 12px;}
.showTitle .showInfo .showShare .share a.share-wx{background: url(../images/shareWechat.png) left no-repeat;}
.showTitle .showInfo .showShare .share a.share-tsina{background: url(../images/shareWeibo.png) left no-repeat;}
.showTitle .showInfo .showShare .share a.share-qzone{background: url(../images/shareQzone.png) left no-repeat;}

.showContent{box-sizing: border-box;font-size: 18px;text-align: justify;padding: 35px 0;overflow: hidden;width: 100%; word-break:break-all}
.showContent p{font-size: 16px;color: #333333;line-height: 35px;}
.showContent img{max-width: 100%;height: auto!important;margin: 10px auto;}
.showDepartment{box-sizing: border-box;font-size: 20px;text-align: justify;padding: 35px 0;overflow: hidden;width: 100%; word-break:break-all}
.showDepartment p{font-size: 16px!important;color: #333333;line-height: 35px!important;}
.showDepartment img{width: auto;max-width: 100%;height: auto;margin: 10px auto;}
.showContent section:first-child{text-align: center;width: 677px;margin: 0 auto!important;}
.showContent section{text-align: center;}
.showContent section img{display: block;margin: 0 auto !important;}
.showContent table{margin: 0 auto!important;width: 800px!important;}
.showContent table tr td{border: 1px solid #d7dde4!important;box-sizing: border-box;padding: 8px;font-size: 16px;}
.showContent .mejs__container {margin: 0 auto;}

.showVideo{width: 100%;height: 751px; box-sizing: border-box;text-align: justify; margin-top: 30px;}
.showVideo video{width: 100%;height: 100%;background: #f3f2ff;}
.showVideo video::-internal-media-controls-download-button{display:none;}
.showVideo video::-webkit-media-controls-enclosure{overflow:hidden;}
.showVideo video::-webkit-media-controls-panel{width: calc(100% + 30px);}


/*分页*/
.newsPage{width: 100%; box-sizing: border-box;text-align: center;padding: 25px 0;}
.newsPage .newsPageContent a{font-size: 14px;color: #666666;box-sizing: border-box;cursor: pointer; border-radius: 3px;display: inline-block;padding: 8px 17px;border: 1px solid #e2e2e2;margin:0 2px;}
.newsPage .newsPageContent span{font-size: 14px;color: #666666;box-sizing: border-box;border-radius: 3px;display: inline-block;cursor: pointer; padding: 8px 15px;border: 1px solid #e2e2e2;}
.newsPage .newsPageContent a.active{color: #FFFFFF;background: #983b24;}
.newsPage .newsPageContent a.current{color: #FFFFFF;background: #983b24;}
.newsPage .newsPageContent a:hover{color: #FFFFFF;background: #983b24;}
.newsPage .newsPageContent select{font-size: 14px;color: #666666;box-sizing: border-box;border-radius: 3px;display: inline-block;border: 1px solid #e2e2e2; cursor: pointer; padding: 8px 15px;background: #ffffff;}