.jzCenter {
    width: 1200px;
    margin: 0 auto;
}

/* 文字行数 */
.ellipsis-one {
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-two {
    width: 100%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-three {
    width: 100%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-btn .button {
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #000;
    float: left;
    cursor: pointer;
}

.swiper-btn .button.active {
    color: #fff;
    background: #000;
}

.swiper-btn .swiper-button-prev {
    left: 0;
    outline: none;
}

.swiper-btn .swiper-button-next {
    right: 0;
    outline: none;
}

.swiper-btn .swiper-button-prev.swiper-button-disabled,
.swiper-btn .swiper-button-next.swiper-button-disabled {
    opacity: 1;
}

/* 头部 */
.headTop {
    height: 121px;
    position: relative;
}

.headTop:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    background: #0d6860;
    width: calc((100% - 1200px)/2);
}

.headTop .loginBar {
    font-size: 14px;
    color: #fff;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.headTop .loginBar h1 {
    margin: 0;
}

.more-nav {
    width: 102px;
    text-align: center;
}

.headTop .loginBar .logo {
    width: 500px;
    height: 50px;
    position: absolute;
    top: 35px;
}

.headTop .loginBar .cover {
    width: 308px;
    height: 96px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.headTop .loginBar .cover img {
    width: 100%;
    height: 100%;
}

.headTop .loginBar .logo a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.headTop .loginBar .logo img {
    width: 305px;
    height: 100%;
    object-fit: contain;
}

.headTop .loginBar .logo span {
    color: #622111;
    font-size: 16px;
    margin-left: 10px;
}

.headTop .loginBar .logo span i {
    margin-right: 5px;
    font-size: 12px;
    font-style: normal;
}

.headTop .loginBar .tougrddwx {
    background: #0d6860;
    height: 36px;
    line-height: 36px;
    /* width: 352px; */
    border-radius: 0px 0px 0px 100px;
    z-index: 2;
    position: relative;
}

.headTop .loginBar .tougrddwx .item {
    float: left;
    _display: inline;
    font-size: 12px;
    color: #434343;
    position: relative;
}

.headTop .loginBar .tougrddwx .item a {
    display: block;
    font-size: 12px;
    color: #3c8fa0;
    height: 36px;
    line-height: 36px;
    padding: 0 11px;
    position: relative;
}

.headTop .loginBar .tougrddwx .hiCaozuo {
    line-height: 36px;
}

.headTop .loginBar .tougrddwx .hiCaozuo .zh {
    font-size: 13px;
    color: #fff;
}

.headTop .loginBar .tougrddwx .hiCaozuo a {
    font-size: 13px;
    color: #FFFFFFFF;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
}

.headTop .loginBar .tougrddwx .hiCaozuo a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 13px;
    height: 9px;
    width: 1px;
    background: #FFFFFFFF;
}

.headTop .loginBar .tougrddwx .hiCaozuo a:last-child {
    padding-right: 0;
    border-right: 0;
}

.headTop .loginBar .tougrddwx .hiCaozuo a:last-child:after {
    display: none;
}

.headTop .loginBar .tougrddwx .hiCaozuo a:hover {
    text-decoration: underline;
}

.headTop .loginBar .tougrddwx .hiCaozuo .name {
    display: inline-block;
    vertical-align: middle;
    max-width: 200px;
    overflow: hidden;
}

/* 城市切换start */
.headTop .cityChange {
    margin-top: 60px;
}

.headTop .cityChange .cityList {
    z-index: 20;
    position: absolute;
    left: -40px;
    top: 50px;
    padding: 0;
    border: 1px solid #f5f5f5;
    border-top: 0;
    background: #fefefe url(/pdszqyg/pc/image/pc0004/cityBg.jpg) no-repeat right bottom;
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
}

.headTop .cityChange .cityList .current {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background: #EDEEF0;
    border-radius: 0;
    color: #262626;
    font-size: 16px;
}

.headTop .cityChange .cityList li {
    font-size: 14px;
    padding: 0 20px;
    line-height: 35px;
    border: 0;
    float: none;
    margin: 0;
    font-size: 14px;
    padding: 0 20px;
    height: 100%;
    border-radius: 0;
}

.headTop .cityChange .cityList .title {
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e1e1e3;
    color: #333;
}

.headTop .cityChange .cityList li a {
    display: inline-block;
    color: #333;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    border-radius: 0;
}

.headTop .cityChange .cityList li a.on {
    color: #e66363;
}

/* 城市切换end */

.ptHeadLogSear {
    position: relative;
}

.ptHeadLogSear .headerNav {
    background: #0d6860;
}

.ptHeadLogSear .headerBar {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.headerBar .header-right {
    width: 100%;
    position: relative;
    white-space: nowrap;
}

.loginBar .tougrddwx .cityChange {
    font-size: 13px;
    cursor: pointer;
    position: relative;
    height: 36px;
    line-height: 36px;
    color: #fff;
    margin: 0;
    padding-left: 44px;
}

.loginBar .tougrddwx .cityChange .cityChangeIcon {
    color: #fff;
    font-size: 13px
}

.headerBar .menuList {
    width: 100%;
}

.headerBar .menuList .menuListBox li {
    float: left;
    text-align: center;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.headerBar .menuList .menuListBox li.is-more:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2.5px;
}

.headerBar .menuList .menuListBox li:hover a {
    color: #fff;
    font-weight: bold;
    color: #F63B2C;
}

.headerBar .menuList .menuListBox li:hover.is-more:after {
    border-top: 5px solid #F63B2C;
}

.headerBar .menuList .menuListBox li .more {
    min-width: 180px;
    display: block;
    position: absolute;
    top: 50px;
    background: #fff;
    padding: 10px 0;
    border-radius: 0 0 4px 4px;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
}

.headerBar .menuList .menuListBox li .more a {
    display: block;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    color: #333;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.headerBar .menuList .menuListBox li .more a:hover {
    color: #0d6860;
}

.headerBar .menuList .menuListBox li .more a.active {
    color: #0d6860;
    background-color: rgb(243, 242, 241);
}

/* 头部搜索 start*/
.headSearDiv {
    position: relative;
    background-color: transparent;
    height: 36px;
    line-height: 36px;
    padding-left: 36px;
}

.headSearDiv .ac-ctrl {
    background: #fff;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    margin-top: 3px;
}

.headSearDiv .selDiv {
    float: left;
    font-size: 12px;
    color: #666;
    position: relative;
    text-align: left;
    min-width: 84px;
}

.headSearDiv .selDiv dt {
    display: block;
    background: url(/pdszqyg/pc/image/hp_arrow1.png) no-repeat right center;
    background-size: 14px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    color: #4a4a4a;
    padding-left: 10px;
    padding-right: 20px;
}

.headSearDiv .selDiv dd {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    position: absolute;
    left: 0;
    top: 32px;
    z-index: 3;
}

.headSearDiv .selDiv dd a {
    display: block;
    color: #666;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.headSearDiv .selDiv dd a.cur {
    background-color: #0d6860;
    color: #fff;
}

.headSearDiv .stxt {
    float: left;
    font-size: 13px;
    border: none;
    outline: none;
    color: #4a4a4a;
    background-color: transparent;
    width: 141px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}


.headSearDiv .search-icon {
    position: absolute;
    background: url(/pdszqyg/pc/image/hp_sear.png) no-repeat center;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    right: 12px;
    outline: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    top: 12px;
}

.headSearDiv .search-ctrl {
    position: relative;
    width: 70px;
    height: 36px;
    line-height: 36px;
    float: left;
}

.headSearDiv .search-ctrl .stxt {
    float: left;
    width: 44px;
    font-size: 13px;
    color: #fff;
    border: none;
    padding-left: 18px;
    outline: none;
    height: 36px;
    line-height: 37px;
    background-color: transparent;
}

.headSearDiv .search-ctrl .search-icon {
    position: absolute;
    background: url(/pdszqyg/pc/image/pc0010/search-line.png) no-repeat center;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    outline: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.headSearDiv .search-ctrl .stxt::-webkit-input-placeholder {
    color: #fff;
}

/* 头部搜索end */

.header-right .headSearDiv {
    position: absolute;
    right: 0;
    top: 66px;
    z-index: 2;
}

.ptHeadLogSear .helpCenter {
    margin-top: 2px;
}

.ptHeadLogSear .helpCenter a {
    display: block;
    float: left;
    _display: inline;
    width: 118px;
    height: 38px;
    line-height: 38px;
    margin-left: 8px;
    font-size: 14px;
    text-align: center;
}

.ptHeadLogSear .helpCenter a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.ptHeadLogSear .helpCenter .help {
    border: 1px solid #fddcdb;
    color: #e46668;
    background-color: #fff4f3;
}

.ptHeadLogSear .helpCenter .acenter {
    border: 1px solid #c8edf6;
    color: #3c8fa0;
    background-color: #effcff;
}

.headNavListWc {
    background-color: #fafafa;
    border-bottom: 1px solid #e2e2e2;
}

.headNavList {
    height: 50px;
    line-height: 50px;
}

.headerBar .headNavList li:first-child {
    margin: 0;
}

.headerBar .headNavList li {
    float: left;
}

.more-nav {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    padding: 16px;
    z-index: 999;
    background: #323236FF;
}

.more-nav a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    height: 35px;
    line-height: 35px;
}

.more-nav a:hover,
.more-nav a:focus,
.more-nav a:visited {
    color: #FFFFFF;
}

.headerBar .headNavList li.cur a {
    color: #F63B2C;
}

.headNavList li a {
    display: block;
    font-size: 16px;
    color: #FFFFFFFF;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
}

/* end 头部 */




/* banner */
.banner-swiper {
    margin-bottom: 65px;
}

.banner-swiper .swiper-slide {
    height: 907px;
    width: 100%;
}

.banner-swiper .swiper-slide a {
    width: 100%;
    height: 907px;
    display: block;
}

/* 自定义分页器部分 */
.banner-swiper .swiper-pagination-bullets {
    bottom: 24px;
    height: 8px;
}

.banner-swiper .swiper-pagination-bullet {
    width: 28px;
    height: 6px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.29);
    ;
    margin: 0 4px;
}

.banner-swiper .swiper-pagination-bullet-active {
    background-color: #fff;
}


/* 精彩活动start */
.curturalBox {
    position: relative;
    margin-bottom: 110px;
}

.curturalBox .wrapper {
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
}

.curturalBox .curturalCon {
    background: #fff;
}

.curturalBox .leftCon {
    /* margin-left: 40px; */
    margin-right: 40px;
}

.listItemBox {
    position: absolute;
    right: 10.9368vw;
    top: 0;
    z-index: 20;
}

@media screen and (min-width: 1440px) and (max-width:1700px) {
    .listItemBox {
        right: 6.9368vw;
    }
}

@media screen and (min-width: 1200px) and (max-width:1440px) {
    .listItemBox {
        right: 0;
    }
}

.listItemBox p {
    width: 44px;
    height: 44px;
    padding: 10px;
    text-align: center;

    background: #0d6860;
    margin-top: 20px;
}

.listItemBox p a {
    color: #fff;
}

.listBox {
    width: 64px;
    height: 100%;
    position: relative;
}

.bg-img-style {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 64px;
    height: inherit;
}

.bg-img {
    height: initial;
}

.listBox li {
    margin: 0 12px;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #E7F5FA;
}

.listBox li a {
    color: #fff;
    display: block;
}

.listBox li a img {
    display: block;
    width: 100%;
    height: 100%;
}

.listBox li .previewBox {
    position: relative;
}

.listBox li .previewBox .preview {
    display: none;
    width: 160px;
    height: 160px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -80px;
    margin-left: -173px;
}

.listBox li .previewBox:hover .preview {
    display: block;
}

.listBox li:last-child {
    border-bottom: 0;
}

.curturalBox .swiperZixun {
    width: 600px;
    float: right;
    padding-top: 24px;
    position: relative;
}

.curturalBox .swiperZixun .swiper-button-prev {
    background-image: url('/pdszqyg/pc/image/pc0010/prev.png');
    left: 0;
}

.curturalBox .swiperZixun .swiper-button-next {
    background-image: url('/pdszqyg/pc/image/pc0010/next.png');
    right: 0;
}

.curturalBox .swiperZixun .swiper-button-prev.swiper-button-disabled,
.curturalBox .swiperZixun .swiper-button-next.swiper-button-disabled {
    opacity: 1;
    pointer-events: unset;
    ;
}

.curturalBox .swiperZixun .swiper-slide {
    width: 600px;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.curturalBox .swiperZixun .img {
    display: block;
    width: 100%;
    height: 100%;
}

.curturalBox .swiperZixun .black {
    height: 66px;
    line-height: 66px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #86b3af;
    color: #fff;
    font-size: 20px;
    padding: 0 28px;
    box-sizing: border-box;
}

.curturalBox .swiperZixun .dateBox {
    width: 64px;
    height: 64px;
    margin: 24px;
    background: #e66363;
}

.curturalBox .swiperZixun .dateBox p {
    color: #fff;
    text-align: center;
    height: 24px;
    line-height: 24px;
}

.curturalBox .swiperZixun .dateBox .day {
    margin-top: 10px;
}

.curturalBox .swiperZixun .content {
    width: calc(100% - 112px);
    margin-top: 24px;
    margin-bottom: 25px;
}

.curturalBox .swiperZixun .content .title {
    color: #333;
    font-weight: 600;
}

.curturalBox .swiperZixun .content .subTitle {
    color: #333;
}

.curturalBox .swiperZixun .tit {
    width: 370px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 22px;
    bottom: 14px;
    line-height: 24px;
    max-height: 48px;
    _max-height: 48px;
    overflow: hidden;
}

.curturalBox .syZixunUl {
    float: left;
    width: 560px;
    height: 400px;
    padding-top: 24px;
    background-color: #fff;
    overflow: hidden;
}

.curturalBox .syZixunUl li {
    width: 100%;
    height: 82px;
    margin-bottom: 24px;
    position: relative;
}

.curturalBox .syZixunUl li:last-child {
    margin-bottom: 0;
}

.curturalBox .syZixunUl li a {
    display: block;
    width: 100%;
    height: 100%;
}

.curturalBox .syZixunUl li .dateBox {
    position: relative;
    width: 67px;
    height: 52px;
    margin: 15px 0;
    margin-right: 20px;
    border-right: 1px solid #E0E0E0;
}

.curturalBox .syZixunUl li .content {
    width: calc(100% - 88px);
    height: 82px;
    padding: 15px 0;
    box-sizing: border-box;
}

.curturalBox .syZixunUl li .day {
    position: absolute;
    top: 0;
    font-size: 36px;
    left: 50%;
    color: #333333;
    transform: translate(-50%, 0);
    margin-bottom: 6px;
}

.curturalBox .syZixunUl li .time {
    position: absolute;
    left: 50%;
    bottom: 0;
    font-size: 14px;
    color: #333333;
    white-space: nowrap;
    transform: translate(-50%, 0);
}

.curturalBox .syZixunUl li.active .dateBox .day,
.curturalBox .syZixunUl li.active .dateBox .time {
    color: #0d6860;
}
.curturalBox .syZixunUl li.active .dateBox .day.szswhg,
.curturalBox .syZixunUl li.active .dateBox .time.szswhg {
    color: #0d6860;
}

.curturalBox .syZixunUl li .title {
    color: #333333;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.curturalBox .syZixunUl li .subTitle {
    color: #666666;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
}

.curturalBox .syZixunUl li.active:before {
    background-color: #e66363;
}

/* 文化资讯 */

/* 每日文化 */
.cultural-container {
    height: 160px;
}

.cultural-content {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
}

.cultural-title {
    width: 120px;
    position: relative;
    height: 100%;
    float: left;
    margin-right: 20px;
    padding: 50px 28px 48px;
    box-sizing: border-box;
    background-color: #232326;
}

.cultural-info {
    height: 100%;
    width: 1060px;
    float: right;
}

.cultural-list {
    float: left;
    display: block;
    width: 520px;
    height: 100%;
    padding: 52px 36px;
    box-sizing: border-box;
}

.cultural-date {
    width: 47px;
    float: left;
    box-sizing: border-box;
    text-align: center;
}

.cultural-date .day {
    font-size: 36px;
    color: #666;
    font-weight: 400;
    line-height: 36px;
}

.cultural-date .year-month {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 12px;
}

.cultural-intro {
    width: 380px;
    float: left;
    margin-left: 21px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #333333;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.cultural-img {
    width: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cultural-text {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 160px;
}

/* 艺术培训 */
.art-training {
    width: 100%;
    padding: 136px 0 118px 0;
    background-color: #282828;
    box-sizing: border-box;
    position: relative;
}

.art-container {
    height: 432px;
    width: 1200px;
    margin: 0 auto;
}

.art-title {
    /* width: 100%; */
    margin-bottom: 36px;
}

.art-title .more {
    float: right;
    width: 74px;
    height: 28px;
    line-height: 28px;
    border-radius: 3px;
    border: 1px solid #0d6860;
    font-size: 14px;
    color: #0d6860;
    text-align: center;
}

.art-title-img {
    width: 315px;
    height: 36px;
    float: left;
}

.art-title-img img {
    object-fit: contain;
}

.art-title-text {
    color: #333;
    font-size: 28px;
    font-weight: 500;
    float: left;
}

.art-swiper {
    position: absolute;
    right: 0;
    width: 1185px;
    height: 432px;
}

.art-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.art-swiper .swiper-slide-active .art-swiper-img {
    position: relative;

}

.art-swiper .swiper-slide-active .art-swiper-img:first-child {
    width: 768px;
    height: 100%;
    float: left;
}

.art-swiper .swiper-slide-active .is-show-one-img:last-child {
    width: 377px;
    height: 100%;
    float: right;
}

.art-swiper .swiper-slide-active .art-swiper-img .art-swiper-content {
    position: absolute;
    bottom: 28px;
    left: 40px;
}

.art-swiper .swiper-slide-active .art-swiper-img .art-info-title {
    width: 554px;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 8px;
}

.art-swiper .swiper-slide-active .art-swiper-img .art-info-time-adress {
    width: 554px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.art-training .swiper-pagination-bullets {
    bottom: 118px;
    height: 52px;
}

.venue-subscribe .swiper-wrapper {
    height: 416px;
    margin-bottom: 80px;
}

.venue-subscribe .swiper-btn {
    text-align: center;
    width: 142px;
    height: 30px;
    margin: 0 auto;
    position: relative;
}

.venue-subscribe .swiper-btn .button {
    width: 69px;
}

.venue-subscribe .swiper-btn .swiper-button-prev,
.venue-subscribe .swiper-btn .swiper-button-next {
    background-image: none;
}

.venue-subscribe .swiper-btn .swiper-button-next {
    width: 69px;
}

/* 自定义分页器部分 */
.venue-subscribe .swiper-pagination-bullets {
    bottom: 0;
}

.venue-subscribe .swiper-pagination-bullets .swiper-pagination-bullet {
    border: 1px solid #000;
    box-sizing: border-box;
}

.venue-subscribe .swiper-pagination-bullets .swiper-pagination-bullet,
.art-training .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 88px;
    height: 52px;
    border-radius: 0;
    margin: 0;
    position: relative;
    opacity: 1;
}

.art-training .swiper-pagination-bullets .swiper-pagination-bullet:first-child:before,
.art-training .swiper-pagination-bullets .swiper-pagination-bullet:last-child:before {
    display: block;
    content: "";
    height: 11px;
    width: 11px;
    position: absolute;
    border-width: 2px 2px 0 0;
    border-style: solid;
    left: 50%;
    top: 50%;
}

.art-training .swiper-pagination-bullets .swiper-pagination-bullet:first-child:before,
.art-training .swiper-pagination-bullets .swiper-pagination-bullet:last-child:before {
    border-color: #878787;
}

.venue-subscribe .swiper-pagination-bullets .swiper-pagination-bullet:first-child:before,
.art-training .swiper-pagination-bullets .swiper-pagination-bullet:first-child:before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

.venue-subscribe .swiper-pagination-bullets .swiper-pagination-bullet:last-child:before,
.art-training .swiper-pagination-bullets .swiper-pagination-bullet:last-child:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.venue-subscribe .swiper-pagination-bullets .swiper-pagination-bullet:first-child:before,
.venue-subscribe .swiper-pagination-bullets .swiper-pagination-bullet:last-child:before {
    border-color: #fff;
}

.art-training .swiper-pagination-bullet-active {
    background-color: #878787;
}

.venue-subscribe .swiper-pagination-bullet {
    background-color: #000;
}

.venue-subscribe .swiper-pagination-bullet-active {
    background-color: #fff;
}

.art-training .swiper-pagination-bullets .swiper-pagination-bullet-active:first-child:before,
.art-training .swiper-pagination-bullets .swiper-pagination-bullet-active:last-child:before {
    border-color: #000;
}

.venue-subscribe .swiper-pagination-bullets .swiper-pagination-bullet-active:first-child:before,
.venue-subscribe .swiper-pagination-bullets .swiper-pagination-bullet-active:last-child:before {
    border-color: #000;
}

/* 资讯中心 */
.info-center {
    padding: 56px 0 61px 0;
    background-image: linear-gradient(to right, #F7F7F7 50%, #fff 50%, #fff);
}

.info-container {
    width: 1200px;
    margin: 0 auto;
}

.info-title {
    text-align: center;
    color: #3C3C3C;
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 36px;
}

.info-title-img {
    width: 261px;
    margin: 0 auto;
}

.info-list {
    display: block;
    padding: 28px 0;
    box-sizing: border-box;
    width: 560px;
    float: left;
}

.info-list:nth-child(even) {
    margin-left: 80px;
}

.info-date {
    float: left;
    text-align: center;
    border-right: 1px solid #E0E0E0;
    padding-right: 44px;
}

.info-intro {
    margin-left: 98px;
    padding-left: 36px;
    width: 426px;
}

.info-date .day {
    font-size: 48px;
    color: #3C3C3C;

    font-weight: 400;
    line-height: 48px;
}

.info-date .year-month {
    font-size: 12px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.info-intro-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 26px;
}

.info-intro-content {
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    color: #666666;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    word-break: break-all;
}

.info-content-swiper .swiper-pagination-bullets {
    bottom: 0;
}

.info-content-swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}

.info-content-swiper .swiper-pagination-bullet-active {
    background-color: #AB0002;
}

/* 活动预约 */
.activity-subscribe {
    position: relative;
    box-sizing: border-box;
}

.activity-subscribe:after {
    content: '';
    position: absolute;
    background: url('/pdszqyg/pc/image/pc0010/activitybg.png') no-repeat center center;
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}

.activity-container {
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 0;
    padding-top: 56px;
    box-sizing: border-box;
    transform: translate(-50%, 0);
}

.activity-subscribe-swiper {
    padding-bottom: 48px;
    bottom: 0;
}

.activity-subscribe-swiper .active-item {
    height: 384px;
    float: left;
    margin-right: 30px;
    margin-bottom: 40px;
}

.activity-subscribe-swiper .active-item:nth-child(3n) {
    margin-right: 0;
}

.activity-subscribe-title {
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 56px;
}

.activity-subscribe-title-img {
    width: 337px;
    margin: 0 auto;
}

.activity-subscribe-footer-content {
    background-color: #fff;
    padding: 24px 28px 28px 28px;
    box-sizing: border-box;
}

.activity-subscribe-footer-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    margin-bottom: 20px;
}

.activity-subscribe .active-item {
    width: 380px;
    float: left;
    display: block;
    position: relative;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
}

.activity-subscribe .active-item .picture {
    width: 100%;
    height: 238px;
    display: block;
}

.activity-subscribe-footer-date .iconfont {
    color: #CCC;
    vertical-align: middle;
}

.activity-subscribe-footer-date .icon-dizhi {
    font-size: 18px;
    margin-left: -2px;
}

.activity-subscribe-footer-date .icon-shizhong {
    font-size: 13px;
    margin-right: 3px;
}

.activity-subscribe-time-adress {
    font-size: 14px;
    line-height: 26px;
    width: 290px;
    color: #999;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.activity-subscribe .btn-price {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
}

.activity-subscribe .active-item:hover .btn-price {
    display: block;
}

.activity-subscribe .active-item .btn-price .cont {
    position: absolute;
    bottom: 0;
    height: 205px;
    width: 100%;
}

.activity-subscribe .active-item .btn-price .cont .title {
    height: 58px;
    line-height: 82px;
    color: #fff;
    font-size: 20px;
    background: #5D000A;
    padding: 0 28px;
    box-sizing: border-box;
}

.activity-subscribe .btn-price .cont .date {
    height: 147px;
    background: #0d6860;
    padding: 13px 28px 20px;
    box-sizing: border-box;
}

.activity-subscribe .btn-price .cont .date .info {
    margin-bottom: 8px;
    width: 324px;
}

.activity-subscribe .btn-price .cont .item {
    color: #fff;
    font-size: 14px;
    float: left;
    width: 300px;
}

.activity-subscribe .btn-price .icondizhi1 {
    color: #fff;
    font-size: 14px;
    margin-left: -2px;
    float: left;
    line-height: 19px;
}

.activity-subscribe .btn-price .iconshizhong {
    color: #fff;
    font-size: 13px;
    margin-right: 3px;
    float: left;
    line-height: 19px;
}


.activity-subscribe .btn-price a {
    display: block;
}

.activity-subscribe .btn-price .cont .activity-subscribe-footer-content {
    padding: 11px 32px;
    color: #fff;
    display: block;
    float: left;
    box-sizing: border-box;
    text-align: center;
}

.activity-subscribe .btn-price .activity-subscribe-footer-title {
    padding: 11px 32px;
    color: #fff;
    display: block;
    float: left;
    box-sizing: border-box;
    text-align: center;
}

.activity-subscribe .btn-price .btn {
    background: #fff;
    color: #0d6860;
    text-align: center;
    width: 324px;
    height: 40px;
    border-radius: 2px;
    margin: 0 auto;
    line-height: 40px;
    margin-top: 26px;
    font-size: 16px;
}

.bgc-red,
.bgc-line {
    background-color: #C40000;
}

.bgc-gray {
    background-color: #ccc;
}

.activity-subscribe .price-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: #666666;
}

.activity-subscribe .price-num {
    font-size: 18px;
    font-weight: 500;
    color: #C40000;
    line-height: 18px;
}

/* 场馆预约 */
.venue-subscribe {
    padding-top: 70px;
    padding-bottom: 63px;
    position: relative;
}

.venue-subscribe .swiper-slide {
    width: 585px;
    height: 390px;
    margin: 13px 0;
    box-sizing: border-box;
}

.venue-subscribe .swiper-slide.swiper-slide-active {
    width: 624px;
    height: 416px;
    margin: 0;
}

.venue-subscribe-title {
    text-align: center;
    color: #3C3C3C;
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 59px;
}

.venue-subscribe-title-img {
    width: 321px;
    margin: 0 auto;
}

.venue-subscribe .swiper-pagination-bullets {
    bottom: 70px;
    left: 50%;
    transform: translate(-50%);
}

.venue-list {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
}


.venue-subscribe-swiper-img {
    width: 100%;
    height: 100%;
    display: block;
}

.venue-subscribe-swiper-img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}


.venue-subscribe-swiper-footer-text {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: absolute;
    bottom: 0;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* opacity:0.54; */
}

.hover-show-content {
    box-sizing: border-box;
    width: 100%;
    height: 176px;
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    left: 0;
    right: 0;
    background: rgba(187, 0, 21, 0.8);
    display: none;
}

.hover-show-info {
    width: 100%;
    text-align: center;
    color: #fff;
}

.hover-show-info .hover-show-info-title {
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 28px;
    margin-top: 37px;
    margin-left: 20px;
    margin-right: 20px;
}

.hover-show-info .info {
    margin-bottom: 8px;
}

.hover-show-info .item {
    width: 100%;
    color: #FFFFFF;
    font-size: 14px;
}

.hover-show-info .iconfont {
    color: #fff;
    vertical-align: middle;
}

.hover-show-info .icon-dizhi {
    font-size: 18px;
    margin-left: -2px;
}

.hover-show-info .icon-shizhong {
    font-size: 13px;
    margin-right: 3px;
}

/* 图片样式设置 */
.chao-yang-container .img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* 平台统计 */
.statistics {
    background: url('/pdszqyg/pc/image/pc0010/flag-bg.png') no-repeat center center;
    background-size: 100% 100%;
    height: 241px;
    margin-bottom: 138px;
}

.statistics .tit {
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding-top: 72px;
    padding-bottom: 34px;
}

.statistics .tit img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    vertical-align: middle;
}

