@charset "utf-8";

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #800E74;
    color: #fff;
    border: 1px solid #800E74;
}

.pagination a:hover {
    background: #800E74;
    color: #fff;
    border: 1px solid #800E74;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

/* 首页 start */
/* banner */
.index {
    overflow: hidden;
}

.banner {
    width: 100%;
    position: relative;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 7;
}

.banner a .ban-text {
    width: 100%;
    /* position: absolute; */
    left: 0;
    right: 0;
    /* max-width: 1692px; */
    margin: 0 auto;
    bottom: 80px;
    /* padding: 0 46px; */
    z-index: 9;
}

.banner a .ban-text div {
    width: 100%;
    max-width: 800px;
    background: rgba(0, 0, 0, 0.40);
    padding: 20px 40px;
}

.banner a .ban-text span {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.64px;
    color: #FFF;
}

.banner a .ban-text h3 {
    color: #FFF;
    text-align: justify;
    font-size: 30px;
    font-weight: 700;
    line-height: 43px;
    max-height: 86px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    letter-spacing: 1.2px;
    margin: 8px 0;
}

.banner a .ban-text p {
    color: #FFF;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 46px;
    letter-spacing: 0.64px;
}

.banner a .ban-text b {
    display: block;
    font-weight: normal;
    color: #FFF;
    text-align: justify;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 8px;
    letter-spacing: 0.56px;
}

.banner .slick-dots {
    font-size: 0;
    text-align: center;
    bottom: .3rem;
}

.banner .slick-dots li {
    display: inline-block;
    border-radius: 50%;
    margin: 0 .06rem;
    transition: all 0.3s;
    vertical-align: middle;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #ffffff;
    opacity: 0.5;
}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    margin: 0;
    padding: 0;
    display: none;
}

.banner .slick-dots li.slick-active {
    width: 0.3rem;
    height: 0.1rem;
    border-radius: 0.04rem;
    opacity: 1;
}

.banner .slick-dots li.slick-active button {
    background: #fff;
}

.section1 {
    margin-top: 80px;
}

.s1-c {
    display: flex;
    justify-content: space-between;
}

.s1-l {
    width: 55%;
    border: 1px solid #E2E2E2;
    padding: 40px 75px;
}

.s1-l .today-date {
    display: block;
    color: #1E1B1B;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1.6px;
}

.s1-l .today-state {
    color: #800E74;
    font-size: 44px;
    font-weight: 700;
    line-height: 38px;
    /* 86.364% */
    letter-spacing: 4.4px;
    margin: 36px 0;
    text-align: center;
}

.s1-l .today-state.colseDoor {
    color: #800E74;
}

.s1-l .openTime {
    padding: 36px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px dashed #800E74;
    border-bottom: 2px dashed #800E74;
    position: relative;
}

.s1-l .openTime::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
	border-radius:50%;
    transform: rotateZ(45deg) translateX(-50%) translateY(-50%);
    width: 10px;
    height: 10px;
    background: #800E74;
}

.s1-l .openTime::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
	border-radius:50%;
    transform: rotateZ(45deg) translateX(-50%) translateY(-50%);
    width: 10px;
    height: 10px;
    background: #800E74;
}

.s1-l .openTime div::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
	border-radius:50%;
    transform: rotateZ(45deg) translateX(50%) translateY(50%);
    width: 10px;
    height: 10px;
    background: #800E74;
}

.s1-l .openTime div::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
	border-radius:50%;
    transform: rotateZ(45deg) translateX(50%) translateY(50%);
    width: 10px;
    height: 10px;
    background: #800E74;
}

.s1-l .openTime span {
    color: #800E74;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 5.6px;
    margin-right: 60px;
}

.s1-l .openTime div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.s1-l .openTime div b {
    color: #333;
    font-size: 40px;
    font-weight: 700;
    line-height: 38px;
    /* 95% */
    letter-spacing: 4px;
}

.s1-l .openTime div i {
    width: 20px;
    height: 6px;
    background: #333;
    margin: 0 60px;
}

.s1-l .message {
    margin-top: 36px;
}

.s1-l .message p {
    color: #999999;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.56px;
}

.s1-r {
    width: 42.5%;
    border: 1px solid #E2E2E2;
    background: linear-gradient(90deg, #800e7570 0%, rgba(203, 92, 218, 0.027) 75%), #f5d9f3ce;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.s1-r::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/s1-rbj.png) no-repeat;
    background-position: left center;
    z-index: 1;
}

.s1-r .order {
    position: relative;
    z-index: 9;
}

.s1-r .order a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 52px;
    background: url(../images/img-next.png) no-repeat;
    background-position: right center;
    transition: all 0.3s;
}

.s1-r .order a:hover {
    padding: 0 60px;
}

.s1-r .order a b {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 3px;
    padding: 0 50px;
}

.guide {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 9;
}

.guide a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 38px;
    /* 190% */
    letter-spacing: 0.8px;
}

.section2 {
    margin-top: 80px;
    background-image: url(../images/s1-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.s2-c {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin-top: 40px;
}

.s2-l {
    width: 695px;
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #f1f1f1;
    padding-top: 40px;
}

.listItem1 a {
    display: block;
}

.listItem1 a .pic {
    padding-top: 56.25%;
}

.listItem1 a .info {
    padding: 40px 0;
}

.listItem1 a .info span {
    display: block;
    color: #999;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.64px;
    opacity: 0.8;
}

.listItem1 a .info h3 {
    overflow: hidden;
    color: #1E1B1B;
    text-align: justify;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 160% */
    letter-spacing: 0.8px;
    margin: 28px 0 16px 0;
}

.listItem1 a .info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    height: 84px;
    letter-spacing: 0.64px;
    opacity: 1;
    color: #282626;
}

.listItem1 a .info b {
    display: block;
    color: #1E1B1B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.64px;
    margin-top: 28px;
}

.s2-r {
    flex: 1;
    min-width: 0;
    padding-top: 40px;
}

.listGroup1 li {
    padding: 40px 0;
    border-top: 1px solid #f1f1f1;
}

.listGroup1 li:nth-child(1) {
    border-top: none;
    padding-top: 0;
}

.listItem2 a {
    display: flex;
    align-items: center;
}

.listItem2 a .pics {
    width: 320px;
    margin-right: 40px;
}

.listItem2 a .pics .pic {
    padding-top: 56.25%;
}

.listItem2 a .info {
    flex: 1;
    min-width: 0;
}

.listItem2 a .info h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #1E1B1B;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    height: 64px;
    letter-spacing: 0.8px;
}

.listItem2 a .info div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.listItem2 a .info span {
    color: #999;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    /* 175% */
    letter-spacing: 0.64px;
    opacity: 0.8;
}

.listItem2 a .info b {
    color: #1E1B1B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.64px;
}

.switchBox {
    position: relative;
    overflow: hidden;
}

.switchBox .switchItem {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 8;
    transform: translateY(100%);
    transition: all 0.8s;
}

.switchBox .switchItem.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateY(0);
}

.section3 {
    margin-top: 80px;
}

.section3 .switchBox {
    margin-top: 50px;
}

.switchImgText {
    border-left: 1px solid #E2E2E2;
}

