
.container {
    max-width: 1160px !important;
    margin: 0 auto;
    width: 100%;
}
.jyjg {
    margin-top: 100px;
    display: flex;
    height: 430px;
}
.jyjg.event{
    flex-direction: row-reverse;
}
.jyjg.event .jyjg_top {
    width: 33.3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: right;
}
.jyjg_top {
    width: 33.3%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    color: #666666;
    font-size: 18px;
    line-height: 33px;
}
.jyjg_top img {
    display: block;
}
.jyjg_top span{
    font-size: 28px;
    display: block;
}
.jyjg_content {
    width: 66.9%;
    position: relative;
}
.jyjg_content a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    color: #fff;
    height: 54px;
    width: 230px;
    border-radius: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #57afe8, #1d4b9b);
}
.jyjg_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jyjg_content a span {
    display: block;
    width: 15px;
    height: 8px;
    background-image: url(../images/arrow_up.png);
    margin-left: 12px;    
}
.space {
    height: 120px;
}
.jyjg_Swiper .swiper-slide{
    position: relative;
}
.jyjg_Swiper .swiper-slide::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background:linear-gradient(to top, rgba(0,0,0,0.3), rgba(0,0,0,0.0));
    z-index: 1;
}
.jyjg_Swiper .swiper-slide a {
    background: none!important;
    font-size: 22px;
    transform: translate(-50%,-100%);
    top: auto;
    z-index: 2;
}
.jyjg_Swiper .swiper-slide:hover a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-60%)!important;
    font-size: 24px;
    color: #fff;
    height: 54px;
    width: 205px;
    border-radius: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #57afe8, #1d4b9b)!important;    
}
.swiper-button-next-jyjg {
    width: 34px!important;
    height: 34px!important;
    background-color: #4281f0;
    right: -17px!important;
    font-size: 20px!important;
    color: #fff;
    border-radius: 3px;
}
.swiper-button-prev-jyjg {
    width: 34px!important;
    height: 34px!important;
    background-color: #4281f0;
    left: -17px!important;
    border-radius: 5px;
}
.swiper-button-next-jyjg::after,.swiper-button-prev-jyjg::after {
    font-size: 20px!important;
    color: #fff;
}
.jyjg_content .swiper-button-disabled {
    background-color: rgba(51,51,51,0.9)!important;
    opacity:.9!important;
}
.art_contlong .swiper-button-disabled {
    background-color: rgba(51,51,51,0.9)!important;
    opacity:.9!important;
}
.photo_box {
    display: none;
    position: fixed;
    background-color: rgba(0,0,0,0.65);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;    
    justify-content: center;
    align-items: center;
    z-index:1001;
}
.photo_swiper {
    width: 1114px;
    height: 720px;
    background-color: transparent;
    position: relative;
}
.photoSwiper {
    height: 584px;
}
.photoSwiper .swiper-slide {
    background-color: transparent;
}
.thumbSwiper  {
    height: 136px;
}

.thumbSwiper .swiper-slide {
      padding: 10px;
      box-sizing: border-box;
      background-color: transparent;
      cursor: pointer;
}
.thumbSwiper .swiper-slide-thumb-active {
    background-color: #1b4399;
}
.photoSwiper p{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 55px;
    text-align: left;
    text-align: justify;
    color: #fff;
    font-size: 18px;
    line-height: 33px;
    font-weight: normal;
    background-color: rgba(0,0,0,0.3);
}
.photoSwiper p span {
    font-size: 22px;
    display: block;
}
.photo-button-next {
    width: 34px!important;
    height: 34px!important;
    background-color: #4281f0;
    font-size: 20px!important;
    color: #fff;
    border-radius: 3px;
}
.photo-button-prev {
    width: 34px!important;
    height: 34px!important;
    background-color: #4281f0;
    border-radius: 5px;
}
.photo-button-next::after,.photo-button-prev::after {
    font-size: 20px!important;
    color: #fff;
}
.photoSwiper .swiper-button-disabled {
    background-color: rgba(51,51,51,0.9)!important;
    opacity:.9!important;
}
.photo_close {
    position: absolute;
    width: 34px;
    height: 34px;
    background-color: #1a1a1a;
    border-radius: 50%;
    right: 0;
    top: -54px;
    display: block;
    transform: rotate(45deg);
    cursor: pointer;
}
.photo_close::after {
    content: '';
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 18px;
    height: 1px;
    z-index: 11;
}
.photo_close::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1px;
    height: 18px;
    background-color: #fff;  
}
.art_nav {
    height: 80px;
    color: #000;
}
.art_nav a{
    color: #000;
}
.art_nav span {
    background-image: url(../images/guid_arrow_black.png);
}