.statistics .list {
    background: #fff;
    height: 178px;
    padding: 30px 0;
    box-sizing: border-box;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    display: flex;
    justify-content: space-around;
}

.statistics .list .item {
    text-align: center;
    position: relative;
    flex: 1;
}

.statistics .list .item:after {
    content: '';
    width: 1px;
    height: 80px;
    position: absolute;
    top: 19px;
    right: 0;
    background: #EAEAEA;
}

.statistics .list .item:last-child:after {
    display: none;
}

.statistics .list .item .cover {
    margin-bottom: 7px;
}

.statistics .list .item .cover img {
    width: 35px;
    height: 33px;
    margin-bottom: 7px;
    object-fit: contain;
}

.statistics .list .item .cover p {
    font-size: 16px;
    color: #666;
}

.statistics .list .item .num {
    font-size: 28px;
    color: #333;
    height: 40px;
    line-height: 40px;
}

/* 培训 start*/
.culturalTraining {
    margin-bottom: 72px;
}

.culturalTraining .newsListWc {
    width: 1200px;
    margin: 20px auto 0;
    overflow: hidden;
    padding-bottom: 30px;
}

.culturalTraining .newsList {
    margin-right: 0;
    width: 100%;
}

.culturalTraining .newsList li {
    width: 588px;
    height: 180px;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    background: none;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding-bottom: 0;
    overflow: hidden;
}