.switchImgText ul {
    display: flex;
    align-items: flex-start;
}

.switchImgText ul li {
    width: 292px;
    transition: all 0.5s;
}

.switchImgText ul li.on {
    width: calc(100% - 584px);
}

.switchImgText ul li a {
    display: flex;
    overflow: hidden;
}

.switchImgText ul li a .switchText {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
}

.switchImgText ul li a .switchText div {
    padding: 0 50px;
}

.switchImgText ul li a .switchText div span {
    border: 1px solid #000;
    padding: 0 30px;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1.6px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.switchImgText ul li a .switchText div h3 {
    color: #1E1B1B;
    font-size: 22px;
    font-weight: 700;
    line-height: 38px;
    height: 76px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* 172.727% */
    letter-spacing: 0.88px;
    margin: 32px 0;
    clear: both;
}

.switchImgText ul li a .switchText div p {
    color: #999;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    height: 84px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    /* 175% */
    letter-spacing: 0.64px;
}

.switchImgText ul li a .switchText div b {
    display: block;
    color: #1E1B1B;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.switchImgText ul li a .switchImg {
    width: 292px;
    position: relative;
}

.switchImgText ul li a .switchImg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.30);
    transition: all 0.5s;
    z-index: 9;
    opacity: 1;
}

.switchImgText ul li.on a .switchImg::after {
    opacity: 0;
}

.switchImgText ul li a .switchImg .pic {
    padding-top: 178%;
}

/* 基本陈列 */
.switchSlidePic ul li a {
    display: block;
    position: relative;
}

.switchSlidePic ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    background: rgba(255, 255, 255, 0.20);
    z-index: 9;
}

.switchSlidePic ul li a .pic {
    padding-top: 45.8%;
}

.switchSlidePic .slick-dots li button {
    display: none;
    background: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 11px auto;
    display: none;
}

.switchSlidePic .slick-dots li.slick-active {
    display: block;
}

.switchSlidePic .slick-dots li.slick-active .dot-page {
    display: flex;
}

.switchSlidePic .slick-dots {
    right: 106px;
    bottom: 40px;
    width: auto;
}

.switchSlidePic .slick-dots li {
    width: auto;
    position: static;
    display: none;
    height: auto;
}

.switchSlidePic .dot-page {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    display: none;
    line-height: 40px;
    /* 158.333% */
    align-items: center;
    letter-spacing: 0.96px;
}

.switchSlidePic .dot-page span {
    line-height: 24px;
    font-weight: bold;
    margin-right: 5px;
    opacity: 1;
}

.dot-page b {
    opacity: .5;
    margin-left: 5px;
}

.switchSlidePic .slick-prev,
.switchSlidePic .slick-next {
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 9;
    top: auto;
    bottom: 40px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    border: 1px solid #FFF;
}

.switchSlidePic .slick-prev {
    background: url(../images/icon-prev.png) no-repeat;
    right: 211px;
    left: auto;
    background-position: center center;
}

.switchSlidePic .slick-next {
    right: 50px;
    background: url(../images/icon-next.png) no-repeat;
    background-position: center center;
}

.switchSlidetext {
    border: 1px solid #E2E2E2;
    border-top: none;
}

.switchSlidetext ul li a {
    display: block;
    padding: 40px 50px;
}

.switchSlidetext ul li a h3 {
    display: flex;
    justify-content: space-between;
}

.switchSlidetext ul li a h3 span {
    color: #1E1B1B;
    text-align: justify;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.96px;
    padding-left: 20px;
    border-left: 1px solid #F1F1F1;
}

.switchSlidetext ul li a h3 span:nth-child(1) {
    border-left: none;
    padding-left: 0;
}

.switchSlidetext ul li a div {
    border-top: 1px solid #f1f1f1;
    padding-top: 32px;
    margin-top: 26px;
}

.switchSlidetext ul li a div p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    letter-spacing: 0.64px;
    opacity: .6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666;
}

/* 专题展览 */
.listGroup2 {
    display: flex;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 60px;
}

.listGroup2 li {
    border-top: 1px solid #f1f1f1;
    width: 50%;
    padding-top: 40px;
}

.listGroup2 li:nth-child(1) {
    padding-right: 40px;
    border-right: 1px solid #f1f1f1;
}

.listGroup2 li:nth-child(2) {
    padding-left: 40px;
}

.listItem2-1 a {
    display: block;
}

.listItem2-1 a .pic {
    padding-top: 56.25%;
}

.listItem2-1 a .info {
    padding: 40px 0;
}

.listItem2-1 a .info h3 {
    color: #1E1B1B;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* 160% */
    letter-spacing: 0.8px;
    margin: 0 0 16px 0;
}

.listItem2-1 a .info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    height: 56px;
    letter-spacing: 0.64px;
    opacity: 0.6;
    color: #666;
}

.listItem2-1 a .info b {
    display: block;
    color: #1E1B1B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.64px;
    margin-top: 28px;
}

.section4 {
    margin-top: 80px;
    background-image: url(../images/s1-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.s4-c {
    position: relative;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    margin-top: 40px;
    padding-bottom: 40px;
}

.work-img-box {
    margin: 0 -38px;
    position: relative;
}

.work-img-box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 33.33%;
    width: 1px;
    background: #f1f1f1;
}

.work-img-box::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 33.33%;
    width: 1px;
    background: #f1f1f1;
}

.work-img li {
    float: left;
    width: calc(33.33% - 2px);
    margin-right: 1px;
    margin-left: 1px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}

.work-img li a {
    display: block;
    padding: 0 38px;
}

.work-img li:nth-child(-n+3) a .pics {
    border-top: none;
    /* padding-top: 0; */
}

.work-img li a .pics {
    border-top: 1px solid #f1f1f1;
    padding-top: 40px;
}

.work-img li a .pics img {
    display: block;
    width: 100%;
    height: auto;
}

.work-img li a .info {
    padding: 40px 10px;
}

.work-img li a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1E1B1B;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.96px;
}

.work-img li a .info p {
    opacity: .6;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* 175% */
    letter-spacing: 0.64px;
    margin-top: 16px;
}

.section5 {
    margin-top: 80px;
}

.s5-c {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #E2E2E2;
}

.switchslide2 {
    display: flex;
}

.switchslide2-l {
    flex: 1;
    min-width: 0;
    border: 1px solid #E2E2E2;
}

.switchslide2-l.switchBox .switchItem {
    transition: opacity 1s;
}

.switchslide2-l li a {
    display: flex;
    align-items: center;
}

.switchslide2-l li a .pics {
    width: 334px;
}

.switchslide2-l li a .pics .pic {
    padding-top: 133.33%;
}

.switchslide2-l li a .info {
    padding: 0 50px;
    flex: 1;
    min-width: 0;
}

.switchslide2-l li a .info span {
    border: 1px solid #000;
    padding: 0 30px;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1.6px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 34px;
}

.switchslide2-l li a .info h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
    font-size: 22px;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    max-height: 76px;
    /* 172.727% */
    letter-spacing: 0.88px;
}

.switchslide2-l li a .info div {
    margin-top: 40px;
}