.art_item {
    display: flex;
    margin-top: 60px;
}
.artlong_title {
    width: 46%;
}
.artlong_title h2 {
    font-size: 28px;
    color: #1c4a98;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: solid 2px #869ec9;
}
.artlong_title p {
    font-size: 18px;
    color: #666666;
    line-height: 33px;
    text-indent: 2em;
    margin-top: 36px;
    text-align: justify;
    margin-right: 50px;
}
.art_contlong {
    width: 54%;
    position: relative;
}
.art_item2 {
    flex-direction: row-reverse;
    padding: 100px 0;
}

.art_item2 .artlong_title {

    margin-left: 50px;
}
.art_item2 .artlong_title p{
    margin-right: 0;
}
.art_book {
    padding: 50px 0;
}
.art_book ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    
}
.art_book ul li {
    width: 360px;
}
.art_book ul li .art_book_img {
    height: 490px;
}
.art_book ul li .art_book_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-right: solid 14px #4281f0;
}
.art_book ul li  h3 {
    margin-top: 50px;
    font-size: 28px;
    color: #1c4a98;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: solid 2px #869ec9;
}
.art_book ul li p {
    font-size: 18px;
    color: #666666;
    line-height: 33px;
    text-indent: 2em;
    margin-top: 36px;
    text-align: justify;
}
.art_content_box {
    margin-top: 100px;
}
.art_content_box h2 {
    font-size: 28px;
    color: #1c4a98;
}
.art_content {
    display: flex;
    margin-top: 30px;
    font-size: 20px;
    color: #939393;
    line-height: 33px;
}
.art_content_left {
    flex: 1;
}
.art_content_right {
    flex: 1;
}
.art_content_right div {
    width: 100%;
    display: flex;
    height: 47px;
    align-items: center;
    margin-bottom: 16px;
}
.art_content_right span {

    border: solid 2px #c8c8c8;
    margin-left: 25px;
   border-radius: 5px;
   padding: 5px 24px;
}
.art_buyticket {
    margin-top: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    background-image: url(../images/art_buyticket_bg.png);
    background-size: 100% 100%;
    color: #fff;
}
.art_content_tab {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.art_content_tab a {
    width:19%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    border: solid 2px #c8c8c8;
    color: #1a1a1a;
    border-radius: 24px;
}
.art_content_tab a.active {
    background-color: #1d4b9b;
    color: #fff;
}
.art_content_tab_content {
    margin-top: 65px;
    font-size: 18px;
    line-height: 33px;
    color: #666666;
}
.art_content_tab_content {
    display: flex;
}
.art_content_tab_content .art_content_tab_content_img {
    width: 27%;
}
.art_content_tab_content .art_content_tab_content_img img {
    max-width: 264px;
}
.art_content_tab_content .art_content_tab_content_text {
    width: 73%;
}
.art_content_tab_content_text h3 {
    font-size: 28px;
    color: #1c4a98;
    padding-bottom: 5px;
    border-bottom: solid 2px #869ec9;
}
.art_content_tab_content_text_p {
    margin-top: 26px;
    font-size: 18px;
    line-height: 33px;
    text-align: justify;
    color: #666666;
}

.art_tab_son {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.art_tab_son a {
    padding: 0 40px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    border: solid 2px #c8c8c8;
    color: #1a1a1a;
    border-radius: 24px;
    background-color: #ececec;
    color: #666666;
    font-size: 18px;
    margin: 0 9px;
}
.art_tab_son a.active {
    background-color: #fff;
    
}
.art_places {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    height: 200px;
}
.art_places .swiper-vertical>.swiper-wrapper {
    flex-direction: row;
    justify-content: space-between;
}
.art_places .art_places_item {
    width: 130px;
    cursor: pointer;
    text-align: center;
}
.art_places .art_places_item img {
    width: 128px;
    height: 128px;
    border: solid 2px transparent;
    object-fit: cover;
    border-radius: 10px;
}
.art_places .active img{
    border: solid 2px #1d4b9b;
}
.art_places .active {
    color: #1c4a98;
}
.art_places .art_places_item p {
    font-size: 18px;
    margin-top: 10px;
}
.art_places_content {
    margin-top: 80px;
    background-color: #eff0f4;
    display: flex;
    justify-content: space-between;
}
.art_places_content .art_places_left {
    width: 48%;
    font-size: 0;
    line-height: 0;
}
.art_places_content .art_places_right {
    width: 48%;
}
.art_places_right h3{
    font-size: 22px;
    display: inline-block;
    color: #1c4a98;
    border-bottom: solid 2px #7e97c4;
    padding: 30px 0 10px 0;
}
.art_places_right_content {
    margin-right: 56px;
    text-align: justify;
    margin-top: 20px;
    font-size: 18px;
    line-height: 33px;
    color: #666666;
    padding-bottom:20px;
}
.art_places_right_content p {
    text-indent: 2em;
}
.art_places .wap_art_places{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.pages {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.pages a {
    width: 34px;
    height: 34px;
    background-color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    margin: 0 10px;
}
.pages a:hover {
    background-color: #1c4a9a;
}
.pages a.active {
    background-color: #1c4a9a;
}
.pages a.pprev {
    background-color: transparent;
    background-image: url(../images/pprev.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.pages a.prev {
    background-color: transparent;
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.pages a.nnext {
    background-color: transparent;
    background-image: url(../images/nnext.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.pages a.next {
    background-color: transparent;
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.zhan_title {
    margin: 50px auto;
    text-align: center;
    font-size: 22px;
    color: #1c4a98;       
}
.zhan_title span {
    border-bottom: solid 2px #869ec9;
    padding-bottom: 10px;
}
.zhan_des {
    line-height: 33px;
    font-size: 18px;
    color: #666666;
    text-align: justify;
}
.zhan_list {
    margin-top: 50px;
    display: flex;    
    flex-wrap: wrap;    
}
.zhan_list .zhan_item {
    width: 270px;
    height: 573px;
    background: linear-gradient(to bottom, #6ab2ec, #1c4a98);
    margin-bottom: 100px;
    box-sizing: border-box;
    padding: 17px 25px;
    position: relative;
    margin-right: 26px;
}
.zhan_list .zhan_item:nth-child(4n) {
    margin-right: 0;
}
.zhan_list .zhan_item .zhan_thumb img {
    width: 223px;
    height: 456px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}
.zhan_list .zhan_item:hover {
    background: linear-gradient(to bottom, #f2ab42, #f5aa01);
}
.zhan_list .zhan_item .zhan_tips {
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}
.zhan_list .zhan_item .zhan_ico {
    height: 28px;
    background-color: #fff;
    border-radius: 14px;
    display: inline-block;
    padding: 0 25px;
    margin-top: 10px;
}
.zhan_list .zhan_item .zhan_ico p {
    display: flex;
    align-items: center;
    height: 100%;
}
.zhan_list .zhan_item span {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 36px;
}
.onlien_zhan {
    height: 570px;
    position: relative;
}
.searchbox {
    margin-top: 45px;
    
}
.searchbox form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.searchbox input {
    width: 924px;
    height: 50px;
    border-radius: 25px;
    border: solid 2px #1d4b9b;
    box-sizing: border-box;
    font-size: 18px;
    padding: 0 20px;
}
.searchbox button {
    width: 102px;
    height: 50px;
    border-radius: 25px;
    border: solid 2px #1d4b9b;
    font-size: 18px;
}
.zhanchu {
    display: flex;
    height: 1030px;
    margin: 60px auto;
    justify-content: space-between;
    position: relative;    
}
.zhanchu .zhanchuleft {
    width: 426px;
    /* background-color: #ccc; */
}
.zhanchu .zhanchuright {
    width: 700px;
    /* background-color: #ccc; */
}
.zhanchuleft_top_img {
    padding-bottom: 30px;
    border-bottom: solid 2px #869ec8;
}
.zhanchuleft_top_img img {
    width: 100%;
    height: 294px;
    object-fit: cover;
}
.zhanchu_tit {
    font-size: 18px;
    color: #666;
    height: 90px;
    display: flex;
    align-items: center;
}
.zhanchu_list_scroll h4 {
    font-size: 18px;
    color: #1a1a1a;    
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 20px 20px 0;
}
.zhanchu_list_scroll h4:first-child {
    padding-top: 0;
}
.zhanchu_list_item_box {
    display: flex;
    flex-wrap: wrap;
    /* height: 608px;
    overflow-y: scroll; */
}
.zhanchu_list_item {
    width: 130px;
    box-sizing: border-box;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}
.zhanchu_list_item:nth-child(3n) {
    margin-right: 0;
}
.zhanchu_list_item img {
    width: 130px;
    height: 156px;
    object-fit: cover;
    border-radius: 8px;
}
.zhanchuright h3 {
    font-size: 22px;
    color: #1c4a98;
    margin-bottom: 20px;
}
.zhanchu_time {
    font-size: 20px;
    color: #939393;
    height: 40px;
    display: flex;
    align-items: center;
}
.zhanchu_place {
    font-size: 20px;
    color: #939393;
    height: 40px;
    display: flex;
    align-items: center;
}
.zhanchu_ticket {
    font-size: 14px;
    height: 68px;
    border-bottom: solid 2px #869ec8;
    margin-top: 13px;
}
.zhanchu_ticket a {
    display: flex;
    align-items: center;
    color: #fff;
    background-image: url(../images/art_ticket_bg.png);
    width: 96px;
    height: 33px;
    justify-content: center;
}
.zhanchu_content {
    height: 786px;
    /* overflow-y: scroll; */
    font-size: 18px;
    line-height: 33px;
    color: #666666;
    margin-top: 30px;
    text-align: justify;
    box-sizing: border-box;

}
.zhanchu_content>div {
    height: 786px;
    padding-right: 20px!important;
}

.zhanlan_swiper {
    width: 730px;
    height: 85%;
}
.zhanlan_swiper .swiper-wrapper{
    align-items: center;
}
.zhanlan_swiper .photoSwiper {
    width: 630px;
}
.zhanlan_swiper .photoSwiper .swiper-slide img {
    width: 630px!important;
    /* min-height: 753px; */
    object-fit: contain;
    max-height: 753px;
}
.zhanlan_swiper  .photoSwiper {
    height: auto;
}
.zhanlan_swiper  .photoSwiper p {
    position: relative;    
    width: 100%;
    text-align: left;
    text-align: justify;
    color: #fff;
    font-size: 18px;
    line-height: 33px;
    font-weight: normal;
    background-color: transparent;
    text-align: center;
}
.photoSwiper_next,.photoSwiper_prev {
    width: 34px !important;
    height: 34px !important;
    background-color: #fff;
    font-size: 20px !important;
    color: #fff;
    border-radius: 3px;
}
.photoSwiper_next::after, .photoSwiper_prev::after {
    font-size: 20px !important;
    color: #707070;
}
.zhanlan_swiper .swiper-button-next.swiper-button-disabled, .zhanlan_swiper .swiper-button-prev.swiper-button-disabled {
    opacity: .8!important;
    background-color: #ccc;
}
.zhanlan_swiper .swiper-button-next.swiper-button-disabled::after, .zhanlan_swiper .swiper-button-prev.swiper-button-disabled::after {
    font-size: 20px !important;
    color: #fff;
}



/**************************************************************************************************************************************************************************/
/*pc*/
@media screen and (min-width: 751px) {
    
    .wap_hide{
        display: none!important;
    }

}


/*wap*/

@media screen and (max-width: 750px) {
    .wap_show {
        display: block!important;
    }
    .pc_hide {
        display: none!important;
    }
    .container {
        width: 100%!important;
    }
    #banner {
        height: 150px!important;
      
    }
    .banner {
        height: 150px!important;
       
    }
    .swiper-pagination-fraction {
        width: 100%!important;
        text-align: center!important;
        font-size: 14px;
        bottom: 24px!important;
    }
    .swiper_wap_dot {
        display: flex;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 4px;
        z-index: 99;
    }
    .swiper_wap_dot span {
        flex: 1;
    }
    .swiper_wap_dot span.active {
        background-color: #4286f5;
    }
    .nav_guid_lsit {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 10px;
        font-size: 13px;
    }
    .nav_guid_lsit .back {
        position: absolute;
        width: 6px;
        height: 100%;
        left: 13px;
        top: 0;
        background-image: url('../images/arrow_l.png');
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center center;
    }
    .jyjg {
        margin-top: 32px;
        height: auto;
        flex-direction: column;
    }
    .jyjg_top {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    .jyjg_top img {
        width: 80px;
        margin: 0 35px;
    }
    .jyjg_top p {
        width: 60%;
        text-align: left;
    }
    .jyjg_top span {
        font-size: 17px;
        display: block;
    }
    .jyjg_content {
        width: 100%;
        margin-top: 25px;
        display: none;
    }
    .jyjg.event {
        flex-direction: row;
        height: auto;
        flex-direction: column;
    }
    .jyjg.event .jyjg_top {
        width: 100%;        
    }
    .jyjg.event .jyjg_content {
        width: 100%;       
    }
    .jyjg_Swiper {
        width: 100%;
    }
    .jyjg_content_wap {
        height: 145px;
        width: 100%;
        overflow: hidden;
        margin-top: 30px;       
        position: relative;
    }
    .jyjg_content_wap .swiper-wrapper {
        padding: 0 14px;
        overflow: auto;
        box-sizing: inherit;
    }
    .jyjg_content_wap .swiper-slide {
        width: 120px;
        border-radius: 6px;
        overflow: hidden;
        margin: 0 6px;
        position: relative;
    }
    .jyjg_content_wap .swiper-slide a{
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        font-size: 15px;
        color: #fff;
        text-align: left;
        z-index: 2;
    }
    .jyjg_content_wap .swiper-slide a span {
        width: 11px;
        height: 6px;
        background-image: url(../images/arrow_up.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: absolute;
        bottom: 10px;
        right: 0;
    }
    .jyjg_content_wap .swiper-slide::after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height:30%;
        background:linear-gradient(to top, rgba(0,0,0,0.3), rgba(0,0,0,0.0));
        z-index: 1;
    }
    .touch_more {
        position: absolute;
        top: 50%;
        right: 16px;
        width: 10px;
        font-size: 12px;
        line-height: 14px;
        z-index: 1;
        color: #fff;
        transform: translateY(-50%);
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    .touch_more::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 16px;
        width: 6px;
        height: 11px;
        transform: translateY(-50%);
        background-image: url(../images/arrow_right.png);
        background-size: 100%  auto;
        background-position: center center;
        background-repeat: no-repeat;
       
    }
    .link_btn {        
        font-size: 14px;
        color: #fff;
        height: 30px;        
        border-radius: 27px;
        display: inline-block;
        justify-content: center;
        align-items: center;
        background: linear-gradient(to right, #57afe8, #1d4b9b);
        margin-top: 10px;
        line-height: 30px;
        padding: 0 17px;
        
    }
    .link_btn span {
        width: 12px;
        height: 12px;
        background-image: url(../images/arrow_up2.png);
        background-repeat: no-repeat;
        background-size: 12px 12px;
        display: inline-block;
        margin-right: 5px;
    }
    .thumbSwiper {
        display: none!important;
    }
    .photo_swiper {
        width: 100%;
        height: 450px;
    }
    .photoSwiper p{
        font-size: 12px;
        padding: 10px 20px;
        line-height: 20px;
        top: 300px;
        background-color: transparent;
    }
    .photoSwiper {
        height: 450px;
    }
    .photoSwiper img {
        /* height: 300px!important; */
    }
    .photo-button-prev,.photo-button-next{
        top: 36%!important;
    }
    .wap_header {
        line-height: 0;
        font-size: 0;
    }
    .wap_header img {
        width: 100%;
    }
    .art_nav .nav_guid_lsit .back {
        background-image: url(../images/arrow_l2.png);
    }
    .art_nav {
        height: 30px;
    }
    .art_item {
        flex-direction: column-reverse;
        margin-top: 30px;
        padding: 0 25px ;
        box-sizing: border-box;
    }
    .artlong_title {
        width: 100%;
    }
    .art_contlong {
        width: 100%;
        height: 370px;
        
    }
    .artlong_title h2 {
        font-size: 17px;
        color: #1c4a98;
        display: block;
        text-align: center;
        justify-content: space-between;
        padding-bottom: 5px;
        border-bottom: none;
        margin-top: 20px;
    }
    .artlong_title p {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        text-indent: 2em;
        margin-top: 5px;
        text-align: justify;
        margin-right: 0px;
    }

    .art_item2 {
        padding: 30px 25px;
    }
    .art_item2 .artlong_title {
        margin-left: 0px;
    }
    .art_item2 .art_contlong {
        height: auto;
    }
    .art_book ul {
        flex-direction: column;
    }
    .art_book ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .art_book ul li .art_book_img {
        height: 360px;
    }
    .art_book {
        padding: 30px 25px;
    }
    .art_book ul li h3 {
        margin-top: 20px;
        font-size: 17px;
        color: #1c4a98;
        display: inline-block;
        padding-bottom: 5px;
        border-bottom: solid 2px #869ec9;
    }
    .art_book ul li p {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        text-indent: 2em;
        margin-top: 5px;
        text-align: justify;
        margin-right: 0px;
    }
    .art_nav_list {
        margin-top: 17px;
        white-space: nowrap;
        overflow: auto;
        padding:0 20px ;
        display: flex;
        font-size: 13px;
    }
    .art_nav_list::-webkit-scrollbar {
        display: none;
    }
    .art_nav_list a {
        color: #1a1a1a;
        height: 26px;
        border-radius: 13px;
        border: solid 2px #c8c8c8;
        padding: 0 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
    }
    .art_nav_list a.active {
        background-color: #1c4a98;
        color: #fff;
        border: solid 2px #1c4a98;
    }
    
    #art2,
    #art3,
    #art4,
    #art5,
    #art6 {
        display: none;
    }

    .art_tab {
        white-space: nowrap;
        overflow: auto;
        display: block;
        padding: 0 18px;
        margin-top: 25px;
    }
    .art_cont {
        margin-top: 0px;
    }
    .art_cont ul li {
        width: 100%;
        padding: 0;
        margin: 15px 18px;
    }
    .art_cont ul li .art_thumb {
        height: auto;
        width: auto;
        margin: 0;
    }
    .art_cont ul li .art_title {
        font-size: 17px;
        line-height: 33px;
        height: 66px;
        overflow: hidden;
        margin-top: 20px;
        margin: 0;
    }
    .art_place {
        margin: 0;
        font-size: 14px;
    }
    .art_time {
        margin: 0;
        font-size: 14px;
    }
    .art_ticket {
        right: 0px;
        font-size: 15px;
    }
    .wap_footer {
        width: 100%;
        overflow: hidden;
    }
    .wap_footer img {
        width: 100%;
    }
    .art_cont ul li:nth-child(3n) {
        margin-right: 18px;
    }
    .art_cont ul li .art_thumb a {
        display: block;
        width: 100%;
    }
    .art_cont ul li .art_thumb::after {
        display: none;
    }
    .art_cont ul li .art_thumb img {
        height: 240px;
    }
    .art_cont ul li::after {
        content: '';
        position: absolute;
        top: 24px;
        left: -18px;
        right: -18px;       
        height: 185px;
        background-color: #f7f3ee;
    }
    .art_cont ul li:nth-child(2):after {        
        background-color: #d6a99e;
    }
    .art_cont ul li:nth-child(3):after {        
        background-color: #d6a99e;
    }
    .art_cont ul li:nth-child(4):after {        
        background-color: #f5d0a8;
    }
    .art_cont ul li:nth-child(5):after {        
        background-color: #b1d0b7;
    }
    .art_cont ul li:nth-child(6):after {        
        background-color: #8688b1;
    }
    .art_cont ul li:nth-child(7):after {        
        background-color: #d6a99e;
    }





    .art_tab a {
        font-size: 13px;
        height: 28px;
        border-radius: 14px;
        display: inline-block;
        border: solid 2px #dadada;
        width: 100px;
        text-decoration: none;
        color: #666666;
        transition: all 0.3s ease-in-out;
        position: relative;
        text-indent: 30px;
        margin: 0 3px;
        line-height: 28px;
        outline: none;
        overflow: hidden;
    }
    .art_tab a.hasmore {
        width: 120px;
    }
    .art_tab a.hasmore::before {
        content: '•••';
          position: absolute;
          right: 30px;
          width: 28px;
          height: 28px;
          top: 50%;
          margin-top: -14px;
          background-repeat: no-repeat;
          background-position: left center;
      }
    .art_tab a::after {
        content: '';
        position: absolute;
        left: 13px;
        width: 14px;
        height: 14px;
        top: 50%;
        margin-top: -7px;
        background-size: auto 14px;
    }
    .art_tab::-webkit-scrollbar {
        display: none;
    }
    div.goback {
        transform: scale(0.5);
        right: 5px;
    }
    .art_banner {
       height: 500px; 
    }
    .art_banner .nav_guid {
       display: none;
    }
    .art_content_box {
        
        margin: 20px 0;
        
    }
    .art_content_box h2 {
        color: #333333;
        font-size: 17px;
        margin: 0 18px;
    }
    .art_content {
        flex-direction: column;
        font-size: 14px;
        line-height: 25px;        
        margin: 0 18px;
        margin-top: 18px;
    }
    .art_content_right div {
        margin-bottom: 0;
    }
    .art_content_right span {
        margin-left: 0;
        padding: 0 9px;
    }
    .art_buyticket {
        margin-top: 5px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        background-image: url(../images/art_ticket_bg.png);
        background-size: 100% 100%;
        color: #fff;
        width: 104px;
        margin: 0 auto;
        font-size: 15px;
    }
    .art_content_tab {
        margin-top: 30px;
        padding-top: 25px;
        background-image: url(../images/gp_line.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        margin-left: 18px;
        margin-right: 18px;
    }
    .art_content_tab a {
        width: 19%;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        border: solid 2px #c8c8c8;
        color: #1a1a1a;
        border-radius: 24px;
    }
    .art_content_tab_content {
        display: flex;
        flex-direction: column;
        margin:30px 18px;
        font-size: 14px;
        line-height: 24px;
    }
    .art_content_tab_content .art_content_tab_content_img {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .art_content_tab_content .art_content_tab_content_img img {
        width: 130px;
    }
    .art_content_tab_content .art_content_tab_content_text {
        width: 100%;    
        margin-top: 15px;    
    }
    .art_content_tab_content_text_p {
        line-height: 24px;
        font-size: 14px;
        margin-top: 6px;
    }
    .art_content_tab_content_text h3 {
        font-size: 17px;
        text-align: center;
        border: none;
    }
    .wap_art_cont {
        /* position: absolute; */
        display: flex;
        
        padding: 0 22px;
        margin-top: 20px;
        overflow: hidden;
    }
    .art_places {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: 485px!important;
        margin-top: 0;
        box-sizing: border-box;
        padding:  0;
        position: relative;
        width: 150px;
    }
    .art_places .swiper-vertical>.swiper-wrapper {
        flex-direction: column;
        justify-content: space-between;
    }
    .art_places .wap_art_places {
        /* position: absolute; */
        top: 18px ;
        bottom: 18px;
        overflow-y: auto;
        justify-content: flex-start;
        margin-top: 0px;
        flex-direction: column;
        height: 455px;
        
    }
    
    .art_places .wap_art_places::-webkit-scrollbar {
        display: none;
    }
    .art_places .wap_art_cont_top {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 8px;
        background-color: #fff;
        background-image: url(../images/arrow_1.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 100%;
    }
    .art_places .wap_art_cont_bot {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 8px;
        background-color: #fff;
        background-image: url(../images/arrow_2.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 100%;
    }
    .art_places .art_places_item img {
        width: 50px;
        height: 50px;
        border: solid 2px transparent;
        object-fit: cover;
        border-radius: 10px;
        margin-bottom: 6px;
    }
    .art_places .art_places_item {
        width: 54px;
    }
    .art_places .art_places_item p {
        display: none;
    }
    .art_places_content {
        display: flex;
        flex-direction: column;
        background-color: transparent;
        margin-left: 16px;
        margin-top: 0;
    }
    .art_places_content .art_places_left {
        width: 100%;
    }
    .art_places_content .art_places_right {
        width: 100%;
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .art_places_right h3 {
        font-size: 17px;
        display: inline-block;
        color: #1c4a98;
        border-bottom: none;
        padding: 20px 0 10px 0;
    }
    .art_places_right_content {
        font-size: 14px;
        line-height: 24px;
        height: 200px;
        margin-top: 0;
        margin-right: 0;
        overflow-y: scroll;
    }
    .onlien_zhan {
        height: 270px;
        position: relative;
    }
    .onlien_zhan .banner{
        height: 270px !important;
    }
    .onlien_zhan .nav_guid_lsit a:last-child {
        position: relative;
        display: flex;
        align-items: center;
        padding-left:20px ;
    }
    .onlien_zhan .nav_guid_lsit a:last-child::before {
        content: '';
        position: absolute;
        width: 14px;
        height: 14px;
        left: 0;
        right: 0;
        top: 2px;
        bottom: 0;
        background-image: url(../images/tab_ic_04.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: right center;
    }
    .zhan_title {
        margin: 17px auto;
        text-align: center;
        font-size: 17px;
        color: #1c4a98;
    }
    .zhan_title span {
        border: none;
    }
    .zhan_des {
        line-height: 24px;
        font-size: 14px;
        margin: 0 24px;
    }
    .zhan_list {
        margin-top: 25px;
        justify-content: space-between;
        margin: 25px 24px;
        height: 660px;
        overflow: hidden;
    }
    .zhan_list .zhan_item {
        width: 47%;
        background: linear-gradient(to bottom, #6ab2ec, #1c4a98);
        margin-bottom: 20px;
        box-sizing: border-box;
        padding: 18px 19px;
        position: relative;
        margin-right: 0;
        height: auto;
    }
    
    .zhan_list .zhan_item .zhan_thumb img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
        margin: 0 auto;
    }
    .zhan_list .zhan_item .zhan_tips {
       
        font-size: 12px;
        margin-top: 10px;
    }
    .zhan_list .zhan_item .zhan_ico {
        display: none;
    }
    .zhan_list .zhan_item span {
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        position: absolute;
        right: 0;
        bottom: 0;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 24px;
    }
    .pageswap {
        text-align: center;
        margin-top: 20px;
    }
    .pageswap a {
        font-size: 12px;
        color: #315aa3;
        background-image: url(../images/arrow_down.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: auto 10px;
        padding-top: 15px;
    }
    .searchbox {
        margin: 10px 20px 0 20px;
    }
    .searchbox input {
        width: 240px;
        height: 28px;
        border-radius: 14px;
        border: solid 2px #1d4b9b;
        box-sizing: border-box;
        font-size: 13px;
        padding: 0 10px;
    }
    .searchbox button {
        width: 60px;
        height: 28px;
        border-radius: 14px;
        border: solid 2px #1d4b9b;
        font-size: 13px;
    }
    .space {
        height: 20px;
    }

    .zhanchu {
        height: auto;
        margin: 0px auto;
        justify-content: space-between;
        flex-direction: column;
    }
    .zhanchu .zhanchuleft {
        width: 100%;
    }
    .zhanchuleft_top_img {
        padding-bottom: 0;
        border-bottom: none;
    }
    .zhanchu .zhanchuright {
        width: 100%;
        padding: 0;
    }
    .zhanchu_tit {
        display: none;
    }
    .zhanchu_list {
        display: none;
    }
    .zhanchuright h3 {
        font-size: 17px;
        color: #1c4a98;
        margin-bottom: 10px;
        margin-top: 10px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .zhanchu_content {
        width: 100%;
        height: 310px;
        overflow: hidden;
        font-size: 14px;
        line-height: 24px;
        color: #666666;
   
        padding-left: 24px;
        padding-right: 24px;
        margin-top: 15px;
    }
    .zhanchu_time,.zhanchu_place {
        font-size: 14px;
        height: 20px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .zhanchu_ticket {
        font-size: 15px;
        height: auto;
        border-bottom: none;
        margin-top: 0;
        display: flex;
        justify-content: flex-end;
        margin-top: -35px;
        margin-right: 24px;
    }
    .zhanchuright .jyjg_content_wap {
        margin-top: 15px;
    }
    .jyjg_content_wap .swiper-wrapper::-webkit-scrollbar {
        display: none;
    }
    .zhanlan_detail {
        display: none;
    }
    .zhanchu .nav_guid_lsit{
        top:10px;
        z-index: 999;
        position: absolute;
        left: 0;
        right: 0;
    }
    .zhanlan_swiper {
        width: 100%;
    }
    .zhanlan_swiper .swiper-wrapper {
        align-items: center;
    }
    .zhanlan_swiper .photoSwiper {
        width: 335px;
    }
    .zhanlan_swiper .photoSwiper .swiper-slide img {
        max-width: 100% !important;
        max-height: 400px!important;
        min-height: 0px;
        object-fit: contain;
    }
    .zhanlan_swiper .photoSwiper p {
        top: 0;
        font-size: 12px;
        line-height: 24px;
    }
    .zhanlan_swiper .photoSwiper p span {
        font-size: 12px;
        display: block;
    }
    .photoSwiper_next, .photoSwiper_prev {
        width: 24px !important;
        height: 24px !important;
        background-color: #fff;
        font-size: 10px !important;
        color: #fff;
        border-radius: 3px;
        top: 45%!important;
    }
    .photoSwiper_next::after, .photoSwiper_prev::after {
        font-size: 10px !important;
    }
    .zhanlan_swiper .swiper-button-next.swiper-button-disabled::after, .zhanlan_swiper .swiper-button-prev.swiper-button-disabled::after {
        font-size: 10px !important;
       
    }
    .zhanchu_content>div {
        height: auto;
        padding-right: 0px!important;
    }
    .art_book ul li .art_book_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-right: none;
    }

    /* 2025-10-28 新增 */
    .art_banner_1 {
        height: 140px;
    }
    .exh_detail_bg {
        background-color: #fff!important;
    }
    .exh_detail {
        padding: 27px 0;
        justify-content: space-between;
        flex-direction: column;
    }
    .exh_left {
        width: 100%;
        box-sizing: border-box;
        padding-left: 24px;
    }
    .exh_left h3 {
        font-size: 17px;
        color: #1c4a98;
        border-bottom: solid 2px #7e97c4;
        font-weight: bold;
        display: block;
    }
    .exh_left_content_title {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .exh_left_content_open {
        display: flex;
        flex-wrap: wrap;
    }
    .exh_left_content_open p {
        width: 50%;
    }
    .exh_left .exh_left_content {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
        color: #666;
    }
    .exh_left_content a.btn {
        display: none;
    }
    .exh_right {
        width: 100%;
        box-sizing: border-box;
        padding: 24px 0 0 24px;
    }
    .exh_right ul{    
        display: inline-flex; 
    }
    .exh_right ul li {
        width: 200px;        
        overflow: hidden;
        margin-right: 20px;
        float: left;
        
    }
    .exh_right_scroll {
        width: 100%;
        height: 240px;
        overflow-x: auto;
    }
    .exh_right_scroll::-webkit-scrollbar {
        display: none;
    }

    .exh_right p {
        margin-top: 10px;
        color: #666666;
        font-size: 14px;
        padding-right: 24px;
    }
	.exh_right ul li a p {
        margin-top: 5px;
        color: #666666;
        font-size: 14px;
        
    }
    .recent_signing  {
        padding-top: 0;
        width: 100%;
        box-sizing: border-box;
        padding-left: 24px;
    }
    .signing_content {
        background-color: #fff;
        padding: 0;
        color:#666;
        box-sizing: border-box;
        height: auto;
        margin-top: 0px;
    }
    .signing_item_left {
        flex-wrap: wrap;
        width: 100%;
        font-size: 10px;
        line-height: 18px;
    }
    .signing_item_right {
        display: none;
    }
    .signing_item_left img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 10px;
        margin-right: 24px;
    }
    .signing_item_left_content {
        width: 240px;
        padding: 0;
    }
    .signing_item_left_content a {
        color:#666666;
    }
    .signing_item_left_item {
        border-bottom: solid 2px #95abd0;
        display: flex!important;
        margin-top: 10px;
        padding-bottom: 3px;
    }
    .signing_item_left_content h4 {
        font-size: 12px;
        font-weight: bold;
    }
    .recent_signing h3 {
        font-size: 17px;
        color: #1c4a98;
        border-bottom: solid 2px #7e97c4;
        font-weight: bold;
        display: block;
        padding-bottom: 5px;
    }

    .zhanchu_ticket {
        display: none;
    }
    .zhanchuwaptit {
        font-size: 13px;
        color: #666666;        
        display: block;
        padding-bottom: 5px;
        margin: 35px 24px 10px 24px;

    }
    .zhanchuwap {
        white-space: nowrap;
        overflow: scroll;
        margin: 0px 24px;
    }
    .zhanchuwap::-webkit-scrollbar {
        display: none;
    }
    .zhanchuwap a {
        font-size: 13px;
        color: #1a1a1a;
        display: inline-flex;
        padding: 5px 10px;
        border: solid 1px #c8c8c8;
        border-radius: 5px;
        margin-right: 10px;
        margin-bottom: 10px;
        height: 26px;
        border-radius: 13px;
        align-items: center;
    }
    .zhanchuwap a.active {
        color: #fff;
        background-color: #1c4a9a;
        border: solid 1px #1c4a9a;
    }
    


}