.culturalTraining .newsList li:nth-child(2n) {
    margin-right: 0;
}

.culturalTraining .newsList .xiang {
    display: block;
    height: 180px;
    background-color: #fff;
    border: 0;
}

.culturalTraining .newsList .pic {
    width: 270px;
    height: 180px;
    margin-right: 24px;
    position: relative;
}

.culturalTraining .newsList .pic img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.culturalTraining .newsList .char {
    width: 272px;
    margin-left: 0;
    height: 100%;
}

.culturalTraining .newsList .char .titEr {
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    color: #333;
    margin-bottom: 23px;
    margin-top: 23px;
}

.culturalTraining .newsList .char .zyWen {
    font-size: 14px;
    color: #666;
    height: 24px;
    line-height: 24px;
    margin-bottom: 4px;
}

.culturalTraining .newsList .char .zyWen em {
    color: #999;
    font-size: 14px;
}

/* 培训 end*/


/* 场馆预订 start*/
.hotspace {
    position: relative;
    z-index: 1;
    padding-bottom: 34px;
    background: #F3F3F5;
    margin-bottom: 76px;
}

.hotspace:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: url('/pdszqyg/pc/image/pc0010/live-bg.png') no-repeat center center;
    background-size: 100% 100%;
    height: 370px;
    width: 100%;
    z-index: -1;
}
.hotspace.jiaozuo:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: url('/pdszqyg/pc/image/pc0010/jiaozuo.jpg') no-repeat center center;
    background-size: 100% 100%;
    height: 370px;
    width: 100%;
    z-index: -1;
}