.switchslide2-l li a .info div dl {
    display: flex;
    margin-top: 16px;
}

.switchslide2-l li a .info div dl:nth-child(1) {
    margin-top: 0;
}

.switchslide2-l li a .info div dl dt {
    min-width: 55px;
    color: #666;
    text-align: justify;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1.6px;
    margin-right: 20px;
}

.switchslide2-l li a .info div dl dd {
    flex: 1;
    min-width: 0;
    color: #999;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.64px;
}

.switchslide2-r {
    width: 588px;
}

.switchslide2-r ul {
    display: flex;
    flex-wrap: wrap;
}

.switchslide2-r ul li {
    width: 26.33%;
    margin-left: 7%;
}

.switchslide2-r ul li:nth-child(-n+3) {
    margin-bottom: 32px;
}

.switchslide2-r ul li a {
    display: block;
}

.switchslide2-r ul li a .pic {
    padding-top: 133.33%;
}

.switchslide2-r ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.30);
    transition: all 0.5s;
    opacity: 1;
}

.switchslide2-r ul li.on a .pic::after {
    opacity: 0;
}

.s5-mid {
    margin-top: 0px;
}

.s5-mid .listItem2-1 a .info h3 {
    font-size: 20px;
}

.s5-btm {
    margin-top: 60px;
}

.section6 {
    background: #F1F1F1;
    padding: 80px 0 90px 0;
    margin-top: 80px;
}

.s6-c {
    margin-top: 70px;
}

.listgroup3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.listgroup3 li {
    width: 48%;
}

.listItem3 a {
    display: block;
}

.listItem3 a .pic {
    padding-top: 56.25%;
}

.listItem3 a .info {
    padding: 40px 10px;
    display: flex;
    align-items: center;
}

.listItem3 a .info h3 {
    flex: 1;
    min-width: 0;
    color: #1E1B1B;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* 163.636% */
    letter-spacing: 0.88px;
}

.listItem3 a .info img {
    margin-left: 30px;
}

.section7 {
    margin-top: 80px;
    padding-bottom: 100px;
    border-bottom: 1px solid #aaa;

}

.s7-t {
    margin-top: 50px;
}

.s7-t ul {
    display: flex;
    justify-content: space-between;
}

.s7-t ul li {
    width: calc((100% - 586px) / 2);
    width: 48%;
}

.s7-t ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #AAA;
    height: 100%;
}

.s7-t ul li a .pics {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
    transition: all 0.5s;
}

.s7-t ul li a .pics .icon {
    font-size: 0;
    line-height: 120px;
}

.s7-t ul li a .pics p {
    text-align: center;
    color: #1E1B1B;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.96px;
    margin-top: 24px;
}

.s7-t ul li a .pics .icon img {
    vertical-align: middle;
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
}

.s7-t ul li a .info {
    display: flex;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(100%);
    background: #fff;
}

.s7-t ul li a .info-l {
    width: 255px;
}

.s7-t ul li a .info-l .pic {
    padding-top: 133%;
}

.s7-t ul li a .info-r {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
}

.s7-t ul li a .info-r div h3 {
    color: #1E1B1B;
    text-align: justify;
    font-size: 22px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.88px;
}

.s7-t ul li a .info-r div p {
    color: #999;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 84px;
    margin: 32px 0;
    letter-spacing: 0.64px;
}

.s7-t ul li a .info-r div span {
    display: block;
    color: #1E1B1B;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.64px;
}

.s7-t ul li.on {
    width: 48%;
}

.s7-t ul li.on a .pics {
    opacity: 0;
    opacity: 1;
}

.s7-t ul li.on a .info {
    opacity: 1;
    opacity: 0;
    transform: translateY(0);
}

.s7-b {
    border-top: 1px solid #E2E2E2;
    padding-top: 40px;
    margin-top: 40px;
}

.s7-b ul {
    /* display: flex; */
    /* justify-content: space-between; */
    margin: 0 -24px;
}

.s7-b ul li {
    /* width: 18%; */
}

.s7-b ul li a {
    display: block;
    margin: 0 24px;
}

.s7-b ul li a .pic {
    padding-top: 133%;
}

.s7-b ul li a p {
    text-align: center;
    color: #1E1B1B;
    font-size: 22px;
    font-weight: 700;
    line-height: 38px;
    /* 172.727% */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0.88px;
    margin-top: 40px;
}

.s7-b ul li a:hover p {
    color: #800E74;
}

.section8 {
    margin-top: 120px;
	    background-image: url(../images/s1-bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.section8 .title {
    padding-bottom: 32px;
}

.section8 .switchBox {
    padding-bottom: 50px;
    border-bottom: 1px solid #aaa;
}

.blockGroup {
    display: flex;
    border-top: 1px solid #f1f1f1;
}

.blockgGroup-l {
    width: 41%;
    padding-top: 40px;
}

.blockgGroup-r {
    flex: 1;
    min-width: 0;
    padding-top: 40px;
}

.blockgGroup-r .listGroup1 {
    display: flex;
    flex-wrap: wrap;
}

.blockgGroup-r .listGroup1 li {
    width: calc(50% - 40px);
    padding-left: 40px;
    margin-left: 40px;
    border-top: none;
    border-left: 1px solid #F1F1F1;
    padding-top: 0;
    padding-bottom: 0;
}

.blockgGroup-r .listGroup1 li:nth-child(-n+2) {
    border-top: none;
    padding-top: 0;
}

.blockgGroup-r .listGroup1 li:nth-child(-n+2) a {
    border-bottom: 1px solid #F1F1F1;
    padding-top: 0;
}

.blockgGroup-r .listGroup1 li a {
    display: block;
    padding: 40px 0 0 0;
}

.blockgGroup-r .listItem2 a .pics {
    width: auto;
    margin-right: 0;
}

.blockgGroup-r .listItem2 a .info {
    padding: 30px 0;
}

.blockgGroup-r .listItem2 a .info h3 {
    display: block;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: auto;
}

.blockgGroup-r .listItem2 a .info div {
    margin-top: 16px;
}

.btnTg {
    margin-top: 40px;
}

.btnTg a {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 45%;
    max-width: 1000px;
    border: 1px solid #800E74;
    border-radius: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 78px;
    letter-spacing: 0.96px;
    color: #800E74;
}

.section9 {
    margin-top: 120px;
}

.s9-c {
    display: flex;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    margin-top: 32px;
    padding-bottom: 60px;
}

.s9-l {
    width: 69.4%;
}

.s9-l ul {
    display: flex;
}

.s9-l ul li {
    width: calc(50% - 40px);
    padding: 40px 40px 40px 0;
    margin-right: 40px;
    border-right: 1px solid #F1F1F1;
}

.listItem4 a {
    display: block;
    position: relative;
}

.listItem4 a .pic {
    padding-top: 133%;
}

.listItem4 a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.50);
    z-index: 8;
    opacity: 0;
    transition: all 0.5s;
}

.listItem4 a .info {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 40px;
    z-index: 9;
    opacity: 0;
    transition: all 0.5s;
}

.listItem4 a .info h3 {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 38px;
    /* 172.727% */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 76px;
    letter-spacing: 0.88px;
}

.listItem4 a:hover .info h3 i {
    background-image: linear-gradient(#fff, #fff);
    color: #fff;
}

.listItem4 a .info p {
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.64px;
    margin-top: 12%;
}

.s9-r {
    flex: 1;
    min-width: 0;
}

.s9-r ul {
    display: block;
}

.s9-r ul li {
    padding: 40px 0;
}

.s9-r ul li:nth-child(1) {
    border-bottom: 1px solid #F1F1F1;
}

.s9-r .listItem4 a .pic {
    padding-top: 56%;
}

.listItem4 a:hover .pic::after {
    opacity: 1;
}

.listItem4 a:hover .info {
    opacity: 1;
}

/* 首页 end ____________________________________ */
.ny {
    padding-top: 20px;
    overflow: hidden;
}

.y_tit {
    display: flex;
    border-bottom: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
    padding-top: 80px;
    margin-bottom: 80px;
}

.y_tit h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 4px;
    color: #1E1B1B;
    padding-bottom: 25px;
    border-bottom: 4px solid #800E74;
}

.y_tit ul {
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    display: flex;
    align-items: center;
    margin-left: 80px;
}

.y_tit ul li {
    margin-left: 25px;
}

.y_tit ul li.on a {
    font-weight: 900;
}

.y_tit ul li:nth-child(1) {
    margin-left: 0;
}

.y_tit ul li a {
    display: block;
    color: #333;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.96px;
    padding-bottom: 25px;
    border-bottom: 4px solid transparent;
}

.y_tit ul li a:hover {
    color: #800E74;
}

/* 百年名馆 start */
.famousShop1 {
    margin-top: 80px;
}

.fss1-c {
    display: flex;
}

.fss1-l {
    flex: 1;
    min-width: 0;
    border: 1px solid #E2E2E2;
    padding: 60px 120px 0 80px;
}

.fss1-l h3 {
    color: #1E1B1B;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 3px;
}

.fss1-l p {
    overflow: hidden;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.64px;
    opacity: 0.6;
    max-height: 112px;
    margin-bottom: 70px;
    margin-top: 70px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fss1-r img {
    display: block;
    width: 720px;
}

.famousShop2 {
    margin-top: 140px;
}

.fss2-c {
    padding-top: 40px;
    margin-top: 30px;
    border-top: 1px solid #E2E2E2;
    overflow: hidden;
    position: relative;
}

.fss2-c::before {
    content: "";
    position: absolute;
    left: 2px;
    bottom: 88px;
    width: 10px;
    height: 10px;
    background: #333;
    transform: rotateZ(45deg);
}

.fss2-c::after {
    content: "";
    position: absolute;
    right: 2px;
    bottom: 88px;
    width: 10px;
    height: 10px;
    background: #333;
    transform: rotateZ(45deg);
}

.fss2-c ul {
    margin: 0 -40px;
}

.fss2-c ul li a {
    display: block;
    margin: 0 40px;
}

.fss2-c ul li a .pic {
    padding-top: 75%;
}

.fss2-c ul li a .pic span {
    position: absolute;
    left: 20px;
    top: 20px;
    border: 1px solid #000;
    background: rgba(255, 255, 255, 0.60);
    line-height: 30px;
    padding: 0 30px;
    color: #333;
    font-size: 16px;
    letter-spacing: 1.6px;
}

.fss2-c ul li a .info {
    padding: 40px 0;
    border-bottom: 1px solid #e2e2e2;
}

.fss2-c ul li a .info h3 {
    color: #1E1B1B;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 76px;
    /* 158.333% */
    letter-spacing: 0.96px;
}

.timeslot {
    margin-top: 54px;
    padding-top: 54px;
    border-top: 2px dotted #333;
    position: relative;
    margin-left: -40px;
    margin-right: -40px;
}

.timeslot::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -1px;
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    background: #fff;
    transition: all 0.5s;
    transform: translateX(-50%) translateY(-50%) rotateZ(45deg);
}

.timeslot p {
    text-align: center;
    color: #1E1B1B;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.96px;
}

.fss2-c ul li a:hover .timeslot::before {
    background: #800E74;
    border-color: #800E74;
}

.famousShop3 {
    margin-top: 140px;
}

.fss3-c {
    display: flex;
    margin-top: 50px;
}

.fss3-l {
    width: 28.75%;
}

.fss3-l a {
    display: flex;
    height: 100%;
    flex-direction: column;
    background: #800E74;
    align-items: center;
    padding: 80px 0;
}

.fss3-l a p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.96px;
    margin-bottom: 45px;
}

.fss3-l a .icon img {
    display: block;
}

.fss3-r {
    flex: 1;
    min-width: 0;
}

.fss3-r ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.fss3-r ul li {
    height: 48%;
    padding-left: 40px;
    width: 33.33%;
}

.fss3-r ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 1px solid #E2E2E2;
}

.fss3-r ul li a div img {
    display: block;
}

.fss3-r ul li a p {
    color: #1E1B1B;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.96px;
    margin-left: 15px;
}

.fss3-r ul li a:hover {
    border-color: #800E74;
}

.famousShop4 {
    background: #F1F1F1;
    margin-top: 80px;
    padding: 80px 0 55px 0;
}

.fss4-c {
    margin-top: 50px;
    position: relative;
}

.fss4-c::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 138px;
    transform: translateX(-50%) translateY(-50%);
    height: 1px;
    background: #AAA;
    width: 1920px;
}

.fss4-c ul {
    margin: 0 -10px;
}

.fss4-c ul li a {
    display: block;
    padding: 35px 30px 50px 30px;
    margin: 0 10px;
    transition: all 0.5s;
}

.fss4-c ul li a h3 {
    color: #333;
    font-size: 40px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 4px;
    text-align: center;
}

.fss4-c ul li a span {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.64px;
    text-align: center;
    margin-top: 13px;
    transition: all 0.5s;
}

.fss4-c ul li a div {
    width: 70px;
    height: 2px;
    margin: 23px auto 30px auto;
    background: #333;
    transition: all 0.5s;
}

.fss4-c ul li a p {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    height: 112px;
    overflow: hidden;
    letter-spacing: 0.64px;
    opacity: 0;
    transition: all 0.5s;
}

.fss4-c ul li a:hover {
    background: rgba(0, 0, 0, 0.10);
}

.fss4-c ul li a:hover span {
    color: #800E74;
}

.fss4-c ul li a:hover div {
    background: #800E74;
}

.fss4-c ul li a:hover p {
    opacity: 1;
}

.ffs5-c {
    border: 1px solid #E2E2E2;
    padding: 60px 80px 100px 80px;
    margin-top: 80px;
    background: url(../images/fss5-bj.png) no-repeat;
    background-position: right center;
}

.ffs5-text {
    max-width: 680px;
    margin-top: 80px;
}

.ffs5-text p {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.64px;
    opacity: 0.6;
}

/* 百年名馆 end ____________________________________ */
/* 新闻公告 start */
.news1 {
    margin-top: 100px;
    padding-bottom: 60px;
    border-bottom: 1px solid #AAA;
}

.news1-c {
    margin-top: 30px;
    border-top: 1px solid #E2E2E2;
}

.listGroup4 {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin: 0 -40px;
}