.hotspace.szswhg:after {
    display: none;
}

.hotspace .hotspace-bg {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 370px;
    width: 100%;
    z-index: -1;
}


.hotspace .content {
    width: 1200px;
    margin: 0 auto;
    z-index: 2;
}

.hotspace .art-title {
    padding-top: 48px;
}

.hotspace .art-title .art-title-text {
    color: #fff;
}

.hotspace .art-title .more {
    color: #fff;
    border: 1px solid #fff;
    opacity: 0.5;
}

.culturalVenue {
    position: relative;
}


.culturalVenue .culturalCon .content {
    margin-bottom: 40px;
    /* background: #fff; */
}


.culturalVenue .culturalCon .swiper-button-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #929292;
    margin-top: 0;
    background-image: none;
    background: #F3F3F5;
    border: 1px solid #000000;
}

.culturalVenue .culturalCon .swiper-button-next {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-top: 0;
    background-image: none;
    background: #000;
    border: 1px solid #000000;
}

.culturalVenue .culturalCon .swiper-button-prev.swiper-button-disabled,
.culturalVenue .culturalCon .swiper-button-next.swiper-button-disabled {
    opacity: 1;
    ;
}

.culturalVenue .culturalCon .imgBox {
    width: 790px;
    height: 442px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.culturalVenue .culturalCon .imgBox .tag {
    width: 60px;
    height: 25px;
    line-height: 25px;
    background: #E89A2D;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    position: absolute;
    left: 0;
    top: 17px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    z-index: 22;
}

.culturalVenue .culturalCon .imgBox .tit {
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 80px;
    top: 17px;
    z-index: 22;
    width: 700px;
}

.culturalVenue .culturalCon .video {
    width: 790px;
    height: 442px;
    float: left;
    position: relative;
}

.culturalVenue .culturalCon .video .prism-big-play-btn {
    left: 50% !important;
    top: 50% !important;
    bottom: 0 !important;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    background: url(../pc/image/children/play.png) no-repeat;
}

.culturalVenue .culturalCon .video .prism-big-play-btn .outter {
    border: 0;
}

.culturalVenue .culturalCon .video .prism-player .prism-controlbar .prism-controlbar-bg {
    background-color: rgba(0, 0, 0, .4);
}

.culturalVenue .culturalCon .video>div {
    width: 100%;
    height: 100%;
}

.culturalVenue .culturalCon .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.culturalVenue .culturalCon .video .is-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 72px;
    height: 72px;
    transform: translate(-50%, -50%);
}