.listGroup4 li {
    width: 33.33%;
}

.listGroup4 li:nth-child(2) {
    border-left: 1px solid #F1F1F1;
    border-right: 1px solid #F1F1F1;
}

.listItem5 a {
    display: flex;
    margin: 0 40px;
    padding: 40px 0;
    align-items: center;
}

.listItem5 a .date {
    background: #F1F1F1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 160px;
    height: 160px;
}

.listItem5 a .date p {
    color: #1E1B1B;
    text-align: center;
    font-size: 52px;
    font-weight: 700;
    line-height: 75px;
    letter-spacing: 2.08px;
}

.listItem5 a .date span {
    color: #1E1B1B;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.8px;
}

.listItem5 a .info {
    flex: 1;
    min-width: 0;
    padding-left: 40px;
}

.listItem5 a .info h3 {
    color: #1E1B1B;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.96px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listItem5 a .info p {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 84px;
    letter-spacing: 0.64px;
    margin-top: 12px;
}

.new2 {
    margin-top: 120px;
}

.new2-c {
    margin-top: 30px;
}

.monthlynews {
    align-items: flex-start;
    display: flex;
    border-bottom: 1px solid #F1F1F1;
}

.monthlynews:nth-child(1) {
    border-top: 1px solid #F1F1F1;
}

.monthlynews .listGroup5 {
    flex: 1;
    min-width: 0;
}

.listItem6 a {
    display: flex;
    border-top: 1px solid #F1F1F1;
}

.listItem6:nth-child(1) a {
    border-top: none;
}

.monthlynews .date {
    display: flex;
    align-items: center;
    line-height: 120px;
    margin-right: 16%;
}

.monthlynews .date p {
    color: #333;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1.6px;
    border-right: 1px solid #F1F1F1;
    margin-right: 20px;
    padding-right: 20px;
}

.monthlynews .date span {
    color: #999;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.listItem6 a .info {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.listItem6 a .info .infopic {
    width: 400px;
    margin-right: 30px;
}

.listItem6 a .info .infopic .pic {
    padding-top: 56.25%;
}

.listItem6 a .info .infotext {
    flex: 1;
    min-width: 0;
}

.listItem6 a .info .infotext h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.8px;
}

.listItem6 a .info .infotext p {
    overflow: hidden;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.64px;
    opacity: 0.6;
    height: 56px;
    overflow: hidden;
    margin: 18px 0;
}

.listItem6 a .info .infotext div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listItem6 a .info .infotext div span {
    overflow: hidden;
    color: #999;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.64px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
    padding-right: 15px;
}

.listItem6 a .info .infotext div b {
    color: #1E1B1B;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

/* 新闻公告 end ____________________________________ */
/* 新闻公告 start  */
.exhibit .title {
    padding-bottom: 32px;
}

.exhibit1 {
    margin-top: 100px;
}

.exhibit1 .title {
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 40px;
}

.exhibit2 {
    margin-top: 100px;
}

.exhibit3 {
    margin-top: 100px;
}

.exhibit4 {
    margin-top: 100px;
}

.exhibit4-c {
    border: 1px solid #E2E2E2;
    padding: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.exhibit4-c .title:nth-child(1) {
    align-items: flex-start;
}

.exhibit4-text {
    max-width: 700px;
    margin-left: 100px;
    margin-right: 100px;
    flex: 1;
    min-width: 0;
}

.exhibit4-text p {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.64px;
    opacity: .64;
}

/* 新闻公告 end ____________________________________ */
/* 文物典藏 start  */
.collection1 {
    margin-top: 100px;
}

.cction-des {
    background: #F1F1F1;
    padding: 0 80px;
    display: flex;
    align-items: center;
}

.cction-desl {
    flex: 1;
    min-width: 0;
}

.cction-descon {
    max-width: 870px;
    margin-right: 30px;
}

.cction-descon p {
    color: #666;
    opacity: .6;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    /* 175% */
    letter-spacing: 0.64px;
    margin: 40px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.cction-descon ul {
    display: flex;
    justify-content: space-between;
}

.cction-descon ul li a {
    display: block;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    /* 116.667% */
    letter-spacing: 0.96px;
}

.cction-descon ul li a:hover {
    color: #800E74;
}

.cction-desr {
    width: 387px;
}

.cction-desr img {
    display: block;
    width: 100%;
    margin-top: -30px;
}

.collection2 {
    margin-top: 120px;
}

.cetion2-c {
    display: flex;
    align-items: center;
    border: 1px solid #E2E2E2;
}

.cetion2-l {
    width: 45.4%;
}

.cetion2-l a {
    display: block;
}

.cetion2-l a img {
    display: block;
    width: 100%;
}

.cetion2-r {
    flex: 1;
    min-width: 0;
    padding: 0 6.5%;
}

.nature {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}

.nature li {
    width: 48%;
}

.nature li a {
    display: block;
    line-height: 180px;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.96px;
    background: #F1F1F1;
    text-align: center;
}

.collection3 {
    margin-top: 140px;
}

.cetion3-c {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    border-bottom: 1px solid #AAA;
}

.cetion3-l {
    width: 48.5%;
    padding-top: 40px;
    border: 1px solid #E2E2E2;
}

.cetion3-r {
    width: 48.5%;
    padding-top: 40px;
    border: 1px solid #E2E2E2;
}

.cetion3-tit {
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cetion3-tit h3 {
    color: #1E1B1B;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.96px;
}

.cetion3-tit a {
    color: #1E1B1B;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.cetion3-tit a:hover {
    color: #800E74;
}

.cetion3-con {
    padding: 0 40px;
    margin: 30px 0 40px 0;
}

.cetion3-con p {
    overflow: hidden;
    color: #999;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 56px;
    letter-spacing: 0.64px;
}

.cetion3-pic .pic {
    padding-top: 32.5%;
}

/* 文物典藏 end ____________________________________ */
/* 公共服务 start  */
.pubser1 {
    margin-top: 80px;
}

.pubser1 .switchslide2-l li a .info div dl {
    margin-top: 8px;
}

.pubser2 {
    margin-top: 60px;
}

.pubser2 .listGroup2 {
    border-bottom: none;
    padding-bottom: 0;
}

.pubser3 {
    margin-top: 60px;
}

.pubser3-c {
    padding-bottom: 60px;
    border-bottom: 1px solid #AAA;
}

/* 公共服务 end ____________________________________ */
/* 学术研究 start  */
.learnstudy .title,
.setOut .title,
.lztz .title,
.wszl .title {
    padding-bottom: 32px;
    border-bottom: 1px solid #E2E2E2;
}

.lsdy1 {
    margin-top: 100px;
}

.lsdy2 {
    margin-top: 100px;
}

.lsdy3 {
    margin-top: 80px;
    padding: 80px 0;
    background: #F1F1F1;
}

.lsdy4 {
    margin-top: 80px;
}

.lsdy1-c,
.lsdy2-c,
.setOut1-c,
.setOut2-c,
.setOut3-c,
.lztz1-c,
.lztz2-c,
.lztz3-c,
.wszl1-c,
.wszl2-c,
.wszl3-c {
    margin-top: 40px;
}

.lsdy3-c .s7-b>ul {
    padding-bottom: 100px;
}

.lsdy3-c .s7-b {
    border-top: none;
    padding-top: 0;
}

.learnstudy .lsdy3 .title {
    border-bottom: none;
}

.lsdy3-c .s7-b .slick-dots li button {
    display: none;
    background: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 11px auto;
    display: none;
}

.lsdy3-c .s7-b .slick-dots li.slick-active {
    display: block;
}

.lsdy3-c .s7-b .slick-dots li.slick-active .dot-page {
    display: flex;
}

.lsdy3-c .s7-b .slick-dots {
    left: 50%;
    bottom: 0;
    width: auto;
    transform: translateX(-50%);
    margin: 0;
}

.lsdy3-c .s7-b .slick-dots li {
    width: auto;
    position: static;
    display: none;
    height: auto;
}

.lsdy3-c .s7-b .dot-page {
    color: #E2E2E2;
    font-size: 24px;
    font-weight: 700;
    display: none;
    line-height: 40px;
    /* 158.333% */
    align-items: center;
    letter-spacing: 0.96px;
}

.lsdy3-c .s7-b .dot-page span {
    line-height: 24px;
    font-weight: bold;
    margin-right: 5px;
    opacity: 1;
    color: #000;
}

.lsdy3-c .s7-b .dot-page b {
    opacity: .5;
    margin-left: 5px;
}

.lsdy3-c .s7-b .slick-prev,
.lsdy3-c .s7-b .slick-next {
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 9;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    border: 1px solid #000;
}

.lsdy3-c .s7-b .slick-prev {
    background: url(../images/icon-prev2.png) no-repeat;
    left: 50%;
    background-position: center center;
    transform: translateX(-90px);
}

.lsdy3-c .s7-b .slick-next {
    right: 50%;
    background: url(../images/icon-next2.png) no-repeat;
    background-position: center center;
    transform: translateX(90px);
}

.lsdy4-c ul {
    display: flex;
    flex-wrap: wrap
}

.lsdy4-c ul li {
    width: 50%;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.lsdy4-c ul li::before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    background: #F1F1F1;
}

.lsdy4-c ul li:nth-child(-n+2)::before {
    content: none;
}

.lsdy4-c ul li:nth-child(2n+1) {
    padding-right: 50px;
}

.lsdy4-c ul li:nth-child(2n+1):before {
    left: 0;
    right: 50px;
}

.lsdy4-c ul li:nth-child(2n) {
    padding-left: 50px;
    border-left: 1px solid #F1F1F1;
}

.lsdy4-c ul li:nth-child(2n):before {
    right: 0;
    left: 50px;
}

.lsdy4-c {
    padding-bottom: 60px;
    border-bottom: 1px solid #aaa;
}

.lsdy4-c ul li h3 {
    color: #333;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.6px;
}

.lsdy4-c ul li .lsdy4-list {
    margin: 20px 0;
}

.lsdy4-c ul li .lsdy4-list a {
    display: block;
    color: #666;
    opacity: .6;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0.64px;
    padding-left: 10px;
    position: relative;
    margin-top: 10px;
}

.lsdy4-c ul li .lsdy4-list a:hover {
    color: #800E74;
    opacity: 1;
}

.lsdy4-c ul li .lsdy4-list a:nth-child(1) {
    margin-top: 0;
}

.lsdy4-c ul li .lsdy4-list a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background: #666;
    border-radius: 50%;
}

.lsdy4-c ul li .lsdy4-more {
    display: flex;
}

.lsdy4-c ul li .lsdy4-more a {
    color: #1E1B1B;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.lsdy4-c ul li .lsdy4-more a:hover {
    color: #800E74;
}

/* 学术研究 end ____________________________________ */
/* 文创商店 start */
.store1 {
    margin-top: 80px;
}

.store1-c {
    display: flex;
}

.store1-l {
    width: 70%;
    margin-right: 30px;
    padding-top: 60px;
    border: 1px solid #E2E2E2;
}

.store1-l .title {
    margin-left: 40px;
}

.store1-lcon {
    margin-top: 32px;
}

.store1-lcon img {
    display: block;
    width: 100%;
}

.store1-r {
    flex: 1;
    min-width: 0;
    background: #F1F1F1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 80px;
}

.store1-r .title {
    align-self: flex-start;
}

.store1-rcon p {
    color: #666;
    opacity: .6;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    max-height: 168px;
    letter-spacing: 0.64px;
    margin-bottom: 45px;
    margin-top: 32px;
}

.store1-rcon .title {
    align-self: flex-end;
}

.store2 {
    margin-top: 80px;
}

.store2-c,
.lecture1-c,
.museum1-c,
.humanity1-c,
.visit2-c {
    margin-top: 32px;
    overflow: hidden;
    border-top: 1px solid #F1F1F1;
}

.listGroup6,
.listGroup7 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px;
}

.listGroup6 li,
.listGroup7 li {
    width: 33.33%;
    padding: 0 40px;
    border-right: 1px solid #F1F1F1;
}

.listGroup6 li:nth-child(-n+3) a,
.listGroup7 li:nth-child(-n+3) a {
    border-top: none;
}

.listGroup6 li a,
.listGroup7 li a {
    display: block;
    padding: 40px 0;
    border-top: 1px solid #F1F1F1;
}

.listItem7 a {
    display: block;
}

.listItem7 a .pic {
    padding-top: 56.25%;
}

.listItem7 a .info {
    padding: 40px 0 0 0;
}

.listItem7 a .info h3 {
    color: #1E1B1B;
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 76px;
    letter-spacing: 0.8px;
}

.listItem7 a .info p {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    letter-spacing: 0.64px;
    margin-top: 15px;
}

/* 文创商店 end ____________________________________ */
/* 沟通联系-藏品捐赠 start*/
.donate1 {
    margin-top: 100px;
}

.donate1-c {
    border-top: 1px solid #E2E2E2;
    margin-top: 32px;
    padding-top: 40px;
}

.donate1-c table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.donate1-c table tr {
    padding: 0 80px;
}

.donate1-c table tr th {
    color: #800E74;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.96px;
    padding: 40px 10px;
    text-align: center;
    white-space: nowrap;
}

.donate1-c table tr:nth-child(2n+1) {
    background: #F1F1F1;
}

.donate1-c table tr td {
    color: #1E1B1B;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.96px;
    padding: 30px 10px;
}

.donate1-c table tr th:nth-child(1) {
    padding: 30px 10px 30px 80px;
}

.donate1-c table tr td:nth-child(1) {
    padding: 30px 10px 30px 80px;
}

.yearlist {
    position: fixed;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    padding: 20px 0;
    border-left: 1px solid #AAA;
    overflow: hidden;
}

.yearlist ul {
    max-height: 350px;
    overflow-y: auto;
    margin-right: -17px;
}

.yearlist ul::-webkit-scrollbar {
    display: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.yearlist ul::-ms-prefix {
    -ms-overflow-style: none;
}

.yearlist ul li {
    padding: 10px 0;
}

.yearlist ul li a {
    display: block;
    color: #333;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.8px;
    border-left: 2px solid transparent;
    padding: 0 20px;
}

.yearlist ul li.active a {
    border-color: #800E74;
    color: #800E74;
}

/* 沟通联系-藏品捐赠 end ________________________________ */
/* 公共服务-公共讲座 start  */
.lecture1-c .listItem7 a .info p {
    height: auto;
}

.lecture1-c .listItem7 a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: auto;
    display: block;
}

/* 公共服务-公共讲座 end________________________________ */
/* 公共服务-公共讲座 start  */
.humanity-search {
    display: flex;
    align-items: center;
    margin-top: 110px;
    margin-bottom: 50px;
    position: relative;
    z-index: 999;
}

.humanity-sbox {
    margin-left: 40px;
}

.humanity-sbox:nth-child(1) {
    margin-left: 0;
}

.humanity-text {
    border: 1px solid #aaa;
    width: 320px;
    display: block;
    padding: 10px 18px;
    height: 60px;
    color: #666;
}

.humanity-text::placeholder {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}

.humanity-btn {
    display: block;
    border: 1px solid #aaa;
    width: 60px;
    height: 60px;
    background: url(../images/humanity-btn.png) no-repeat;
    background-position: center center;
    margin-left: 80px;
    cursor: pointer;
}

/* select 下拉菜单 */
.select {
    position: relative;
    border: 1px solid #aaa;
    width: 320px;
}

.select>p {
    position: relative;
    background: #fff;
    line-height: 40px;
    color: #666;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 18px;
    cursor: pointer;
}

.select>p span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select>span {
    float: left;
    line-height: 20px;
    margin-top: 8px;
    margin-right: 15px;
}

.select>p i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: url(../images/icon-b-down.png) no-repeat;
    background-position: center center;
}

.select ul {
    background: #fff;
    position: absolute;
    top: 100%;
    margin-top: 1px;
    left: -1px;
    right: -1px;
    padding: 4px 18px;
    z-index: 9;
    background: #F5F5F5;
    max-height: 340px;
    overflow-y: auto;
    transform: scaleY(0);
    transition: all 0.3s;
    transform-origin: top center;
}

.select ul.on {
    transform: scale(1);
    transition: all 0.5s;
}

.select ul li {
    line-height: 30px;
    font-size: 16px;
    color: #666;
    padding: 15px 0;
    cursor: pointer;
    border-top: 1px solid #E2E2E2;
}

.select ul li:nth-child(1) {
    border: none;
}

.select ul li:hover {
    font-weight: 600;
    color: #333;
}

.listGroup7 li a {
    position: relative;
}

.listGroup7 li a .pic {
    padding-top: 132%;
}

.listGroup7 li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    background: linear-gradient(180deg, #000 9.8%, rgba(0, 0, 0, 0.00) 77.09%) no-repeat;
}

.listGroup7 li a p {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.96px;
    z-index: 99;
}

.listGroup7 li a:hover p {
    text-decoration: underline;
}

/* 公共服务-公共讲座 end________________________________ */
/* 文物典藏-人文类-分类列表 start */
.humanity-type {
    padding-bottom: 50px;
    border-bottom: 1px solid #e2e2e2;
}

.humanity-type ul {
    display: flex;
    flex-wrap: wrap;
}

.humanity-type ul li a {
    display: flex;
    align-items: center;
    border: 1px solid #E2E2E2;
    margin-right: 10px;
    margin-bottom: 10px;
}

.humanity-type ul li a div {
    width: 40px;
    height: 40px;
    position: relative;
}

.humanity-type ul li a div img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.humanity-type ul li a p {
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #666;
}

.humanity2-c {
    border-top: 1px solid #e2e2e2;
}

.humanity-zrc {
    margin-top: 50px;
}

/* 文物典藏-人文类-分类列表 end________________________________ */
/* 文物详情 start */
.details-posi {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    border-top: 1px solid #E2E2E2;
    padding-top: 40px;
    margin-bottom: 40px;
}

.details-posi a {
    font-weight: 700;
    color: #1E1B1B;
}

.details-posi a:hover {
    color: #800E74;
}

.details-posi span {
    font-weight: 700;
    margin: 0 10px;
}

.details-c {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.details-l {
    width: 31.25%;
}

.details-r {
    width: 65%;
}

.details-l h3 {
    color: #1E1B1B;
    text-align: justify;
    font-size: 44px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.76px;
}

.details-l ul li {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.56px;
}

.details-l span {
    display: flex;
    align-items: center;
    margin: 60px 0;
}

.details-l div p {
    color: #666;
    text-align: justify;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.56px;
}

.details-rt {
    padding: 20px;
}

.details-img {
    padding-top: 708px;
    position: relative;
    background: #F7F7F7;
}

.details-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.details-page {
    margin-top: 25px;
}

.details-page p {
    text-align: center;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.56px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.details-page p i {
    width: 1px;
    height: 16px;
    background: #666;
    transform: rotate(15deg);
    margin: 0 3px;
    font-style: normal;
}

.details-page p b {
    font-style: normal;
    font-weight: normal;
}

.details-rb>ul {}

.details-rb>ul li a {
    display: block;
    margin: 0 5px;
    opacity: .5;
}

.details-rb>ul li.on a {
    opacity: 1;
}

.details-rb>ul li a .pic {
    padding-top: 100%;
}

.details-rb>ul li a .pic img {
    object-fit: cover;
}

.details-rb>ul .slick-list {
    font-size: 0;
    text-align: center;
}

.details-rb>ul .slick-track {
    float: none;
    display: inline-block;
}

.details2 {
    border-top: 1px solid #E2E2E2;
    margin-top: 80px;
}

.details2 .title {
    margin: 80px 0 32px 0;
}

.details2-c {
    border-top: 1px solid #E2E2E2;
}

.details2-c ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 100px;
}

.details2-c ul li {
    display: flex;
    align-items: flex-start;
    width: 50%;
    padding-left: 40px;
    border-left: 1px solid #e2e2e2;
    padding-bottom: 20px;
    line-height: 28px;
}

.details2-c ul li:nth-child(-n+2) {
    padding-top: 20px;
}

.details2-c ul li b {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.56px;
}

.details2-c ul li p {
    flex: 1;
    min-width: 0;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.56px;
}

.viewer-footer {
    right: auto;
    bottom: auto;
    top: 0;
    background: #212121;
}

.viewer-toolbar>ul {
    margin: 0;
}

.viewer-toolbar>ul>li {
    background: none;
    display: none;
}

.viewer-zoom-in,
.viewer-zoom-out,
.viewer-reset {
    display: block !important;
}

/* 文物详情 end________________________________ */
/* 4-参观导览 start */
.visit1-c {
    display: flex;
    justify-content: space-between;
}

.visit1-l {
    flex: 1;
    min-width: 0;
    display: flex;
    border: 1px solid#E2E2E2;
    background: url(../images/visit1-bj.png) no-repeat;
    background-position: right center;
    background-size: contain;
    padding: 45px 0;
}

.visit1-r {
    width: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 40px;
}

.visit1-ll {
    width: 580px;
    padding-left: 60px;
}

.visit-date p {
    display: block;
    color: #1E1B1B;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1.6px;
}

.visit-state {
    color: #333;
    font-size: 44px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 4.4px;
    margin: 52px 0;
}

.visitOpenTime {
    padding: 52px 0;
    border-top: 2px dashed #333;
    position: relative;
}

.visitOpenTime::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: rotateZ(45deg) translateX(-50%) translateY(-50%);
    width: 8px;
    height: 8px;
    background: #333;
}

.visitOpenTime::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    transform: rotateZ(45deg) translateX(-50%) translateY(-50%);
    width: 8px;
    height: 8px;
    background: #333;
}