.culturalVenue .culturalCon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.culturalVenue .culturalCon .is-play {
    width: 72px;
    height: 72px;
}

.culturalVenue .culturalCon .rightCon {
    width: 383px;
    height: 442px;
    position: relative;
}

.culturalVenue .culturalCon .rightCon .swiper-box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 384px;
    height: 168px;
}

.culturalVenue .rightCon h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 383px;
}

.culturalVenue .rightCon .desc {
    color: #fff;
    font-size: 14px;
    margin-bottom: 30px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    min-height: 76px;
    height: auto;
}
.culturalVenue .rightCon .desc img{
    display: none;
}
.culturalVenue .rightCon .desc.more {
    height: 76px;
}

.culturalVenue .rightCon .desc label {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #0d6860;
    font-size: 14px;
    background: linear-gradient(270deg, rgba(48, 50, 52, 1) 0%, rgba(48, 50, 52, 0) 100%);
    width: 90px;
    text-align: right;
    height: 22px;
    line-height: 22px;
}

.culturalVenue .rightCon .time {
    margin-bottom: 62px;
}

.culturalVenue .rightCon .time em {
    color: #fff;
    font-size: 12px;
    margin-right: 24px;
}

.culturalVenue .rightCon .time span {
    color: #fff;
    font-size: 12px;
    margin-right: 12px;
}