.visitOpenTime ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.visitOpenTime ul li {}

.visitOpenTime ul li b {
    display: block;
    color: #333;
    font-size: 40px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 4px;
}

.visitOpenTime ul li p {
    color: #1E1B1B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.56px;
    margin-top: 10px;
}

.visitOpenTime ul li img {
    display: block;
    margin-top: 13px;
}

.visit1-lr {
    flex: 1;
    min-width: 0;
    padding-left: 80px;
    padding-right: 80px;
}

.visit1-lr h3 {
    color: #1E1B1B;
    text-align: justify;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.96px;
}

.visit1-lr ul li {
    margin-top: 20px;
}

.visit1-lr ul li p {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.56px;
}

.visit1-r div {
    height: calc(50% - 20px);
    border: 1px solid #E2E2E2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.visit1-r div p {
    color: #1E1B1B;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1.6px;
}

.visit1-r div h3 {
    color: #1E1B1B;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 4.4px;
    margin-top: 30px;
}

.visit2 {
    margin-top: 140px;
}

.visit2-c {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 60px;
    border-bottom: 1px solid #aaa;
}

.visit2-l {
    flex: 1;
    margin-right: 80px;
}

.visit2-l h3 {
    color: #1E1B1B;
    text-align: justify;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.96px;
}