.culturalVenue .rightCon .time span img {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 4px;
}

.culturalVenue .rightCon .swiper-btn {
    float: right;
    width: 100px;
    height: 30px;
    position: relative;
    margin-bottom: 18px;

}

.culturalVenue .rightCon .swiper-btn .button {
    width: 50px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #000;
    float: left;
    cursor: pointer;
}

.culturalVenue .rightCon .swiper-btn .button.active {
    color: #fff;
    background: #000;
}


.culturalVenue .feiBoxUl li {
    width: 180px;
    height: 120px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.culturalVenue .feiBoxUl li a {
    position: relative;
    width: 100%;
    height: 100%;
}

.culturalVenue .feiBoxUl li p {
    width: 56px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #0d6860;
    z-index: 2;
}

.culturalVenue .feiBoxUl .shadowText {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 29px;
    line-height: 29px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.culturalVenue .feiBoxUl li:last-child {
    margin-right: 0;
}

.culturalVenue .feiBoxUl li a {
    display: block;
    width: 100%;
    height: 100%;
}

.culturalVenue .feiBoxUl li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 场馆预订 end*/
.main-content {
    position: relative;
}

.to-top {
    position: absolute;
    bottom: 30px;
    right: 300px;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    color: #787878;
    font-size: 10px;
    z-index: 20;
}

.to-top {
    position: absolute;
    bottom: 30px;
    right: 200px;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    color: #787878;
    font-size: 10px;
    z-index: 20;
}

.to-top p {
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1300px) {
    .to-top {
        right: 0;
    }
}

@media screen and (min-width: 1320px) and (max-width:1400px) {
    .to-top {
        right: 50px;
    }
}

@media screen and (min-width: 1420px) and (max-width:1500px) {
    .to-top {
        right: 100px;
    }
}

@media screen and (min-width: 1520px) and (max-width:1600px) {
    .to-top {
        right: 150px;
    }
}

@media screen and (min-width: 1620px) and (max-width:1700px) {
    .to-top {
        right: 200px;
    }
}

@media screen and (max-width: 1720px) {
    .to-top {
        right: 200px;
    }
}

.prism-setting-btn,
.prism-cc-btn {
    display: none;
}