.visit2-l p {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.56px;
    margin-top: 20px;
}

.visit2-r {
    width: 1060px;
}

.visit2-r img {
    display: block;
    width: 100%;
}

.visit3 {
    margin-top: 100px;
}

.visit3-c {
    display: flex;
    justify-content: space-between;
    padding: 60px 40px 60px 80px;
    border: 1px solid #E2E2E2;
}

.visit3-l {
    width: 47%;
    width: 72%;
}

.visit3-l h3 {
    color: #1E1B1B;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 3px;
}

.visit3-l p {
    color: #666;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-top: 20px;
    margin-top: 10px;
    letter-spacing: 0.64px;
}

.visit3-r {
    width: 47%;
    width: 22%;
}

.visit3-r ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.visit3-r ul li {
    width: 48%;
    width: 100%;
    background: #F1F1F1;
}

.visit3-r ul li a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.visit3-r ul li a:hover p {
    color: #800E74;
}

.visit3-r ul li a p {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.96px;
}

/* 4-参观导览 end________________________________ */
/* 内容页 start */
.artcon {
    margin-top: 60px;
}

.artcon h3 {
    font-size: 30px;
    text-align: center;
}

.artcon ul {
    margin-top: 20px;
}

.artcon ul li {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.56px;
}

.art-body {
    margin-top: 40px;
}

.art-body p {
    color: #666;
    text-align: justify;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.56px;
    margin-top: 15px;
}

.art-body table {
    max-width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto;
}

.art-body img {
    max-width: 100%;
}

/* 百年名馆-博物馆大事记 start */
.notes-c {
    margin-top: 23px;
    padding-bottom: 140px;
    border-bottom: 1px solid #AAA;
}

.notes-c>ul li .topbox {
    display: flex;
    padding: 40px 60px;
    /* background: #F1F1F1; */
    border-top: 1px solid #F1F1F1;
    cursor: pointer;
}

.notes-c>ul li .topbox:hover {
    background: #F1F1F1;
}

.notes-c>ul li .topbox .yearbox {
    display: flex;
    align-items: center;
}

.notes-c>ul li .topbox .yearbox i {
    color: #800E74;
    text-align: justify;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 1.6px;
}

.notes-c>ul li .topbox .yearbox p {
    color: #800E74;
    text-align: justify;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-left: 12px;
}

.notes-c>ul li .topbox .impinfo {
    flex: 1;
    min-width: 0;
    color: #333;
    text-align: justify;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.96px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px 0 80px;
}

.notes-c>ul li.on .topbox {
    background: #F1F1F1;
}

.notes-c>ul li.on .topbox .impinfo {
    color: #800E74;
}

.notes-c>ul li.on .yeargroup {
    display: block;
}

.yeargroup {
    display: none;
}

.monthgroup {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #F1F1F1;
}

.monthgroup .date {
    display: flex;
    align-items: flex-end;
    padding-top: 40px;
    margin: 0 70px 0 130px;
}

.monthgroup .date b {
    color: #333;
    text-align: justify;
    font-size: 40px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 1.6px;
}

.monthgroup .date span {
    color: #999;
    text-align: justify;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-left: 25px;
}

.monthgroup .monthlist {
    flex: 1;
    min-width: 0;
}

.monthlist li a {
    display: block;
    padding: 40px 0;
    border-top: 1px solid #F1F1F1;
}

.monthlist li:nth-child(1) a {
    border-top: none;
}

.monthlist li a p {
    overflow: hidden;
    color: #333;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}

.monthlist li a h3 {
    overflow: hidden;
    color: #333;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 56px;
    margin-top: 24px;
}

/*aside*/
.aside {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 60px;
    background: #fff;
    z-index: 999;
    /* padding: 10px 0; */
    box-shadow: 0 0 10px rgba(51, 51, 51, 20%);
}

.aside li {
    position: relative;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    transition: .5s;
    padding-top: 10px;
}

.aside li>a {
    display: block;
    /* padding-top: 15px; */
    font-size: 16px;
    color: #666;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 16px;
    text-align: center;
}

.aside li dl {
    position: absolute;
    /* width: 100px; */
    height: 130px;
    top: 0;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    background: #ffffff;
    z-index: 99;
    /* padding: 10px 0; */
    display: flex;
    justify-content: space-between;
}

.aside li dd a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    text-align: center;
    border-top: 1px solid #eee;
}

.aside li dd a:hover {
    /* color:#eee; */
    /* background:#3285d8; */
}

.aside li dd:first-child a {
    border: none;
}

.aside li:hover dl {
    opacity: 1;
    visibility: visible;
}

.aside li:hover {
    /* background: #0068b7; */
}

.aside li:hover>a {
    color: #fff;
}

/* 通知公告自定义 */
.section2-1 {
    padding: 60px 0;
    background: #f5f5f5;
  }
  .s2-1-c {
    margin-top: 30px;
  }
  .notice-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .notice-list li {
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  .notice-list li a {
    display: block;
    background: #fff;
    padding: 25px;
    height: 100%;
    box-sizing: border-box;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  }
  .notice-list li a:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  }
  .notice-list h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .notice-list .date {
    display: block;
    color: #999;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .notice-list p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  
  @media screen and (max-width: 992px) {
    .notice-list li {
      width: 50%;
    }
  }
  
  @media screen and (max-width: 768px) {
    .notice-list li {
      width: 100%;
    }
  }