html {
    color: #111;
    background: #fff
}

blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, pre, textarea, ul {
    margin: 0;
    padding: 0
}

table {
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, i, optgroup, strong, th, var {
    font-style: normal;
    font-weight: 400
}

strong {
    font-weight: 700 !important
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

q:after, q:before {
    content: ""
}

abbr, acronym {
    border: 0;
    font-feature-settings: normal;
    font-variant: normal
}

sub, sup {
    vertical-align: baseline
}

legend {
    color: #000
}

button, input, optgroup, option, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

button, input, select, textarea {
    *font-size: 100%
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word
}

a {
    cursor: pointer
}

a:link {
    text-decoration: none
}

a img {
    border-width: 0;
    vertical-align: middle
}

body, td, th {
    font: 12px Helvetica, Arial, sans-serif;
    line-height: 1.62
}

table {
    border-collapse: collapse;
    border: none;
    padding: 0;
    margin: 0
}

.swiper-container-banner, .swiper-container-banner .swiper-slide, .swiper-container-xwzx, .swiper-container-xwzx .swiper-slide {
    width: 100% !important;
    height: 100%
}

.banner .swiper-slide img, .xwzxsl {
    width: 100%;
    height: 100%
}

.xwzxsl {
    background-size: cover;
    position: relative;
    display: block
}

.xwzxsl, .xwzxsl .sw_title {
    background-repeat: no-repeat;
    background-position: 50%
}

.xwzxsl .sw_title {
    width: 100%;
    height: 1rem;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    padding: .1rem .35rem;
    box-sizing: border-box;
    color: #fff;
    font-size: .3rem;
    align-items: flex-end;
    justify-content: center
}

.swiper-wrapper {
    width: 100%
}

.swiper-container-zzry {
    width: 100%;
    height: 460px
}

.swiper-slide-zzry {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    display: block;
    position: relative
}

.swiper-slide-zzry .title {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    display: none;
    height: 100px
}

.swiper-slide-zzry.swiper-slide {
    transition: transform .5s ease-in-out;
    transform: scale(.8)
}

.swiper-slide-zzry.swiper-slide-active {
    transform: scale(1)
}

.swiper-slide-zzry.swiper-slide-prev {
    transform: scale(.9) translateX(-15px)
}

.swiper-slide-zzry.swiper-slide-next {
    transform: scale(.9) translateX(15px)
}

.swzzryindex {
    font-size: 30px;
    color: #53ebf4;
    font-style: italic;
    text-indent: 60px
}

.swzzryindex i {
    font-weight: 700;
    font-style: italic
}

.swzzrytitle {
    color: #fff;
    height: 100px;
    width: 100%;
    font-size: 20px;
    line-height: 100px;
    margin-left: 15px;
    background-size: 100% 100%
}

.swiper-container-zzry .swiper-slide-active .swMask {
    display: none
}

.swiper-container-zzry .swiper-slide-active .title {
    display: flex;
    align-items: center
}

.swiper-container-jxhd {
    width: 100%;
    height: 460px
}

.swiper-slide-jxhd {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    display: block;
    position: relative
}

.swiper-slide-jxhd .title {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    display: none;
    height: 100px
}

.swjxhdindex {
    font-size: 30px;
    color: #53ebf4;
    font-style: italic;
    text-indent: 60px
}

.swjxhdindex i {
    font-weight: 700;
    font-style: italic
}

.swjxhdtitle {
    color: #fff;
    height: 100px;
    width: 100%;
    font-size: 20px;
    line-height: 100px;
    margin-left: 15px;
    background-size: 100% 100%
}

.swiper-container-jxhd .swiper-slide-active .swMask {
    display: none
}

.swiper-container-jxhd .swiper-slide-active .title {
    display: flex;
    align-items: center
}

.swMask {
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, .7)
}

.navlink, .sw_link {
    width: 100%;
    height: 100%;
    display: block
}

.slide {
    width: 1340px;
    height: 450px;
    margin: 30px auto 40px;
    display: flex;
    justify-content: space-between
}

.slideImg {
    width: 800px;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

.slideImg img {
    height: 100%;
    width: auto
}

.tabs {
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end
}

.slide .tab {
    width: 480px;
    border-radius: 3px;
    background: hsla(0, 0%, 100%, .8);
    padding: 10px 18px;
    font-size: 15px;
    color: #000;
    position: relative;
    display: flex;
    align-items: center;
    flex: 1 1;
    margin: 5px auto;
    line-height: 1.4;
    white-space: normal;
    word-wrap: break-word;
    min-height: 40px
}

.slide .tab span {
    display: block;
    width: 100%
}

.tabactive:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 30%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right: 16px solid;
    color: #74c0f2
}

.slide .tabactive {
    background: #74c0f2;
    color: #fff !important
}

.swiper-container-common {
    width: 100% !important;
    height: 100%
}

.swiper-container-common .swiper-slide {
    width: 100% !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover
}

.jxhd_section_p {
    width: 100%;
    height: 170px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    padding: 10px 35px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    align-items: flex-end;
    background-size: 100% 100% !important
}

.swiper-slide img, .swiper-wrapper img {
    height: 100%;
    object-fit: cover
}

.swiper-wrapper img {
    width: 100%
}

.swiper-slide img {
    width: 100%;
    height: auto
}

.swiper-pagination {
    opacity: 0
}

.opa {
    opacity: 1
}

.quhdSlider {
    width: 100%;
    overflow: hidden
}

.swiper-top {
    height: 575px;
    position: relative;
    border-radius: 10px
}

.gallery-thumbs {
    width: 100%;
    height: 70px;
    margin-top: 10px
}

.gallery-thumbs .swiper-slide, .swiper-M .swiper-slide, .swiper-top .swiper-slide {
    background-position: 50%;
    background-size: cover;
    cursor: pointer
}

.gallery-thumbs .swiper-slide {
    border-radius: 5px
}

@media (min-width: 750px) {
    .gallery-thumbs, .swiper-top {
        display: block
    }
}

@media (max-width: 750px) {
    .gallery-thumbs, .swiper-top {
        display: none
    }

    .swiper-M {
        width: 100%;
        height: 4rem
    }
}

@media (min-width: 750px) {
    .shareBox_shareBox__FlYl7 {
        display: flex;
        align-items: center
    }

    .shareBox_shareBox__FlYl7 .shareItem {
        width: 30px;
        height: 30px;
        background-color: #fff;
        border-radius: 25px;
        cursor: pointer;
        margin-left: 10px;
        position: relative
    }

    .shareBox_shareBox__FlYl7 .shareItem img {
        width: 100%;
        display: block
    }

    .shareBox_shareBox__FlYl7 .shareItem .shareEwm {
        padding: 5px;
        background-color: #fff;
        position: absolute;
        z-index: 20000000000;
        top: 40px;
        left: -50px
    }

    .shareBox_shareBox__FlYl7 .shareItem .shareEwm canvas {
        width: 100%;
        height: 100%
    }
}

@media (max-width: 750px) {
    .shareBox_shareBox__FlYl7 {
        display: none
    }
}

.flexBox-sb {
    justify-content: space-between
}

.flexBox-cen, .flexBox-sb {
    display: flex;
    align-items: center
}

.flexBox-cen {
    justify-content: center
}

@media (min-width: 750px) {
    .nyrzZqyh_curatorSession__2TsA2 {
        width: 1240px;
        margin: 40px auto;
        color: #333;
        text-align: justify
    }

    .nyrzZqyh_curatorSession__2TsA2 p {
        margin: 0;
        padding: 0
    }

    .nyrzZqyh_curatorSession__2TsA2 .conBox {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .nyrzZqyh_curatorSession__2TsA2 .conBox .conItem {
        width: 395px;
        margin-right: 27px;
        margin-bottom: 25px;
        cursor: pointer
    }

    .nyrzZqyh_curatorSession__2TsA2 .conBox .conItem img {
        width: 100%;
        height: 250px;
        object-fit: cover
    }

    .nyrzZqyh_curatorSession__2TsA2 .conBox .conItem .title {
        width: 100%;
        height: 50px;
        font-size: 16px;
        margin: 15px 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word
    }

    .nyrzZqyh_curatorSession__2TsA2 .conBox .conItem .time {
        color: #999
    }

    .nyrzZqyh_curatorSession__2TsA2 .conBox .conItem:nth-of-type(3n) {
        margin-right: 0
    }

    .nyrzZqyh_contentStyle__3ibAi {
        width: 1240px;
        margin: 50px auto
    }

    .nyrzZqyh_contentStyle__3ibAi .title {
        font-size: 30px;
        margin: 50px auto 0;
        text-align: center
    }

    .nyrzZqyh_contentStyle__3ibAi .time {
        margin: 20px auto;
        text-align: center;
        padding-bottom: 30px;
        border-bottom: 1px solid #ddd
    }

    .nyrzZqyh_contentStyle__3ibAi .main {
        width: 100%
    }

    .nyrzZqyh_contentStyle__3ibAi .main p {
        font-size: 16px;
        text-indent: 2em
    }

    .nyrzZqyh_contentStyle__3ibAi .main img {
        max-width: 800px;
        margin: 30px auto;
        display: block
    }

    .nyrzZqyh_contentStyle__3ibAi .ljfhBtn {
        width: 100px;
        height: 40px;
        color: #fff;
        font-size: 18px;
        background: #00a1b4;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        border-radius: 5px;
        margin: 40px auto
    }

    .nyrzZqyh_contentStyle__3ibAi .listBox {
        padding: 50px 0;
        position: relative;
        border-top: 1px solid #ddd
    }

    .nyrzZqyh_contentStyle__3ibAi .listBox p {
        cursor: pointer
    }
}

@media (max-width: 750px) {
    .nyrzZqyh_curatorSession__2TsA2 {
        width: 7.3rem;
        overflow: hidden;
        margin: .4rem auto;
        color: #333;
        text-align: justify
    }

    .nyrzZqyh_curatorSession__2TsA2 p {
        margin: 0;
        padding: 0
    }

    .nyrzZqyh_curatorSession__2TsA2 .conBox {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .nyrzZqyh_curatorSession__2TsA2 .conBox .conItem {
        width: 3.5rem;
        margin-right: .3rem;
        margin-bottom: .35rem;
        cursor: pointer
    }

    .nyrzZqyh_curatorSession__2TsA2 .conBox .conItem img {
        width: 100%;
        border-radius: .08rem;
        height: 2.1rem;
        object-fit: cover
    }

    .nyrzZqyh_curatorSession__2TsA2 .conBox .conItem .title {
        width: 100%;
        height: .82rem;
        font-size: .28rem;
        margin: .15rem 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word
    }

    .nyrzZqyh_curatorSession__2TsA2 .conBox .conItem .time {
        color: #999
    }

    .nyrzZqyh_curatorSession__2TsA2 .conBox .conItem:nth-of-type(2n) {
        margin-right: 0
    }

    .nyrzZqyh_contentStyle__3ibAi {
        width: 100%;
        margin: .5rem auto
    }

    .nyrzZqyh_contentStyle__3ibAi .title {
        font-size: .35rem;
        margin: .3rem auto 0;
        text-align: center
    }

    .nyrzZqyh_contentStyle__3ibAi .time {
        margin: .2rem auto;
        text-align: center;
        padding-bottom: .3rem;
        border-bottom: 1px solid #ddd
    }

    .nyrzZqyh_contentStyle__3ibAi .main {
        width: 100%
    }

    .nyrzZqyh_contentStyle__3ibAi .main p {
        font-size: .28rem;
        text-indent: 2em
    }

    .nyrzZqyh_contentStyle__3ibAi .main img {
        width: 100% !important;
        height: auto !important;
        margin: .3rem auto;
        display: block
    }

    .nyrzZqyh_contentStyle__3ibAi .ljfhBtn {
        width: 1.5rem;
        height: .6rem;
        color: #fff;
        font-size: .28rem;
        background: #00a1b4;
        line-height: .6rem;
        text-align: center;
        cursor: pointer;
        border-radius: .05rem;
        margin: .2rem auto
    }

    .nyrzZqyh_contentStyle__3ibAi .listBox {
        padding: 50px 0;
        position: relative;
        border-top: 1px solid #ddd
    }

    .nyrzZqyh_contentStyle__3ibAi .listBox p {
        cursor: pointer
    }
}

@media (min-width: 750px) {
    .topBanner_topBanner__3qr9Y {
        width: 100%;
        margin: 0 auto 20px;
        background-color: #f0f0f0;
        border-radius: 8px;
        justify-content: flex-start;
        padding: 20px;
        box-sizing: border-box
    }

    .topBanner_topBanner__3qr9Y img {
        width: 610px;
        height: 350px;
        object-fit: cover;
        border-radius: 8px;
        margin-right: 30px
    }

    .topBanner_topBanner__3qr9Y .right {
        width: 555px;
        height: 350px;
        box-sizing: border-box;
        padding: 50px 0
    }

    .topBanner_topBanner__3qr9Y .right .title {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 35px;
        color: #333
    }

    .topBanner_topBanner__3qr9Y .right p {
        color: #999;
        text-align: justify;
        font-size: 18px
    }

    .topBanner_topBanner__3qr9Y p {
        margin: 0;
        padding: 0
    }
}

@media (max-width: 750px) {
    .topBanner_topBanner__3qr9Y {
        width: 100%;
        margin: 0 auto .2rem;
        display: block
    }

    .topBanner_topBanner__3qr9Y img {
        width: 100%;
        height: 4rem;
        object-fit: cover;
        border-radius: .08rem
    }

    .topBanner_topBanner__3qr9Y .right {
        width: 100%;
        box-sizing: border-box;
        padding: .2rem 0
    }

    .topBanner_topBanner__3qr9Y .right .title {
        font-size: .35rem;
        font-weight: 600;
        margin-bottom: .1rem;
        color: #333
    }

    .topBanner_topBanner__3qr9Y .right p {
        color: #999;
        text-align: justify;
        font-size: .28rem
    }

    .topBanner_topBanner__3qr9Y p {
        margin: 0;
        padding: 0
    }
}

@media (min-width: 750px) {
    .threeLine_threeLine__2K0S_ {
        width: 100%;
        background-color: #f0f0f0;
        margin: 0 auto 20px;
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
        box-shadow: border-box;
        border-radius: 8px
    }

    .threeLine_threeLine__2K0S_ .threeItem {
        width: 390px;
        margin-right: 15px;
        margin-bottom: 35px;
        cursor: pointer;
        overflow: hidden
    }

    .threeLine_threeLine__2K0S_ .threeItem img {
        width: 100%;
        border-radius: 8px;
        height: 250px;
        object-fit: cover
    }

    .threeLine_threeLine__2K0S_ .threeItem .title {
        width: 100%;
        height: 55px;
        font-size: 18px;
        margin: 15px 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word
    }

    .threeLine_threeLine__2K0S_ .threeItem .time {
        color: #999
    }

    .threeLine_threeLine__2K0S_ .threeItem:nth-of-type(3n) {
        margin-right: 0
    }
}

@media (max-width: 750px) {
    .threeLine_threeLine__2K0S_ {
        width: 100%;
        margin: 0 auto .2rem;
        display: flex;
        flex-wrap: wrap
    }

    .threeLine_threeLine__2K0S_ .threeItem {
        width: 3.5rem;
        margin-right: .3rem;
        margin-bottom: .35rem;
        cursor: pointer;
        overflow: hidden
    }

    .threeLine_threeLine__2K0S_ .threeItem img {
        width: 100%;
        border-radius: .08rem;
        height: 2.1rem;
        object-fit: cover
    }

    .threeLine_threeLine__2K0S_ .threeItem .title {
        width: 100%;
        height: .82rem;
        font-size: .28rem;
        margin: .15rem 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word
    }

    .threeLine_threeLine__2K0S_ .threeItem .time {
        color: #999
    }

    .threeLine_threeLine__2K0S_ .threeItem:nth-of-type(2n) {
        margin-right: 0
    }
}

@media (min-width: 750px) {
    .titleBox_titleBox__2sncy {
        width: 100%;
        margin: 80px auto 30px;
        position: relative
    }

    .titleBox_titleBox__2sncy .hon {
        width: 8px;
        height: 8px;
        background-color: #f55c5d
    }

    .titleBox_titleBox__2sncy .lv {
        width: 16px;
        height: 16px;
        background: #00a1b4;
        margin: 0 8px
    }

    .titleBox_titleBox__2sncy .title {
        padding: 2px 35px;
        background: #00a1b4;
        border-radius: 5px;
        margin: 0 10px;
        font-size: 32px;
        color: #fff;
        font-weight: 600
    }

    .titleBox_titleBox__2sncy .gdBtn {
        font-size: 16px;
        color: #999;
        position: absolute;
        bottom: 0;
        right: 0;
        cursor: pointer
    }
}

@media (max-width: 750px) {
    .titleBox_titleBox__2sncy {
        width: 100%;
        margin: .3rem auto;
        position: relative
    }

    .titleBox_titleBox__2sncy .hon {
        width: .1rem;
        height: .1rem;
        background-color: #f55c5d
    }

    .titleBox_titleBox__2sncy .lv {
        width: .2rem;
        height: .2rem;
        background: #00a1b4;
        margin: 0 .1rem
    }

    .titleBox_titleBox__2sncy .title {
        padding: .1rem .4rem;
        background: #00a1b4;
        border-radius: .05rem;
        margin: 0 .1rem;
        font-size: .4rem;
        color: #fff;
        font-weight: 600
    }

    .titleBox_titleBox__2sncy .gdBtn {
        font-size: .28rem;
        color: #999;
        position: absolute;
        bottom: 0;
        right: 0;
        cursor: pointer
    }
}

@media (min-width: 750px) {
    .videoBox_videoBox__2YhOH {
        width: 100%;
        margin: 0 auto 20px;
        background-color: #f0f0f0;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 8px
    }

    .videoBox_videoBox__2YhOH video {
        width: 800px;
        height: 450px;
        object-fit: cover;
        border-radius: 8px
    }

    .videoBox_videoBox__2YhOH .right {
        width: 380px;
        height: 450px;
        box-sizing: border-box;
        padding: 50px 0
    }

    .videoBox_videoBox__2YhOH .right p {
        cursor: pointer;
        font-size: 18px;
        height: 30px;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        white-space: nowrap
    }

    .videoBox_videoBox__2YhOH .right .active, .videoBox_videoBox__2YhOH .right p:hover {
        color: #009cbe;
        font-weight: 600
    }
}

@media (max-width: 750px) {
    .videoBox_videoBox__2YhOH {
        width: 100%;
        margin: 0 auto 20px;
        display: block
    }

    .videoBox_videoBox__2YhOH video {
        width: 100%;
        height: 4.5rem;
        object-fit: cover;
        border-radius: .08rem
    }

    .videoBox_videoBox__2YhOH .right {
        width: 100%;
        height: 4rem;
        overflow-y: auto;
        box-sizing: border-box;
        padding: .1rem 0
    }

    .videoBox_videoBox__2YhOH .right p {
        cursor: pointer;
        font-size: .28rem;
        height: .5rem;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        white-space: nowrap
    }

    .videoBox_videoBox__2YhOH .right .active, .videoBox_videoBox__2YhOH .right p:hover {
        color: #009cbe;
        font-weight: 600
    }
}

@media (min-width: 750px) {
    .yqljBox_yqljBox__3vso0 {
        width: 100%;
        margin: 0 auto 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        background-color: #f0f0f0;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 8px
    }

    .yqljBox_yqljBox__3vso0 .link {
        font-size: 18px;
        margin: 10px 15px;
        cursor: pointer;
        color: #78c2f0
    }
}

@media (max-width: 750px) {
    .yqljBox_yqljBox__3vso0 {
        width: 100%;
        margin: 0 auto 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .yqljBox_yqljBox__3vso0 .link {
        font-size: .28rem;
        margin: .1rem .15rem;
        cursor: pointer;
        color: #78c2f0
    }
}

@media (min-width: 750px) {
    .crumbs_crumbsBox__3Ankk {
        width: 100%;
        margin: 0 auto 20px;
        display: flex;
        flex-wrap: wrap;
        font-size: 16px;
        color: #00a1b4
    }

    .crumbs_crumbsBox__3Ankk p {
        margin-right: 12px;
        cursor: pointer
    }

    .crumbs_crumbsBox__3Ankk p:last-child {
        cursor: default
    }

    .crumbs_crumbsBox__3Ankk p:last-child span {
        display: none
    }
}

@media (max-width: 750px) {
    .crumbs_crumbsBox__3Ankk {
        width: 100%;
        margin: 0 auto 20px;
        display: flex;
        flex-wrap: wrap;
        font-size: .28rem;
        color: #00a1b4
    }

    .crumbs_crumbsBox__3Ankk p {
        margin-right: .12rem;
        cursor: pointer
    }

    .crumbs_crumbsBox__3Ankk p:last-child {
        cursor: default
    }

    .crumbs_crumbsBox__3Ankk p:last-child span {
        display: none
    }
}

.list_curatorSessionList__2_bZ1 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 50px
}

.list_curatorSessionList__2_bZ1 p {
    margin: 0;
    padding: 0
}

.list_conBj__3nzKo {
    width: 100%;
    height: 100%;
    background-size: 100% !important;
    background: url('../../../images/zlzs/jxsxz/jxsxz-conBj.png');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-color: #efefef
}

.list_crumbs__2RNU8 {
    width: 100vw;
    height: 50px;
    background-color: #f2f2f2
}

.list_crumbs__2RNU8 .crumbsCon {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px
}

.list_crumbs__2RNU8 .crumbsCon span {
    color: #00a1b4
}

.list_menuListYd__iWtes {
    display: none
}

.list_menuList__NyaVG {
    display: block;
    width: 240px
}

.list_menuList__NyaVG .columNameBox {
    width: 100%;
    height: 90px;
    color: #0c81c7;
    font-size: 26px;
    font-weight: 600;
    line-height: 90px;
    box-sizing: border-box;
    padding-left: 15px;
    background-image: url('../../../images/zlzs/jxsxz/jxsxz-columNameBj.jpg')
}

.list_menuList__NyaVG .ant-menu-submenu-open, .list_menuList__NyaVG .ant-menu-submenu:hover {
    background-color: #0c81c7;
    color: #fff !important
}

.list_menuList__NyaVG .ant-menu-submenu-open .ant-menu-submenu-arrow, .list_menuList__NyaVG .ant-menu-submenu-open i, .list_menuList__NyaVG .ant-menu-submenu:hover .ant-menu-submenu-arrow, .list_menuList__NyaVG .ant-menu-submenu:hover i {
    color: #fff !important
}

.list_listCon__13jAP {
    width: 920px
}

.list_listCon__13jAP .btnGroup {
    padding-top: 15px
}

.list_listCon__13jAP .btnGroup p {
    display: inline-block;
    padding: 0 20px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border: 1px solid #009cbe;
    color: #009cbe;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 6px
}

.list_listCon__13jAP .btnGroup .btnActive {
    border: 1px solid #fff;
    color: #fff;
    background: #009cbe;
    border-radius: 6px
}

.list_listCon__13jAP .columTitle {
    width: 100%;
    font-size: 28px;
    color: #0c81c7;
    line-height: 50px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #ddd
}

.list_listCon__13jAP .columTitle:before {
    content: "";
    width: 2px;
    height: 28px;
    background-color: #0c81c7;
    display: inline-block;
    position: absolute;
    top: 12px
}

.list_listCon__13jAP .paginationBox {
    margin-top: 20px;
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ddd
}

.list_listCon__13jAP .paginationBox .turnBtn {
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    color: #999;
    font-weight: 700
}

.list_listCon__13jAP .paginationBox .ant-pagination-item, .list_listCon__13jAP .paginationBox .ant-pagination-options-quick-jumper input {
    width: auto;
    height: 22px;
    line-height: 22px;
    border: none;
    background: none;
    min-width: 22px
}

.list_listCon__13jAP .paginationBox .ant-pagination-jump-next, .list_listCon__13jAP .paginationBox .ant-pagination-jump-prev, .list_listCon__13jAP .paginationBox .ant-pagination-next, .list_listCon__13jAP .paginationBox .ant-pagination-options-quick-jumper, .list_listCon__13jAP .paginationBox .ant-pagination-prev {
    height: auto;
    font-size: 12px
}

.list_listCon__13jAP .paginationBox .ant-pagination-jump-next, .list_listCon__13jAP .paginationBox .ant-pagination-jump-prev, .list_listCon__13jAP .paginationBox .ant-pagination-next, .list_listCon__13jAP .paginationBox .ant-pagination-prev {
    min-width: 0
}

.list_listCon__13jAP .paginationBox .ant-pagination-options-quick-jumper input {
    height: 24px;
    width: 44px;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px 11px;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all .3s;
    width: 50px;
    margin: 0 8px
}

.list_listCon__13jAP .paginationBox .ant-pagination-item-active {
    background-color: #009cbe;
    color: #fff
}

.list_listCon__13jAP .paginationBox .ant-pagination-item-active a {
    color: #fff
}

.list_gjjlItem__2Tkn0 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    cursor: pointer
}

.list_gjjlItem__2Tkn0 img {
    width: 290px;
    height: 175px;
    object-fit: cover;
    border-radius: 3px
}

.list_gjjlItem__2Tkn0 .conBox {
    width: 598px;
    font-size: 16px
}

.list_gjjlItem__2Tkn0 .conBox .title {
    font-size: 18px;
    color: #333
}

.list_gjjlItem__2Tkn0 .conBox .msg {
    color: #999;
    margin: 20px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.list_gjjlItem__2Tkn0 .conBox .timeBox {
    display: flex;
    color: #999;
    justify-content: space-between
}

.list_jcspItemYd__B7vTE {
    display: none
}

.list_jcspItem__FORqj {
    width: 290px;
    overflow: hidden;
    display: inline-block;
    margin-top: 22px;
    cursor: pointer
}

.list_jcspItem__FORqj img {
    width: 100%;
    height: 350px;
    object-fit: cover
}

.list_jcspItem__FORqj .conBox {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding: 25px;
    background-color: #f7f7f7
}

.list_jcspItem__FORqj .conBox .time {
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background-color: #0c81c7
}

.list_jcspItem__FORqj .conBox .title {
    font-size: 16px;
    margin-top: 0;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.list_jchdItemYd___o2N0 {
    display: none
}

.list_jchdItem__2WTXF {
    width: 448px;
    height: 257px;
    display: inline-block;
    overflow: hidden;
    margin-top: 22px;
    position: relative;
    cursor: pointer
}

.list_jchdItem__2WTXF:hover .mooter {
    top: 0 !important
}

.list_jchdItem__2WTXF img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.list_jchdItem__2WTXF .mooter {
    position: absolute;
    top: 257px;
    left: 0;
    background: rgba(24, 97, 174, .8);
    width: 448px;
    height: 257px;
    color: #fff;
    overflow: hidden;
    z-index: 2
}

.list_jchdItem__2WTXF .mooter .title {
    font-size: 30px;
    font-weight: 600;
    width: 80%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 80px auto 30px
}

.list_jchdItem__2WTXF .mooter .btn {
    width: 105px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    border: 1px solid #fff
}

.list_contentStyle__1GvLR {
    width: 1100px;
    margin: 0 auto
}

.list_contentStyle__1GvLR .title {
    font-size: 30px;
    margin: 50px auto 0;
    text-align: center
}

.list_contentStyle__1GvLR .time {
    margin: 20px auto;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd
}

.list_contentStyle__1GvLR .main {
    width: 100%
}

.list_contentStyle__1GvLR .main p {
    font-size: 16px;
    text-indent: 2em
}

.list_contentStyle__1GvLR .main img {
    max-width: 800px;
    margin: 30px auto;
    display: block
}

.list_contentStyle__1GvLR .listBox {
    padding: 50px 0;
    position: relative;
    border-top: 1px solid #ddd
}

.list_contentStyle__1GvLR .listBox p {
    cursor: pointer
}

.list_contentStyle__1GvLR .listBox .ljfhBtn {
    width: 100px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    background: #00a1b4;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    margin: 0 auto
}

.list_title_type_1__16_PF {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center
}

.list_title_type_1__16_PF .list_i_small2__2nDvJ {
    width: 8px;
    height: 8px;
    background: #f55c5d
}

.list_title_type_1__16_PF .list_i_large2__3Om_F {
    width: 16px;
    height: 16px;
    background: #00a1b4;
    margin-right: 7px
}

.list_title_type_1__16_PF span {
    padding: 10px 25px;
    background: #00a1b4;
    border-radius: 5px;
    margin: 0 16px 0 0;
    box-sizing: border-box
}

@media (max-width: 750px) {
    .list_curatorSessionList__2_bZ1 {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block
    }

    .list_curatorSessionList__2_bZ1 p {
        margin: 0;
        padding: 0
    }

    .list_conBj__3nzKo {
        width: 100%;
        height: 100%;
        background: none;
        background-color: #fff
    }

    .list_crumbs__2RNU8 {
        width: 100vw;
        height: .6rem;
        background-color: #f2f2f2
    }

    .list_crumbs__2RNU8 .crumbsCon {
        font-size: .24rem;
        padding-left: .2rem;
        width: 100%;
        height: .6rem;
        line-height: .6rem;
        margin: 0 auto;
        text-align: left
    }

    .list_menuList__NyaVG {
        display: none
    }

    .list_menuListYd__iWtes {
        display: block;
        width: 7.08rem;
        padding: .2rem 0;
        align-items: center;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .list_menuListYd__iWtes .menuItem {
        width: 2.25rem !important;
        height: .54rem;
        line-height: .54rem;
        text-align: center;
        color: #999;
        font-size: .22rem;
        margin: .1rem 0;
        background-color: #f6f6f6
    }

    .list_menuListYd__iWtes .menuItem:hover {
        background-color: #0c81c7;
        color: #fff
    }

    .list_listCon__13jAP {
        width: 7.08rem;
        margin: 0 auto
    }

    .list_listCon__13jAP .btnGroup {
        display: none
    }

    .list_listCon__13jAP .columTitle {
        font-size: .36rem;
        color: #0c81c7;
        line-height: 1rem;
        position: relative
    }

    .list_listCon__13jAP .columTitle:before {
        content: "";
        width: 2px;
        height: .36rem;
        background-color: #0c81c7;
        display: inline-block;
        position: absolute;
        top: .3rem;
        display: block
    }

    .list_listCon__13jAP .paginationBox {
        margin-top: .2rem;
        width: 100%;
        height: 1.1rem
    }

    .list_listCon__13jAP .paginationBox .turnBtn {
        font-size: .22rem;
        width: 1rem;
        height: .5rem;
        min-width: 0;
        line-height: .5rem
    }

    .list_listCon__13jAP .paginationBox .ant-pagination-jump-next, .list_listCon__13jAP .paginationBox .ant-pagination-jump-prev, .list_listCon__13jAP .paginationBox .ant-pagination-next, .list_listCon__13jAP .paginationBox .ant-pagination-prev {
        min-width: 0;
        margin-right: .1rem
    }

    .list_listCon__13jAP .paginationBox .ant-pagination-item, .list_listCon__13jAP .paginationBox .ant-pagination-options-quick-jumper input {
        width: .5rem;
        height: .5rem;
        margin-right: .1rem;
        line-height: .5rem;
        min-width: 0 !important;
        font-size: .22rem
    }

    .list_listCon__13jAP .paginationBox .ant-pagination-jump-next, .list_listCon__13jAP .paginationBox .ant-pagination-jump-prev, .list_listCon__13jAP .paginationBox .ant-pagination-next, .list_listCon__13jAP .paginationBox .ant-pagination-options-quick-jumper, .list_listCon__13jAP .paginationBox .ant-pagination-prev {
        height: auto;
        font-size: 16px
    }

    .list_gjjlItem__2Tkn0 {
        margin-top: .2rem;
        cursor: pointer
    }

    .list_gjjlItem__2Tkn0 img {
        width: 2.9rem;
        height: 1.75rem
    }

    .list_gjjlItem__2Tkn0 .conBox {
        width: 3.8rem;
        font-size: .22rem
    }

    .list_gjjlItem__2Tkn0 .conBox .title {
        font-size: .26rem;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .list_gjjlItem__2Tkn0 .conBox .msg {
        margin: .15rem auto
    }

    .list_jcspItem__FORqj {
        display: none
    }

    .list_jcspItemYd__B7vTE {
        width: 3.42rem;
        overflow: hidden;
        display: inline-block;
        margin-top: .22rem;
        cursor: pointer
    }

    .list_jcspItemYd__B7vTE img {
        width: 100%;
        height: 4.2rem;
        object-fit: cover
    }

    .list_jcspItemYd__B7vTE .conBox {
        width: 100%;
        height: 1.6rem;
        box-sizing: border-box;
        padding: .2rem;
        background-color: #f7f7f7
    }

    .list_jcspItemYd__B7vTE .conBox .time {
        padding: .05rem .1rem;
        display: inline-block;
        color: #fff;
        font-size: .22rem;
        background-color: #0c81c7
    }

    .list_jcspItemYd__B7vTE .conBox .title {
        font-size: .24rem;
        margin-top: .15rem;
        overflow: hidden;
        color: #333;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical
    }

    .list_jchdItem__2WTXF {
        display: none
    }

    .list_jchdItemYd___o2N0 {
        width: 3.44rem;
        height: 2rem;
        display: inline-block;
        overflow: hidden;
        margin-top: .15rem;
        position: relative;
        cursor: pointer
    }

    .list_jchdItemYd___o2N0:hover .mooter {
        top: 0 !important
    }

    .list_jchdItemYd___o2N0 img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .list_jchdItemYd___o2N0 .mooter {
        position: absolute;
        top: 2rem;
        left: 0;
        background: rgba(24, 97, 174, .8);
        width: 3.44rem;
        height: 2rem;
        color: #fff;
        overflow: hidden;
        z-index: 2
    }

    .list_jchdItemYd___o2N0 .mooter .title {
        font-size: .32rem;
        font-weight: 600;
        width: 90%;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: .5rem auto .3rem
    }

    .list_jchdItemYd___o2N0 .mooter .btn {
        width: 1.05rem;
        height: .35rem;
        line-height: .35rem;
        text-align: center;
        font-size: .22rem;
        margin: 0 auto;
        border: 1px solid #fff
    }

    .list_contentStyle__1GvLR {
        width: 7.08rem;
        margin: 0 auto
    }

    .list_contentStyle__1GvLR .title {
        font-size: .3rem;
        margin: .5rem auto 0;
        text-align: center
    }

    .list_contentStyle__1GvLR .time {
        margin: .2rem auto;
        text-align: center;
        padding-bottom: .3rem;
        border-bottom: 1px solid #ddd
    }

    .list_contentStyle__1GvLR .main {
        width: 100%
    }

    .list_contentStyle__1GvLR .main p {
        font-size: .26rem
    }

    .list_contentStyle__1GvLR .main img {
        max-width: 7.08rem;
        margin: .3rem auto;
        display: block
    }

    .list_contentStyle__1GvLR .listBox {
        padding: .5rem 0;
        position: relative;
        font-size: .26rem;
        border-top: 1px solid #ddd
    }

    .list_contentStyle__1GvLR .listBox p {
        cursor: pointer
    }

    .list_contentStyle__1GvLR .listBox .ljfhBtn {
        width: 2rem;
        height: .8rem;
        background: #00a1b4;
        margin: .2rem auto;
        font-size: .35rem;
        color: #fff;
        text-align: center;
        line-height: .8rem;
        border-radius: .1rem;
        cursor: pointer;
        display: block;
        position: static
    }
}

.curatorSessionAll_curatorSession__GfiG4 {
    width: 1342px;
    margin: 0 auto
}

.curatorSessionAll_curatorSession__GfiG4 p {
    margin: 0;
    padding: 0
}

.curatorSessionAll_diaBox__2LJQO {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2000000000000000;
    display: flex;
    justify-content: center;
    align-items: center
}

.curatorSessionAll_diaBox__2LJQO .swiperBox {
    width: 30vw;
    position: relative
}

.curatorSessionAll_diaBox__2LJQO .swiperBox .swiper-container {
    background: rgba(0, 0, 0, .6)
}

.curatorSessionAll_diaBox__2LJQO .swiperBox .turnBtn {
    width: 35px;
    height: 35px;
    background: hsla(0, 0%, 60%, .3);
    cursor: pointer;
    color: #fff;
    line-height: 35px;
    text-align: center;
    font-size: 23px;
    position: absolute;
    top: 45%;
    z-index: 2;
    border-radius: 50%
}

.curatorSessionAll_diaBox__2LJQO .swiperBox .turnBtn-l {
    left: 10px
}

.curatorSessionAll_diaBox__2LJQO .swiperBox .turnBtn-R {
    right: 10px
}

.curatorSessionAll_diaBox__2LJQO .swiperBox .swiper-slide {
    margin: auto;
    width: 100% !important
}

.curatorSessionAll_diaBox__2LJQO .tst {
    display: block;
    margin: auto;
    width: auto;
    max-height: 80vh;
    max-width: 29vw
}

.curatorSessionAll_diaBox__2LJQO .close {
    width: 60px;
    height: 60px;
    align-self: flex-start;
    margin-top: 10vh;
    cursor: pointer
}

.curatorSessionAll_indexCrumbs__3UNxI {
    width: 100%;
    height: 50px;
    background: none
}

.curatorSessionAll_indexCrumbs__3UNxI .crumbsCon {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px
}

.curatorSessionAll_indexCrumbs__3UNxI .crumbsCon span {
    color: #00a1b4
}

.curatorSessionAll_floatImg1__20vCm, .curatorSessionAll_floatImg__7lrUe {
    position: fixed;
    top: 40vh;
    width: 130px;
    height: 130px;
    cursor: pointer;
    z-index: 99
}

.curatorSessionAll_floatImg__7lrUe {
    left: 50%;
    margin-left: -810px
}

.curatorSessionAll_floatImg1__20vCm {
    left: 50%;
    margin-left: 680px
}

.curatorSessionAll_title_type_1__1XW6L {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center
}

.curatorSessionAll_title_type_1__1XW6L .curatorSessionAll_i_small2__1PH5F {
    width: 8px;
    height: 8px;
    background: #f55c5d
}

.curatorSessionAll_title_type_1__1XW6L .curatorSessionAll_i_large2__3lnpb {
    width: 16px;
    height: 16px;
    background: #00a1b4;
    margin-right: 7px
}

.curatorSessionAll_title_type_1__1XW6L span {
    padding: 10px 25px;
    background: #00a1b4;
    border-radius: 5px;
    margin: 0 16px 0 0;
    box-sizing: border-box
}

.curatorSessionAll_topSwiper__36cgH {
    width: 100%;
    height: 425px;
    background-color: #f7f7f7;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between
}

.curatorSessionAll_topSwiper__36cgH .swiperBox {
    width: 841px;
    position: relative
}

.curatorSessionAll_topSwiper__36cgH .swiperBox .turnBtn {
    width: 35px;
    height: 50px;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 190px;
    z-index: 2
}

.curatorSessionAll_topSwiper__36cgH .swiperBox .turnBtn-l {
    left: 0
}

.curatorSessionAll_topSwiper__36cgH .swiperBox .turnBtn-R {
    right: 0
}

.curatorSessionAll_topSwiper__36cgH .swiperBox .topSwiper-slide {
    height: 425px;
    position: relative
}

.curatorSessionAll_topSwiper__36cgH .swiperBox .topSwiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.curatorSessionAll_topSwiper__36cgH .swiperBox .topSwiper-slide .curatorTopSwText {
    width: 100%;
    height: 55px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
    line-height: 55px;
    box-sizing: border-box;
    padding: 0 20px
}

.curatorSessionAll_topSwiper__36cgH .swiperBox .ant-carousel .slick-dots-bottom {
    text-align: right;
    bottom: 30px;
    right: 20px
}

.curatorSessionAll_topSwiper__36cgH .swiperBox .ant-carousel .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 5px
}

.curatorSessionAll_topSwiper__36cgH .topSwiperMsgBox {
    width: 501px;
    height: 100%;
    box-sizing: border-box;
    padding: 20px
}

.curatorSessionAll_topSwiper__36cgH .topSwiperMsgBox .topSwiperMsg-title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: #333
}

.curatorSessionAll_topSwiper__36cgH .topSwiperMsgBox .topSwiperMsg-msg {
    text-align: justify;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin-top: 10px
}

.curatorSessionAll_modal__2GoW1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000000000000001
}

.curatorSessionAll_modalContent__23QjZ {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    overflow: scroll;
    height: 90vh
}

.curatorSessionAll_modalContent__23QjZ::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.curatorSessionAll_modalContent__23QjZ::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px
}

.curatorSessionAll_modalImage__3FbLG {
    width: 40vw;
    height: auto
}

.curatorSessionAll_curatorNewsCenter__26JKm {
    width: 100%;
    height: 600px;
    background-image: url('../../../images/zlzs/jxsxz/jxsxz-newsCenterBj.jpg');
    background-size: 100% 100%;
    overflow: hidden
}

.curatorSessionAll_curatorNewsCenter__26JKm .flex-center {
    display: flex;
    justify-content: center
}

.curatorSessionAll_curatorNewsCenter__26JKm .flex-sb {
    display: flex;
    justify-content: space-between
}

.curatorSessionAll_curatorNewsCenter__26JKm .title {
    font-size: 36px;
    text-align: center;
    margin: 35px auto;
    color: #333;
    font-weight: 600;
    width: 100%;
    position: relative
}

.curatorSessionAll_curatorNewsCenter__26JKm .title .link {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
    background-color: #00a1b4;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 24px
}

.curatorSessionAll_curatorNewsCenter__26JKm .btnItem {
    width: 190px;
    height: 45px;
    border-radius: 22.5px;
    background-color: #fff;
    text-align: center;
    line-height: 45px;
    margin: 0 20px;
    font-size: 20px;
    cursor: pointer
}

.curatorSessionAll_curatorNewsCenter__26JKm .btnItem-active, .curatorSessionAll_curatorNewsCenter__26JKm .btnItem:hover {
    background-color: #0c81c7;
    color: #fff
}

.curatorSessionAll_curatorNewsCenter__26JKm .contentBox {
    width: 1330px;
    margin: 28px auto;
    height: 370px;
    display: flex
}

.curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conLeft {
    width: 775px
}

.curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conLeft .leftItem {
    width: 380px;
    height: 370px;
    cursor: pointer
}

.curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conLeft .leftItem img {
    width: 100%;
    height: 220px;
    object-fit: cover
}

.curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conLeft .leftItem .msgBox {
    width: 100%;
    height: 150px;
    background-color: #fff;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box
}

.curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conLeft .leftItem .msgBox .title {
    font-size: 18px;
    margin: 0;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conLeft .leftItem .msgBox .msg {
    text-align: justify;
    font-size: 16px;
    color: #666;
    margin: 10px auto;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conLeft .leftItem .msgBox .flex-jus {
    display: flex;
    justify-content: space-between;
    font-size: 18px
}

.curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conLeft .leftItem .msgBox .flex-jus .ckyq {
    color: #0c81c7;
    cursor: pointer
}

.curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conRight {
    width: 530px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 15px
}

.curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conRight .rightItem:last-child {
    border: 0
}

.curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conRight .rightItem {
    width: 100%;
    align-items: center;
    cursor: pointer;
    padding: 21px 0;
    border-bottom: 1px solid #e5e5e5
}

.curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conRight .rightItem .dateBox {
    width: 80px;
    height: 80px;
    background-color: #0c81c7;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conRight .rightItem .dateBox .bigSize {
    font-size: 36px
}

.curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conRight .rightItem .title {
    width: 390px;
    font-size: 16px;
    margin: 0;
    text-align: left
}

.curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conRight .rightItem .btn {
    width: 35px;
    height: 35px;
    border-radius: 17.5px;
    background-color: #e5e5e5;
    text-align: center;
    line-height: 35px
}

.curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conRight .rightItem:hover .title {
    color: #0c81c7
}

.curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conRight .rightItem:hover .btn {
    color: #fff;
    background-color: #0c81c7
}

.curatorSessionAll_videoSelect__2F8Ac {
    width: 1342px;
    height: 520px;
    margin: 50px auto;
    display: flex
}

.curatorSessionAll_videoSelect__2F8Ac .videoBox {
    width: 918px;
    height: 520px;
    background-color: #333
}

.curatorSessionAll_videoSelect__2F8Ac .videoBox video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.curatorSessionAll_videoSelect__2F8Ac .videoList {
    width: 424px
}

.curatorSessionAll_videoSelect__2F8Ac .videoList .iconImg {
    color: #0c81c7;
    position: absolute;
    font-size: 25px;
    left: -17px;
    top: 25px;
    display: none
}

.curatorSessionAll_videoSelect__2F8Ac .videoList .videoItem {
    position: relative;
    width: 100%;
    height: 74.3px;
    display: flex;
    background-color: #f6f6f6;
    font-size: 22px;
    line-height: 38px;
    padding-left: 23px;
    align-items: center;
    cursor: pointer;
    word-break: keep-all
}

.curatorSessionAll_videoSelect__2F8Ac .videoList .videoItem img {
    width: 30px;
    margin-right: 20px
}

.curatorSessionAll_videoSelect__2F8Ac .videoList .videoActive, .curatorSessionAll_videoSelect__2F8Ac .videoList .videoItem:hover {
    background-color: #0c81c7 !important;
    color: #fff
}

.curatorSessionAll_videoSelect__2F8Ac .videoList .videoItem:hover .iconImg {
    display: block
}

.curatorSessionAll_videoSelect__2F8Ac .videoList .videoItem:nth-last-of-type(odd) {
    background-color: #ececec
}

.curatorSessionAll_honouredGuest__3KM_X {
    width: 1342px;
    height: 530px;
    margin: 50px auto 0;
    position: relative;
    background-image: url('../../../images/zlzs/jxsxz/jxsxz-honouredGuestBj.jpg')
}

.curatorSessionAll_honouredGuest__3KM_X .title {
    color: #fff;
    font-size: 36px;
    text-align: center;
    font-weight: 500;
    line-height: 100px;
    position: relative
}

.curatorSessionAll_honouredGuest__3KM_X .title .link {
    position: absolute;
    right: 20px;
    top: 40px;
    color: #fff;
    background-color: #00a1b4;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 24px
}

.curatorSessionAll_honouredGuest__3KM_X .turnBtn {
    width: 34px;
    height: 48px;
    background: rgba(0, 0, 0, .8);
    cursor: pointer;
    line-height: 48px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 245px;
    left: 0;
    z-index: 2
}

.curatorSessionAll_honouredGuest__3KM_X .turnBtn-R {
    right: 0;
    left: auto
}

.curatorSessionAll_honouredGuest__3KM_X .swiperBox-yd {
    display: none
}

.curatorSessionAll_honouredGuest__3KM_X .swiperBox {
    width: 1320px;
    height: 360px;
    margin: 0 auto;
    display: block
}

.curatorSessionAll_honouredGuest__3KM_X .swiperBox .swiper-slide {
    width: 254px;
    height: 360px !important;
    position: relative
}

.curatorSessionAll_honouredGuest__3KM_X .swiperBox .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.curatorSessionAll_honouredGuest__3KM_X .swiperBox .swiper-slide .text {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    line-height: 20px;
    padding-top: 5px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis
}

.curatorSessionAll_sellMetting__8jAhM {
    width: 1342px;
    background-color: #d9f1ff
}

.curatorSessionAll_sellMetting__8jAhM .title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 100px;
    position: relative
}

.curatorSessionAll_sellMetting__8jAhM .title .link {
    position: absolute;
    right: 20px;
    top: 40px;
    color: #fff;
    background-color: #00a1b4;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 24px
}

.curatorSessionAll_sellMetting__8jAhM .bigImg-yd, .curatorSessionAll_sellMetting__8jAhM .swiperBox-yd {
    display: none
}

.curatorSessionAll_sellMetting__8jAhM .bigImg {
    width: 1045px;
    height: 610px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    position: relative
}

.curatorSessionAll_sellMetting__8jAhM .bigImg .swiper-wrapper img {
    width: 1045px;
    height: 610px;
    object-fit: cover
}

.curatorSessionAll_sellMetting__8jAhM .bigImg .turnBtn {
    width: 34px;
    height: 48px;
    background: rgba(0, 0, 0, .8);
    cursor: pointer;
    line-height: 48px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 280px;
    left: 0;
    z-index: 2
}

.curatorSessionAll_sellMetting__8jAhM .bigImg .tjh-turnBtn-R {
    right: 0;
    left: auto
}

.curatorSessionAll_sellMetting__8jAhM .swiperBox-yd {
    display: none
}

.curatorSessionAll_sellMetting__8jAhM .swiperBox {
    display: block;
    width: 1045px;
    margin: 30px auto;
    position: relative
}

.curatorSessionAll_sellMetting__8jAhM .swiperBox .swiper-container-thrumbs {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.curatorSessionAll_sellMetting__8jAhM .swiperBox .swiper-slide-thumb-active {
    opacity: 1 !important
}

.curatorSessionAll_sellMetting__8jAhM .swiperBox .swiper-slide {
    height: 150px;
    cursor: pointer;
    opacity: .4
}

.curatorSessionAll_sellMetting__8jAhM .swiperBox .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.curatorSessionAll_jcsj__qWb6E {
    width: 1342px;
    height: 530px;
    margin: 50px auto 0;
    position: relative;
    background: #f2f3f9
}

.curatorSessionAll_jcsj__qWb6E .title {
    color: #000;
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    line-height: 100px;
    position: relative
}

.curatorSessionAll_jcsj__qWb6E .title .link {
    position: absolute;
    right: 20px;
    top: 40px;
    color: #fff;
    background-color: #00a1b4;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 24px
}

.curatorSessionAll_jcsj__qWb6E .turnBtn {
    width: 34px;
    height: 48px;
    background: rgba(0, 0, 0, .8);
    cursor: pointer;
    line-height: 48px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 245px;
    left: 0;
    z-index: 2
}

.curatorSessionAll_jcsj__qWb6E .turnBtn-R {
    right: 0;
    left: auto
}

.curatorSessionAll_jcsj__qWb6E .swiperBox-yd {
    display: none
}

.curatorSessionAll_jcsj__qWb6E .swiperBox {
    width: 1320px;
    height: 360px;
    margin: 0 auto;
    display: block
}

.curatorSessionAll_jcsj__qWb6E .swiperBox .swiper-slide {
    width: 254px;
    height: 360px !important;
    padding: 20px;
    background: #fff;
    cursor: pointer;
    position: relative
}

.curatorSessionAll_jcsj__qWb6E .swiperBox .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.curatorSessionAll_jcsj__qWb6E .swiperBox .swiper-slide .text {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px
}

.curatorSessionAll_jgfc__1xQoM {
    width: 1342px;
    height: 760px;
    margin: 50px auto;
    background: #0d8cc3
}

.curatorSessionAll_jgfc__1xQoM .title {
    color: #fff;
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    line-height: 100px;
    position: relative
}

.curatorSessionAll_jgfc__1xQoM .title .link {
    position: absolute;
    right: 20px;
    top: 40px;
    color: #fff;
    background-color: #00a1b4;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 24px
}

.curatorSessionAll_jgfc__1xQoM .video {
    padding: 0 60px 60px;
    display: flex
}

.curatorSessionAll_jgfc__1xQoM .video .videoBox {
    width: 918px;
    height: 600px;
    background-color: #333
}

.curatorSessionAll_jgfc__1xQoM .video .videoBox video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.curatorSessionAll_jgfc__1xQoM .video .videoList {
    width: 424px;
    background: #fff;
    height: 600px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.curatorSessionAll_jgfc__1xQoM .video .videoList .iconImg {
    color: #0c81c7;
    position: absolute;
    font-size: 25px;
    left: -17px;
    top: 25px;
    display: none
}

.curatorSessionAll_jgfc__1xQoM .video .videoList .videoItem {
    position: relative;
    width: 100%;
    height: 70px;
    background-color: #fff;
    font-size: 22px;
    line-height: 70px;
    padding: 0 20px;
    align-items: center;
    cursor: pointer
}

.curatorSessionAll_jgfc__1xQoM .video .videoList .videoItem p {
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.curatorSessionAll_jgfc__1xQoM .video .videoList .videoItem img {
    width: 30px;
    margin-right: 20px
}

.curatorSessionAll_jgfc__1xQoM .video .videoList .videoActive, .curatorSessionAll_jgfc__1xQoM .video .videoList .videoItem:hover {
    color: #0c81c7;
    font-size: 24px;
    font-weight: 600
}

.curatorSessionAll_jgfc__1xQoM .video .videoList .videoItem:hover .iconImg {
    display: block
}

.curatorSessionAll_previousReview__1lmJa {
    width: 1342px;
    margin-top: 50px
}

.curatorSessionAll_previousReview__1lmJa .title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 100px;
    position: relative
}

.curatorSessionAll_previousReview__1lmJa .title .link {
    position: absolute;
    right: 20px;
    top: 40px;
    color: #fff;
    background-color: #00a1b4;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 24px
}

.curatorSessionAll_previousReview__1lmJa .conBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.curatorSessionAll_previousReview__1lmJa .conBox .conItem {
    width: 655px;
    height: 188px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #333;
    justify-content: space-between;
    margin-bottom: 20px
}

.curatorSessionAll_previousReview__1lmJa .conBox .conItem img {
    width: 285px;
    height: 100%;
    object-fit: cover
}

.curatorSessionAll_previousReview__1lmJa .conBox .conItem .msgBox {
    width: 358px
}

.curatorSessionAll_previousReview__1lmJa .conBox .conItem .msgBox .title {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.curatorSessionAll_previousReview__1lmJa .conBox .conItem .msgBox .msg {
    font-size: 16px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.curatorSessionAll_previousReview__1lmJa .conBox .conItem .msgBox .ckxq {
    margin: 10px 0
}

@media (max-height: 850px) {
    .curatorSessionAll_floatImg1__20vCm, .curatorSessionAll_floatImg__7lrUe {
        top: 70vh
    }
}

@media (max-width: 750px) {
    .curatorSessionAll_curatorSession__GfiG4 {
        width: 7.5rem;
        margin: 0 auto;
        background-color: #fafafa
    }

    .curatorSessionAll_curatorSession__GfiG4 p {
        margin: 0;
        padding: 0
    }

    .curatorSessionAll_title_type_1__1XW6L {
        font-size: .32rem;
        font-weight: 700;
        line-height: .32rem;
        color: #fff;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0;
        text-indent: 0
    }

    .curatorSessionAll_title_type_1__1XW6L .curatorSessionAll_i_small2__1PH5F {
        width: .16rem;
        height: .16rem;
        background: #f55c5d
    }

    .curatorSessionAll_title_type_1__1XW6L .curatorSessionAll_i_large2__3lnpb {
        width: .3rem;
        height: .3rem;
        background: #00a1b4;
        margin-right: .07rem
    }

    .curatorSessionAll_title_type_1__1XW6L span {
        padding: .1rem .4rem;
        background: #00a1b4;
        border-radius: 5px;
        margin: 0 .16rem 0 0;
        box-sizing: border-box
    }

    .curatorSessionAll_indexCrumbs__3UNxI {
        width: 100vw;
        height: .6rem;
        background-color: #f2f2f2
    }

    .curatorSessionAll_indexCrumbs__3UNxI .crumbsCon {
        font-size: .24rem;
        padding-left: .2rem;
        width: 100%;
        height: .6rem;
        line-height: .6rem;
        margin: 0 auto;
        text-align: left
    }

    .curatorSessionAll_floatImg1__20vCm, .curatorSessionAll_floatImg__7lrUe {
        display: none
    }

    .curatorSessionAll_topSwiper__36cgH {
        width: 100%;
        display: block;
        height: auto;
        margin: 0 auto
    }

    .curatorSessionAll_topSwiper__36cgH .swiperBox {
        width: 100%;
        position: relative
    }

    .curatorSessionAll_topSwiper__36cgH .swiperBox .turnBtn {
        width: .34rem;
        height: .5rem;
        line-height: .5rem;
        font-size: .3rem;
        top: 1.9rem
    }

    .curatorSessionAll_topSwiper__36cgH .swiperBox .topSwiper-slide {
        height: 4.23rem
    }

    .curatorSessionAll_topSwiper__36cgH .swiperBox .topSwiper-slide .curatorTopSwText {
        height: .55rem;
        font-size: .24rem;
        line-height: .55rem;
        padding: 0 .2rem
    }

    .curatorSessionAll_topSwiper__36cgH .swiperBox .ant-carousel .slick-dots-bottom {
        bottom: .35rem;
        right: .2rem
    }

    .curatorSessionAll_topSwiper__36cgH .swiperBox .ant-carousel .slick-dots li button {
        width: .1rem;
        height: .1rem;
        border-radius: .05rem
    }

    .curatorSessionAll_topSwiper__36cgH .topSwiperMsgBox {
        width: 100%;
        height: auto;
        padding: .2rem
    }

    .curatorSessionAll_topSwiper__36cgH .topSwiperMsgBox .topSwiperMsg-title {
        font-size: .3rem;
        margin-bottom: .2rem;
        font-weight: 600
    }

    .curatorSessionAll_topSwiper__36cgH .topSwiperMsgBox .topSwiperMsg-msg {
        font-size: .26rem
    }

    .curatorSessionAll_curatorNewsCenter__26JKm {
        height: auto;
        background: none
    }

    .curatorSessionAll_curatorNewsCenter__26JKm .title {
        font-size: .36rem;
        margin: .3rem auto
    }

    .curatorSessionAll_curatorNewsCenter__26JKm .title .link {
        right: .2rem;
        top: .4rem;
        font-size: .18rem;
        padding: .03rem .1rem;
        border-radius: .05rem;
        line-height: .24rem
    }

    .curatorSessionAll_curatorNewsCenter__26JKm .btnItem {
        width: 1.6rem;
        height: .45rem;
        border-radius: .225rem;
        line-height: .45rem;
        margin: 0 .2rem;
        font-size: .24rem
    }

    .curatorSessionAll_curatorNewsCenter__26JKm .btnItem-active, .curatorSessionAll_curatorNewsCenter__26JKm .btnItem:hover {
        background-color: #0c81c7;
        color: #fff
    }

    .curatorSessionAll_curatorNewsCenter__26JKm .contentBox {
        width: 100%;
        margin: .28rem auto;
        height: auto;
        display: block
    }

    .curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conLeft {
        width: 7.15rem;
        margin: 0 auto
    }

    .curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conLeft .leftItem {
        width: 3.5rem;
        height: 3.9rem
    }

    .curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conLeft .leftItem img {
        height: 2.2rem
    }

    .curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conLeft .leftItem .msgBox {
        width: 100%;
        height: 1.7rem;
        padding: .1rem
    }

    .curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conLeft .leftItem .msgBox .title {
        font-size: .26rem;
        width: 100%;
        overflow: hidden
    }

    .curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conLeft .leftItem .msgBox .msg {
        text-align: justify;
        font-size: .22rem;
        color: #666;
        margin: .1rem auto
    }

    .curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conLeft .leftItem .msgBox .flex-jus {
        font-size: .2rem
    }

    .curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conRight {
        width: 7.08rem;
        margin: .2rem auto;
        padding: 0 .26rem
    }

    .curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conRight .rightItem {
        padding: .2rem 0
    }

    .curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conRight .rightItem .dateBox {
        width: 1.08rem;
        height: 1.08rem;
        font-size: .2rem
    }

    .curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conRight .rightItem .dateBox .bigSize {
        font-size: .48rem
    }

    .curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conRight .rightItem .title {
        width: 4.32rem;
        font-size: .26rem
    }

    .curatorSessionAll_curatorNewsCenter__26JKm .contentBox .conRight .rightItem .btn {
        width: .45rem;
        height: .45rem;
        border-radius: .225rem;
        line-height: .45rem
    }

    .curatorSessionAll_videoSelect__2F8Ac {
        width: 100%;
        height: auto;
        margin: .2rem auto;
        display: block
    }

    .curatorSessionAll_videoSelect__2F8Ac .videoBox {
        width: 100%;
        height: 4.2rem
    }

    .curatorSessionAll_videoSelect__2F8Ac .videoBox video {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .curatorSessionAll_videoSelect__2F8Ac .videoList {
        width: 7.5rem;
        display: flex;
        flex-wrap: wrap;
        margin: .4rem auto
    }

    .curatorSessionAll_videoSelect__2F8Ac .videoList .iconImg {
        color: #0c81c7;
        position: absolute;
        font-size: 25px;
        left: .65rem;
        transform: rotate(90deg);
        top: -.25rem;
        display: none
    }

    .curatorSessionAll_videoSelect__2F8Ac .videoList .videoItem {
        position: relative;
        width: 1.7rem;
        height: .5rem;
        font-size: .22rem;
        line-height: .5rem;
        padding: 0;
        margin: .2rem .085rem
    }

    .curatorSessionAll_videoSelect__2F8Ac .videoList .videoItem p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .curatorSessionAll_videoSelect__2F8Ac .videoList .videoItem img {
        width: .25rem;
        margin-right: .1rem
    }

    .curatorSessionAll_honouredGuest__3KM_X {
        width: 100%;
        height: 5rem;
        margin: .3rem auto 0
    }

    .curatorSessionAll_honouredGuest__3KM_X .title {
        font-size: .36rem;
        line-height: 1rem
    }

    .curatorSessionAll_honouredGuest__3KM_X .title .link {
        right: .2rem;
        top: .4rem;
        font-size: .18rem;
        padding: .03rem .1rem;
        border-radius: .05rem;
        line-height: .24rem
    }

    .curatorSessionAll_honouredGuest__3KM_X .turnBtn {
        width: .46rem;
        height: .6rem;
        line-height: .6rem;
        font-size: .3rem;
        top: 2.6rem
    }

    .curatorSessionAll_honouredGuest__3KM_X .swiperBox {
        display: none
    }

    .curatorSessionAll_honouredGuest__3KM_X .swiperBox-yd {
        display: block;
        width: 7.08rem;
        height: 3.85rem;
        margin: 0 auto;
        overflow: hidden
    }

    .curatorSessionAll_honouredGuest__3KM_X .swiperBox-yd .swiper-slide {
        width: 35%;
        height: 3.85rem !important;
        position: relative
    }

    .curatorSessionAll_honouredGuest__3KM_X .swiperBox-yd .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .curatorSessionAll_honouredGuest__3KM_X .swiperBox-yd .swiper-slide .text {
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: .55rem;
        line-height: .23rem;
        padding-top: .05rem;
        text-align: center;
        font-size: .24rem;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .curatorSessionAll_sellMetting__8jAhM, .curatorSessionAll_sellMetting__8jAhM .banner {
        width: 100%
    }

    .curatorSessionAll_sellMetting__8jAhM .title {
        font-size: .36rem;
        line-height: 1.2rem
    }

    .curatorSessionAll_sellMetting__8jAhM .title .link {
        right: .2rem;
        top: .4rem;
        font-size: .18rem;
        padding: .03rem .1rem;
        border-radius: .05rem;
        line-height: .24rem
    }

    .curatorSessionAll_sellMetting__8jAhM .bigImg, .curatorSessionAll_sellMetting__8jAhM .swiperBox {
        display: none !important
    }

    .curatorSessionAll_sellMetting__8jAhM .bigImg-yd {
        display: block;
        width: 7.08rem;
        height: 5rem;
        margin: 0 auto;
        position: relative
    }

    .curatorSessionAll_sellMetting__8jAhM .bigImg-yd .big-yd {
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .curatorSessionAll_sellMetting__8jAhM .bigImg-yd .swiper-slide img {
        width: 7.08rem;
        height: 5rem;
        object-fit: cover
    }

    .curatorSessionAll_sellMetting__8jAhM .bigImg-yd .turnBtn {
        width: .4rem;
        height: .58rem;
        background: rgba(0, 0, 0, .8);
        cursor: pointer;
        line-height: .58rem;
        color: #fff;
        text-align: center;
        font-size: .3rem;
        position: absolute;
        top: 2.5rem;
        left: 0;
        z-index: 2
    }

    .curatorSessionAll_sellMetting__8jAhM .bigImg-yd .tjh-yd-turnBtn-R {
        right: 0;
        left: auto
    }

    .curatorSessionAll_sellMetting__8jAhM .swiperBox-yd {
        display: block;
        width: 7.08rem;
        margin: .2rem auto;
        position: relative;
        overflow: hidden
    }

    .curatorSessionAll_sellMetting__8jAhM .swiperBox-yd .swiper-slide {
        opacity: .4
    }

    .curatorSessionAll_sellMetting__8jAhM .swiperBox-yd .swiper-slide img {
        width: 100%;
        height: 1.5rem;
        object-fit: cover
    }

    .curatorSessionAll_sellMetting__8jAhM .swiperBox-yd .swiper-slide-thumb-active {
        opacity: 1 !important
    }

    .curatorSessionAll_jcsj__qWb6E {
        width: 100%;
        height: 5rem;
        margin: .3rem auto 0
    }

    .curatorSessionAll_jcsj__qWb6E .title {
        font-size: .36rem;
        line-height: 1rem
    }

    .curatorSessionAll_jcsj__qWb6E .title .link {
        right: .2rem;
        top: .4rem;
        font-size: .18rem;
        padding: .03rem .1rem;
        border-radius: .05rem;
        line-height: .24rem
    }

    .curatorSessionAll_jcsj__qWb6E .turnBtn {
        width: .46rem;
        height: .6rem;
        line-height: .6rem;
        font-size: .3rem;
        top: 2.6rem
    }

    .curatorSessionAll_jcsj__qWb6E .swiperBox {
        display: none
    }

    .curatorSessionAll_jcsj__qWb6E .swiperBox-yd {
        display: block;
        width: 7.08rem;
        height: 3.85rem;
        margin: 0 auto;
        overflow: hidden
    }

    .curatorSessionAll_jcsj__qWb6E .swiperBox-yd .swiper-slide {
        width: 35%;
        height: 3.85rem !important;
        position: relative
    }

    .curatorSessionAll_jcsj__qWb6E .swiperBox-yd .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .curatorSessionAll_jcsj__qWb6E .swiperBox-yd .swiper-slide .text {
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: .55rem;
        line-height: .55rem;
        text-align: center;
        font-size: .24rem;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .curatorSessionAll_jgfc__1xQoM {
        width: 100%;
        height: auto;
        margin: .2rem auto;
        display: block;
        padding-bottom: .2rem
    }

    .curatorSessionAll_jgfc__1xQoM .title {
        font-size: .36rem;
        line-height: 1rem
    }

    .curatorSessionAll_jgfc__1xQoM .title .link {
        right: .2rem;
        top: .4rem;
        font-size: .18rem;
        padding: .03rem .1rem;
        border-radius: .05rem;
        line-height: .24rem
    }

    .curatorSessionAll_jgfc__1xQoM .video {
        padding: 0;
        display: block
    }

    .curatorSessionAll_jgfc__1xQoM .video .videoBox {
        width: 100%;
        height: 4.2rem
    }

    .curatorSessionAll_jgfc__1xQoM .video .videoBox video {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .curatorSessionAll_jgfc__1xQoM .video .videoList {
        width: 100%;
        display: flex;
        overflow-x: auto;
        margin-bottom: .2rem;
        -webkit-overflow-scrolling: touch;
        height: auto
    }

    .curatorSessionAll_jgfc__1xQoM .video .videoList .iconImg {
        color: #0c81c7;
        position: absolute;
        font-size: 25px;
        left: .65rem;
        transform: rotate(90deg);
        top: -.25rem;
        display: none
    }

    .curatorSessionAll_jgfc__1xQoM .video .videoList .videoItem {
        position: relative;
        width: auto;
        height: .5rem;
        font-size: .22rem;
        line-height: .5rem;
        padding: 0 .2rem;
        margin: .2rem .085rem;
        background-color: #e8e8e8;
        flex-shrink: 0
    }

    .curatorSessionAll_jgfc__1xQoM .video .videoList .videoItem p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .curatorSessionAll_jgfc__1xQoM .video .videoList .videoItem img {
        width: .25rem;
        margin-right: .1rem
    }

    .curatorSessionAll_jgfc__1xQoM .video .videoList .videoActive, .curatorSessionAll_jgfc__1xQoM .video .videoList .videoItem:hover {
        background-color: #0c81c7;
        color: #fff;
        font-size: .24rem;
        font-weight: 600
    }

    .curatorSessionAll_previousReview__1lmJa {
        width: 7.08rem;
        margin: 0 auto
    }

    .curatorSessionAll_previousReview__1lmJa .title {
        font-size: .36rem;
        line-height: 1rem
    }

    .curatorSessionAll_previousReview__1lmJa .title .link {
        right: .2rem;
        top: .4rem;
        font-size: .18rem;
        padding: .03rem .1rem;
        border-radius: .05rem;
        line-height: .24rem
    }

    .curatorSessionAll_previousReview__1lmJa .conBox {
        display: block
    }

    .curatorSessionAll_previousReview__1lmJa .conBox .conItem {
        color: #333;
        width: 7.08rem;
        height: 2rem
    }

    .curatorSessionAll_previousReview__1lmJa .conBox .conItem img {
        width: 3rem;
        height: 100%;
        object-fit: cover
    }

    .curatorSessionAll_previousReview__1lmJa .conBox .conItem .msgBox {
        width: 3.94rem;
        font-size: .22rem
    }

    .curatorSessionAll_previousReview__1lmJa .conBox .conItem .msgBox .title {
        font-size: .26rem;
        line-height: .5rem
    }

    .curatorSessionAll_previousReview__1lmJa .conBox .conItem .msgBox .msg {
        font-size: .22rem
    }

    .curatorSessionAll_previousReview__1lmJa .conBox .conItem .msgBox .ckxq {
        font-size: .22rem;
        margin: .1rem 0
    }
}

.curatorSession_curatorSession__1QwOm {
    width: 1342px;
    margin: 0 auto
}

.curatorSession_curatorSession__1QwOm p {
    margin: 0;
    padding: 0
}

.curatorSession_diaBox__1wwyd {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2000000000000000;
    display: flex;
    justify-content: center;
    align-items: center
}

.curatorSession_diaBox__1wwyd .tst {
    display: block;
    height: 80vh
}

.curatorSession_diaBox__1wwyd .close {
    width: 3vw;
    height: 3vw;
    align-self: flex-start;
    margin-top: 8vh;
    margin-left: -1.5vw;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    z-index: 10
}

.curatorSession_indexCrumbs__2Djqq {
    width: 100%;
    height: 50px;
    background: none
}

.curatorSession_indexCrumbs__2Djqq .crumbsCon {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px
}

.curatorSession_indexCrumbs__2Djqq .crumbsCon span {
    color: #00a1b4
}

.curatorSession_floatImg1__2kOUu, .curatorSession_floatImg__it0jD {
    position: fixed;
    top: 40vh;
    width: 130px;
    height: 130px;
    cursor: pointer;
    z-index: 99
}

.curatorSession_floatImg__it0jD {
    left: 50%;
    margin-left: -810px
}

.curatorSession_floatImg1__2kOUu {
    left: 50%;
    margin-left: 680px
}

.curatorSession_title_type_1__3lVbe {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center
}

.curatorSession_title_type_1__3lVbe .curatorSession_i_small2__cB5WL {
    width: 8px;
    height: 8px;
    background: #f55c5d
}

.curatorSession_title_type_1__3lVbe .curatorSession_i_large2__spO5X {
    width: 16px;
    height: 16px;
    background: #00a1b4;
    margin-right: 7px
}

.curatorSession_title_type_1__3lVbe span {
    padding: 10px 25px;
    background: #00a1b4;
    border-radius: 5px;
    margin: 0 16px 0 0;
    box-sizing: border-box
}

.curatorSession_topSwiper__1FxK9 {
    width: 100%;
    height: 425px;
    background-color: #f7f7f7;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between
}

.curatorSession_topSwiper__1FxK9 .swiperBox {
    width: 841px;
    position: relative
}

.curatorSession_topSwiper__1FxK9 .swiperBox .turnBtn {
    width: 35px;
    height: 50px;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 190px;
    z-index: 2
}

.curatorSession_topSwiper__1FxK9 .swiperBox .turnBtn-l {
    left: 0
}

.curatorSession_topSwiper__1FxK9 .swiperBox .turnBtn-R {
    right: 0
}

.curatorSession_topSwiper__1FxK9 .swiperBox .topSwiper-slide {
    height: 425px;
    position: relative
}

.curatorSession_topSwiper__1FxK9 .swiperBox .topSwiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.curatorSession_topSwiper__1FxK9 .swiperBox .topSwiper-slide .curatorTopSwText {
    width: 100%;
    height: 55px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
    line-height: 55px;
    box-sizing: border-box;
    padding: 0 20px
}

.curatorSession_topSwiper__1FxK9 .swiperBox .ant-carousel .slick-dots-bottom {
    text-align: right;
    bottom: 30px;
    right: 20px
}

.curatorSession_topSwiper__1FxK9 .swiperBox .ant-carousel .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 5px
}

.curatorSession_topSwiper__1FxK9 .topSwiperMsgBox {
    width: 501px;
    height: 100%;
    box-sizing: border-box;
    padding: 20px
}

.curatorSession_topSwiper__1FxK9 .topSwiperMsgBox .topSwiperMsg-title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: #333
}

.curatorSession_topSwiper__1FxK9 .topSwiperMsgBox .topSwiperMsg-msg {
    text-align: justify;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin-top: 10px
}

.curatorSession_curatorNewsCenter__3S_XN {
    width: 100%;
    height: 600px;
    background-image: url('../../../images/zlzs/jxsxz/jxsxz-newsCenterBj.jpg');
    background-size: 100% 100%;
    overflow: hidden
}

.curatorSession_curatorNewsCenter__3S_XN .flex-center {
    display: flex;
    justify-content: center
}

.curatorSession_curatorNewsCenter__3S_XN .flex-sb {
    display: flex;
    justify-content: space-between
}

.curatorSession_curatorNewsCenter__3S_XN .title {
    font-size: 36px;
    text-align: center;
    margin: 35px auto;
    color: #333;
    font-weight: 600;
    width: 100%;
    position: relative
}

.curatorSession_curatorNewsCenter__3S_XN .title .link {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
    background-color: #00a1b4;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 24px
}

.curatorSession_curatorNewsCenter__3S_XN .btnItem {
    width: 190px;
    height: 45px;
    border-radius: 22.5px;
    background-color: #fff;
    text-align: center;
    line-height: 45px;
    margin: 0 20px;
    font-size: 20px;
    cursor: pointer
}

.curatorSession_curatorNewsCenter__3S_XN .btnItem-active, .curatorSession_curatorNewsCenter__3S_XN .btnItem:hover {
    background-color: #0c81c7;
    color: #fff
}

.curatorSession_curatorNewsCenter__3S_XN .contentBox {
    width: 1330px;
    margin: 28px auto;
    height: 370px;
    display: flex
}

.curatorSession_curatorNewsCenter__3S_XN .contentBox .conLeft {
    width: 775px
}

.curatorSession_curatorNewsCenter__3S_XN .contentBox .conLeft .leftItem {
    width: 380px;
    height: 370px;
    cursor: pointer
}

.curatorSession_curatorNewsCenter__3S_XN .contentBox .conLeft .leftItem img {
    width: 100%;
    height: 220px;
    object-fit: cover
}

.curatorSession_curatorNewsCenter__3S_XN .contentBox .conLeft .leftItem .msgBox {
    width: 100%;
    height: 150px;
    background-color: #fff;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box
}

.curatorSession_curatorNewsCenter__3S_XN .contentBox .conLeft .leftItem .msgBox .title {
    font-size: 18px;
    margin: 0;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.curatorSession_curatorNewsCenter__3S_XN .contentBox .conLeft .leftItem .msgBox .msg {
    text-align: justify;
    font-size: 16px;
    color: #666;
    margin: 10px auto;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.curatorSession_curatorNewsCenter__3S_XN .contentBox .conLeft .leftItem .msgBox .flex-jus {
    display: flex;
    justify-content: space-between;
    font-size: 18px
}

.curatorSession_curatorNewsCenter__3S_XN .contentBox .conLeft .leftItem .msgBox .flex-jus .ckyq {
    color: #0c81c7;
    cursor: pointer
}

.curatorSession_curatorNewsCenter__3S_XN .contentBox .conRight {
    width: 530px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 15px
}

.curatorSession_curatorNewsCenter__3S_XN .contentBox .conRight .rightItem:last-child {
    border: 0
}

.curatorSession_curatorNewsCenter__3S_XN .contentBox .conRight .rightItem {
    width: 100%;
    align-items: center;
    cursor: pointer;
    padding: 21px 0;
    border-bottom: 1px solid #e5e5e5
}

.curatorSession_curatorNewsCenter__3S_XN .contentBox .conRight .rightItem .dateBox {
    width: 80px;
    height: 80px;
    background-color: #0c81c7;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.curatorSession_curatorNewsCenter__3S_XN .contentBox .conRight .rightItem .dateBox .bigSize {
    font-size: 36px
}

.curatorSession_curatorNewsCenter__3S_XN .contentBox .conRight .rightItem .title {
    width: 390px;
    font-size: 16px;
    margin: 0;
    text-align: left
}

.curatorSession_curatorNewsCenter__3S_XN .contentBox .conRight .rightItem .btn {
    width: 35px;
    height: 35px;
    border-radius: 17.5px;
    background-color: #e5e5e5;
    text-align: center;
    line-height: 35px
}

.curatorSession_curatorNewsCenter__3S_XN .contentBox .conRight .rightItem:hover .title {
    color: #0c81c7
}

.curatorSession_curatorNewsCenter__3S_XN .contentBox .conRight .rightItem:hover .btn {
    color: #fff;
    background-color: #0c81c7
}

.curatorSession_videoSelect__4pWMn {
    width: 1342px;
    height: 520px;
    margin: 50px auto;
    display: flex
}

.curatorSession_videoSelect__4pWMn .videoBox {
    width: 918px;
    height: 520px;
    background-color: #333
}

.curatorSession_videoSelect__4pWMn .videoBox video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.curatorSession_videoSelect__4pWMn .videoList {
    width: 424px
}

.curatorSession_videoSelect__4pWMn .videoList .iconImg {
    color: #0c81c7;
    position: absolute;
    font-size: 25px;
    left: -17px;
    top: 25px;
    display: none
}

.curatorSession_videoSelect__4pWMn .videoList .videoItem {
    position: relative;
    width: 100%;
    height: 74.3px;
    display: flex;
    background-color: #f6f6f6;
    font-size: 22px;
    line-height: 38px;
    padding-left: 23px;
    align-items: center;
    cursor: pointer;
    word-break: keep-all
}

.curatorSession_videoSelect__4pWMn .videoList .videoItem img {
    width: 30px;
    margin-right: 20px
}

.curatorSession_videoSelect__4pWMn .videoList .videoActive, .curatorSession_videoSelect__4pWMn .videoList .videoItem:hover {
    background-color: #0c81c7 !important;
    color: #fff
}

.curatorSession_videoSelect__4pWMn .videoList .videoItem:hover .iconImg {
    display: block
}

.curatorSession_videoSelect__4pWMn .videoList .videoItem:nth-last-of-type(odd) {
    background-color: #ececec
}

.curatorSession_honouredGuest__1zEN2 {
    width: 1342px;
    height: 530px;
    margin: 50px auto 0;
    position: relative;
    background-image: url('../../../images/zlzs/jxsxz/jxsxz-honouredGuestBj.jpg')
}

.curatorSession_honouredGuest__1zEN2 .title {
    color: #fff;
    font-size: 36px;
    text-align: center;
    font-weight: 500;
    line-height: 100px;
    position: relative
}

.curatorSession_honouredGuest__1zEN2 .title .link {
    position: absolute;
    right: 20px;
    top: 40px;
    color: #fff;
    background-color: #00a1b4;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 24px
}

.curatorSession_honouredGuest__1zEN2 .turnBtn {
    width: 34px;
    height: 48px;
    background: rgba(0, 0, 0, .8);
    cursor: pointer;
    line-height: 48px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 245px;
    left: 0;
    z-index: 2
}

.curatorSession_honouredGuest__1zEN2 .turnBtn-R {
    right: 0;
    left: auto
}

.curatorSession_honouredGuest__1zEN2 .swiperBox-yd {
    display: none
}

.curatorSession_honouredGuest__1zEN2 .swiperBox {
    width: 1320px;
    height: 360px;
    margin: 0 auto;
    display: block
}

.curatorSession_honouredGuest__1zEN2 .swiperBox .swiper-slide {
    width: 254px;
    height: 360px !important;
    position: relative
}

.curatorSession_honouredGuest__1zEN2 .swiperBox .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.curatorSession_honouredGuest__1zEN2 .swiperBox .swiper-slide .text {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    line-height: 20px;
    padding-top: 5px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis
}

.curatorSession_sellMetting__TQA4_ {
    width: 1342px;
    background-color: #d9f1ff
}

.curatorSession_sellMetting__TQA4_ .title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 100px;
    position: relative
}

.curatorSession_sellMetting__TQA4_ .title .link {
    position: absolute;
    right: 20px;
    top: 40px;
    color: #fff;
    background-color: #00a1b4;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 24px
}

.curatorSession_sellMetting__TQA4_ .bigImg-yd, .curatorSession_sellMetting__TQA4_ .swiperBox-yd {
    display: none
}

.curatorSession_sellMetting__TQA4_ .bigImg {
    width: 1045px;
    height: 610px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    position: relative
}

.curatorSession_sellMetting__TQA4_ .bigImg .swiper-wrapper img {
    width: 1045px;
    height: 610px;
    object-fit: cover
}

.curatorSession_sellMetting__TQA4_ .bigImg .turnBtn {
    width: 34px;
    height: 48px;
    background: rgba(0, 0, 0, .8);
    cursor: pointer;
    line-height: 48px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 280px;
    left: 0;
    z-index: 2
}

.curatorSession_sellMetting__TQA4_ .bigImg .tjh-turnBtn-R {
    right: 0;
    left: auto
}

.curatorSession_sellMetting__TQA4_ .swiperBox-yd {
    display: none
}

.curatorSession_sellMetting__TQA4_ .swiperBox {
    display: block;
    width: 1045px;
    margin: 30px auto;
    position: relative
}

.curatorSession_sellMetting__TQA4_ .swiperBox .swiper-container-thrumbs {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.curatorSession_sellMetting__TQA4_ .swiperBox .swiper-slide-thumb-active {
    opacity: 1 !important
}

.curatorSession_sellMetting__TQA4_ .swiperBox .swiper-slide {
    height: 115px;
    cursor: pointer;
    opacity: .4
}

.curatorSession_sellMetting__TQA4_ .swiperBox .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.curatorSession_previousReview___TW9z {
    width: 1342px;
    margin-top: 50px
}

.curatorSession_previousReview___TW9z .title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 100px;
    position: relative
}

.curatorSession_previousReview___TW9z .title .link {
    position: absolute;
    right: 20px;
    top: 40px;
    color: #fff;
    background-color: #00a1b4;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 24px
}

.curatorSession_previousReview___TW9z .conBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.curatorSession_previousReview___TW9z .conBox .conItem {
    width: 655px;
    height: 188px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #333;
    justify-content: space-between;
    margin-bottom: 20px
}

.curatorSession_previousReview___TW9z .conBox .conItem img {
    width: 285px;
    height: 100%;
    object-fit: cover
}

.curatorSession_previousReview___TW9z .conBox .conItem .msgBox {
    width: 358px
}

.curatorSession_previousReview___TW9z .conBox .conItem .msgBox .title {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.curatorSession_previousReview___TW9z .conBox .conItem .msgBox .msg {
    font-size: 16px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.curatorSession_previousReview___TW9z .conBox .conItem .msgBox .ckxq {
    margin: 10px 0
}

@media (max-height: 850px) {
    .curatorSession_floatImg1__2kOUu, .curatorSession_floatImg__it0jD {
        top: 70vh
    }
}

@media (max-width: 750px) {
    .curatorSession_curatorSession__1QwOm {
        width: 7.5rem;
        margin: 0 auto;
        background-color: #fafafa
    }

    .curatorSession_curatorSession__1QwOm p {
        margin: 0;
        padding: 0
    }

    .curatorSession_title_type_1__3lVbe {
        font-size: .32rem;
        font-weight: 700;
        line-height: .32rem;
        color: #fff;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0;
        text-indent: 0
    }

    .curatorSession_title_type_1__3lVbe .curatorSession_i_small2__cB5WL {
        width: .16rem;
        height: .16rem;
        background: #f55c5d
    }

    .curatorSession_title_type_1__3lVbe .curatorSession_i_large2__spO5X {
        width: .3rem;
        height: .3rem;
        background: #00a1b4;
        margin-right: .07rem
    }

    .curatorSession_title_type_1__3lVbe span {
        padding: .1rem .4rem;
        background: #00a1b4;
        border-radius: 5px;
        margin: 0 .16rem 0 0;
        box-sizing: border-box
    }

    .curatorSession_indexCrumbs__2Djqq {
        width: 100vw;
        height: .6rem;
        background-color: #f2f2f2
    }

    .curatorSession_indexCrumbs__2Djqq .crumbsCon {
        font-size: .24rem;
        padding-left: .2rem;
        width: 100%;
        height: .6rem;
        line-height: .6rem;
        margin: 0 auto;
        text-align: left
    }

    .curatorSession_floatImg1__2kOUu, .curatorSession_floatImg__it0jD {
        display: none
    }

    .curatorSession_topSwiper__1FxK9 {
        width: 100%;
        display: block;
        height: auto;
        margin: 0 auto
    }

    .curatorSession_topSwiper__1FxK9 .swiperBox {
        width: 100%;
        position: relative
    }

    .curatorSession_topSwiper__1FxK9 .swiperBox .turnBtn {
        width: .34rem;
        height: .5rem;
        line-height: .5rem;
        font-size: .3rem;
        top: 1.9rem
    }

    .curatorSession_topSwiper__1FxK9 .swiperBox .topSwiper-slide {
        height: 4.23rem
    }

    .curatorSession_topSwiper__1FxK9 .swiperBox .topSwiper-slide .curatorTopSwText {
        height: .55rem;
        font-size: .24rem;
        line-height: .55rem;
        padding: 0 .2rem
    }

    .curatorSession_topSwiper__1FxK9 .swiperBox .ant-carousel .slick-dots-bottom {
        bottom: .35rem;
        right: .2rem
    }

    .curatorSession_topSwiper__1FxK9 .swiperBox .ant-carousel .slick-dots li button {
        width: .1rem;
        height: .1rem;
        border-radius: .05rem
    }

    .curatorSession_topSwiper__1FxK9 .topSwiperMsgBox {
        width: 100%;
        height: auto;
        padding: .2rem
    }

    .curatorSession_topSwiper__1FxK9 .topSwiperMsgBox .topSwiperMsg-title {
        font-size: .3rem;
        margin-bottom: .2rem;
        font-weight: 600
    }

    .curatorSession_topSwiper__1FxK9 .topSwiperMsgBox .topSwiperMsg-msg {
        font-size: .26rem
    }

    .curatorSession_curatorNewsCenter__3S_XN {
        height: auto;
        background: none
    }

    .curatorSession_curatorNewsCenter__3S_XN .title {
        font-size: .36rem;
        margin: .3rem auto
    }

    .curatorSession_curatorNewsCenter__3S_XN .title .link {
        right: .2rem;
        top: .4rem;
        font-size: .18rem;
        padding: .03rem .1rem;
        border-radius: .05rem;
        line-height: .24rem
    }

    .curatorSession_curatorNewsCenter__3S_XN .btnItem {
        width: 1.6rem;
        height: .45rem;
        border-radius: .225rem;
        line-height: .45rem;
        margin: 0 .2rem;
        font-size: .24rem
    }

    .curatorSession_curatorNewsCenter__3S_XN .btnItem-active, .curatorSession_curatorNewsCenter__3S_XN .btnItem:hover {
        background-color: #0c81c7;
        color: #fff
    }

    .curatorSession_curatorNewsCenter__3S_XN .contentBox {
        width: 100%;
        margin: .28rem auto;
        height: auto;
        display: block
    }

    .curatorSession_curatorNewsCenter__3S_XN .contentBox .conLeft {
        width: 7.15rem;
        margin: 0 auto
    }

    .curatorSession_curatorNewsCenter__3S_XN .contentBox .conLeft .leftItem {
        width: 3.5rem;
        height: 3.9rem
    }

    .curatorSession_curatorNewsCenter__3S_XN .contentBox .conLeft .leftItem img {
        height: 2.2rem
    }

    .curatorSession_curatorNewsCenter__3S_XN .contentBox .conLeft .leftItem .msgBox {
        width: 100%;
        height: 1.7rem;
        padding: .1rem
    }

    .curatorSession_curatorNewsCenter__3S_XN .contentBox .conLeft .leftItem .msgBox .title {
        font-size: .26rem;
        width: 100%;
        overflow: hidden
    }

    .curatorSession_curatorNewsCenter__3S_XN .contentBox .conLeft .leftItem .msgBox .msg {
        text-align: justify;
        font-size: .22rem;
        color: #666;
        margin: .1rem auto
    }

    .curatorSession_curatorNewsCenter__3S_XN .contentBox .conLeft .leftItem .msgBox .flex-jus {
        font-size: .2rem
    }

    .curatorSession_curatorNewsCenter__3S_XN .contentBox .conRight {
        width: 7.08rem;
        margin: .2rem auto;
        padding: 0 .26rem
    }

    .curatorSession_curatorNewsCenter__3S_XN .contentBox .conRight .rightItem {
        padding: .2rem 0
    }

    .curatorSession_curatorNewsCenter__3S_XN .contentBox .conRight .rightItem .dateBox {
        width: 1.08rem;
        height: 1.08rem;
        font-size: .2rem
    }

    .curatorSession_curatorNewsCenter__3S_XN .contentBox .conRight .rightItem .dateBox .bigSize {
        font-size: .48rem
    }

    .curatorSession_curatorNewsCenter__3S_XN .contentBox .conRight .rightItem .title {
        width: 4.32rem;
        font-size: .26rem
    }

    .curatorSession_curatorNewsCenter__3S_XN .contentBox .conRight .rightItem .btn {
        width: .45rem;
        height: .45rem;
        border-radius: .225rem;
        line-height: .45rem
    }

    .curatorSession_videoSelect__4pWMn {
        width: 100%;
        height: auto;
        margin: .2rem auto;
        display: block
    }

    .curatorSession_videoSelect__4pWMn .videoBox {
        width: 100%;
        height: 4.2rem
    }

    .curatorSession_videoSelect__4pWMn .videoBox video {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .curatorSession_videoSelect__4pWMn .videoList {
        width: 7.5rem;
        display: flex;
        flex-wrap: wrap;
        margin: .4rem auto
    }

    .curatorSession_videoSelect__4pWMn .videoList .iconImg {
        color: #0c81c7;
        position: absolute;
        font-size: 25px;
        left: .65rem;
        transform: rotate(90deg);
        top: -.25rem;
        display: none
    }

    .curatorSession_videoSelect__4pWMn .videoList .videoItem {
        position: relative;
        width: 1.7rem;
        height: .5rem;
        font-size: .22rem;
        line-height: .5rem;
        padding: 0;
        margin: .2rem .085rem
    }

    .curatorSession_videoSelect__4pWMn .videoList .videoItem p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .curatorSession_videoSelect__4pWMn .videoList .videoItem img {
        width: .25rem;
        margin-right: .1rem
    }

    .curatorSession_honouredGuest__1zEN2 {
        width: 100%;
        height: 5rem;
        margin: .3rem auto 0
    }

    .curatorSession_honouredGuest__1zEN2 .title {
        font-size: .36rem;
        line-height: 1rem
    }

    .curatorSession_honouredGuest__1zEN2 .title .link {
        right: .2rem;
        top: .4rem;
        font-size: .18rem;
        padding: .03rem .1rem;
        border-radius: .05rem;
        line-height: .24rem
    }

    .curatorSession_honouredGuest__1zEN2 .turnBtn {
        width: .46rem;
        height: .6rem;
        line-height: .6rem;
        font-size: .3rem;
        top: 2.6rem
    }

    .curatorSession_honouredGuest__1zEN2 .swiperBox {
        display: none
    }

    .curatorSession_honouredGuest__1zEN2 .swiperBox-yd {
        display: block;
        width: 7.08rem;
        height: 3.85rem;
        margin: 0 auto;
        overflow: hidden
    }

    .curatorSession_honouredGuest__1zEN2 .swiperBox-yd .swiper-slide {
        width: 35%;
        height: 3.85rem !important;
        position: relative
    }

    .curatorSession_honouredGuest__1zEN2 .swiperBox-yd .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .curatorSession_honouredGuest__1zEN2 .swiperBox-yd .swiper-slide .text {
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: .55rem;
        line-height: .23rem;
        padding-top: .05rem;
        text-align: center;
        font-size: .24rem;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .curatorSession_sellMetting__TQA4_, .curatorSession_sellMetting__TQA4_ .banner {
        width: 100%
    }

    .curatorSession_sellMetting__TQA4_ .title {
        font-size: .36rem;
        line-height: 1.2rem
    }

    .curatorSession_sellMetting__TQA4_ .title .link {
        right: .2rem;
        top: .4rem;
        font-size: .18rem;
        padding: .03rem .1rem;
        border-radius: .05rem;
        line-height: .24rem
    }

    .curatorSession_sellMetting__TQA4_ .bigImg, .curatorSession_sellMetting__TQA4_ .swiperBox {
        display: none !important
    }

    .curatorSession_sellMetting__TQA4_ .bigImg-yd {
        display: block;
        width: 7.08rem;
        height: 5.8rem;
        margin: 0 auto;
        position: relative
    }

    .curatorSession_sellMetting__TQA4_ .bigImg-yd .big-yd {
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .curatorSession_sellMetting__TQA4_ .bigImg-yd .swiper-slide img {
        width: 7.08rem;
        height: 5.8rem;
        object-fit: cover
    }

    .curatorSession_sellMetting__TQA4_ .bigImg-yd .turnBtn {
        width: .4rem;
        height: .58rem;
        background: rgba(0, 0, 0, .8);
        cursor: pointer;
        line-height: .58rem;
        color: #fff;
        text-align: center;
        font-size: .3rem;
        position: absolute;
        top: 2.5rem;
        left: 0;
        z-index: 2
    }

    .curatorSession_sellMetting__TQA4_ .bigImg-yd .tjh-yd-turnBtn-R {
        right: 0;
        left: auto
    }

    .curatorSession_sellMetting__TQA4_ .swiperBox-yd {
        display: block;
        width: 7.08rem;
        margin: .2rem auto;
        position: relative;
        overflow: hidden
    }

    .curatorSession_sellMetting__TQA4_ .swiperBox-yd .swiper-slide {
        opacity: .4
    }

    .curatorSession_sellMetting__TQA4_ .swiperBox-yd .swiper-slide img {
        width: 100%;
        height: 1.5rem;
        object-fit: cover
    }

    .curatorSession_sellMetting__TQA4_ .swiperBox-yd .swiper-slide-thumb-active {
        opacity: 1 !important
    }

    .curatorSession_previousReview___TW9z {
        width: 7.08rem;
        margin: 0 auto
    }

    .curatorSession_previousReview___TW9z .title {
        font-size: .36rem;
        line-height: 1rem
    }

    .curatorSession_previousReview___TW9z .title .link {
        right: .2rem;
        top: .4rem;
        font-size: .18rem;
        padding: .03rem .1rem;
        border-radius: .05rem;
        line-height: .24rem
    }

    .curatorSession_previousReview___TW9z .conBox {
        display: block
    }

    .curatorSession_previousReview___TW9z .conBox .conItem {
        color: #333;
        width: 7.08rem;
        height: 2rem
    }

    .curatorSession_previousReview___TW9z .conBox .conItem img {
        width: 3rem;
        height: 100%;
        object-fit: cover
    }

    .curatorSession_previousReview___TW9z .conBox .conItem .msgBox {
        width: 3.94rem;
        font-size: .22rem
    }

    .curatorSession_previousReview___TW9z .conBox .conItem .msgBox .title {
        font-size: .26rem;
        line-height: .5rem
    }

    .curatorSession_previousReview___TW9z .conBox .conItem .msgBox .msg {
        font-size: .22rem
    }

    .curatorSession_previousReview___TW9z .conBox .conItem .msgBox .ckxq {
        font-size: .22rem;
        margin: .1rem 0
    }
}

.list_curatorSessionList__9wBSS {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 50px
}

.list_curatorSessionList__9wBSS p {
    margin: 0;
    padding: 0
}

.list_conBj__2iXdZ {
    width: 100%;
    height: 100%;
    background-size: 100% !important;
    background: url('../../../images/zlzs/jxsxz/jxsxz-conBj.png');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-color: #efefef
}

.list_crumbs__3YfNe {
    width: 100vw;
    height: 50px;
    background-color: #f2f2f2
}

.list_crumbs__3YfNe .crumbsCon {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px
}

.list_crumbs__3YfNe .crumbsCon span {
    color: #00a1b4
}

.list_menuListYd__2TCNB {
    display: none
}

.list_menuList__2O5Hg {
    display: block;
    width: 240px
}

.list_menuList__2O5Hg .columNameBox {
    width: 100%;
    height: 90px;
    color: #0c81c7;
    font-size: 26px;
    font-weight: 600;
    line-height: 90px;
    box-sizing: border-box;
    padding-left: 15px;
    background-image: url('../../../images/zlzs/jxsxz/jxsxz-columNameBj.jpg')
}

.list_menuList__2O5Hg .ant-menu-submenu-open, .list_menuList__2O5Hg .ant-menu-submenu:hover {
    background-color: #0c81c7;
    color: #fff !important
}

.list_menuList__2O5Hg .ant-menu-submenu-open .ant-menu-submenu-arrow, .list_menuList__2O5Hg .ant-menu-submenu-open i, .list_menuList__2O5Hg .ant-menu-submenu:hover .ant-menu-submenu-arrow, .list_menuList__2O5Hg .ant-menu-submenu:hover i {
    color: #fff !important
}

.list_listCon__1gQA- {
    width: 920px
}

.list_listCon__1gQA- .btnGroup {
    padding-top: 15px
}

.list_listCon__1gQA- .btnGroup p {
    display: inline-block;
    padding: 0 20px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border: 1px solid #009cbe;
    color: #009cbe;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 6px
}

.list_listCon__1gQA- .btnGroup .btnActive {
    border: 1px solid #fff;
    color: #fff;
    background: #009cbe;
    border-radius: 6px
}

.list_listCon__1gQA- .columTitle {
    width: 100%;
    font-size: 28px;
    color: #0c81c7;
    line-height: 50px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #ddd
}

.list_listCon__1gQA- .columTitle:before {
    content: "";
    width: 2px;
    height: 28px;
    background-color: #0c81c7;
    display: inline-block;
    position: absolute;
    top: 12px
}

.list_listCon__1gQA- .paginationBox {
    margin-top: 20px;
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ddd
}

.list_listCon__1gQA- .paginationBox .turnBtn {
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    color: #999;
    font-weight: 700
}

.list_listCon__1gQA- .paginationBox .ant-pagination-item, .list_listCon__1gQA- .paginationBox .ant-pagination-options-quick-jumper input {
    width: auto;
    height: 22px;
    line-height: 22px;
    border: none;
    background: none;
    min-width: 22px
}

.list_listCon__1gQA- .paginationBox .ant-pagination-jump-next, .list_listCon__1gQA- .paginationBox .ant-pagination-jump-prev, .list_listCon__1gQA- .paginationBox .ant-pagination-next, .list_listCon__1gQA- .paginationBox .ant-pagination-options-quick-jumper, .list_listCon__1gQA- .paginationBox .ant-pagination-prev {
    height: auto;
    font-size: 12px
}

.list_listCon__1gQA- .paginationBox .ant-pagination-jump-next, .list_listCon__1gQA- .paginationBox .ant-pagination-jump-prev, .list_listCon__1gQA- .paginationBox .ant-pagination-next, .list_listCon__1gQA- .paginationBox .ant-pagination-prev {
    min-width: 0
}

.list_listCon__1gQA- .paginationBox .ant-pagination-options-quick-jumper input {
    height: 24px;
    width: 44px;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px 11px;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all .3s;
    width: 50px;
    margin: 0 8px
}

.list_listCon__1gQA- .paginationBox .ant-pagination-item-active {
    background-color: #009cbe;
    color: #fff
}

.list_listCon__1gQA- .paginationBox .ant-pagination-item-active a {
    color: #fff
}

.list_gjjlItem__306sY {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    cursor: pointer
}

.list_gjjlItem__306sY img {
    width: 290px;
    height: 175px;
    object-fit: cover;
    border-radius: 3px
}

.list_gjjlItem__306sY .conBox {
    width: 598px;
    font-size: 16px
}

.list_gjjlItem__306sY .conBox .title {
    font-size: 18px;
    color: #333
}

.list_gjjlItem__306sY .conBox .msg {
    color: #999;
    margin: 20px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.list_gjjlItem__306sY .conBox .timeBox {
    display: flex;
    color: #999;
    justify-content: space-between
}

.list_jcspItemYd__3KQI9 {
    display: none
}

.list_jcspItem__2fFjS {
    width: 290px;
    overflow: hidden;
    display: inline-block;
    margin-top: 22px;
    cursor: pointer
}

.list_jcspItem__2fFjS img {
    width: 100%;
    height: 350px;
    object-fit: cover
}

.list_jcspItem__2fFjS .conBox {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding: 25px;
    background-color: #f7f7f7
}

.list_jcspItem__2fFjS .conBox .time {
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background-color: #0c81c7
}

.list_jcspItem__2fFjS .conBox .title {
    font-size: 16px;
    margin-top: 0;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.list_jchdItemYd__1eaPi {
    display: none
}

.list_jchdItem__2DSJ4 {
    width: 448px;
    height: 257px;
    display: inline-block;
    overflow: hidden;
    margin-top: 22px;
    position: relative;
    cursor: pointer
}

.list_jchdItem__2DSJ4:hover .mooter {
    top: 0 !important
}

.list_jchdItem__2DSJ4 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.list_jchdItem__2DSJ4 .mooter {
    position: absolute;
    top: 257px;
    left: 0;
    background: rgba(24, 97, 174, .8);
    width: 448px;
    height: 257px;
    color: #fff;
    overflow: hidden;
    z-index: 2
}

.list_jchdItem__2DSJ4 .mooter .title {
    font-size: 30px;
    font-weight: 600;
    width: 80%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 80px auto 30px
}

.list_jchdItem__2DSJ4 .mooter .btn {
    width: 105px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    border: 1px solid #fff
}

.list_contentStyle__3ZhTS {
    width: 1100px;
    margin: 0 auto
}

.list_contentStyle__3ZhTS .title {
    font-size: 30px;
    margin: 50px auto 0;
    text-align: center
}

.list_contentStyle__3ZhTS .time {
    margin: 20px auto;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd
}

.list_contentStyle__3ZhTS .main {
    width: 100%
}

.list_contentStyle__3ZhTS .main p {
    font-size: 16px;
    text-indent: 2em
}

.list_contentStyle__3ZhTS .main img {
    max-width: 800px;
    margin: 30px auto;
    display: block
}

.list_contentStyle__3ZhTS .listBox {
    padding: 50px 0;
    position: relative;
    border-top: 1px solid #ddd
}

.list_contentStyle__3ZhTS .listBox p {
    cursor: pointer
}

.list_contentStyle__3ZhTS .listBox .ljfhBtn {
    width: 100px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    background: #00a1b4;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    margin: 0 auto
}

.list_title_type_1__3Efdi {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center
}

.list_title_type_1__3Efdi .list_i_small2__uCLiG {
    width: 8px;
    height: 8px;
    background: #f55c5d
}

.list_title_type_1__3Efdi .list_i_large2__3CNtU {
    width: 16px;
    height: 16px;
    background: #00a1b4;
    margin-right: 7px
}

.list_title_type_1__3Efdi span {
    padding: 10px 25px;
    background: #00a1b4;
    border-radius: 5px;
    margin: 0 16px 0 0;
    box-sizing: border-box
}

@media (max-width: 750px) {
    .list_curatorSessionList__9wBSS {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block
    }

    .list_curatorSessionList__9wBSS p {
        margin: 0;
        padding: 0
    }

    .list_conBj__2iXdZ {
        width: 100%;
        height: 100%;
        background: none;
        background-color: #fff
    }

    .list_crumbs__3YfNe {
        width: 100vw;
        height: .6rem;
        background-color: #f2f2f2
    }

    .list_crumbs__3YfNe .crumbsCon {
        font-size: .24rem;
        padding-left: .2rem;
        width: 100%;
        height: .6rem;
        line-height: .6rem;
        margin: 0 auto;
        text-align: left
    }

    .list_menuList__2O5Hg {
        display: none
    }

    .list_menuListYd__2TCNB {
        display: block;
        width: 7.08rem;
        padding: .2rem 0;
        align-items: center;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .list_menuListYd__2TCNB .menuItem {
        width: 2.25rem !important;
        height: .54rem;
        line-height: .54rem;
        text-align: center;
        color: #999;
        font-size: .22rem;
        margin: .1rem 0;
        background-color: #f6f6f6
    }

    .list_menuListYd__2TCNB .menuItem:hover {
        background-color: #0c81c7;
        color: #fff
    }

    .list_listCon__1gQA- {
        width: 7.08rem;
        margin: 0 auto
    }

    .list_listCon__1gQA- .btnGroup {
        display: none
    }

    .list_listCon__1gQA- .columTitle {
        font-size: .36rem;
        color: #0c81c7;
        line-height: 1rem;
        position: relative
    }

    .list_listCon__1gQA- .columTitle:before {
        content: "";
        width: 2px;
        height: .36rem;
        background-color: #0c81c7;
        display: inline-block;
        position: absolute;
        top: .3rem;
        display: block
    }

    .list_listCon__1gQA- .paginationBox {
        margin-top: .2rem;
        width: 100%;
        height: 1.1rem
    }

    .list_listCon__1gQA- .paginationBox .turnBtn {
        font-size: .22rem;
        width: 1rem;
        height: .5rem;
        min-width: 0;
        line-height: .5rem
    }

    .list_listCon__1gQA- .paginationBox .ant-pagination-jump-next, .list_listCon__1gQA- .paginationBox .ant-pagination-jump-prev, .list_listCon__1gQA- .paginationBox .ant-pagination-next, .list_listCon__1gQA- .paginationBox .ant-pagination-prev {
        min-width: 0;
        margin-right: .1rem
    }

    .list_listCon__1gQA- .paginationBox .ant-pagination-item, .list_listCon__1gQA- .paginationBox .ant-pagination-options-quick-jumper input {
        width: .5rem;
        height: .5rem;
        margin-right: .1rem;
        line-height: .5rem;
        min-width: 0 !important;
        font-size: .22rem
    }

    .list_listCon__1gQA- .paginationBox .ant-pagination-jump-next, .list_listCon__1gQA- .paginationBox .ant-pagination-jump-prev, .list_listCon__1gQA- .paginationBox .ant-pagination-next, .list_listCon__1gQA- .paginationBox .ant-pagination-options-quick-jumper, .list_listCon__1gQA- .paginationBox .ant-pagination-prev {
        height: auto;
        font-size: 16px
    }

    .list_gjjlItem__306sY {
        margin-top: .2rem;
        cursor: pointer
    }

    .list_gjjlItem__306sY img {
        width: 2.9rem;
        height: 1.75rem
    }

    .list_gjjlItem__306sY .conBox {
        width: 3.8rem;
        font-size: .22rem
    }

    .list_gjjlItem__306sY .conBox .title {
        font-size: .26rem;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .list_gjjlItem__306sY .conBox .msg {
        margin: .15rem auto
    }

    .list_jcspItem__2fFjS {
        display: none
    }

    .list_jcspItemYd__3KQI9 {
        width: 3.42rem;
        overflow: hidden;
        display: inline-block;
        margin-top: .22rem;
        cursor: pointer
    }

    .list_jcspItemYd__3KQI9 img {
        width: 100%;
        height: 4.2rem;
        object-fit: cover
    }

    .list_jcspItemYd__3KQI9 .conBox {
        width: 100%;
        height: 1.6rem;
        box-sizing: border-box;
        padding: .2rem;
        background-color: #f7f7f7
    }

    .list_jcspItemYd__3KQI9 .conBox .time {
        padding: .05rem .1rem;
        display: inline-block;
        color: #fff;
        font-size: .22rem;
        background-color: #0c81c7
    }

    .list_jcspItemYd__3KQI9 .conBox .title {
        font-size: .24rem;
        margin-top: .15rem;
        overflow: hidden;
        color: #333;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical
    }

    .list_jchdItem__2DSJ4 {
        display: none
    }

    .list_jchdItemYd__1eaPi {
        width: 3.44rem;
        height: 2rem;
        display: inline-block;
        overflow: hidden;
        margin-top: .15rem;
        position: relative;
        cursor: pointer
    }

    .list_jchdItemYd__1eaPi:hover .mooter {
        top: 0 !important
    }

    .list_jchdItemYd__1eaPi img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .list_jchdItemYd__1eaPi .mooter {
        position: absolute;
        top: 2rem;
        left: 0;
        background: rgba(24, 97, 174, .8);
        width: 3.44rem;
        height: 2rem;
        color: #fff;
        overflow: hidden;
        z-index: 2
    }

    .list_jchdItemYd__1eaPi .mooter .title {
        font-size: .32rem;
        font-weight: 600;
        width: 90%;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: .5rem auto .3rem
    }

    .list_jchdItemYd__1eaPi .mooter .btn {
        width: 1.05rem;
        height: .35rem;
        line-height: .35rem;
        text-align: center;
        font-size: .22rem;
        margin: 0 auto;
        border: 1px solid #fff
    }

    .list_contentStyle__3ZhTS {
        width: 7.08rem;
        margin: 0 auto
    }

    .list_contentStyle__3ZhTS .title {
        font-size: .3rem;
        margin: .5rem auto 0;
        text-align: center
    }

    .list_contentStyle__3ZhTS .time {
        margin: .2rem auto;
        text-align: center;
        padding-bottom: .3rem;
        border-bottom: 1px solid #ddd
    }

    .list_contentStyle__3ZhTS .main {
        width: 100%
    }

    .list_contentStyle__3ZhTS .main p {
        font-size: .26rem
    }

    .list_contentStyle__3ZhTS .main img {
        max-width: 7.08rem;
        margin: .3rem auto;
        display: block
    }

    .list_contentStyle__3ZhTS .listBox {
        padding: .5rem 0;
        position: relative;
        font-size: .26rem;
        border-top: 1px solid #ddd
    }

    .list_contentStyle__3ZhTS .listBox p {
        cursor: pointer
    }

    .list_contentStyle__3ZhTS .listBox .ljfhBtn {
        width: 2rem;
        height: .8rem;
        background: #00a1b4;
        margin: .2rem auto;
        font-size: .35rem;
        color: #fff;
        text-align: center;
        line-height: .8rem;
        border-radius: .1rem;
        cursor: pointer;
        display: block;
        position: static
    }
}

.curatorSession2024_curatorSession__3Um4A {
    width: 1342px;
    margin: 0 auto
}

.curatorSession2024_curatorSession__3Um4A p {
    margin: 0;
    padding: 0
}

.curatorSession2024_diaBox__1e7Sg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2000000000000000;
    display: flex;
    justify-content: center;
    align-items: center
}

.curatorSession2024_diaBox__1e7Sg .swiperBox {
    width: 30vw;
    position: relative
}

.curatorSession2024_diaBox__1e7Sg .swiperBox .swiper-container {
    background: rgba(0, 0, 0, .6)
}

.curatorSession2024_diaBox__1e7Sg .swiperBox .turnBtn {
    width: 35px;
    height: 35px;
    background: hsla(0, 0%, 60%, .3);
    cursor: pointer;
    color: #fff;
    line-height: 35px;
    text-align: center;
    font-size: 23px;
    position: absolute;
    top: 45%;
    z-index: 2;
    border-radius: 50%
}

.curatorSession2024_diaBox__1e7Sg .swiperBox .turnBtn-l {
    left: 10px
}

.curatorSession2024_diaBox__1e7Sg .swiperBox .turnBtn-R {
    right: 10px
}

.curatorSession2024_diaBox__1e7Sg .swiperBox .swiper-slide {
    margin: auto;
    width: 100% !important
}

.curatorSession2024_diaBox__1e7Sg .tst {
    display: block;
    margin: auto;
    width: auto;
    max-height: 80vh;
    max-width: 29vw
}

.curatorSession2024_diaBox__1e7Sg .close {
    width: 3vw;
    height: 3vw;
    align-self: flex-start;
    margin-top: 8vh;
    margin-left: -1.5vw;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    z-index: 10
}

.curatorSession2024_indexCrumbs__2Vbqd {
    width: 100%;
    height: 50px;
    background: none
}

.curatorSession2024_indexCrumbs__2Vbqd .crumbsCon {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px
}

.curatorSession2024_indexCrumbs__2Vbqd .crumbsCon span {
    color: #00a1b4
}

.curatorSession2024_floatImg1__3Y5JA, .curatorSession2024_floatImg__evGfe {
    position: fixed;
    top: 40vh;
    width: 130px;
    height: 130px;
    cursor: pointer;
    z-index: 99
}

.curatorSession2024_floatImg__evGfe {
    left: 50%;
    margin-left: -810px
}

.curatorSession2024_floatImg1__3Y5JA {
    left: 50%;
    margin-left: 680px
}

.curatorSession2024_title_type_1__fEI1Y {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center
}

.curatorSession2024_title_type_1__fEI1Y .curatorSession2024_i_small2___mAfR {
    width: 8px;
    height: 8px;
    background: #f55c5d
}

.curatorSession2024_title_type_1__fEI1Y .curatorSession2024_i_large2__2HwDL {
    width: 16px;
    height: 16px;
    background: #00a1b4;
    margin-right: 7px
}

.curatorSession2024_title_type_1__fEI1Y span {
    padding: 10px 25px;
    background: #00a1b4;
    border-radius: 5px;
    margin: 0 16px 0 0;
    box-sizing: border-box
}

.curatorSession2024_topSwiper__3GEvM {
    width: 100%;
    height: 425px;
    background-color: #f7f7f7;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between
}

.curatorSession2024_topSwiper__3GEvM .swiperBox {
    width: 841px;
    position: relative
}

.curatorSession2024_topSwiper__3GEvM .swiperBox .turnBtn {
    width: 35px;
    height: 50px;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 190px;
    z-index: 2
}

.curatorSession2024_topSwiper__3GEvM .swiperBox .turnBtn-l {
    left: 0
}

.curatorSession2024_topSwiper__3GEvM .swiperBox .turnBtn-R {
    right: 0
}

.curatorSession2024_topSwiper__3GEvM .swiperBox .topSwiper-slide {
    height: 425px;
    position: relative
}

.curatorSession2024_topSwiper__3GEvM .swiperBox .topSwiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.curatorSession2024_topSwiper__3GEvM .swiperBox .topSwiper-slide .curatorTopSwText {
    width: 100%;
    height: 55px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
    line-height: 55px;
    box-sizing: border-box;
    padding: 0 20px
}

.curatorSession2024_topSwiper__3GEvM .swiperBox .ant-carousel .slick-dots-bottom {
    text-align: right;
    bottom: 30px;
    right: 20px
}

.curatorSession2024_topSwiper__3GEvM .swiperBox .ant-carousel .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 5px
}

.curatorSession2024_topSwiper__3GEvM .topSwiperMsgBox {
    width: 501px;
    height: 100%;
    box-sizing: border-box;
    padding: 20px
}

.curatorSession2024_topSwiper__3GEvM .topSwiperMsgBox .topSwiperMsg-title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: #333
}

.curatorSession2024_topSwiper__3GEvM .topSwiperMsgBox .topSwiperMsg-msg {
    text-align: justify;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin-top: 10px
}

.curatorSession2024_modal__30BFs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000000000000001
}

.curatorSession2024_modalContent__tE6da {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    overflow: scroll;
    height: 90vh
}

.curatorSession2024_modalContent__tE6da::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.curatorSession2024_modalContent__tE6da::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px
}

.curatorSession2024_modalImage__1gAZl {
    width: 40vw;
    height: auto
}

.curatorSession2024_curatorNewsCenter__2nqWF {
    width: 100%;
    height: 600px;
    background-image: url('../../../images/zlzs/jxsxz/jxsxz-newsCenterBj.jpg');
    background-size: 100% 100%;
    overflow: hidden
}

.curatorSession2024_curatorNewsCenter__2nqWF .flex-center {
    display: flex;
    justify-content: center
}

.curatorSession2024_curatorNewsCenter__2nqWF .flex-sb {
    display: flex;
    justify-content: space-between
}

.curatorSession2024_curatorNewsCenter__2nqWF .title {
    font-size: 36px;
    text-align: center;
    margin: 35px auto;
    color: #333;
    font-weight: 600;
    width: 100%;
    position: relative
}

.curatorSession2024_curatorNewsCenter__2nqWF .title .link {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
    background-color: #00a1b4;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 24px
}

.curatorSession2024_curatorNewsCenter__2nqWF .btnItem {
    width: 190px;
    height: 45px;
    border-radius: 22.5px;
    background-color: #fff;
    text-align: center;
    line-height: 45px;
    margin: 0 20px;
    font-size: 20px;
    cursor: pointer
}

.curatorSession2024_curatorNewsCenter__2nqWF .btnItem-active, .curatorSession2024_curatorNewsCenter__2nqWF .btnItem:hover {
    background-color: #0c81c7;
    color: #fff
}

.curatorSession2024_curatorNewsCenter__2nqWF .contentBox {
    width: 1330px;
    margin: 28px auto;
    height: 370px;
    display: flex
}

.curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conLeft {
    width: 775px
}

.curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conLeft .leftItem {
    width: 380px;
    height: 370px;
    cursor: pointer
}

.curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conLeft .leftItem img {
    width: 100%;
    height: 220px;
    object-fit: cover
}

.curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conLeft .leftItem .msgBox {
    width: 100%;
    height: 150px;
    background-color: #fff;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box
}

.curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conLeft .leftItem .msgBox .title {
    font-size: 18px;
    margin: 0;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conLeft .leftItem .msgBox .msg {
    text-align: justify;
    font-size: 16px;
    color: #666;
    margin: 10px auto;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conLeft .leftItem .msgBox .flex-jus {
    display: flex;
    justify-content: space-between;
    font-size: 18px
}

.curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conLeft .leftItem .msgBox .flex-jus .ckyq {
    color: #0c81c7;
    cursor: pointer
}

.curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conRight {
    width: 530px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 15px
}

.curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conRight .rightItem:last-child {
    border: 0
}

.curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conRight .rightItem {
    width: 100%;
    align-items: center;
    cursor: pointer;
    padding: 21px 0;
    border-bottom: 1px solid #e5e5e5
}

.curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conRight .rightItem .dateBox {
    width: 80px;
    height: 80px;
    background-color: #0c81c7;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conRight .rightItem .dateBox .bigSize {
    font-size: 36px
}

.curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conRight .rightItem .title {
    width: 390px;
    font-size: 16px;
    margin: 0;
    text-align: left
}

.curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conRight .rightItem .btn {
    width: 35px;
    height: 35px;
    border-radius: 17.5px;
    background-color: #e5e5e5;
    text-align: center;
    line-height: 35px
}

.curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conRight .rightItem:hover .title {
    color: #0c81c7
}

.curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conRight .rightItem:hover .btn {
    color: #fff;
    background-color: #0c81c7
}

.curatorSession2024_videoSelect__1O0rP {
    width: 1342px;
    height: 520px;
    margin: 50px auto;
    display: flex
}

.curatorSession2024_videoSelect__1O0rP .videoBox {
    width: 918px;
    height: 520px;
    background-color: #333
}

.curatorSession2024_videoSelect__1O0rP .videoBox video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.curatorSession2024_videoSelect__1O0rP .videoList {
    width: 424px
}

.curatorSession2024_videoSelect__1O0rP .videoList .iconImg {
    color: #0c81c7;
    position: absolute;
    font-size: 25px;
    left: -17px;
    top: 25px;
    display: none
}

.curatorSession2024_videoSelect__1O0rP .videoList .videoItem {
    position: relative;
    width: 100%;
    height: 74.3px;
    display: flex;
    background-color: #f6f6f6;
    font-size: 22px;
    line-height: 38px;
    padding-left: 23px;
    align-items: center;
    cursor: pointer;
    word-break: keep-all
}

.curatorSession2024_videoSelect__1O0rP .videoList .videoItem img {
    width: 30px;
    margin-right: 20px
}

.curatorSession2024_videoSelect__1O0rP .videoList .videoActive, .curatorSession2024_videoSelect__1O0rP .videoList .videoItem:hover {
    background-color: #0c81c7 !important;
    color: #fff
}

.curatorSession2024_videoSelect__1O0rP .videoList .videoItem:hover .iconImg {
    display: block
}

.curatorSession2024_videoSelect__1O0rP .videoList .videoItem:nth-last-of-type(odd) {
    background-color: #ececec
}

.curatorSession2024_honouredGuest__1QCvv {
    width: 1342px;
    height: 530px;
    margin: 50px auto 0;
    position: relative;
    background-image: url('../../../images/zlzs/jxsxz/jxsxz-honouredGuestBj.jpg')
}

.curatorSession2024_honouredGuest__1QCvv .title {
    color: #fff;
    font-size: 36px;
    text-align: center;
    font-weight: 500;
    line-height: 100px;
    position: relative
}

.curatorSession2024_honouredGuest__1QCvv .title .link {
    position: absolute;
    right: 20px;
    top: 40px;
    color: #fff;
    background-color: #00a1b4;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 24px
}

.curatorSession2024_honouredGuest__1QCvv .turnBtn {
    width: 34px;
    height: 48px;
    background: rgba(0, 0, 0, .8);
    cursor: pointer;
    line-height: 48px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 245px;
    left: 0;
    z-index: 2
}

.curatorSession2024_honouredGuest__1QCvv .turnBtn-R {
    right: 0;
    left: auto
}

.curatorSession2024_honouredGuest__1QCvv .swiperBox-yd {
    display: none
}

.curatorSession2024_honouredGuest__1QCvv .swiperBox {
    width: 1320px;
    height: 360px;
    margin: 0 auto;
    display: block
}

.curatorSession2024_honouredGuest__1QCvv .swiperBox .swiper-slide {
    width: 254px;
    height: 360px !important;
    position: relative
}

.curatorSession2024_honouredGuest__1QCvv .swiperBox .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.curatorSession2024_honouredGuest__1QCvv .swiperBox .swiper-slide .text {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    line-height: 20px;
    padding-top: 5px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis
}

.curatorSession2024_sellMetting__3I3Dl {
    width: 1342px;
    background-color: #d9f1ff
}

.curatorSession2024_sellMetting__3I3Dl .title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 100px;
    position: relative
}

.curatorSession2024_sellMetting__3I3Dl .title .link {
    position: absolute;
    right: 20px;
    top: 40px;
    color: #fff;
    background-color: #00a1b4;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 24px
}

.curatorSession2024_sellMetting__3I3Dl .bigImg-yd, .curatorSession2024_sellMetting__3I3Dl .swiperBox-yd {
    display: none
}

.curatorSession2024_sellMetting__3I3Dl .bigImg {
    width: 1045px;
    height: 610px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    position: relative
}

.curatorSession2024_sellMetting__3I3Dl .bigImg .swiper-wrapper img {
    width: 1045px;
    height: 610px;
    object-fit: cover
}

.curatorSession2024_sellMetting__3I3Dl .bigImg .turnBtn {
    width: 34px;
    height: 48px;
    background: rgba(0, 0, 0, .8);
    cursor: pointer;
    line-height: 48px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 280px;
    left: 0;
    z-index: 2
}

.curatorSession2024_sellMetting__3I3Dl .bigImg .tjh-turnBtn-R {
    right: 0;
    left: auto
}

.curatorSession2024_sellMetting__3I3Dl .swiperBox-yd {
    display: none
}

.curatorSession2024_sellMetting__3I3Dl .swiperBox {
    display: block;
    width: 1045px;
    margin: 30px auto;
    position: relative
}

.curatorSession2024_sellMetting__3I3Dl .swiperBox .swiper-container-thrumbs {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.curatorSession2024_sellMetting__3I3Dl .swiperBox .swiper-slide-thumb-active {
    opacity: 1 !important
}

.curatorSession2024_sellMetting__3I3Dl .swiperBox .swiper-slide {
    height: 150px;
    cursor: pointer;
    opacity: .4
}

.curatorSession2024_sellMetting__3I3Dl .swiperBox .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.curatorSession2024_jcsj__ooT9G {
    width: 1342px;
    height: 530px;
    margin: 50px auto 0;
    position: relative;
    background: #f2f3f9
}

.curatorSession2024_jcsj__ooT9G .title {
    color: #000;
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    line-height: 100px;
    position: relative
}

.curatorSession2024_jcsj__ooT9G .title .link {
    position: absolute;
    right: 20px;
    top: 40px;
    color: #fff;
    background-color: #00a1b4;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 24px
}

.curatorSession2024_jcsj__ooT9G .turnBtn {
    width: 34px;
    height: 48px;
    background: rgba(0, 0, 0, .8);
    cursor: pointer;
    line-height: 48px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 245px;
    left: 0;
    z-index: 2
}

.curatorSession2024_jcsj__ooT9G .turnBtn-R {
    right: 0;
    left: auto
}

.curatorSession2024_jcsj__ooT9G .swiperBox-yd {
    display: none
}

.curatorSession2024_jcsj__ooT9G .swiperBox {
    width: 1320px;
    height: 360px;
    margin: 0 auto;
    display: block
}

.curatorSession2024_jcsj__ooT9G .swiperBox .swiper-slide {
    width: 254px;
    height: 360px !important;
    padding: 20px;
    background: #fff;
    cursor: pointer;
    position: relative
}

.curatorSession2024_jcsj__ooT9G .swiperBox .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.curatorSession2024_jcsj__ooT9G .swiperBox .swiper-slide .text {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px
}

.curatorSession2024_jgfc__14CJv {
    width: 1342px;
    height: 760px;
    margin: 50px auto;
    background: #0d8cc3
}

.curatorSession2024_jgfc__14CJv .title {
    color: #fff;
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    line-height: 100px;
    position: relative
}

.curatorSession2024_jgfc__14CJv .title .link {
    position: absolute;
    right: 20px;
    top: 40px;
    color: #fff;
    background-color: #00a1b4;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 24px
}

.curatorSession2024_jgfc__14CJv .video {
    padding: 0 60px 60px;
    display: flex
}

.curatorSession2024_jgfc__14CJv .video .videoBox {
    width: 918px;
    height: 600px;
    background-color: #333
}

.curatorSession2024_jgfc__14CJv .video .videoBox video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.curatorSession2024_jgfc__14CJv .video .videoList {
    width: 424px;
    background: #fff;
    height: 600px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.curatorSession2024_jgfc__14CJv .video .videoList .iconImg {
    color: #0c81c7;
    position: absolute;
    font-size: 25px;
    left: -17px;
    top: 25px;
    display: none
}

.curatorSession2024_jgfc__14CJv .video .videoList .videoItem {
    position: relative;
    width: 100%;
    height: 70px;
    background-color: #fff;
    font-size: 22px;
    line-height: 70px;
    padding: 0 20px;
    align-items: center;
    cursor: pointer
}

.curatorSession2024_jgfc__14CJv .video .videoList .videoItem p {
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.curatorSession2024_jgfc__14CJv .video .videoList .videoItem img {
    width: 30px;
    margin-right: 20px
}

.curatorSession2024_jgfc__14CJv .video .videoList .videoActive, .curatorSession2024_jgfc__14CJv .video .videoList .videoItem:hover {
    color: #0c81c7;
    font-size: 24px;
    font-weight: 600
}

.curatorSession2024_jgfc__14CJv .video .videoList .videoItem:hover .iconImg {
    display: block
}

.curatorSession2024_previousReview__s4YJU {
    width: 1342px;
    margin-top: 50px
}

.curatorSession2024_previousReview__s4YJU .title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 100px;
    position: relative
}

.curatorSession2024_previousReview__s4YJU .title .link {
    position: absolute;
    right: 20px;
    top: 40px;
    color: #fff;
    background-color: #00a1b4;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 24px
}

.curatorSession2024_previousReview__s4YJU .conBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.curatorSession2024_previousReview__s4YJU .conBox .conItem {
    width: 655px;
    height: 188px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #333;
    justify-content: space-between;
    margin-bottom: 20px
}

.curatorSession2024_previousReview__s4YJU .conBox .conItem img {
    width: 285px;
    height: 100%;
    object-fit: cover
}

.curatorSession2024_previousReview__s4YJU .conBox .conItem .msgBox {
    width: 358px
}

.curatorSession2024_previousReview__s4YJU .conBox .conItem .msgBox .title {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.curatorSession2024_previousReview__s4YJU .conBox .conItem .msgBox .msg {
    font-size: 16px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.curatorSession2024_previousReview__s4YJU .conBox .conItem .msgBox .ckxq {
    margin: 10px 0
}

@media (max-height: 850px) {
    .curatorSession2024_floatImg1__3Y5JA, .curatorSession2024_floatImg__evGfe {
        top: 70vh
    }
}

@media (max-width: 750px) {
    .curatorSession2024_curatorSession__3Um4A {
        width: 7.5rem;
        margin: 0 auto;
        background-color: #fafafa
    }

    .curatorSession2024_curatorSession__3Um4A p {
        margin: 0;
        padding: 0
    }

    .curatorSession2024_title_type_1__fEI1Y {
        font-size: .32rem;
        font-weight: 700;
        line-height: .32rem;
        color: #fff;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0;
        text-indent: 0
    }

    .curatorSession2024_title_type_1__fEI1Y .curatorSession2024_i_small2___mAfR {
        width: .16rem;
        height: .16rem;
        background: #f55c5d
    }

    .curatorSession2024_title_type_1__fEI1Y .curatorSession2024_i_large2__2HwDL {
        width: .3rem;
        height: .3rem;
        background: #00a1b4;
        margin-right: .07rem
    }

    .curatorSession2024_title_type_1__fEI1Y span {
        padding: .1rem .4rem;
        background: #00a1b4;
        border-radius: 5px;
        margin: 0 .16rem 0 0;
        box-sizing: border-box
    }

    .curatorSession2024_indexCrumbs__2Vbqd {
        width: 100vw;
        height: .6rem;
        background-color: #f2f2f2
    }

    .curatorSession2024_indexCrumbs__2Vbqd .crumbsCon {
        font-size: .24rem;
        padding-left: .2rem;
        width: 100%;
        height: .6rem;
        line-height: .6rem;
        margin: 0 auto;
        text-align: left
    }

    .curatorSession2024_floatImg1__3Y5JA, .curatorSession2024_floatImg__evGfe {
        display: none
    }

    .curatorSession2024_topSwiper__3GEvM {
        width: 100%;
        display: block;
        height: auto;
        margin: 0 auto
    }

    .curatorSession2024_topSwiper__3GEvM .swiperBox {
        width: 100%;
        position: relative
    }

    .curatorSession2024_topSwiper__3GEvM .swiperBox .turnBtn {
        width: .34rem;
        height: .5rem;
        line-height: .5rem;
        font-size: .3rem;
        top: 1.9rem
    }

    .curatorSession2024_topSwiper__3GEvM .swiperBox .topSwiper-slide {
        height: 4.23rem
    }

    .curatorSession2024_topSwiper__3GEvM .swiperBox .topSwiper-slide .curatorTopSwText {
        height: .55rem;
        font-size: .24rem;
        line-height: .55rem;
        padding: 0 .2rem
    }

    .curatorSession2024_topSwiper__3GEvM .swiperBox .ant-carousel .slick-dots-bottom {
        bottom: .35rem;
        right: .2rem
    }

    .curatorSession2024_topSwiper__3GEvM .swiperBox .ant-carousel .slick-dots li button {
        width: .1rem;
        height: .1rem;
        border-radius: .05rem
    }

    .curatorSession2024_topSwiper__3GEvM .topSwiperMsgBox {
        width: 100%;
        height: auto;
        padding: .2rem
    }

    .curatorSession2024_topSwiper__3GEvM .topSwiperMsgBox .topSwiperMsg-title {
        font-size: .3rem;
        margin-bottom: .2rem;
        font-weight: 600
    }

    .curatorSession2024_topSwiper__3GEvM .topSwiperMsgBox .topSwiperMsg-msg {
        font-size: .26rem
    }

    .curatorSession2024_curatorNewsCenter__2nqWF {
        height: auto;
        background: none
    }

    .curatorSession2024_curatorNewsCenter__2nqWF .title {
        font-size: .36rem;
        margin: .3rem auto
    }

    .curatorSession2024_curatorNewsCenter__2nqWF .title .link {
        right: .2rem;
        top: .4rem;
        font-size: .18rem;
        padding: .03rem .1rem;
        border-radius: .05rem;
        line-height: .24rem
    }

    .curatorSession2024_curatorNewsCenter__2nqWF .btnItem {
        width: 1.6rem;
        height: .45rem;
        border-radius: .225rem;
        line-height: .45rem;
        margin: 0 .2rem;
        font-size: .24rem
    }

    .curatorSession2024_curatorNewsCenter__2nqWF .btnItem-active, .curatorSession2024_curatorNewsCenter__2nqWF .btnItem:hover {
        background-color: #0c81c7;
        color: #fff
    }

    .curatorSession2024_curatorNewsCenter__2nqWF .contentBox {
        width: 100%;
        margin: .28rem auto;
        height: auto;
        display: block
    }

    .curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conLeft {
        width: 7.15rem;
        margin: 0 auto
    }

    .curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conLeft .leftItem {
        width: 3.5rem;
        height: 3.9rem
    }

    .curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conLeft .leftItem img {
        height: 2.2rem
    }

    .curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conLeft .leftItem .msgBox {
        width: 100%;
        height: 1.7rem;
        padding: .1rem
    }

    .curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conLeft .leftItem .msgBox .title {
        font-size: .26rem;
        width: 100%;
        overflow: hidden
    }

    .curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conLeft .leftItem .msgBox .msg {
        text-align: justify;
        font-size: .22rem;
        color: #666;
        margin: .1rem auto
    }

    .curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conLeft .leftItem .msgBox .flex-jus {
        font-size: .2rem
    }

    .curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conRight {
        width: 7.08rem;
        margin: .2rem auto;
        padding: 0 .26rem
    }

    .curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conRight .rightItem {
        padding: .2rem 0
    }

    .curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conRight .rightItem .dateBox {
        width: 1.08rem;
        height: 1.08rem;
        font-size: .2rem
    }

    .curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conRight .rightItem .dateBox .bigSize {
        font-size: .48rem
    }

    .curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conRight .rightItem .title {
        width: 4.32rem;
        font-size: .26rem
    }

    .curatorSession2024_curatorNewsCenter__2nqWF .contentBox .conRight .rightItem .btn {
        width: .45rem;
        height: .45rem;
        border-radius: .225rem;
        line-height: .45rem
    }

    .curatorSession2024_videoSelect__1O0rP {
        width: 100%;
        height: auto;
        margin: .2rem auto;
        display: block
    }

    .curatorSession2024_videoSelect__1O0rP .videoBox {
        width: 100%;
        height: 4.2rem
    }

    .curatorSession2024_videoSelect__1O0rP .videoBox video {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .curatorSession2024_videoSelect__1O0rP .videoList {
        width: 7.5rem;
        display: flex;
        flex-wrap: wrap;
        margin: .4rem auto
    }

    .curatorSession2024_videoSelect__1O0rP .videoList .iconImg {
        color: #0c81c7;
        position: absolute;
        font-size: 25px;
        left: .65rem;
        transform: rotate(90deg);
        top: -.25rem;
        display: none
    }

    .curatorSession2024_videoSelect__1O0rP .videoList .videoItem {
        position: relative;
        width: 1.7rem;
        height: .5rem;
        font-size: .22rem;
        line-height: .5rem;
        padding: 0;
        margin: .2rem .085rem
    }

    .curatorSession2024_videoSelect__1O0rP .videoList .videoItem p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .curatorSession2024_videoSelect__1O0rP .videoList .videoItem img {
        width: .25rem;
        margin-right: .1rem
    }

    .curatorSession2024_honouredGuest__1QCvv {
        width: 100%;
        height: 5rem;
        margin: .3rem auto 0
    }

    .curatorSession2024_honouredGuest__1QCvv .title {
        font-size: .36rem;
        line-height: 1rem
    }

    .curatorSession2024_honouredGuest__1QCvv .title .link {
        right: .2rem;
        top: .4rem;
        font-size: .18rem;
        padding: .03rem .1rem;
        border-radius: .05rem;
        line-height: .24rem
    }

    .curatorSession2024_honouredGuest__1QCvv .turnBtn {
        width: .46rem;
        height: .6rem;
        line-height: .6rem;
        font-size: .3rem;
        top: 2.6rem
    }

    .curatorSession2024_honouredGuest__1QCvv .swiperBox {
        display: none
    }

    .curatorSession2024_honouredGuest__1QCvv .swiperBox-yd {
        display: block;
        width: 7.08rem;
        height: 3.85rem;
        margin: 0 auto;
        overflow: hidden
    }

    .curatorSession2024_honouredGuest__1QCvv .swiperBox-yd .swiper-slide {
        width: 35%;
        height: 3.85rem !important;
        position: relative
    }

    .curatorSession2024_honouredGuest__1QCvv .swiperBox-yd .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .curatorSession2024_honouredGuest__1QCvv .swiperBox-yd .swiper-slide .text {
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: .55rem;
        line-height: .23rem;
        padding-top: .05rem;
        text-align: center;
        font-size: .24rem;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .curatorSession2024_sellMetting__3I3Dl, .curatorSession2024_sellMetting__3I3Dl .banner {
        width: 100%
    }

    .curatorSession2024_sellMetting__3I3Dl .title {
        font-size: .36rem;
        line-height: 1.2rem
    }

    .curatorSession2024_sellMetting__3I3Dl .title .link {
        right: .2rem;
        top: .4rem;
        font-size: .18rem;
        padding: .03rem .1rem;
        border-radius: .05rem;
        line-height: .24rem
    }

    .curatorSession2024_sellMetting__3I3Dl .bigImg, .curatorSession2024_sellMetting__3I3Dl .swiperBox {
        display: none !important
    }

    .curatorSession2024_sellMetting__3I3Dl .bigImg-yd {
        display: block;
        width: 7.08rem;
        height: 5rem;
        margin: 0 auto;
        position: relative
    }

    .curatorSession2024_sellMetting__3I3Dl .bigImg-yd .big-yd {
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .curatorSession2024_sellMetting__3I3Dl .bigImg-yd .swiper-slide img {
        width: 7.08rem;
        height: 5rem;
        object-fit: cover
    }

    .curatorSession2024_sellMetting__3I3Dl .bigImg-yd .turnBtn {
        width: .4rem;
        height: .58rem;
        background: rgba(0, 0, 0, .8);
        cursor: pointer;
        line-height: .58rem;
        color: #fff;
        text-align: center;
        font-size: .3rem;
        position: absolute;
        top: 2.5rem;
        left: 0;
        z-index: 2
    }

    .curatorSession2024_sellMetting__3I3Dl .bigImg-yd .tjh-yd-turnBtn-R {
        right: 0;
        left: auto
    }

    .curatorSession2024_sellMetting__3I3Dl .swiperBox-yd {
        display: block;
        width: 7.08rem;
        margin: .2rem auto;
        position: relative;
        overflow: hidden
    }

    .curatorSession2024_sellMetting__3I3Dl .swiperBox-yd .swiper-slide {
        opacity: .4
    }

    .curatorSession2024_sellMetting__3I3Dl .swiperBox-yd .swiper-slide img {
        width: 100%;
        height: 1.5rem;
        object-fit: cover
    }

    .curatorSession2024_sellMetting__3I3Dl .swiperBox-yd .swiper-slide-thumb-active {
        opacity: 1 !important
    }

    .curatorSession2024_jcsj__ooT9G {
        width: 100%;
        height: 5rem;
        margin: .3rem auto 0
    }

    .curatorSession2024_jcsj__ooT9G .title {
        font-size: .36rem;
        line-height: 1rem
    }

    .curatorSession2024_jcsj__ooT9G .title .link {
        right: .2rem;
        top: .4rem;
        font-size: .18rem;
        padding: .03rem .1rem;
        border-radius: .05rem;
        line-height: .24rem
    }

    .curatorSession2024_jcsj__ooT9G .turnBtn {
        width: .46rem;
        height: .6rem;
        line-height: .6rem;
        font-size: .3rem;
        top: 2.6rem
    }

    .curatorSession2024_jcsj__ooT9G .swiperBox {
        display: none
    }

    .curatorSession2024_jcsj__ooT9G .swiperBox-yd {
        display: block;
        width: 7.08rem;
        height: 3.85rem;
        margin: 0 auto;
        overflow: hidden
    }

    .curatorSession2024_jcsj__ooT9G .swiperBox-yd .swiper-slide {
        width: 35%;
        height: 3.85rem !important;
        position: relative
    }

    .curatorSession2024_jcsj__ooT9G .swiperBox-yd .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .curatorSession2024_jcsj__ooT9G .swiperBox-yd .swiper-slide .text {
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: .55rem;
        line-height: .55rem;
        text-align: center;
        font-size: .24rem;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .curatorSession2024_jgfc__14CJv {
        width: 100%;
        height: auto;
        margin: .2rem auto;
        display: block;
        padding-bottom: .2rem
    }

    .curatorSession2024_jgfc__14CJv .title {
        font-size: .36rem;
        line-height: 1rem
    }

    .curatorSession2024_jgfc__14CJv .title .link {
        right: .2rem;
        top: .4rem;
        font-size: .18rem;
        padding: .03rem .1rem;
        border-radius: .05rem;
        line-height: .24rem
    }

    .curatorSession2024_jgfc__14CJv .video {
        padding: 0;
        display: block
    }

    .curatorSession2024_jgfc__14CJv .video .videoBox {
        width: 100%;
        height: 4.2rem
    }

    .curatorSession2024_jgfc__14CJv .video .videoBox video {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .curatorSession2024_jgfc__14CJv .video .videoList {
        width: 100%;
        display: flex;
        overflow-x: auto;
        margin-bottom: .2rem;
        -webkit-overflow-scrolling: touch;
        height: auto
    }

    .curatorSession2024_jgfc__14CJv .video .videoList .iconImg {
        color: #0c81c7;
        position: absolute;
        font-size: 25px;
        left: .65rem;
        transform: rotate(90deg);
        top: -.25rem;
        display: none
    }

    .curatorSession2024_jgfc__14CJv .video .videoList .videoItem {
        position: relative;
        width: auto;
        height: .5rem;
        font-size: .22rem;
        line-height: .5rem;
        padding: 0 .2rem;
        margin: .2rem .085rem;
        background-color: #e8e8e8;
        flex-shrink: 0
    }

    .curatorSession2024_jgfc__14CJv .video .videoList .videoItem p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .curatorSession2024_jgfc__14CJv .video .videoList .videoItem img {
        width: .25rem;
        margin-right: .1rem
    }

    .curatorSession2024_jgfc__14CJv .video .videoList .videoActive, .curatorSession2024_jgfc__14CJv .video .videoList .videoItem:hover {
        background-color: #0c81c7;
        color: #fff;
        font-size: .24rem;
        font-weight: 600
    }

    .curatorSession2024_previousReview__s4YJU {
        width: 7.08rem;
        margin: 0 auto
    }

    .curatorSession2024_previousReview__s4YJU .title {
        font-size: .36rem;
        line-height: 1rem
    }

    .curatorSession2024_previousReview__s4YJU .title .link {
        right: .2rem;
        top: .4rem;
        font-size: .18rem;
        padding: .03rem .1rem;
        border-radius: .05rem;
        line-height: .24rem
    }

    .curatorSession2024_previousReview__s4YJU .conBox {
        display: block
    }

    .curatorSession2024_previousReview__s4YJU .conBox .conItem {
        color: #333;
        width: 7.08rem;
        height: 2rem
    }

    .curatorSession2024_previousReview__s4YJU .conBox .conItem img {
        width: 3rem;
        height: 100%;
        object-fit: cover
    }

    .curatorSession2024_previousReview__s4YJU .conBox .conItem .msgBox {
        width: 3.94rem;
        font-size: .22rem
    }

    .curatorSession2024_previousReview__s4YJU .conBox .conItem .msgBox .title {
        font-size: .26rem;
        line-height: .5rem
    }

    .curatorSession2024_previousReview__s4YJU .conBox .conItem .msgBox .msg {
        font-size: .22rem
    }

    .curatorSession2024_previousReview__s4YJU .conBox .conItem .msgBox .ckxq {
        font-size: .22rem;
        margin: .1rem 0
    }
}

.list_curatorSessionList__rmLzG {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 50px
}

.list_curatorSessionList__rmLzG p {
    margin: 0;
    padding: 0
}

.list_conBj__1xZuK {
    width: 100%;
    height: 100%;
    background-size: 100% !important;
    background: url('../../../images/zlzs/jxsxz/jxsxz-conBj.png');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-color: #efefef
}

.list_crumbs__1czLJ {
    width: 100vw;
    height: 50px;
    background-color: #f2f2f2
}

.list_crumbs__1czLJ .crumbsCon {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px
}

.list_crumbs__1czLJ .crumbsCon span {
    color: #00a1b4
}

.list_menuListYd__28iNh {
    display: none
}

.list_menuList__3CISp {
    display: block;
    width: 240px
}

.list_menuList__3CISp .columNameBox {
    width: 100%;
    height: 90px;
    color: #0c81c7;
    font-size: 26px;
    font-weight: 600;
    line-height: 90px;
    box-sizing: border-box;
    padding-left: 15px;
    background-image: url('../../../images/zlzs/jxsxz/jxsxz-columNameBj.jpg')
}

.list_menuList__3CISp .ant-menu-submenu-open, .list_menuList__3CISp .ant-menu-submenu:hover {
    background-color: #0c81c7;
    color: #fff !important
}

.list_menuList__3CISp .ant-menu-submenu-open .ant-menu-submenu-arrow, .list_menuList__3CISp .ant-menu-submenu-open i, .list_menuList__3CISp .ant-menu-submenu:hover .ant-menu-submenu-arrow, .list_menuList__3CISp .ant-menu-submenu:hover i {
    color: #fff !important
}

.list_listCon__1WFly {
    width: 920px
}

.list_listCon__1WFly .btnGroup {
    padding-top: 15px
}

.list_listCon__1WFly .btnGroup p {
    display: inline-block;
    padding: 0 20px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border: 1px solid #009cbe;
    color: #009cbe;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 6px
}

.list_listCon__1WFly .btnGroup .btnActive {
    border: 1px solid #fff;
    color: #fff;
    background: #009cbe;
    border-radius: 6px
}

.list_listCon__1WFly .columTitle {
    width: 100%;
    font-size: 28px;
    color: #0c81c7;
    line-height: 50px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #ddd
}

.list_listCon__1WFly .columTitle:before {
    content: "";
    width: 2px;
    height: 28px;
    background-color: #0c81c7;
    display: inline-block;
    position: absolute;
    top: 12px
}

.list_listCon__1WFly .paginationBox {
    margin-top: 20px;
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ddd
}

.list_listCon__1WFly .paginationBox .turnBtn {
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    color: #999;
    font-weight: 700
}

.list_listCon__1WFly .paginationBox .ant-pagination-item, .list_listCon__1WFly .paginationBox .ant-pagination-options-quick-jumper input {
    width: auto;
    height: 22px;
    line-height: 22px;
    border: none;
    background: none;
    min-width: 22px
}

.list_listCon__1WFly .paginationBox .ant-pagination-jump-next, .list_listCon__1WFly .paginationBox .ant-pagination-jump-prev, .list_listCon__1WFly .paginationBox .ant-pagination-next, .list_listCon__1WFly .paginationBox .ant-pagination-options-quick-jumper, .list_listCon__1WFly .paginationBox .ant-pagination-prev {
    height: auto;
    font-size: 12px
}

.list_listCon__1WFly .paginationBox .ant-pagination-jump-next, .list_listCon__1WFly .paginationBox .ant-pagination-jump-prev, .list_listCon__1WFly .paginationBox .ant-pagination-next, .list_listCon__1WFly .paginationBox .ant-pagination-prev {
    min-width: 0
}

.list_listCon__1WFly .paginationBox .ant-pagination-options-quick-jumper input {
    height: 24px;
    width: 44px;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px 11px;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all .3s;
    width: 50px;
    margin: 0 8px
}

.list_listCon__1WFly .paginationBox .ant-pagination-item-active {
    background-color: #009cbe;
    color: #fff
}

.list_listCon__1WFly .paginationBox .ant-pagination-item-active a {
    color: #fff
}

.list_gjjlItem__70uUS {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    cursor: pointer
}

.list_gjjlItem__70uUS img {
    width: 290px;
    height: 175px;
    object-fit: cover;
    border-radius: 3px
}

.list_gjjlItem__70uUS .conBox {
    width: 598px;
    font-size: 16px
}

.list_gjjlItem__70uUS .conBox .title {
    font-size: 18px;
    color: #333
}

.list_gjjlItem__70uUS .conBox .msg {
    color: #999;
    margin: 20px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.list_gjjlItem__70uUS .conBox .timeBox {
    display: flex;
    color: #999;
    justify-content: space-between
}

.list_jcspItemYd__1OWOO {
    display: none
}

.list_jcspItem__2xR4s {
    width: 290px;
    overflow: hidden;
    display: inline-block;
    margin-top: 22px;
    cursor: pointer
}

.list_jcspItem__2xR4s img {
    width: 100%;
    height: 350px;
    object-fit: cover
}

.list_jcspItem__2xR4s .conBox {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding: 25px;
    background-color: #f7f7f7
}

.list_jcspItem__2xR4s .conBox .time {
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background-color: #0c81c7
}

.list_jcspItem__2xR4s .conBox .title {
    font-size: 16px;
    margin-top: 0;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.list_jchdItemYd__23t2U {
    display: none
}

.list_jchdItem__2EHiN {
    width: 448px;
    height: 257px;
    display: inline-block;
    overflow: hidden;
    margin-top: 22px;
    position: relative;
    cursor: pointer
}

.list_jchdItem__2EHiN:hover .mooter {
    top: 0 !important
}

.list_jchdItem__2EHiN img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.list_jchdItem__2EHiN .mooter {
    position: absolute;
    top: 257px;
    left: 0;
    background: rgba(24, 97, 174, .8);
    width: 448px;
    height: 257px;
    color: #fff;
    overflow: hidden;
    z-index: 2
}

.list_jchdItem__2EHiN .mooter .title {
    font-size: 30px;
    font-weight: 600;
    width: 80%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 80px auto 30px
}

.list_jchdItem__2EHiN .mooter .btn {
    width: 105px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    border: 1px solid #fff
}

.list_contentStyle__1sVtY {
    width: 1100px;
    margin: 0 auto
}

.list_contentStyle__1sVtY .title {
    font-size: 30px;
    margin: 50px auto 0;
    text-align: center
}

.list_contentStyle__1sVtY .time {
    margin: 20px auto;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd
}

.list_contentStyle__1sVtY .main {
    width: 100%
}

.list_contentStyle__1sVtY .main p {
    font-size: 16px;
    text-indent: 2em
}

.list_contentStyle__1sVtY .main img {
    max-width: 800px;
    margin: 30px auto;
    display: block
}

.list_contentStyle__1sVtY .listBox {
    padding: 50px 0;
    position: relative;
    border-top: 1px solid #ddd
}

.list_contentStyle__1sVtY .listBox p {
    cursor: pointer
}

.list_contentStyle__1sVtY .listBox .ljfhBtn {
    width: 100px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    background: #00a1b4;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    margin: 0 auto
}

.list_title_type_1__2SHit {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center
}

.list_title_type_1__2SHit .list_i_small2__1fLPn {
    width: 8px;
    height: 8px;
    background: #f55c5d
}

.list_title_type_1__2SHit .list_i_large2__1JlEB {
    width: 16px;
    height: 16px;
    background: #00a1b4;
    margin-right: 7px
}

.list_title_type_1__2SHit span {
    padding: 10px 25px;
    background: #00a1b4;
    border-radius: 5px;
    margin: 0 16px 0 0;
    box-sizing: border-box
}

@media (max-width: 750px) {
    .list_curatorSessionList__rmLzG {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block
    }

    .list_curatorSessionList__rmLzG p {
        margin: 0;
        padding: 0
    }

    .list_conBj__1xZuK {
        width: 100%;
        height: 100%;
        background: none;
        background-color: #fff
    }

    .list_crumbs__1czLJ {
        width: 100vw;
        height: .6rem;
        background-color: #f2f2f2
    }

    .list_crumbs__1czLJ .crumbsCon {
        font-size: .24rem;
        padding-left: .2rem;
        width: 100%;
        height: .6rem;
        line-height: .6rem;
        margin: 0 auto;
        text-align: left
    }

    .list_menuList__3CISp {
        display: none
    }

    .list_menuListYd__28iNh {
        display: block;
        width: 7.08rem;
        padding: .2rem 0;
        align-items: center;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .list_menuListYd__28iNh .menuItem {
        width: 2.25rem !important;
        height: .54rem;
        line-height: .54rem;
        text-align: center;
        color: #999;
        font-size: .22rem;
        margin: .1rem 0;
        background-color: #f6f6f6
    }

    .list_menuListYd__28iNh .menuItem:hover {
        background-color: #0c81c7;
        color: #fff
    }

    .list_listCon__1WFly {
        width: 7.08rem;
        margin: 0 auto
    }

    .list_listCon__1WFly .btnGroup {
        display: none
    }

    .list_listCon__1WFly .columTitle {
        font-size: .36rem;
        color: #0c81c7;
        line-height: 1rem;
        position: relative
    }

    .list_listCon__1WFly .columTitle:before {
        content: "";
        width: 2px;
        height: .36rem;
        background-color: #0c81c7;
        display: inline-block;
        position: absolute;
        top: .3rem;
        display: block
    }

    .list_listCon__1WFly .paginationBox {
        margin-top: .2rem;
        width: 100%;
        height: 1.1rem
    }

    .list_listCon__1WFly .paginationBox .turnBtn {
        font-size: .22rem;
        width: 1rem;
        height: .5rem;
        min-width: 0;
        line-height: .5rem
    }

    .list_listCon__1WFly .paginationBox .ant-pagination-jump-next, .list_listCon__1WFly .paginationBox .ant-pagination-jump-prev, .list_listCon__1WFly .paginationBox .ant-pagination-next, .list_listCon__1WFly .paginationBox .ant-pagination-prev {
        min-width: 0;
        margin-right: .1rem
    }

    .list_listCon__1WFly .paginationBox .ant-pagination-item, .list_listCon__1WFly .paginationBox .ant-pagination-options-quick-jumper input {
        width: .5rem;
        height: .5rem;
        margin-right: .1rem;
        line-height: .5rem;
        min-width: 0 !important;
        font-size: .22rem
    }

    .list_listCon__1WFly .paginationBox .ant-pagination-jump-next, .list_listCon__1WFly .paginationBox .ant-pagination-jump-prev, .list_listCon__1WFly .paginationBox .ant-pagination-next, .list_listCon__1WFly .paginationBox .ant-pagination-options-quick-jumper, .list_listCon__1WFly .paginationBox .ant-pagination-prev {
        height: auto;
        font-size: 16px
    }

    .list_gjjlItem__70uUS {
        margin-top: .2rem;
        cursor: pointer
    }

    .list_gjjlItem__70uUS img {
        width: 2.9rem;
        height: 1.75rem
    }

    .list_gjjlItem__70uUS .conBox {
        width: 3.8rem;
        font-size: .22rem
    }

    .list_gjjlItem__70uUS .conBox .title {
        font-size: .26rem;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .list_gjjlItem__70uUS .conBox .msg {
        margin: .15rem auto
    }

    .list_jcspItem__2xR4s {
        display: none
    }

    .list_jcspItemYd__1OWOO {
        width: 3.42rem;
        overflow: hidden;
        display: inline-block;
        margin-top: .22rem;
        cursor: pointer
    }

    .list_jcspItemYd__1OWOO img {
        width: 100%;
        height: 4.2rem;
        object-fit: cover
    }

    .list_jcspItemYd__1OWOO .conBox {
        width: 100%;
        height: 1.6rem;
        box-sizing: border-box;
        padding: .2rem;
        background-color: #f7f7f7
    }

    .list_jcspItemYd__1OWOO .conBox .time {
        padding: .05rem .1rem;
        display: inline-block;
        color: #fff;
        font-size: .22rem;
        background-color: #0c81c7
    }

    .list_jcspItemYd__1OWOO .conBox .title {
        font-size: .24rem;
        margin-top: .15rem;
        overflow: hidden;
        color: #333;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical
    }

    .list_jchdItem__2EHiN {
        display: none
    }

    .list_jchdItemYd__23t2U {
        width: 3.44rem;
        height: 2rem;
        display: inline-block;
        overflow: hidden;
        margin-top: .15rem;
        position: relative;
        cursor: pointer
    }

    .list_jchdItemYd__23t2U:hover .mooter {
        top: 0 !important
    }

    .list_jchdItemYd__23t2U img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .list_jchdItemYd__23t2U .mooter {
        position: absolute;
        top: 2rem;
        left: 0;
        background: rgba(24, 97, 174, .8);
        width: 3.44rem;
        height: 2rem;
        color: #fff;
        overflow: hidden;
        z-index: 2
    }

    .list_jchdItemYd__23t2U .mooter .title {
        font-size: .32rem;
        font-weight: 600;
        width: 90%;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: .5rem auto .3rem
    }

    .list_jchdItemYd__23t2U .mooter .btn {
        width: 1.05rem;
        height: .35rem;
        line-height: .35rem;
        text-align: center;
        font-size: .22rem;
        margin: 0 auto;
        border: 1px solid #fff
    }

    .list_contentStyle__1sVtY {
        width: 7.08rem;
        margin: 0 auto
    }

    .list_contentStyle__1sVtY .title {
        font-size: .3rem;
        margin: .5rem auto 0;
        text-align: center
    }

    .list_contentStyle__1sVtY .time {
        margin: .2rem auto;
        text-align: center;
        padding-bottom: .3rem;
        border-bottom: 1px solid #ddd
    }

    .list_contentStyle__1sVtY .main {
        width: 100%
    }

    .list_contentStyle__1sVtY .main p {
        font-size: .26rem
    }

    .list_contentStyle__1sVtY .main img {
        max-width: 7.08rem;
        margin: .3rem auto;
        display: block
    }

    .list_contentStyle__1sVtY .listBox {
        padding: .5rem 0;
        position: relative;
        font-size: .26rem;
        border-top: 1px solid #ddd
    }

    .list_contentStyle__1sVtY .listBox p {
        cursor: pointer
    }

    .list_contentStyle__1sVtY .listBox .ljfhBtn {
        width: 2rem;
        height: .8rem;
        background: #00a1b4;
        margin: .2rem auto;
        font-size: .35rem;
        color: #fff;
        text-align: center;
        line-height: .8rem;
        border-radius: .1rem;
        cursor: pointer;
        display: block;
        position: static
    }
}

.curatorSession2025_curatorSession__PLb2I {
    width: 1342px;
    margin: 0 auto
}

.curatorSession2025_curatorSession__PLb2I p {
    margin: 0;
    padding: 0
}

.curatorSession2025_diaBox__3oXKi {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2000000000000000;
    display: flex;
    justify-content: center;
    align-items: center
}

.curatorSession2025_diaBox__3oXKi .swiperBox {
    width: 30vw;
    position: relative
}

.curatorSession2025_diaBox__3oXKi .swiperBox .swiper-container {
    background: rgba(0, 0, 0, .6)
}

.curatorSession2025_diaBox__3oXKi .swiperBox .turnBtn {
    width: 35px;
    height: 35px;
    background: hsla(0, 0%, 60%, .3);
    cursor: pointer;
    color: #fff;
    line-height: 35px;
    text-align: center;
    font-size: 23px;
    position: absolute;
    top: 45%;
    z-index: 2;
    border-radius: 50%
}

.curatorSession2025_diaBox__3oXKi .swiperBox .turnBtn-l {
    left: 10px
}

.curatorSession2025_diaBox__3oXKi .swiperBox .turnBtn-R {
    right: 10px
}

.curatorSession2025_diaBox__3oXKi .swiperBox .swiper-slide {
    margin: auto;
    width: 100% !important
}

.curatorSession2025_diaBox__3oXKi .tst {
    display: block;
    margin: auto;
    width: auto;
    max-height: 80vh;
    max-width: 29vw
}

.curatorSession2025_diaBox__3oXKi .close {
    width: 3vw;
    height: 3vw;
    align-self: flex-start;
    margin-top: 8vh;
    margin-left: -1.5vw;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    z-index: 10
}

.curatorSession2025_indexCrumbs__1vzaB {
    width: 100%;
    height: 50px;
    background: none
}

.curatorSession2025_indexCrumbs__1vzaB .crumbsCon {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px
}

.curatorSession2025_indexCrumbs__1vzaB .crumbsCon span {
    color: #00a1b4
}

.curatorSession2025_floatImg1__1hl1H, .curatorSession2025_floatImg__1hI7- {
    position: fixed;
    top: 40vh;
    width: 130px;
    height: 130px;
    cursor: pointer;
    z-index: 99
}

.curatorSession2025_floatImg__1hI7- {
    left: 50%;
    margin-left: -810px
}

.curatorSession2025_floatImg1__1hl1H {
    left: 50%;
    margin-left: 680px
}

.curatorSession2025_title_type_1__1dZKc {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center
}

.curatorSession2025_title_type_1__1dZKc .curatorSession2025_i_small2__2Lg1X {
    width: 8px;
    height: 8px;
    background: #f55c5d
}

.curatorSession2025_title_type_1__1dZKc .curatorSession2025_i_large2__1vQYn {
    width: 16px;
    height: 16px;
    background: #00a1b4;
    margin-right: 7px
}

.curatorSession2025_title_type_1__1dZKc span {
    padding: 10px 20px;
    background: #00a1b4;
    border-radius: 5px;
    margin: 0 16px 0 0;
    box-sizing: border-box
}

.curatorSession2025_topSwiper__1SSKu {
    width: 100%;
    height: 425px;
    background-color: #f7f7f7;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between
}

.curatorSession2025_topSwiper__1SSKu .swiperBox {
    width: 841px;
    position: relative
}

.curatorSession2025_topSwiper__1SSKu .swiperBox .turnBtn {
    width: 35px;
    height: 50px;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 190px;
    z-index: 2
}

.curatorSession2025_topSwiper__1SSKu .swiperBox .turnBtn-l {
    left: 0
}

.curatorSession2025_topSwiper__1SSKu .swiperBox .turnBtn-R {
    right: 0
}

.curatorSession2025_topSwiper__1SSKu .swiperBox .topSwiper-slide {
    height: 425px;
    position: relative
}

.curatorSession2025_topSwiper__1SSKu .swiperBox .topSwiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.curatorSession2025_topSwiper__1SSKu .swiperBox .topSwiper-slide .curatorTopSwText {
    width: 100%;
    height: 55px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
    line-height: 55px;
    box-sizing: border-box;
    padding: 0 20px
}

.curatorSession2025_topSwiper__1SSKu .swiperBox .ant-carousel .slick-dots-bottom {
    text-align: right;
    bottom: 30px;
    right: 20px
}

.curatorSession2025_topSwiper__1SSKu .swiperBox .ant-carousel .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 5px
}

.curatorSession2025_topSwiper__1SSKu .topSwiperMsgBox {
    width: 501px;
    height: 100%;
    box-sizing: border-box;
    padding: 20px
}

.curatorSession2025_topSwiper__1SSKu .topSwiperMsgBox .topSwiperMsg-title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: #333
}

.curatorSession2025_topSwiper__1SSKu .topSwiperMsgBox .topSwiperMsg-msg {
    text-align: justify;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin-top: 10px
}

.curatorSession2025_modal__1GSnY {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000000000000001
}

.curatorSession2025_modalContent__XtXxa {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    overflow: scroll;
    height: 90vh
}

.curatorSession2025_modalContent__XtXxa::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.curatorSession2025_modalContent__XtXxa::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px
}

.curatorSession2025_modalImage__1-KSO {
    width: 40vw;
    height: auto
}

.curatorSession2025_curatorNewsCenter__3-NZc {
    width: 100%;
    height: 600px;
    background-image: url('../../../images/zlzs/jxsxz/jxsxz-newsCenterBj.jpg');
    background-size: 100% 100%;
    overflow: hidden
}

.curatorSession2025_curatorNewsCenter__3-NZc .flex-center {
    display: flex;
    justify-content: center
}

.curatorSession2025_curatorNewsCenter__3-NZc .flex-sb {
    display: flex;
    justify-content: space-between
}

.curatorSession2025_curatorNewsCenter__3-NZc .title {
    font-size: 36px;
    text-align: center;
    margin: 35px auto;
    color: #333;
    font-weight: 600;
    width: 100%;
    position: relative
}

.curatorSession2025_curatorNewsCenter__3-NZc .title .link {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
    background-color: #00a1b4;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 24px
}

.curatorSession2025_curatorNewsCenter__3-NZc .btnItem {
    width: 190px;
    height: 45px;
    border-radius: 22.5px;
    background-color: #fff;
    text-align: center;
    line-height: 45px;
    margin: 0 20px;
    font-size: 20px;
    cursor: pointer
}

.curatorSession2025_curatorNewsCenter__3-NZc .btnItem-active, .curatorSession2025_curatorNewsCenter__3-NZc .btnItem:hover {
    background-color: #0c81c7;
    color: #fff
}

.curatorSession2025_curatorNewsCenter__3-NZc .contentBox {
    width: 1330px;
    margin: 28px auto;
    height: 370px;
    display: flex
}

.curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conLeft {
    width: 775px
}

.curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conLeft .leftItem {
    width: 380px;
    height: 370px;
    cursor: pointer
}

.curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conLeft .leftItem img {
    width: 100%;
    height: 220px;
    object-fit: cover
}

.curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conLeft .leftItem .msgBox {
    width: 100%;
    height: 150px;
    background-color: #fff;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box
}

.curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conLeft .leftItem .msgBox .title {
    font-size: 18px;
    margin: 0;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conLeft .leftItem .msgBox .msg {
    text-align: justify;
    font-size: 16px;
    color: #666;
    margin: 10px auto;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conLeft .leftItem .msgBox .flex-jus {
    display: flex;
    justify-content: space-between;
    font-size: 18px
}

.curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conLeft .leftItem .msgBox .flex-jus .ckyq {
    color: #0c81c7;
    cursor: pointer
}

.curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conRight {
    width: 530px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 15px
}

.curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conRight .rightItem:last-child {
    border: 0
}

.curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conRight .rightItem {
    width: 100%;
    align-items: center;
    cursor: pointer;
    padding: 21px 0;
    border-bottom: 1px solid #e5e5e5
}

.curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conRight .rightItem .dateBox {
    width: 80px;
    height: 80px;
    background-color: #0c81c7;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conRight .rightItem .dateBox .bigSize {
    font-size: 36px
}

.curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conRight .rightItem .title {
    width: 390px;
    font-size: 16px;
    margin: 0;
    text-align: left
}

.curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conRight .rightItem .btn {
    width: 35px;
    height: 35px;
    border-radius: 17.5px;
    background-color: #e5e5e5;
    text-align: center;
    line-height: 35px
}

.curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conRight .rightItem:hover .title {
    color: #0c81c7
}

.curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conRight .rightItem:hover .btn {
    color: #fff;
    background-color: #0c81c7
}

.curatorSession2025_videoSelect__JgHK0 {
    width: 1342px;
    height: 520px;
    margin: 50px auto;
    display: flex
}

.curatorSession2025_videoSelect__JgHK0 .videoBox {
    width: 918px;
    height: 520px;
    background-color: #333
}

.curatorSession2025_videoSelect__JgHK0 .videoBox video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.curatorSession2025_videoSelect__JgHK0 .videoList {
    width: 424px
}

.curatorSession2025_videoSelect__JgHK0 .videoList .iconImg {
    color: #0c81c7;
    position: absolute;
    font-size: 25px;
    left: -17px;
    top: 25px;
    display: none
}

.curatorSession2025_videoSelect__JgHK0 .videoList .videoItem {
    position: relative;
    width: 100%;
    height: 74.3px;
    display: flex;
    background-color: #f6f6f6;
    font-size: 22px;
    line-height: 38px;
    padding-left: 23px;
    align-items: center;
    cursor: pointer;
    word-break: keep-all
}

.curatorSession2025_videoSelect__JgHK0 .videoList .videoItem img {
    width: 30px;
    margin-right: 20px
}

.curatorSession2025_videoSelect__JgHK0 .videoList .videoActive, .curatorSession2025_videoSelect__JgHK0 .videoList .videoItem:hover {
    background-color: #0c81c7 !important;
    color: #fff
}

.curatorSession2025_videoSelect__JgHK0 .videoList .videoItem:hover .iconImg {
    display: block
}

.curatorSession2025_videoSelect__JgHK0 .videoList .videoItem:nth-last-of-type(odd) {
    background-color: #ececec
}

.curatorSession2025_honouredGuest__1tmeS {
    width: 1342px;
    height: 530px;
    margin: 50px auto 0;
    position: relative;
    background-image: url('../../../images/zlzs/jxsxz/jxsxz-honouredGuestBj.jpg')
}

.curatorSession2025_honouredGuest__1tmeS .title {
    color: #fff;
    font-size: 36px;
    text-align: center;
    font-weight: 500;
    line-height: 100px;
    position: relative
}

.curatorSession2025_honouredGuest__1tmeS .title .link {
    position: absolute;
    right: 20px;
    top: 40px;
    color: #fff;
    background-color: #00a1b4;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 24px
}

.curatorSession2025_honouredGuest__1tmeS .turnBtn {
    width: 34px;
    height: 48px;
    background: rgba(0, 0, 0, .8);
    cursor: pointer;
    line-height: 48px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 245px;
    left: 0;
    z-index: 2
}

.curatorSession2025_honouredGuest__1tmeS .turnBtn-R {
    right: 0;
    left: auto
}

.curatorSession2025_honouredGuest__1tmeS .swiperBox-yd {
    display: none
}

.curatorSession2025_honouredGuest__1tmeS .swiperBox {
    width: 1320px;
    height: 360px;
    margin: 0 auto;
    display: block
}

.curatorSession2025_honouredGuest__1tmeS .swiperBox .swiper-slide {
    width: 254px;
    height: 360px !important;
    position: relative
}

.curatorSession2025_honouredGuest__1tmeS .swiperBox .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.curatorSession2025_honouredGuest__1tmeS .swiperBox .swiper-slide .text {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    line-height: 20px;
    padding-top: 5px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis
}

.curatorSession2025_sellMetting__UEDf9 {
    width: 1342px;
    background-color: #d9f1ff
}

.curatorSession2025_sellMetting__UEDf9 .title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 100px;
    position: relative
}

.curatorSession2025_sellMetting__UEDf9 .title .link {
    position: absolute;
    right: 20px;
    top: 40px;
    color: #fff;
    background-color: #00a1b4;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 24px
}

.curatorSession2025_sellMetting__UEDf9 .bigImg-yd, .curatorSession2025_sellMetting__UEDf9 .swiperBox-yd {
    display: none
}

.curatorSession2025_sellMetting__UEDf9 .bigImg {
    width: 1045px;
    height: 610px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    position: relative
}

.curatorSession2025_sellMetting__UEDf9 .bigImg .swiper-wrapper img {
    width: 1045px;
    height: 610px;
    object-fit: cover
}

.curatorSession2025_sellMetting__UEDf9 .bigImg .turnBtn {
    width: 34px;
    height: 48px;
    background: rgba(0, 0, 0, .8);
    cursor: pointer;
    line-height: 48px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 280px;
    left: 0;
    z-index: 2
}

.curatorSession2025_sellMetting__UEDf9 .bigImg .tjh-turnBtn-R {
    right: 0;
    left: auto
}

.curatorSession2025_sellMetting__UEDf9 .swiperBox-yd {
    display: none
}

.curatorSession2025_sellMetting__UEDf9 .swiperBox {
    display: block;
    width: 1045px;
    margin: 30px auto;
    position: relative
}

.curatorSession2025_sellMetting__UEDf9 .swiperBox .swiper-container-thrumbs {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.curatorSession2025_sellMetting__UEDf9 .swiperBox .swiper-slide-thumb-active {
    opacity: 1 !important
}

.curatorSession2025_sellMetting__UEDf9 .swiperBox .swiper-slide {
    height: 150px;
    cursor: pointer;
    opacity: .4
}

.curatorSession2025_sellMetting__UEDf9 .swiperBox .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.curatorSession2025_jcsj__2tr4m {
    width: 1342px;
    height: 530px;
    margin: 50px auto 0;
    position: relative;
    background: #f2f3f9
}

.curatorSession2025_jcsj__2tr4m .title {
    color: #000;
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    line-height: 100px;
    position: relative
}

.curatorSession2025_jcsj__2tr4m .title .link {
    position: absolute;
    right: 20px;
    top: 40px;
    color: #fff;
    background-color: #00a1b4;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 24px
}

.curatorSession2025_jcsj__2tr4m .turnBtn {
    width: 34px;
    height: 48px;
    background: rgba(0, 0, 0, .8);
    cursor: pointer;
    line-height: 48px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 245px;
    left: 0;
    z-index: 2
}

.curatorSession2025_jcsj__2tr4m .turnBtn-R {
    right: 0;
    left: auto
}

.curatorSession2025_jcsj__2tr4m .swiperBox-yd {
    display: none
}

.curatorSession2025_jcsj__2tr4m .swiperBox {
    width: 1320px;
    height: 360px;
    margin: 0 auto;
    display: block
}

.curatorSession2025_jcsj__2tr4m .swiperBox .swiper-slide {
    width: 254px;
    height: 360px !important;
    padding: 20px;
    background: #fff;
    cursor: pointer;
    position: relative
}

.curatorSession2025_jcsj__2tr4m .swiperBox .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.curatorSession2025_jcsj__2tr4m .swiperBox .swiper-slide .text {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px
}

.curatorSession2025_jgfc__1DSJn {
    width: 1342px;
    height: 760px;
    margin: 50px auto;
    background: #0d8cc3
}

.curatorSession2025_jgfc__1DSJn .title {
    color: #fff;
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    line-height: 100px;
    position: relative
}

.curatorSession2025_jgfc__1DSJn .title .link {
    position: absolute;
    right: 20px;
    top: 40px;
    color: #fff;
    background-color: #00a1b4;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 24px
}

.curatorSession2025_jgfc__1DSJn .video {
    padding: 0 60px 60px;
    display: flex
}

.curatorSession2025_jgfc__1DSJn .video .videoBox {
    width: 918px;
    height: 600px;
    background-color: #333
}

.curatorSession2025_jgfc__1DSJn .video .videoBox video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.curatorSession2025_jgfc__1DSJn .video .videoList {
    width: 424px;
    background: #fff;
    height: 600px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.curatorSession2025_jgfc__1DSJn .video .videoList .iconImg {
    color: #0c81c7;
    position: absolute;
    font-size: 25px;
    left: -17px;
    top: 25px;
    display: none
}

.curatorSession2025_jgfc__1DSJn .video .videoList .videoItem {
    position: relative;
    width: 100%;
    height: 70px;
    background-color: #fff;
    font-size: 22px;
    line-height: 70px;
    padding: 0 20px;
    align-items: center;
    cursor: pointer
}

.curatorSession2025_jgfc__1DSJn .video .videoList .videoItem p {
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.curatorSession2025_jgfc__1DSJn .video .videoList .videoItem img {
    width: 30px;
    margin-right: 20px
}

.curatorSession2025_jgfc__1DSJn .video .videoList .videoActive, .curatorSession2025_jgfc__1DSJn .video .videoList .videoItem:hover {
    color: #0c81c7;
    font-size: 24px;
    font-weight: 600
}

.curatorSession2025_jgfc__1DSJn .video .videoList .videoItem:hover .iconImg {
    display: block
}

.curatorSession2025_previousReview__1sjLC {
    width: 1342px;
    margin-top: 50px
}

.curatorSession2025_previousReview__1sjLC .title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 100px;
    position: relative
}

.curatorSession2025_previousReview__1sjLC .title .link {
    position: absolute;
    right: 20px;
    top: 40px;
    color: #fff;
    background-color: #00a1b4;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 24px
}

.curatorSession2025_previousReview__1sjLC .conBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.curatorSession2025_previousReview__1sjLC .conBox .conItem {
    width: 655px;
    height: 188px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #333;
    justify-content: space-between;
    margin-bottom: 20px
}

.curatorSession2025_previousReview__1sjLC .conBox .conItem img {
    width: 285px;
    height: 100%;
    object-fit: cover
}

.curatorSession2025_previousReview__1sjLC .conBox .conItem .msgBox {
    width: 358px
}

.curatorSession2025_previousReview__1sjLC .conBox .conItem .msgBox .title {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.curatorSession2025_previousReview__1sjLC .conBox .conItem .msgBox .msg {
    font-size: 16px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.curatorSession2025_previousReview__1sjLC .conBox .conItem .msgBox .ckxq {
    margin: 10px 0
}

@media (max-height: 850px) {
    .curatorSession2025_floatImg1__1hl1H, .curatorSession2025_floatImg__1hI7- {
        top: 70vh
    }
}

@media (max-width: 750px) {
    .curatorSession2025_curatorSession__PLb2I {
        width: 7.5rem;
        margin: 0 auto;
        background-color: #fafafa
    }

    .curatorSession2025_curatorSession__PLb2I p {
        margin: 0;
        padding: 0
    }

    .curatorSession2025_title_type_1__1dZKc {
        font-size: .32rem;
        font-weight: 700;
        line-height: .32rem;
        color: #fff;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0;
        text-indent: 0
    }

    .curatorSession2025_title_type_1__1dZKc .curatorSession2025_i_small2__2Lg1X {
        width: .16rem;
        height: .16rem;
        background: #f55c5d
    }

    .curatorSession2025_title_type_1__1dZKc .curatorSession2025_i_large2__1vQYn {
        width: .3rem;
        height: .3rem;
        background: #00a1b4;
        margin-right: .07rem
    }

    .curatorSession2025_title_type_1__1dZKc span {
        padding: .1rem .4rem;
        background: #00a1b4;
        border-radius: 5px;
        margin: 0 .16rem 0 0;
        box-sizing: border-box
    }

    .curatorSession2025_indexCrumbs__1vzaB {
        width: 100vw;
        height: .6rem;
        background-color: #f2f2f2
    }

    .curatorSession2025_indexCrumbs__1vzaB .crumbsCon {
        font-size: .24rem;
        padding-left: .2rem;
        width: 100%;
        height: .6rem;
        line-height: .6rem;
        margin: 0 auto;
        text-align: left
    }

    .curatorSession2025_floatImg1__1hl1H, .curatorSession2025_floatImg__1hI7- {
        display: none
    }

    .curatorSession2025_topSwiper__1SSKu {
        width: 100%;
        display: block;
        height: auto;
        margin: 0 auto
    }

    .curatorSession2025_topSwiper__1SSKu .swiperBox {
        width: 100%;
        position: relative
    }

    .curatorSession2025_topSwiper__1SSKu .swiperBox .turnBtn {
        width: .34rem;
        height: .5rem;
        line-height: .5rem;
        font-size: .3rem;
        top: 1.9rem
    }

    .curatorSession2025_topSwiper__1SSKu .swiperBox .topSwiper-slide {
        height: 4.23rem
    }

    .curatorSession2025_topSwiper__1SSKu .swiperBox .topSwiper-slide .curatorTopSwText {
        height: .55rem;
        font-size: .24rem;
        line-height: .55rem;
        padding: 0 .2rem
    }

    .curatorSession2025_topSwiper__1SSKu .swiperBox .ant-carousel .slick-dots-bottom {
        bottom: .35rem;
        right: .2rem
    }

    .curatorSession2025_topSwiper__1SSKu .swiperBox .ant-carousel .slick-dots li button {
        width: .1rem;
        height: .1rem;
        border-radius: .05rem
    }

    .curatorSession2025_topSwiper__1SSKu .topSwiperMsgBox {
        width: 100%;
        height: auto;
        padding: .2rem
    }

    .curatorSession2025_topSwiper__1SSKu .topSwiperMsgBox .topSwiperMsg-title {
        font-size: .3rem;
        margin-bottom: .2rem;
        font-weight: 600
    }

    .curatorSession2025_topSwiper__1SSKu .topSwiperMsgBox .topSwiperMsg-msg {
        font-size: .26rem
    }

    .curatorSession2025_curatorNewsCenter__3-NZc {
        height: auto;
        background: none
    }

    .curatorSession2025_curatorNewsCenter__3-NZc .title {
        font-size: .36rem;
        margin: .3rem auto
    }

    .curatorSession2025_curatorNewsCenter__3-NZc .title .link {
        right: .2rem;
        top: .4rem;
        font-size: .18rem;
        padding: .03rem .1rem;
        border-radius: .05rem;
        line-height: .24rem
    }

    .curatorSession2025_curatorNewsCenter__3-NZc .btnItem {
        width: 1.6rem;
        height: .45rem;
        border-radius: .225rem;
        line-height: .45rem;
        margin: 0 .2rem;
        font-size: .24rem
    }

    .curatorSession2025_curatorNewsCenter__3-NZc .btnItem-active, .curatorSession2025_curatorNewsCenter__3-NZc .btnItem:hover {
        background-color: #0c81c7;
        color: #fff
    }

    .curatorSession2025_curatorNewsCenter__3-NZc .contentBox {
        width: 100%;
        margin: .28rem auto;
        height: auto;
        display: block
    }

    .curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conLeft {
        width: 7.15rem;
        margin: 0 auto
    }

    .curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conLeft .leftItem {
        width: 3.5rem;
        height: 3.9rem
    }

    .curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conLeft .leftItem img {
        height: 2.2rem
    }

    .curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conLeft .leftItem .msgBox {
        width: 100%;
        height: 1.7rem;
        padding: .1rem
    }

    .curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conLeft .leftItem .msgBox .title {
        font-size: .26rem;
        width: 100%;
        overflow: hidden
    }

    .curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conLeft .leftItem .msgBox .msg {
        text-align: justify;
        font-size: .22rem;
        color: #666;
        margin: .1rem auto
    }

    .curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conLeft .leftItem .msgBox .flex-jus {
        font-size: .2rem
    }

    .curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conRight {
        width: 7.08rem;
        margin: .2rem auto;
        padding: 0 .26rem
    }

    .curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conRight .rightItem {
        padding: .2rem 0
    }

    .curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conRight .rightItem .dateBox {
        width: 1.08rem;
        height: 1.08rem;
        font-size: .2rem
    }

    .curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conRight .rightItem .dateBox .bigSize {
        font-size: .48rem
    }

    .curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conRight .rightItem .title {
        width: 4.32rem;
        font-size: .26rem
    }

    .curatorSession2025_curatorNewsCenter__3-NZc .contentBox .conRight .rightItem .btn {
        width: .45rem;
        height: .45rem;
        border-radius: .225rem;
        line-height: .45rem
    }

    .curatorSession2025_videoSelect__JgHK0 {
        width: 100%;
        height: auto;
        margin: .2rem auto;
        display: block
    }

    .curatorSession2025_videoSelect__JgHK0 .videoBox {
        width: 100%;
        height: 4.2rem
    }

    .curatorSession2025_videoSelect__JgHK0 .videoBox video {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .curatorSession2025_videoSelect__JgHK0 .videoList {
        width: 7.5rem;
        display: flex;
        flex-wrap: wrap;
        margin: .4rem auto
    }

    .curatorSession2025_videoSelect__JgHK0 .videoList .iconImg {
        color: #0c81c7;
        position: absolute;
        font-size: 25px;
        left: .65rem;
        transform: rotate(90deg);
        top: -.25rem;
        display: none
    }

    .curatorSession2025_videoSelect__JgHK0 .videoList .videoItem {
        position: relative;
        width: 1.7rem;
        height: .5rem;
        font-size: .22rem;
        line-height: .5rem;
        padding: 0;
        margin: .2rem .085rem
    }

    .curatorSession2025_videoSelect__JgHK0 .videoList .videoItem p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .curatorSession2025_videoSelect__JgHK0 .videoList .videoItem img {
        width: .25rem;
        margin-right: .1rem
    }

    .curatorSession2025_honouredGuest__1tmeS {
        width: 100%;
        height: 5rem;
        margin: .3rem auto 0
    }

    .curatorSession2025_honouredGuest__1tmeS .title {
        font-size: .36rem;
        line-height: 1rem
    }

    .curatorSession2025_honouredGuest__1tmeS .title .link {
        right: .2rem;
        top: .4rem;
        font-size: .18rem;
        padding: .03rem .1rem;
        border-radius: .05rem;
        line-height: .24rem
    }

    .curatorSession2025_honouredGuest__1tmeS .turnBtn {
        width: .46rem;
        height: .6rem;
        line-height: .6rem;
        font-size: .3rem;
        top: 2.6rem
    }

    .curatorSession2025_honouredGuest__1tmeS .swiperBox {
        display: none
    }

    .curatorSession2025_honouredGuest__1tmeS .swiperBox-yd {
        display: block;
        width: 7.08rem;
        height: 3.85rem;
        margin: 0 auto;
        overflow: hidden
    }

    .curatorSession2025_honouredGuest__1tmeS .swiperBox-yd .swiper-slide {
        width: 35%;
        height: 3.85rem !important;
        position: relative
    }

    .curatorSession2025_honouredGuest__1tmeS .swiperBox-yd .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .curatorSession2025_honouredGuest__1tmeS .swiperBox-yd .swiper-slide .text {
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: .55rem;
        line-height: .23rem;
        padding-top: .05rem;
        text-align: center;
        font-size: .24rem;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .curatorSession2025_sellMetting__UEDf9, .curatorSession2025_sellMetting__UEDf9 .banner {
        width: 100%
    }

    .curatorSession2025_sellMetting__UEDf9 .title {
        font-size: .36rem;
        line-height: 1.2rem
    }

    .curatorSession2025_sellMetting__UEDf9 .title .link {
        right: .2rem;
        top: .4rem;
        font-size: .18rem;
        padding: .03rem .1rem;
        border-radius: .05rem;
        line-height: .24rem
    }

    .curatorSession2025_sellMetting__UEDf9 .bigImg, .curatorSession2025_sellMetting__UEDf9 .swiperBox {
        display: none !important
    }

    .curatorSession2025_sellMetting__UEDf9 .bigImg-yd {
        display: block;
        width: 7.08rem;
        height: 5rem;
        margin: 0 auto;
        position: relative
    }

    .curatorSession2025_sellMetting__UEDf9 .bigImg-yd .big-yd {
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .curatorSession2025_sellMetting__UEDf9 .bigImg-yd .swiper-slide img {
        width: 7.08rem;
        height: 5rem;
        object-fit: cover
    }

    .curatorSession2025_sellMetting__UEDf9 .bigImg-yd .turnBtn {
        width: .4rem;
        height: .58rem;
        background: rgba(0, 0, 0, .8);
        cursor: pointer;
        line-height: .58rem;
        color: #fff;
        text-align: center;
        font-size: .3rem;
        position: absolute;
        top: 2.5rem;
        left: 0;
        z-index: 2
    }

    .curatorSession2025_sellMetting__UEDf9 .bigImg-yd .tjh-yd-turnBtn-R {
        right: 0;
        left: auto
    }

    .curatorSession2025_sellMetting__UEDf9 .swiperBox-yd {
        display: block;
        width: 7.08rem;
        margin: .2rem auto;
        position: relative;
        overflow: hidden
    }

    .curatorSession2025_sellMetting__UEDf9 .swiperBox-yd .swiper-slide {
        opacity: .4
    }

    .curatorSession2025_sellMetting__UEDf9 .swiperBox-yd .swiper-slide img {
        width: 100%;
        height: 1.5rem;
        object-fit: cover
    }

    .curatorSession2025_sellMetting__UEDf9 .swiperBox-yd .swiper-slide-thumb-active {
        opacity: 1 !important
    }

    .curatorSession2025_jcsj__2tr4m {
        width: 100%;
        height: 5rem;
        margin: .3rem auto 0
    }

    .curatorSession2025_jcsj__2tr4m .title {
        font-size: .36rem;
        line-height: 1rem
    }

    .curatorSession2025_jcsj__2tr4m .title .link {
        right: .2rem;
        top: .4rem;
        font-size: .18rem;
        padding: .03rem .1rem;
        border-radius: .05rem;
        line-height: .24rem
    }

    .curatorSession2025_jcsj__2tr4m .turnBtn {
        width: .46rem;
        height: .6rem;
        line-height: .6rem;
        font-size: .3rem;
        top: 2.6rem
    }

    .curatorSession2025_jcsj__2tr4m .swiperBox {
        display: none
    }

    .curatorSession2025_jcsj__2tr4m .swiperBox-yd {
        display: block;
        width: 7.08rem;
        height: 3.85rem;
        margin: 0 auto;
        overflow: hidden
    }

    .curatorSession2025_jcsj__2tr4m .swiperBox-yd .swiper-slide {
        width: 35%;
        height: 3.85rem !important;
        position: relative
    }

    .curatorSession2025_jcsj__2tr4m .swiperBox-yd .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .curatorSession2025_jcsj__2tr4m .swiperBox-yd .swiper-slide .text {
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: .55rem;
        line-height: .55rem;
        text-align: center;
        font-size: .24rem;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .curatorSession2025_jgfc__1DSJn {
        width: 100%;
        height: auto;
        margin: .2rem auto;
        display: block;
        padding-bottom: .2rem
    }

    .curatorSession2025_jgfc__1DSJn .title {
        font-size: .36rem;
        line-height: 1rem
    }

    .curatorSession2025_jgfc__1DSJn .title .link {
        right: .2rem;
        top: .4rem;
        font-size: .18rem;
        padding: .03rem .1rem;
        border-radius: .05rem;
        line-height: .24rem
    }

    .curatorSession2025_jgfc__1DSJn .video {
        padding: 0;
        display: block
    }

    .curatorSession2025_jgfc__1DSJn .video .videoBox {
        width: 100%;
        height: 4.2rem
    }

    .curatorSession2025_jgfc__1DSJn .video .videoBox video {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .curatorSession2025_jgfc__1DSJn .video .videoList {
        width: 100%;
        display: flex;
        overflow-x: auto;
        margin-bottom: .2rem;
        -webkit-overflow-scrolling: touch;
        height: auto
    }

    .curatorSession2025_jgfc__1DSJn .video .videoList .iconImg {
        color: #0c81c7;
        position: absolute;
        font-size: 25px;
        left: .65rem;
        transform: rotate(90deg);
        top: -.25rem;
        display: none
    }

    .curatorSession2025_jgfc__1DSJn .video .videoList .videoItem {
        position: relative;
        width: auto;
        height: .5rem;
        font-size: .22rem;
        line-height: .5rem;
        padding: 0 .2rem;
        margin: .2rem .085rem;
        background-color: #e8e8e8;
        flex-shrink: 0
    }

    .curatorSession2025_jgfc__1DSJn .video .videoList .videoItem p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .curatorSession2025_jgfc__1DSJn .video .videoList .videoItem img {
        width: .25rem;
        margin-right: .1rem
    }

    .curatorSession2025_jgfc__1DSJn .video .videoList .videoActive, .curatorSession2025_jgfc__1DSJn .video .videoList .videoItem:hover {
        background-color: #0c81c7;
        color: #fff;
        font-size: .24rem;
        font-weight: 600
    }

    .curatorSession2025_previousReview__1sjLC {
        width: 7.08rem;
        margin: 0 auto
    }

    .curatorSession2025_previousReview__1sjLC .title {
        font-size: .36rem;
        line-height: 1rem
    }

    .curatorSession2025_previousReview__1sjLC .title .link {
        right: .2rem;
        top: .4rem;
        font-size: .18rem;
        padding: .03rem .1rem;
        border-radius: .05rem;
        line-height: .24rem
    }

    .curatorSession2025_previousReview__1sjLC .conBox {
        display: block
    }

    .curatorSession2025_previousReview__1sjLC .conBox .conItem {
        color: #333;
        width: 7.08rem;
        height: 2rem
    }

    .curatorSession2025_previousReview__1sjLC .conBox .conItem img {
        width: 3rem;
        height: 100%;
        object-fit: cover
    }

    .curatorSession2025_previousReview__1sjLC .conBox .conItem .msgBox {
        width: 3.94rem;
        font-size: .22rem
    }

    .curatorSession2025_previousReview__1sjLC .conBox .conItem .msgBox .title {
        font-size: .26rem;
        line-height: .5rem
    }

    .curatorSession2025_previousReview__1sjLC .conBox .conItem .msgBox .msg {
        font-size: .22rem
    }

    .curatorSession2025_previousReview__1sjLC .conBox .conItem .msgBox .ckxq {
        font-size: .22rem;
        margin: .1rem 0
    }
}

.list_curatorSessionList__1pgQa {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 50px
}

.list_curatorSessionList__1pgQa p {
    margin: 0;
    padding: 0
}

.list_conBj__1iLHf {
    width: 100%;
    height: 100%;
    background-size: 100% !important;
    background: url('../../../images/zlzs/jxsxz/jxsxz-conBj.png');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-color: #efefef
}

.list_crumbs__1ZZqx {
    width: 100vw;
    height: 50px;
    background-color: #f2f2f2
}

.list_crumbs__1ZZqx .crumbsCon {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px
}

.list_crumbs__1ZZqx .crumbsCon span {
    color: #00a1b4
}

.list_menuListYd__2Vuuz {
    display: none
}

.list_menuList__1sh6T {
    display: block;
    width: 240px
}

.list_menuList__1sh6T .columNameBox {
    width: 100%;
    height: 90px;
    color: #0c81c7;
    font-size: 26px;
    font-weight: 600;
    line-height: 90px;
    box-sizing: border-box;
    padding-left: 15px;
    background-image: url('../../../images/zlzs/jxsxz/jxsxz-columNameBj.jpg')
}

.list_menuList__1sh6T .ant-menu-submenu-open, .list_menuList__1sh6T .ant-menu-submenu:hover {
    background-color: #0c81c7;
    color: #fff !important
}

.list_menuList__1sh6T .ant-menu-submenu-open .ant-menu-submenu-arrow, .list_menuList__1sh6T .ant-menu-submenu-open i, .list_menuList__1sh6T .ant-menu-submenu:hover .ant-menu-submenu-arrow, .list_menuList__1sh6T .ant-menu-submenu:hover i {
    color: #fff !important
}

.list_listCon__1f7RX {
    width: 920px
}

.list_listCon__1f7RX .btnGroup {
    padding-top: 15px
}

.list_listCon__1f7RX .btnGroup p {
    display: inline-block;
    padding: 0 20px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border: 1px solid #009cbe;
    color: #009cbe;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 6px
}

.list_listCon__1f7RX .btnGroup .btnActive {
    border: 1px solid #fff;
    color: #fff;
    background: #009cbe;
    border-radius: 6px
}

.list_listCon__1f7RX .columTitle {
    width: 100%;
    font-size: 28px;
    color: #0c81c7;
    line-height: 50px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #ddd
}

.list_listCon__1f7RX .columTitle:before {
    content: "";
    width: 2px;
    height: 28px;
    background-color: #0c81c7;
    display: inline-block;
    position: absolute;
    top: 12px
}

.list_listCon__1f7RX .paginationBox {
    margin-top: 20px;
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ddd
}

.list_listCon__1f7RX .paginationBox .turnBtn {
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    color: #999;
    font-weight: 700
}

.list_listCon__1f7RX .paginationBox .ant-pagination-item, .list_listCon__1f7RX .paginationBox .ant-pagination-options-quick-jumper input {
    width: auto;
    height: 22px;
    line-height: 22px;
    border: none;
    background: none;
    min-width: 22px
}

.list_listCon__1f7RX .paginationBox .ant-pagination-jump-next, .list_listCon__1f7RX .paginationBox .ant-pagination-jump-prev, .list_listCon__1f7RX .paginationBox .ant-pagination-next, .list_listCon__1f7RX .paginationBox .ant-pagination-options-quick-jumper, .list_listCon__1f7RX .paginationBox .ant-pagination-prev {
    height: auto;
    font-size: 12px
}

.list_listCon__1f7RX .paginationBox .ant-pagination-jump-next, .list_listCon__1f7RX .paginationBox .ant-pagination-jump-prev, .list_listCon__1f7RX .paginationBox .ant-pagination-next, .list_listCon__1f7RX .paginationBox .ant-pagination-prev {
    min-width: 0
}

.list_listCon__1f7RX .paginationBox .ant-pagination-options-quick-jumper input {
    height: 24px;
    width: 44px;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px 11px;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all .3s;
    width: 50px;
    margin: 0 8px
}

.list_listCon__1f7RX .paginationBox .ant-pagination-item-active {
    background-color: #009cbe;
    color: #fff
}

.list_listCon__1f7RX .paginationBox .ant-pagination-item-active a {
    color: #fff
}

.list_gjjlItem__2PgXA {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    cursor: pointer
}

.list_gjjlItem__2PgXA img {
    width: 290px;
    height: 175px;
    object-fit: cover;
    border-radius: 3px
}

.list_gjjlItem__2PgXA .conBox {
    width: 598px;
    font-size: 16px
}

.list_gjjlItem__2PgXA .conBox .title {
    font-size: 18px;
    color: #333
}

.list_gjjlItem__2PgXA .conBox .msg {
    color: #999;
    margin: 20px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.list_gjjlItem__2PgXA .conBox .timeBox {
    display: flex;
    color: #999;
    justify-content: space-between
}

.list_jcspItemYd__2rY4n {
    display: none
}

.list_jcspItem__1tpS9 {
    width: 290px;
    overflow: hidden;
    display: inline-block;
    margin-top: 22px;
    cursor: pointer
}

.list_jcspItem__1tpS9 img {
    width: 100%;
    height: 350px;
    object-fit: cover
}

.list_jcspItem__1tpS9 .conBox {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding: 25px;
    background-color: #f7f7f7
}

.list_jcspItem__1tpS9 .conBox .time {
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background-color: #0c81c7
}

.list_jcspItem__1tpS9 .conBox .title {
    font-size: 16px;
    margin-top: 0;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.list_jchdItemYd__14G1b {
    display: none
}

.list_jchdItem__1qxHx {
    width: 448px;
    height: 257px;
    display: inline-block;
    overflow: hidden;
    margin-top: 22px;
    position: relative;
    cursor: pointer
}

.list_jchdItem__1qxHx:hover .mooter {
    top: 0 !important
}

.list_jchdItem__1qxHx img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.list_jchdItem__1qxHx .mooter {
    position: absolute;
    top: 257px;
    left: 0;
    background: rgba(24, 97, 174, .8);
    width: 448px;
    height: 257px;
    color: #fff;
    overflow: hidden;
    z-index: 2
}

.list_jchdItem__1qxHx .mooter .title {
    font-size: 30px;
    font-weight: 600;
    width: 80%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 80px auto 30px
}

.list_jchdItem__1qxHx .mooter .btn {
    width: 105px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    border: 1px solid #fff
}

.list_contentStyle__SwPqE {
    width: 1100px;
    margin: 0 auto
}

.list_contentStyle__SwPqE .title {
    font-size: 30px;
    margin: 50px auto 0;
    text-align: center
}

.list_contentStyle__SwPqE .time {
    margin: 20px auto;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd
}

.list_contentStyle__SwPqE .main {
    width: 100%
}

.list_contentStyle__SwPqE .main p {
    font-size: 16px;
    text-indent: 2em
}

.list_contentStyle__SwPqE .main img {
    max-width: 800px;
    margin: 30px auto;
    display: block
}

.list_contentStyle__SwPqE .listBox {
    padding: 50px 0;
    position: relative;
    border-top: 1px solid #ddd
}

.list_contentStyle__SwPqE .listBox p {
    cursor: pointer
}

.list_contentStyle__SwPqE .listBox .ljfhBtn {
    width: 100px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    background: #00a1b4;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    margin: 0 auto
}

.list_title_type_1__2_GKx {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center
}

.list_title_type_1__2_GKx .list_i_small2__11yiI {
    width: 8px;
    height: 8px;
    background: #f55c5d
}

.list_title_type_1__2_GKx .list_i_large2__3avDl {
    width: 16px;
    height: 16px;
    background: #00a1b4;
    margin-right: 7px
}

.list_title_type_1__2_GKx span {
    padding: 10px 25px;
    background: #00a1b4;
    border-radius: 5px;
    margin: 0 16px 0 0;
    box-sizing: border-box
}

@media (max-width: 750px) {
    .list_curatorSessionList__1pgQa {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block
    }

    .list_curatorSessionList__1pgQa p {
        margin: 0;
        padding: 0
    }

    .list_conBj__1iLHf {
        width: 100%;
        height: 100%;
        background: none;
        background-color: #fff
    }

    .list_crumbs__1ZZqx {
        width: 100vw;
        height: .6rem;
        background-color: #f2f2f2
    }

    .list_crumbs__1ZZqx .crumbsCon {
        font-size: .24rem;
        padding-left: .2rem;
        width: 100%;
        height: .6rem;
        line-height: .6rem;
        margin: 0 auto;
        text-align: left
    }

    .list_menuList__1sh6T {
        display: none
    }

    .list_menuListYd__2Vuuz {
        display: block;
        width: 7.08rem;
        padding: .2rem 0;
        align-items: center;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .list_menuListYd__2Vuuz .menuItem {
        width: 2.25rem !important;
        height: .54rem;
        line-height: .54rem;
        text-align: center;
        color: #999;
        font-size: .22rem;
        margin: .1rem 0;
        background-color: #f6f6f6
    }

    .list_menuListYd__2Vuuz .menuItem:hover {
        background-color: #0c81c7;
        color: #fff
    }

    .list_listCon__1f7RX {
        width: 7.08rem;
        margin: 0 auto
    }

    .list_listCon__1f7RX .btnGroup {
        display: none
    }

    .list_listCon__1f7RX .columTitle {
        font-size: .36rem;
        color: #0c81c7;
        line-height: 1rem;
        position: relative
    }

    .list_listCon__1f7RX .columTitle:before {
        content: "";
        width: 2px;
        height: .36rem;
        background-color: #0c81c7;
        display: inline-block;
        position: absolute;
        top: .3rem;
        display: block
    }

    .list_listCon__1f7RX .paginationBox {
        margin-top: .2rem;
        width: 100%;
        height: 1.1rem
    }

    .list_listCon__1f7RX .paginationBox .turnBtn {
        font-size: .22rem;
        width: 1rem;
        height: .5rem;
        min-width: 0;
        line-height: .5rem
    }

    .list_listCon__1f7RX .paginationBox .ant-pagination-jump-next, .list_listCon__1f7RX .paginationBox .ant-pagination-jump-prev, .list_listCon__1f7RX .paginationBox .ant-pagination-next, .list_listCon__1f7RX .paginationBox .ant-pagination-prev {
        min-width: 0;
        margin-right: .1rem
    }

    .list_listCon__1f7RX .paginationBox .ant-pagination-item, .list_listCon__1f7RX .paginationBox .ant-pagination-options-quick-jumper input {
        width: .5rem;
        height: .5rem;
        margin-right: .1rem;
        line-height: .5rem;
        min-width: 0 !important;
        font-size: .22rem
    }

    .list_listCon__1f7RX .paginationBox .ant-pagination-jump-next, .list_listCon__1f7RX .paginationBox .ant-pagination-jump-prev, .list_listCon__1f7RX .paginationBox .ant-pagination-next, .list_listCon__1f7RX .paginationBox .ant-pagination-options-quick-jumper, .list_listCon__1f7RX .paginationBox .ant-pagination-prev {
        height: auto;
        font-size: 16px
    }

    .list_gjjlItem__2PgXA {
        margin-top: .2rem;
        cursor: pointer
    }

    .list_gjjlItem__2PgXA img {
        width: 2.9rem;
        height: 1.75rem
    }

    .list_gjjlItem__2PgXA .conBox {
        width: 3.8rem;
        font-size: .22rem
    }

    .list_gjjlItem__2PgXA .conBox .title {
        font-size: .26rem;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .list_gjjlItem__2PgXA .conBox .msg {
        margin: .15rem auto
    }

    .list_jcspItem__1tpS9 {
        display: none
    }

    .list_jcspItemYd__2rY4n {
        width: 3.42rem;
        overflow: hidden;
        display: inline-block;
        margin-top: .22rem;
        cursor: pointer
    }

    .list_jcspItemYd__2rY4n img {
        width: 100%;
        height: 4.2rem;
        object-fit: cover
    }

    .list_jcspItemYd__2rY4n .conBox {
        width: 100%;
        height: 1.6rem;
        box-sizing: border-box;
        padding: .2rem;
        background-color: #f7f7f7
    }

    .list_jcspItemYd__2rY4n .conBox .time {
        padding: .05rem .1rem;
        display: inline-block;
        color: #fff;
        font-size: .22rem;
        background-color: #0c81c7
    }

    .list_jcspItemYd__2rY4n .conBox .title {
        font-size: .24rem;
        margin-top: .15rem;
        overflow: hidden;
        color: #333;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical
    }

    .list_jchdItem__1qxHx {
        display: none
    }

    .list_jchdItemYd__14G1b {
        width: 3.44rem;
        height: 2rem;
        display: inline-block;
        overflow: hidden;
        margin-top: .15rem;
        position: relative;
        cursor: pointer
    }

    .list_jchdItemYd__14G1b:hover .mooter {
        top: 0 !important
    }

    .list_jchdItemYd__14G1b img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .list_jchdItemYd__14G1b .mooter {
        position: absolute;
        top: 2rem;
        left: 0;
        background: rgba(24, 97, 174, .8);
        width: 3.44rem;
        height: 2rem;
        color: #fff;
        overflow: hidden;
        z-index: 2
    }

    .list_jchdItemYd__14G1b .mooter .title {
        font-size: .32rem;
        font-weight: 600;
        width: 90%;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: .5rem auto .3rem
    }

    .list_jchdItemYd__14G1b .mooter .btn {
        width: 1.05rem;
        height: .35rem;
        line-height: .35rem;
        text-align: center;
        font-size: .22rem;
        margin: 0 auto;
        border: 1px solid #fff
    }

    .list_contentStyle__SwPqE {
        width: 7.08rem;
        margin: 0 auto
    }

    .list_contentStyle__SwPqE .title {
        font-size: .3rem;
        margin: .5rem auto 0;
        text-align: center
    }

    .list_contentStyle__SwPqE .time {
        margin: .2rem auto;
        text-align: center;
        padding-bottom: .3rem;
        border-bottom: 1px solid #ddd
    }

    .list_contentStyle__SwPqE .main {
        width: 100%
    }

    .list_contentStyle__SwPqE .main p {
        font-size: .26rem
    }

    .list_contentStyle__SwPqE .main img {
        max-width: 7.08rem;
        margin: .3rem auto;
        display: block
    }

    .list_contentStyle__SwPqE .listBox {
        padding: .5rem 0;
        position: relative;
        font-size: .26rem;
        border-top: 1px solid #ddd
    }

    .list_contentStyle__SwPqE .listBox p {
        cursor: pointer
    }

    .list_contentStyle__SwPqE .listBox .ljfhBtn {
        width: 2rem;
        height: .8rem;
        background: #00a1b4;
        margin: .2rem auto;
        font-size: .35rem;
        color: #fff;
        text-align: center;
        line-height: .8rem;
        border-radius: .1rem;
        cursor: pointer;
        display: block;
        position: static
    }
}

.union_union__39qKM {
    width: 1342px;
    margin: 0 auto
}

.union_union__39qKM p {
    margin: 0;
    padding: 0
}

.union_diaBox__2xxyd {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2000000000000000;
    display: flex;
    justify-content: center;
    align-items: center
}

.union_diaBox__2xxyd .tst {
    display: block;
    height: 80vh
}

.union_diaBox__2xxyd .close {
    width: 60px;
    height: 60px;
    align-self: flex-start;
    margin-top: 10vh;
    cursor: pointer
}

.union_indexCrumbs__3janP {
    width: 100%;
    height: 50px;
    background: none
}

.union_indexCrumbs__3janP .crumbsCon {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px
}

.union_indexCrumbs__3janP .crumbsCon span {
    color: #00a1b4
}

.union_floatImg1__RY-TO, .union_floatImg__24b3C {
    position: fixed;
    top: 40vh;
    width: 130px;
    height: 130px;
    cursor: pointer;
    z-index: 99
}

.union_floatImg__24b3C {
    left: 50%;
    margin-left: -810px
}

.union_floatImg1__RY-TO {
    left: 50%;
    margin-left: 680px
}

.union_title_type_1__3lmUc {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center
}

.union_title_type_1__3lmUc .union_i_small2__2JtQu {
    width: 8px;
    height: 8px;
    background: #f55c5d
}

.union_title_type_1__3lmUc .union_i_large2__37Ohh {
    width: 16px;
    height: 16px;
    background: #00a1b4;
    margin-right: 7px
}

.union_title_type_1__3lmUc span {
    padding: 10px 25px;
    background: #00a1b4;
    border-radius: 5px;
    margin: 0 16px 0 0;
    box-sizing: border-box
}

.union_topSwiper__3m69z {
    width: 100%;
    height: 425px;
    background-color: #f7f7f7;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between
}

.union_topSwiper__3m69z .swiperBox {
    width: 841px;
    position: relative
}

.union_topSwiper__3m69z .swiperBox .turnBtn {
    width: 35px;
    height: 50px;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 190px;
    z-index: 2
}

.union_topSwiper__3m69z .swiperBox .turnBtn-l {
    left: 0
}

.union_topSwiper__3m69z .swiperBox .turnBtn-R {
    right: 0
}

.union_topSwiper__3m69z .swiperBox .topSwiper-slide {
    height: 425px;
    position: relative
}

.union_topSwiper__3m69z .swiperBox .topSwiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.union_topSwiper__3m69z .swiperBox .topSwiper-slide .curatorTopSwText {
    width: 100%;
    height: 55px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
    line-height: 55px;
    box-sizing: border-box;
    padding: 0 20px
}

.union_topSwiper__3m69z .swiperBox .ant-carousel .slick-dots-bottom {
    text-align: right;
    bottom: 30px;
    right: 20px
}

.union_topSwiper__3m69z .swiperBox .ant-carousel .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 5px
}

.union_topSwiper__3m69z .topSwiperMsgBox {
    width: 501px;
    height: 100%;
    box-sizing: border-box;
    padding: 20px
}

.union_topSwiper__3m69z .topSwiperMsgBox span {
    line-height: 34px
}

.union_topSwiper__3m69z .topSwiperMsgBox .topSwiperMsg-title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: #333
}

.union_topSwiper__3m69z .topSwiperMsgBox .topSwiperMsg-msg {
    width: 95%;
    text-align: justify;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 19px;
    line-height: 30px;
    color: #000;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical
}

.union_mainFunc__3ZyRW {
    width: 1342px;
    height: 120px;
    margin: 60px auto;
    display: flex
}

.union_mainFunc__3ZyRW .funcListYd {
    display: none
}

.union_mainFunc__3ZyRW .funcList {
    width: 100%;
    overflow: hidden
}

.union_mainFunc__3ZyRW .funcList .func {
    width: 260px;
    height: 120px;
    background-size: cover;
    background-position: 50%;
    background: #00a1b4;
    margin-right: 10px;
    cursor: pointer;
    float: left
}

.union_mainFunc__3ZyRW .funcList .func .text {
    width: 100%;
    height: 120px;
    padding: 19px 0;
    font-size: 29px;
    font-family: DIN, DIN-Medium;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center
}

.union_mainFunc__3ZyRW .funcList .func:nth-child(5) {
    margin-right: 0
}

.union_venue__2Ig94 {
    width: 1342px;
    height: 1120px;
    background-color: #d9f1ff
}

.union_venue__2Ig94 .list .title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    position: relative;
    padding: 15px 0
}

.union_venue__2Ig94 .list .title .link {
    position: absolute;
    right: 25px;
    top: 65px;
    color: #fff;
    background-color: #00a1b4;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 24px
}

.union_venue__2Ig94 .list .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 419px;
    height: 320px;
    margin-left: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    transition: opacity .3s ease;
    opacity: 1;
    float: left
}

.union_venue__2Ig94 .list .item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    transition: background-color .3s ease;
    pointer-events: none
}

.union_venue__2Ig94 .list .item:hover:after {
    background-color: #000;
    opacity: .3
}

.union_venue__2Ig94 .list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.union_venue__2Ig94 .list .item:hover .title {
    opacity: 1;
    z-index: 1
}

.union_venue__2Ig94 .list .item .title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity .3s ease;
    width: 95%;
    height: auto;
    font-size: 30px;
    font-family: SourceHanSansCN, SourceHanSansCN-Bold;
    font-weight: 700;
    color: #feffff
}

.union_venue__2Ig94 .list .bigImg-yd, .union_venue__2Ig94 .list .swiperBox-yd {
    display: none
}

.union_newsCenter__2YZv0 {
    width: 1342px;
    padding: 0 45px
}

.union_newsCenter__2YZv0 .contentYd {
    display: none
}

.union_newsCenter__2YZv0 .content .zxzx {
    width: 534px;
    border: 2px solid #00a1b4;
    border-radius: 11px;
    float: left;
    margin: 145px 0
}

.union_newsCenter__2YZv0 .content .zxzx .new_title {
    width: 491px;
    height: 55px;
    line-height: 35px;
    font-size: 30px;
    color: #00a1b4;
    margin: 8px auto 0;
    font-weight: 700;
    display: block
}

.union_newsCenter__2YZv0 .content .zxzx .zxzx_list {
    width: 491px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20px auto
}

.union_newsCenter__2YZv0 .content .zxzx .zxzx_list .zxzx_link {
    width: 475px;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    color: #3a4045;
    margin-left: 9px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center
}

.union_newsCenter__2YZv0 .content .zxzx .zxzx_list .zxzx_link span, .union_newsCenter__2YZv0 .content .zxzx .zxzx_list .zxzx_link span img {
    width: 16px
}

.union_newsCenter__2YZv0 .content .zxzx .zxzx_list .more {
    margin-left: 451px;
    font-size: 18px;
    color: #00a1b4
}

.union_newsCenter__2YZv0 .content .zxzx:first-child {
    margin-right: 184px
}

.union_videoSelect__30JVW {
    width: 1342px;
    height: 520px;
    margin: 50px auto 0;
    display: flex
}

.union_videoSelect__30JVW .videoBox {
    width: 918px;
    height: 520px;
    background-color: #333
}

.union_videoSelect__30JVW .videoBox video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.union_videoSelect__30JVW .videoList {
    width: 424px;
    height: 520px;
    flex-shrink: 0;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 0
}

.union_videoSelect__30JVW .videoList .iconImg {
    color: #0c81c7;
    position: absolute;
    font-size: 25px;
    left: -17px;
    top: 25px;
    display: none
}

.union_videoSelect__30JVW .videoList .videoItem {
    position: relative;
    width: 100%;
    height: 74.3px;
    display: flex;
    background-color: #f6f6f6;
    font-size: 22px;
    line-height: 38px;
    padding-left: 23px;
    align-items: center;
    cursor: pointer;
    word-break: keep-all
}

.union_videoSelect__30JVW .videoList .videoItem img {
    width: 30px;
    margin-right: 20px
}

.union_videoSelect__30JVW .videoList .videoActive, .union_videoSelect__30JVW .videoList .videoItem:hover {
    background-color: #0c81c7 !important;
    color: #fff
}

.union_videoSelect__30JVW .videoList .videoItem:hover .iconImg {
    display: block
}

.union_videoSelect__30JVW .videoList .videoItem:nth-last-of-type(odd) {
    background-color: #ececec
}

@media (max-height: 850px) {
    .union_floatImg1__RY-TO, .union_floatImg__24b3C {
        top: 70vh
    }
}

@media (max-width: 750px) {
    .union_union__39qKM {
        width: 7.5rem;
        margin: 0 auto;
        background-color: #fafafa
    }

    .union_union__39qKM p {
        margin: 0;
        padding: 0
    }

    .union_title_type_1__3lmUc {
        font-size: .32rem;
        font-weight: 700;
        line-height: .32rem;
        color: #fff;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0;
        text-indent: 0
    }

    .union_title_type_1__3lmUc .union_i_small2__2JtQu {
        width: .16rem;
        height: .16rem;
        background: #f55c5d
    }

    .union_title_type_1__3lmUc .union_i_large2__37Ohh {
        width: .3rem;
        height: .3rem;
        background: #00a1b4;
        margin-right: .07rem
    }

    .union_title_type_1__3lmUc span {
        padding: .1rem .4rem;
        background: #00a1b4;
        border-radius: 5px;
        margin: 0 .16rem 0 0;
        box-sizing: border-box
    }

    .union_indexCrumbs__3janP {
        width: 100vw;
        height: .6rem;
        background-color: #f2f2f2
    }

    .union_indexCrumbs__3janP .crumbsCon {
        font-size: .24rem;
        padding-left: .2rem;
        width: 100%;
        height: .6rem;
        line-height: .6rem;
        margin: 0 auto;
        text-align: left
    }

    .union_floatImg1__RY-TO, .union_floatImg__24b3C {
        display: none
    }

    .union_topSwiper__3m69z {
        width: 100%;
        display: block;
        height: auto;
        margin: 0 auto
    }

    .union_topSwiper__3m69z .swiperBox {
        width: 100%;
        position: relative
    }

    .union_topSwiper__3m69z .swiperBox .turnBtn {
        width: .34rem;
        height: .5rem;
        line-height: .5rem;
        font-size: .3rem;
        top: 1.9rem
    }

    .union_topSwiper__3m69z .swiperBox .topSwiper-slide {
        height: 4.23rem
    }

    .union_topSwiper__3m69z .swiperBox .topSwiper-slide .curatorTopSwText {
        height: .55rem;
        font-size: .24rem;
        line-height: .55rem;
        padding: 0 .2rem
    }

    .union_topSwiper__3m69z .swiperBox .ant-carousel .slick-dots-bottom {
        bottom: .35rem;
        right: .2rem
    }

    .union_topSwiper__3m69z .swiperBox .ant-carousel .slick-dots li button {
        width: .1rem;
        height: .1rem;
        border-radius: .05rem
    }

    .union_topSwiper__3m69z .topSwiperMsgBox {
        width: 100%;
        height: auto;
        padding: .2rem
    }

    .union_topSwiper__3m69z .topSwiperMsgBox .topSwiperMsg-title {
        font-size: .3rem;
        margin-bottom: .2rem;
        font-weight: 600
    }

    .union_topSwiper__3m69z .topSwiperMsgBox .topSwiperMsg-msg {
        font-size: .26rem
    }

    .union_mainFunc__3ZyRW {
        width: 100%;
        height: auto;
        margin: .2rem auto;
        display: block;
        box-sizing: border-box;
        padding: .2rem
    }

    .union_mainFunc__3ZyRW .funcList {
        display: none
    }

    .union_mainFunc__3ZyRW .funcListYd {
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column
    }

    .union_mainFunc__3ZyRW .funcListYd .func {
        width: 100%;
        height: auto;
        margin-bottom: .3rem;
        border-radius: .1rem;
        box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .1);
        background: #00a1b4
    }

    .union_mainFunc__3ZyRW .funcListYd .func .text {
        font-size: .36rem;
        text-align: center;
        color: #fff;
        line-height: 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .union_venue__2Ig94 {
        width: 100%;
        height: 7.36rem
    }

    .union_venue__2Ig94 .list .title {
        font-size: .35rem;
        line-height: .5rem
    }

    .union_venue__2Ig94 .list .title .link {
        right: .27rem;
        top: .8rem
    }

    .union_venue__2Ig94 .list .item {
        width: 2.38rem;
        height: 1.82rem;
        margin-left: .08rem;
        margin-bottom: .08rem
    }

    .union_venue__2Ig94 .list .item .title {
        font-size: .24rem
    }

    .union_newsCenter__2YZv0 {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0
    }

    .union_newsCenter__2YZv0 .content {
        display: none
    }

    .union_newsCenter__2YZv0 .contentYd {
        display: block
    }

    .union_newsCenter__2YZv0 .contentYd .news_wrap, .union_newsCenter__2YZv0 .contentYd .news_wrap .news_content {
        width: 100%;
        overflow: hidden
    }

    .union_newsCenter__2YZv0 .contentYd .news_wrap .news_content .news_part_1 {
        width: 100%;
        background: #00a1b4;
        padding: .3rem .2rem;
        box-sizing: border-box
    }

    .union_newsCenter__2YZv0 .contentYd .news_wrap .news_content .news_part_1 .news_part_1_tab {
        width: 100%;
        display: flex;
        flex-direction: row;
        font-weight: 700;
        line-height: .52rem;
        font-size: .32rem;
        justify-content: center
    }

    .union_newsCenter__2YZv0 .contentYd .news_wrap .news_content .news_part_1 .news_part_1_tab .news_tab_1 {
        width: 2.82rem;
        height: auto;
        background: url('../../../images/zlzs/jxsxz/jxsxz-tags_9.png') 0 0 no-repeat;
        background-size: 100% 100%;
        color: #fff;
        text-align: center
    }

    .union_newsCenter__2YZv0 .contentYd .news_wrap .news_content .news_part_1 .news_part_1_tab .news_tab_2 {
        width: 2.82rem;
        height: auto;
        background: url('../../../images/zlzs/jxsxz/jxsxz-tags_10.png') 0 0 no-repeat;
        background-size: 100% 100%;
        color: #fff;
        margin-left: -.2rem;
        text-align: center
    }

    .union_newsCenter__2YZv0 .contentYd .news_wrap .news_content .news_part_1 .news_part_1_tab .news_tab_1_active {
        width: 2.82rem;
        height: auto;
        background: url('../../../images/zlzs/jxsxz/jxsxz-home_26.png') 0 0 no-repeat;
        background-size: 100% 100%;
        color: #00a1b4;
        text-align: center
    }

    .union_newsCenter__2YZv0 .contentYd .news_wrap .news_content .news_part_1 .news_part_1_tab .news_tab_2_active {
        width: 2.82rem;
        height: auto;
        background: url('../../../images/zlzs/jxsxz/jxsxz-home_19.png') 0 0 no-repeat;
        background-size: 100% 100%;
        color: #00a1b4;
        margin-left: -.2rem;
        text-align: center
    }

    .union_newsCenter__2YZv0 .contentYd .news_wrap .news_content .news_part_1 .hdyg {
        width: 6.1rem;
        margin: 0 auto
    }

    .union_newsCenter__2YZv0 .contentYd .news_wrap .news_content .news_part_1 .hdyg .hdyg_list {
        width: 100%;
        overflow: hidden
    }

    .union_newsCenter__2YZv0 .contentYd .news_wrap .news_content .news_part_1 .hdyg .hdyg_list .hdyg_link {
        width: 100%;
        padding: .43rem 0 .23rem;
        box-sizing: border-box;
        border-bottom: .02rem solid hsla(0, 0%, 100%, .5);
        display: block
    }

    .union_newsCenter__2YZv0 .contentYd .news_wrap .news_content .news_part_1 .hdyg .hdyg_list .hdyg_link .time {
        font-size: .28rem;
        color: #fff;
        text-align: left;
        margin-top: .3rem;
        text-indent: .39rem
    }

    .union_newsCenter__2YZv0 .contentYd .news_wrap .news_content .news_part_1 .hdyg .hdyg_list .hdyg_link .article {
        display: flex;
        flex-direction: row
    }

    .union_newsCenter__2YZv0 .contentYd .news_wrap .news_content .news_part_1 .hdyg .hdyg_list .hdyg_link .article i {
        width: .19rem;
        height: .19rem;
        border-radius: 100%;
        background: #fff;
        display: inline-block;
        margin-right: .2rem;
        margin-top: .12rem
    }

    .union_newsCenter__2YZv0 .contentYd .news_wrap .news_content .news_part_1 .hdyg .hdyg_list .hdyg_link .article img {
        width: .3rem;
        height: .3rem;
        margin-top: .1rem
    }

    .union_newsCenter__2YZv0 .contentYd .news_wrap .news_content .news_part_1 .hdyg .hdyg_list .hdyg_link .article span {
        flex: 1 1;
        line-height: .44rem;
        font-size: .3rem;
        color: #fff
    }

    .union_newsCenter__2YZv0 .contentYd .news_wrap .news_content .news_part_1 .tzgg {
        width: 6.1rem;
        margin: 0 auto
    }

    .union_newsCenter__2YZv0 .contentYd .news_wrap .news_content .news_part_1 .tzgg .tzgg_list {
        width: 100%;
        overflow: hidden
    }

    .union_newsCenter__2YZv0 .contentYd .news_wrap .news_content .news_part_1 .tzgg .tzgg_list .hdyg_link {
        width: 100%;
        padding: .43rem 0 .23rem;
        box-sizing: border-box;
        border-bottom: .02rem solid hsla(0, 0%, 100%, .5);
        display: block
    }

    .union_newsCenter__2YZv0 .contentYd .news_wrap .news_content .news_part_1 .tzgg .tzgg_list .hdyg_link .time {
        font-size: .28rem;
        color: #fff;
        text-align: left;
        margin-top: .3rem;
        text-indent: .39rem
    }

    .union_newsCenter__2YZv0 .contentYd .news_wrap .news_content .news_part_1 .tzgg .tzgg_list .hdyg_link .article {
        display: flex;
        flex-direction: row
    }

    .union_newsCenter__2YZv0 .contentYd .news_wrap .news_content .news_part_1 .tzgg .tzgg_list .hdyg_link .article i {
        width: .19rem;
        height: .19rem;
        border-radius: 100%;
        background: #fff;
        display: inline-block;
        margin-right: .2rem;
        margin-top: .12rem
    }

    .union_newsCenter__2YZv0 .contentYd .news_wrap .news_content .news_part_1 .tzgg .tzgg_list .hdyg_link .article img {
        width: .3rem;
        height: .3rem;
        margin-top: .1rem
    }

    .union_newsCenter__2YZv0 .contentYd .news_wrap .news_content .news_part_1 .tzgg .tzgg_list .hdyg_link .article span {
        flex: 1 1;
        line-height: .44rem;
        font-size: .3rem;
        color: #fff
    }

    .union_videoSelect__30JVW {
        width: 100%;
        height: auto;
        margin: .2rem auto;
        display: block
    }

    .union_videoSelect__30JVW .videoBox {
        width: 100%;
        height: 4.2rem
    }

    .union_videoSelect__30JVW .videoBox video {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .union_videoSelect__30JVW .videoList {
        width: 7.5rem;
        height: .6rem;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin: .2rem auto 0;
        padding: 0 .2rem .08rem;
        box-sizing: border-box;
        grid-gap: .1rem;
        gap: .1rem;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch
    }

    .union_videoSelect__30JVW .videoList .iconImg {
        color: #0c81c7;
        position: absolute;
        font-size: 25px;
        left: .65rem;
        transform: rotate(90deg);
        top: -.25rem;
        display: none
    }

    .union_videoSelect__30JVW .videoList .videoItem {
        position: relative;
        flex: 0 0 auto;
        width: 1.76rem;
        height: .34rem;
        font-size: .2rem;
        line-height: .34rem;
        padding: 0 .08rem;
        margin: 0;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background-color: #f6f6f6;
        border-radius: .04rem
    }

    .union_videoSelect__30JVW .videoList .videoItem p {
        margin: 0;
        width: 100%;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .union_videoSelect__30JVW .videoList .videoItem img {
        width: .25rem;
        margin-right: .1rem
    }
}

.list_unionList__Uen3O {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 50px
}

.list_unionList__Uen3O p {
    margin: 0;
    padding: 0
}

.list_conBj__mb6DG {
    width: 100%;
    height: 100%;
    background-size: 100% !important;
    background: url('../../../images/zlzs/jxsxz/jxsxz-conBj.png');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-color: #efefef
}

.list_crumbs__16oJu {
    width: 100vw;
    height: 50px;
    background-color: #f2f2f2
}

.list_crumbs__16oJu .crumbsCon {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px
}

.list_crumbs__16oJu .crumbsCon span {
    color: #00a1b4
}

.list_menuListYd__18vL6 {
    display: none
}

.list_menuList__1SYVr {
    display: block;
    width: 240px
}

.list_menuList__1SYVr .columNameBox {
    width: 100%;
    height: 90px;
    color: #0c81c7;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    box-sizing: border-box;
    background-image: url('../../../images/zlzs/jxsxz/jxsxz-columNameBj.jpg')
}

.list_menuList__1SYVr .ant-menu-submenu-open, .list_menuList__1SYVr .ant-menu-submenu:hover {
    background-color: #0c81c7;
    color: #fff !important
}

.list_menuList__1SYVr .ant-menu-submenu-open .ant-menu-submenu-arrow, .list_menuList__1SYVr .ant-menu-submenu-open i, .list_menuList__1SYVr .ant-menu-submenu:hover .ant-menu-submenu-arrow, .list_menuList__1SYVr .ant-menu-submenu:hover i {
    color: #fff !important
}

.list_listCon__3FgQt {
    width: 920px
}

.list_listCon__3FgQt .btnGroup {
    padding-top: 15px
}

.list_listCon__3FgQt .btnGroup p {
    display: inline-block;
    padding: 0 20px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border: 1px solid #009cbe;
    color: #009cbe;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 6px
}

.list_listCon__3FgQt .btnGroup .btnActive {
    border: 1px solid #fff;
    color: #fff;
    background: #009cbe;
    border-radius: 6px
}

.list_listCon__3FgQt .columTitle {
    width: 100%;
    font-size: 28px;
    color: #0c81c7;
    line-height: 50px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #ddd
}

.list_listCon__3FgQt .columTitle:before {
    content: "";
    width: 2px;
    height: 28px;
    background-color: #0c81c7;
    display: inline-block;
    position: absolute;
    top: 12px
}

.list_listCon__3FgQt .columDesc {
    padding: 20px 0 0;
    font-size: 18px;
    line-height: 26px
}

.list_listCon__3FgQt .paginationBox {
    margin-top: 20px;
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ddd
}

.list_listCon__3FgQt .paginationBox .turnBtn {
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    color: #999;
    font-weight: 700
}

.list_listCon__3FgQt .paginationBox .ant-pagination-item, .list_listCon__3FgQt .paginationBox .ant-pagination-options-quick-jumper input {
    width: auto;
    height: 22px;
    line-height: 22px;
    border: none;
    background: none;
    min-width: 22px
}

.list_listCon__3FgQt .paginationBox .ant-pagination-jump-next, .list_listCon__3FgQt .paginationBox .ant-pagination-jump-prev, .list_listCon__3FgQt .paginationBox .ant-pagination-next, .list_listCon__3FgQt .paginationBox .ant-pagination-options-quick-jumper, .list_listCon__3FgQt .paginationBox .ant-pagination-prev {
    height: auto;
    font-size: 12px
}

.list_listCon__3FgQt .paginationBox .ant-pagination-jump-next, .list_listCon__3FgQt .paginationBox .ant-pagination-jump-prev, .list_listCon__3FgQt .paginationBox .ant-pagination-next, .list_listCon__3FgQt .paginationBox .ant-pagination-prev {
    min-width: 0
}

.list_listCon__3FgQt .paginationBox .ant-pagination-options-quick-jumper input {
    height: 24px;
    width: 44px;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px 11px;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all .3s;
    width: 50px;
    margin: 0 8px
}

.list_listCon__3FgQt .paginationBox .ant-pagination-item-active {
    background-color: #009cbe;
    color: #fff
}

.list_listCon__3FgQt .paginationBox .ant-pagination-item-active a {
    color: #fff
}

.list_listCon__3FgQt .paginationBox .ljfhBtn {
    height: 26px;
    color: #fff;
    font-size: 16px;
    background: #00a1b4;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    padding: 4px 8px;
    margin-left: 10px
}

.list_gjjlItem__3iCnL {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    cursor: pointer
}

.list_gjjlItem__3iCnL img {
    width: 290px;
    height: 175px;
    object-fit: cover;
    border-radius: 3px
}

.list_gjjlItem__3iCnL .conBox {
    width: 598px;
    font-size: 16px
}

.list_gjjlItem__3iCnL .conBox .title {
    font-size: 18px;
    color: #333
}

.list_gjjlItem__3iCnL .conBox .msg {
    color: #999;
    margin: 20px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.list_gjjlItem__3iCnL .conBox .timeBox {
    display: flex;
    color: #999;
    justify-content: space-between
}

.list_jcspItemYd__1rzMJ {
    display: none
}

.list_jcspItem__DDpdh {
    width: 423px;
    overflow: hidden;
    display: inline-block;
    margin-top: 22px;
    cursor: pointer
}

.list_jcspItem__DDpdh img {
    width: 100%;
    height: 306px;
    object-fit: cover
}

.list_jcspItem__DDpdh .conBox {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding: 25px;
    background-color: #f7f7f7
}

.list_jcspItem__DDpdh .conBox .time {
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background-color: #0c81c7
}

.list_jcspItem__DDpdh .conBox .title {
    font-size: 16px;
    margin-top: 0;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.list_jchdItemYd__38DLe {
    display: none
}

.list_jchdItem__2KlFB {
    width: 448px;
    height: 257px;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 22px;
    position: relative;
    cursor: pointer
}

.list_jchdItem__2KlFB:hover .mooter {
    top: 0 !important
}

.list_jchdItem__2KlFB img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.list_jchdItem__2KlFB .mooter {
    position: absolute;
    top: 257px;
    left: 0;
    background: rgba(24, 97, 174, .8);
    width: 448px;
    height: 257px;
    color: #fff;
    overflow: hidden;
    z-index: 2
}

.list_jchdItem__2KlFB .mooter .title {
    font-size: 30px;
    font-weight: 600;
    width: 80%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 80px auto 30px
}

.list_jchdItem__2KlFB .mooter .btn {
    width: 105px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    border: 1px solid #fff
}

.list_contentStyle__1v-68 {
    width: 1100px;
    margin: 0 auto
}

.list_contentStyle__1v-68 .title {
    font-size: 30px;
    margin: 50px auto 0;
    text-align: center
}

.list_contentStyle__1v-68 .time {
    margin: 20px auto;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd
}

.list_contentStyle__1v-68 .main {
    width: 100%
}

.list_contentStyle__1v-68 .main p {
    font-size: 16px;
    text-indent: 2em
}

.list_contentStyle__1v-68 .main img {
    max-width: 800px;
    margin: 30px auto;
    display: block
}

.list_contentStyle__1v-68 .listBox {
    padding: 50px 0;
    position: relative;
    border-top: 1px solid #ddd
}

.list_contentStyle__1v-68 .listBox p {
    cursor: pointer
}

.list_contentStyle__1v-68 .listBox .ljfhBtn {
    width: 100px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    background: #00a1b4;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    margin: 0 auto
}

.list_title_type_1__1LQRH {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center
}

.list_title_type_1__1LQRH .list_i_small2__1l7x4 {
    width: 8px;
    height: 8px;
    background: #f55c5d
}

.list_title_type_1__1LQRH .list_i_large2__uMWdQ {
    width: 16px;
    height: 16px;
    background: #00a1b4;
    margin-right: 7px
}

.list_title_type_1__1LQRH span {
    padding: 10px 25px;
    background: #00a1b4;
    border-radius: 5px;
    margin: 0 16px 0 0;
    box-sizing: border-box
}

@media (max-width: 750px) {
    .list_unionList__Uen3O {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block
    }

    .list_unionList__Uen3O p {
        margin: 0;
        padding: 0
    }

    .list_conBj__mb6DG {
        width: 100%;
        height: 100%;
        background: none;
        background-color: #fff
    }

    .list_crumbs__16oJu {
        width: 100vw;
        height: .6rem;
        background-color: #f2f2f2
    }

    .list_crumbs__16oJu .crumbsCon {
        font-size: .24rem;
        padding-left: .2rem;
        width: 100%;
        height: .6rem;
        line-height: .6rem;
        margin: 0 auto;
        text-align: left
    }

    .list_menuList__1SYVr {
        display: none
    }

    .list_menuListYd__18vL6 {
        display: block;
        width: 7.08rem;
        padding: .2rem 0;
        align-items: center;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .list_menuListYd__18vL6 .menuItem {
        width: 2.25rem !important;
        height: .54rem;
        line-height: .54rem;
        text-align: center;
        color: #999;
        font-size: .22rem;
        margin: .1rem 0;
        background-color: #f6f6f6;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .list_menuListYd__18vL6 .menuItem:hover {
        background-color: #0c81c7;
        color: #fff
    }

    .list_listCon__3FgQt {
        width: 7.08rem;
        margin: 0 auto
    }

    .list_listCon__3FgQt .btnGroup {
        display: none
    }

    .list_listCon__3FgQt .columTitle {
        font-size: .36rem;
        color: #0c81c7;
        line-height: 1rem;
        position: relative
    }

    .list_listCon__3FgQt .columTitle:before {
        content: "";
        width: 2px;
        height: .36rem;
        background-color: #0c81c7;
        display: inline-block;
        position: absolute;
        top: .3rem;
        display: block
    }

    .list_listCon__3FgQt .paginationBox {
        margin-top: .2rem;
        width: 100%;
        height: 1.1rem
    }

    .list_listCon__3FgQt .paginationBox .turnBtn {
        font-size: .22rem;
        width: 1rem;
        height: .5rem;
        min-width: 0;
        line-height: .5rem
    }

    .list_listCon__3FgQt .paginationBox .ant-pagination-jump-next, .list_listCon__3FgQt .paginationBox .ant-pagination-jump-prev, .list_listCon__3FgQt .paginationBox .ant-pagination-next, .list_listCon__3FgQt .paginationBox .ant-pagination-prev {
        min-width: 0;
        margin-right: .1rem
    }

    .list_listCon__3FgQt .paginationBox .ant-pagination-item, .list_listCon__3FgQt .paginationBox .ant-pagination-options-quick-jumper input {
        width: .5rem;
        height: .5rem;
        margin-right: .1rem;
        line-height: .5rem;
        min-width: 0 !important;
        font-size: .22rem
    }

    .list_listCon__3FgQt .paginationBox .ant-pagination-jump-next, .list_listCon__3FgQt .paginationBox .ant-pagination-jump-prev, .list_listCon__3FgQt .paginationBox .ant-pagination-next, .list_listCon__3FgQt .paginationBox .ant-pagination-options-quick-jumper, .list_listCon__3FgQt .paginationBox .ant-pagination-prev {
        height: auto;
        font-size: 16px
    }

    .list_gjjlItem__3iCnL {
        margin-top: .2rem;
        cursor: pointer
    }

    .list_gjjlItem__3iCnL img {
        width: 2.9rem;
        height: 1.75rem
    }

    .list_gjjlItem__3iCnL .conBox {
        width: 3.8rem;
        font-size: .22rem
    }

    .list_gjjlItem__3iCnL .conBox .title {
        font-size: .26rem;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .list_gjjlItem__3iCnL .conBox .msg {
        margin: .15rem auto
    }

    .list_jcspItem__DDpdh {
        display: none
    }

    .list_jcspItemYd__1rzMJ {
        width: 3.42rem;
        overflow: hidden;
        display: inline-block;
        margin-top: .22rem;
        cursor: pointer
    }

    .list_jcspItemYd__1rzMJ img {
        width: 100%;
        height: 3.5rem;
        object-fit: cover
    }

    .list_jcspItemYd__1rzMJ .conBox {
        width: 100%;
        height: 1.6rem;
        box-sizing: border-box;
        padding: .2rem;
        background-color: #f7f7f7
    }

    .list_jcspItemYd__1rzMJ .conBox .time {
        padding: .05rem .1rem;
        display: inline-block;
        color: #fff;
        font-size: .22rem;
        background-color: #0c81c7
    }

    .list_jcspItemYd__1rzMJ .conBox .title {
        font-size: .24rem;
        margin-top: .15rem;
        overflow: hidden;
        color: #333;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical
    }

    .list_jchdItem__2KlFB {
        display: none
    }

    .list_jchdItemYd__38DLe {
        width: 3.44rem;
        height: 2rem;
        display: inline-block;
        overflow: hidden;
        margin-bottom: .15rem;
        position: relative;
        cursor: pointer
    }

    .list_jchdItemYd__38DLe:hover .mooter {
        top: 0 !important
    }

    .list_jchdItemYd__38DLe img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .list_jchdItemYd__38DLe .mooter {
        position: absolute;
        top: 2rem;
        left: 0;
        background: rgba(24, 97, 174, .8);
        width: 3.44rem;
        height: 2rem;
        color: #fff;
        overflow: hidden;
        z-index: 2
    }

    .list_jchdItemYd__38DLe .mooter .title {
        font-size: .32rem;
        font-weight: 600;
        width: 90%;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: .5rem auto .3rem
    }

    .list_jchdItemYd__38DLe .mooter .btn {
        width: 1.05rem;
        height: .35rem;
        line-height: .35rem;
        text-align: center;
        font-size: .22rem;
        margin: 0 auto;
        border: 1px solid #fff
    }

    .list_contentStyle__1v-68 {
        width: 7.08rem;
        margin: 0 auto
    }

    .list_contentStyle__1v-68 .title {
        font-size: .3rem;
        margin: .5rem auto 0;
        text-align: center
    }

    .list_contentStyle__1v-68 .time {
        margin: .2rem auto;
        text-align: center;
        padding-bottom: .3rem;
        border-bottom: 1px solid #ddd
    }

    .list_contentStyle__1v-68 .main {
        width: 100%
    }

    .list_contentStyle__1v-68 .main p {
        font-size: .26rem
    }

    .list_contentStyle__1v-68 .main img {
        max-width: 7.08rem;
        margin: .3rem auto;
        display: block
    }

    .list_contentStyle__1v-68 .listBox {
        padding: .5rem 0;
        position: relative;
        font-size: .26rem;
        border-top: 1px solid #ddd
    }

    .list_contentStyle__1v-68 .listBox p {
        cursor: pointer
    }

    .list_contentStyle__1v-68 .listBox .ljfhBtn {
        width: 2rem;
        height: .8rem;
        background: #00a1b4;
        margin: .2rem auto;
        font-size: .35rem;
        color: #fff;
        text-align: center;
        line-height: .8rem;
        border-radius: .1rem;
        cursor: pointer;
        display: block;
        position: static
    }
}

.cglist_unionList__1-ZPm {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 50px
}

.cglist_unionList__1-ZPm p {
    margin: 0;
    padding: 0
}

.cglist_conBj__PAeaJ {
    width: 100%;
    height: 100%;
    background-size: 100% !important;
    background: url('../../../images/zlzs/jxsxz/jxsxz-conBj.png');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-color: #efefef
}

.cglist_crumbs__15Ogc {
    width: 100vw;
    height: 50px;
    background-color: #f2f2f2
}

.cglist_crumbs__15Ogc .crumbsCon {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px
}

.cglist_crumbs__15Ogc .crumbsCon span {
    color: #00a1b4
}

.cglist_listCon__1Rt3t {
    width: 1403px;
    margin: 0 auto
}

.cglist_listCon__1Rt3t .btnGroup {
    padding-top: 15px
}

.cglist_listCon__1Rt3t .btnGroup p {
    display: inline-block;
    padding: 0 20px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border: 1px solid #009cbe;
    color: #009cbe;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 6px
}

.cglist_listCon__1Rt3t .btnGroup .btnActive {
    border: 1px solid #fff;
    color: #fff;
    background: #009cbe;
    border-radius: 6px
}

.cglist_listCon__1Rt3t a {
    color: inherit
}

.cglist_listCon__1Rt3t .columTitle {
    width: 100%;
    font-size: 28px;
    color: #0c81c7;
    line-height: 50px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #ddd
}

.cglist_listCon__1Rt3t .columTitle:before {
    content: "";
    width: 2px;
    height: 28px;
    background-color: #0c81c7;
    display: inline-block;
    position: absolute;
    top: 12px
}

.cglist_listCon__1Rt3t .paginationBox {
    margin-top: 20px;
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ddd
}

.cglist_listCon__1Rt3t .paginationBox .turnBtn {
    width: 12px;
    height: 12px;
    line-height: 24px;
    text-align: center;
    color: #999;
    font-weight: 700
}

.cglist_listCon__1Rt3t .paginationBox .ant-pagination-item, .cglist_listCon__1Rt3t .paginationBox .ant-pagination-options-quick-jumper input {
    width: auto;
    height: 22px;
    line-height: 22px;
    border: none;
    background: none;
    min-width: 22px
}

.cglist_listCon__1Rt3t .paginationBox .ant-pagination-jump-next, .cglist_listCon__1Rt3t .paginationBox .ant-pagination-jump-prev, .cglist_listCon__1Rt3t .paginationBox .ant-pagination-next, .cglist_listCon__1Rt3t .paginationBox .ant-pagination-options-quick-jumper, .cglist_listCon__1Rt3t .paginationBox .ant-pagination-prev {
    height: auto;
    font-size: 12px
}

.cglist_listCon__1Rt3t .paginationBox .ant-pagination-jump-next, .cglist_listCon__1Rt3t .paginationBox .ant-pagination-jump-prev, .cglist_listCon__1Rt3t .paginationBox .ant-pagination-next, .cglist_listCon__1Rt3t .paginationBox .ant-pagination-prev {
    min-width: 0
}

.cglist_listCon__1Rt3t .paginationBox .ant-pagination-options-quick-jumper input {
    height: 24px;
    width: 44px;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px 11px;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all .3s;
    width: 50px;
    margin: 0 8px
}

.cglist_listCon__1Rt3t .paginationBox .ant-pagination-item-active {
    background-color: #009cbe;
    color: #fff
}

.cglist_listCon__1Rt3t .paginationBox .ant-pagination-item-active a {
    color: #fff
}

.cglist_gjjlItem__2_p_y {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    cursor: pointer
}

.cglist_gjjlItem__2_p_y img {
    width: 290px;
    height: 175px;
    object-fit: cover;
    border-radius: 3px
}

.cglist_gjjlItem__2_p_y .conBox {
    width: 598px;
    font-size: 16px
}

.cglist_gjjlItem__2_p_y .conBox .title {
    font-size: 18px;
    color: #333
}

.cglist_gjjlItem__2_p_y .conBox .msg {
    color: #999;
    margin: 20px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.cglist_gjjlItem__2_p_y .conBox .timeBox {
    display: flex;
    color: #999;
    justify-content: space-between
}

.cglist_jcspItemYd__raCvl {
    display: none
}

.cglist_jcspItem__378QI {
    width: 423px;
    overflow: hidden;
    display: inline-block;
    margin-top: 22px;
    cursor: pointer
}

.cglist_jcspItem__378QI img {
    width: 100%;
    height: 306px;
    object-fit: cover
}

.cglist_jcspItem__378QI .conBox {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding: 25px;
    background-color: #f7f7f7
}

.cglist_jcspItem__378QI .conBox .time {
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background-color: #0c81c7
}

.cglist_jcspItem__378QI .conBox .title {
    font-size: 16px;
    margin-top: 0;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.cglist_jchdItemYd__29Gtq {
    display: none
}

.cglist_jchdItem__2LEMi {
    width: 448px;
    height: 257px;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 22px;
    position: relative;
    cursor: pointer
}

.cglist_jchdItem__2LEMi:hover .mooter {
    top: 0 !important
}

.cglist_jchdItem__2LEMi img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cglist_jchdItem__2LEMi .mooter {
    position: absolute;
    top: 257px;
    left: 0;
    background: rgba(24, 97, 174, .8);
    width: 448px;
    height: 257px;
    color: #fff;
    overflow: hidden;
    z-index: 2
}

.cglist_jchdItem__2LEMi .mooter .title {
    font-size: 30px;
    font-weight: 600;
    width: 80%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 80px auto 30px
}

.cglist_jchdItem__2LEMi .mooter .btn {
    width: 105px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    border: 1px solid #fff
}

.cglist_contentStyle__-PZ4P {
    width: 1100px;
    margin: 0 auto
}

.cglist_contentStyle__-PZ4P .title {
    font-size: 30px;
    margin: 50px auto 0;
    text-align: center
}

.cglist_contentStyle__-PZ4P .time {
    margin: 20px auto;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd
}

.cglist_contentStyle__-PZ4P .main {
    width: 100%
}

.cglist_contentStyle__-PZ4P .main p {
    font-size: 16px;
    text-indent: 2em
}

.cglist_contentStyle__-PZ4P .main img {
    max-width: 800px;
    margin: 30px auto;
    display: block
}

.cglist_contentStyle__-PZ4P .listBox {
    padding: 50px 0;
    position: relative;
    border-top: 1px solid #ddd
}

.cglist_contentStyle__-PZ4P .listBox p {
    cursor: pointer
}

.cglist_contentStyle__-PZ4P .listBox .btn {
    width: 220px;
    margin: 0 auto
}

.cglist_contentStyle__-PZ4P .listBox .linkBtn, .cglist_contentStyle__-PZ4P .listBox .ljfhBtn {
    width: 100px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    background: #00a1b4;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    margin: 0 auto;
    float: left
}

.cglist_contentStyle__-PZ4P .listBox .linkBtn {
    margin-left: 20px
}

.cglist_contentStyle__-PZ4P .listBox .linkBtn a {
    color: #fff
}

.cglist_title_type_1__1Y_9I {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center
}

.cglist_title_type_1__1Y_9I .cglist_i_small2__1KCBd {
    width: 8px;
    height: 8px;
    background: #f55c5d
}

.cglist_title_type_1__1Y_9I .cglist_i_large2__26NqL {
    width: 16px;
    height: 16px;
    background: #00a1b4;
    margin-right: 7px
}

.cglist_title_type_1__1Y_9I span {
    padding: 10px 25px;
    background: #00a1b4;
    border-radius: 5px;
    margin: 0 16px 0 0;
    box-sizing: border-box
}

@media (max-width: 750px) {
    .cglist_unionList__1-ZPm {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block
    }

    .cglist_unionList__1-ZPm p {
        margin: 0;
        padding: 0
    }

    .cglist_conBj__PAeaJ {
        width: 100%;
        height: 100%;
        background: none;
        background-color: #fff
    }

    .cglist_crumbs__15Ogc {
        width: 100vw;
        height: .6rem;
        background-color: #f2f2f2
    }

    .cglist_crumbs__15Ogc .crumbsCon {
        font-size: .24rem;
        padding-left: .2rem;
        width: 100%;
        height: .6rem;
        line-height: .6rem;
        margin: 0 auto;
        text-align: left
    }

    .cglist_listCon__1Rt3t {
        width: 7.08rem;
        margin: 0 auto
    }

    .cglist_listCon__1Rt3t .btnGroup {
        display: none
    }

    .cglist_listCon__1Rt3t .columTitle {
        font-size: .36rem;
        color: #0c81c7;
        line-height: 1rem;
        position: relative
    }

    .cglist_listCon__1Rt3t .columTitle:before {
        content: "";
        width: 2px;
        height: .36rem;
        background-color: #0c81c7;
        display: inline-block;
        position: absolute;
        top: .3rem;
        display: block
    }

    .cglist_listCon__1Rt3t .paginationBox {
        margin-top: .2rem;
        width: 100%;
        height: 1.1rem
    }

    .cglist_listCon__1Rt3t .paginationBox .turnBtn {
        font-size: .22rem;
        width: 1rem;
        height: .5rem;
        min-width: 0;
        line-height: .8rem
    }

    .cglist_listCon__1Rt3t .paginationBox .ant-pagination-jump-next, .cglist_listCon__1Rt3t .paginationBox .ant-pagination-jump-prev, .cglist_listCon__1Rt3t .paginationBox .ant-pagination-next, .cglist_listCon__1Rt3t .paginationBox .ant-pagination-prev {
        min-width: 0;
        margin-right: .1rem
    }

    .cglist_listCon__1Rt3t .paginationBox .ant-pagination-item, .cglist_listCon__1Rt3t .paginationBox .ant-pagination-options-quick-jumper input {
        width: .5rem;
        height: .5rem;
        margin-right: .1rem;
        line-height: .5rem;
        min-width: 0 !important;
        font-size: .22rem
    }

    .cglist_listCon__1Rt3t .paginationBox .ant-pagination-jump-next, .cglist_listCon__1Rt3t .paginationBox .ant-pagination-jump-prev, .cglist_listCon__1Rt3t .paginationBox .ant-pagination-next, .cglist_listCon__1Rt3t .paginationBox .ant-pagination-options-quick-jumper, .cglist_listCon__1Rt3t .paginationBox .ant-pagination-prev {
        height: auto;
        font-size: 16px
    }

    .cglist_gjjlItem__2_p_y {
        margin-top: .2rem;
        cursor: pointer
    }

    .cglist_gjjlItem__2_p_y img {
        width: 2.9rem;
        height: 1.75rem
    }

    .cglist_gjjlItem__2_p_y .conBox {
        width: 3.8rem;
        font-size: .22rem
    }

    .cglist_gjjlItem__2_p_y .conBox .title {
        font-size: .26rem;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .cglist_gjjlItem__2_p_y .conBox .msg {
        margin: .15rem auto
    }

    .cglist_jcspItem__378QI {
        display: none
    }

    .cglist_jcspItemYd__raCvl {
        width: 3.42rem;
        overflow: hidden;
        display: inline-block;
        margin-top: .22rem;
        cursor: pointer
    }

    .cglist_jcspItemYd__raCvl img {
        width: 100%;
        height: 4.2rem;
        object-fit: cover
    }

    .cglist_jcspItemYd__raCvl .conBox {
        width: 100%;
        height: 1.6rem;
        box-sizing: border-box;
        padding: .2rem;
        background-color: #f7f7f7
    }

    .cglist_jcspItemYd__raCvl .conBox .time {
        padding: .05rem .1rem;
        display: inline-block;
        color: #fff;
        font-size: .22rem;
        background-color: #0c81c7
    }

    .cglist_jcspItemYd__raCvl .conBox .title {
        font-size: .24rem;
        margin-top: .15rem;
        overflow: hidden;
        color: #333;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical
    }

    .cglist_jchdItem__2LEMi {
        display: none
    }

    .cglist_jchdItemYd__29Gtq {
        width: 3.44rem;
        height: 2rem;
        display: inline-block;
        overflow: hidden;
        margin-bottom: .15rem;
        position: relative;
        cursor: pointer
    }

    .cglist_jchdItemYd__29Gtq:hover .mooter {
        top: 0 !important
    }

    .cglist_jchdItemYd__29Gtq img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .cglist_jchdItemYd__29Gtq .mooter {
        position: absolute;
        top: 2rem;
        left: 0;
        background: rgba(24, 97, 174, .8);
        width: 3.44rem;
        height: 2rem;
        color: #fff;
        overflow: hidden;
        z-index: 2
    }

    .cglist_jchdItemYd__29Gtq .mooter .title {
        font-size: .32rem;
        font-weight: 600;
        width: 90%;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: .5rem auto .3rem
    }

    .cglist_jchdItemYd__29Gtq .mooter .btn {
        width: 1.05rem;
        height: .35rem;
        line-height: .35rem;
        text-align: center;
        font-size: .22rem;
        margin: 0 auto;
        border: 1px solid #fff
    }

    .cglist_contentStyle__-PZ4P {
        width: 7.08rem;
        margin: 0 auto
    }

    .cglist_contentStyle__-PZ4P .title {
        font-size: .3rem;
        margin: .5rem auto 0;
        text-align: center
    }

    .cglist_contentStyle__-PZ4P .time {
        margin: .2rem auto;
        text-align: center;
        padding-bottom: .3rem;
        border-bottom: 1px solid #ddd
    }

    .cglist_contentStyle__-PZ4P .main {
        width: 100%
    }

    .cglist_contentStyle__-PZ4P .main p {
        font-size: .26rem
    }

    .cglist_contentStyle__-PZ4P .main img {
        max-width: 7.08rem;
        margin: .3rem auto;
        display: block
    }

    .cglist_contentStyle__-PZ4P .listBox {
        padding: .5rem 0;
        position: relative;
        font-size: .26rem;
        border-top: 1px solid #ddd
    }

    .cglist_contentStyle__-PZ4P .listBox p {
        cursor: pointer
    }

    .cglist_contentStyle__-PZ4P .listBox .ljfhBtn {
        width: 2rem;
        height: .8rem;
        background: #00a1b4;
        margin: .2rem auto;
        font-size: .35rem;
        color: #fff;
        text-align: center;
        line-height: .8rem;
        border-radius: .1rem;
        cursor: pointer;
        display: block;
        position: static
    }
}

.newslist_unionList__k1dOv {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 50px
}

.newslist_unionList__k1dOv p {
    margin: 0;
    padding: 0
}

.newslist_conBj__365ft {
    width: 100%;
    height: 100%;
    background-size: 100% !important;
    background: url('../../../images/zlzs/jxsxz/jxsxz-conBj.png');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-color: #efefef
}

.newslist_crumbs__3Nk1s {
    width: 100vw;
    height: 50px;
    background-color: #f2f2f2
}

.newslist_crumbs__3Nk1s .crumbsCon {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px
}

.newslist_crumbs__3Nk1s .crumbsCon span {
    color: #00a1b4
}

.newslist_menuListYd__12xLD {
    display: none
}

.newslist_menuList__1VoIt {
    display: block;
    width: 240px
}

.newslist_menuList__1VoIt .columNameBox {
    width: 100%;
    height: 90px;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 90px;
    box-sizing: border-box;
    padding-left: 15px;
    background-image: url('../../../images/zlzs/jxsxz/jxsxz-columNameBj.jpg')
}

.newslist_menuList__1VoIt .ant-menu-submenu-open, .newslist_menuList__1VoIt .ant-menu-submenu:hover {
    background-color: #0c81c7;
    color: #fff !important
}

.newslist_menuList__1VoIt .ant-menu-submenu-open .ant-menu-submenu-arrow, .newslist_menuList__1VoIt .ant-menu-submenu-open i, .newslist_menuList__1VoIt .ant-menu-submenu:hover .ant-menu-submenu-arrow, .newslist_menuList__1VoIt .ant-menu-submenu:hover i {
    color: #fff !important
}

.newslist_listCon__2k5O5 {
    width: 1200px
}

.newslist_listCon__2k5O5 .btnGroup {
    padding-top: 15px
}

.newslist_listCon__2k5O5 .btnGroup p {
    display: inline-block;
    padding: 0 20px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border: 1px solid #009cbe;
    color: #009cbe;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 6px
}

.newslist_listCon__2k5O5 .btnGroup .btnActive {
    border: 1px solid #fff;
    color: #fff;
    background: #009cbe;
    border-radius: 6px
}

.newslist_listCon__2k5O5 .columTitle {
    width: 100%;
    font-size: 28px;
    color: #0c81c7;
    line-height: 50px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #ddd
}

.newslist_listCon__2k5O5 .columTitle:before {
    content: "";
    width: 2px;
    height: 28px;
    background-color: #0c81c7;
    display: inline-block;
    position: absolute;
    top: 12px
}

.newslist_listCon__2k5O5 .paginationBox {
    margin-top: 20px;
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ddd
}

.newslist_listCon__2k5O5 .paginationBox .turnBtn {
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    color: #999;
    font-weight: 700
}

.newslist_listCon__2k5O5 .paginationBox .ant-pagination-item, .newslist_listCon__2k5O5 .paginationBox .ant-pagination-options-quick-jumper input {
    width: auto;
    height: 22px;
    line-height: 22px;
    border: none;
    background: none;
    min-width: 22px
}

.newslist_listCon__2k5O5 .paginationBox .ant-pagination-jump-next, .newslist_listCon__2k5O5 .paginationBox .ant-pagination-jump-prev, .newslist_listCon__2k5O5 .paginationBox .ant-pagination-next, .newslist_listCon__2k5O5 .paginationBox .ant-pagination-options-quick-jumper, .newslist_listCon__2k5O5 .paginationBox .ant-pagination-prev {
    height: auto;
    font-size: 12px
}

.newslist_listCon__2k5O5 .paginationBox .ant-pagination-jump-next, .newslist_listCon__2k5O5 .paginationBox .ant-pagination-jump-prev, .newslist_listCon__2k5O5 .paginationBox .ant-pagination-next, .newslist_listCon__2k5O5 .paginationBox .ant-pagination-prev {
    min-width: 0
}

.newslist_listCon__2k5O5 .paginationBox .ant-pagination-options-quick-jumper input {
    height: 24px;
    width: 44px;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px 11px;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all .3s;
    width: 50px;
    margin: 0 8px
}

.newslist_listCon__2k5O5 .paginationBox .ant-pagination-item-active {
    background-color: #009cbe;
    color: #fff
}

.newslist_listCon__2k5O5 .paginationBox .ant-pagination-item-active a {
    color: #fff
}

.newslist_listCon__2k5O5 .paginationBox .ljfhBtn {
    height: 26px;
    color: #fff;
    font-size: 16px;
    background: #00a1b4;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    padding: 4px 8px;
    margin-left: 10px
}

.newslist_gjjlItem__yRbLY {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    cursor: pointer
}

.newslist_gjjlItem__yRbLY img {
    width: 290px;
    height: 175px;
    object-fit: cover;
    border-radius: 3px
}

.newslist_gjjlItem__yRbLY .conBox {
    width: 878px;
    font-size: 16px
}

.newslist_gjjlItem__yRbLY .conBox .title {
    font-size: 18px;
    color: #333
}

.newslist_gjjlItem__yRbLY .conBox .msg {
    color: #999;
    margin: 20px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.newslist_gjjlItem__yRbLY .conBox .timeBox {
    display: flex;
    color: #999;
    justify-content: space-between
}

.newslist_jcspItemYd__3odzG {
    display: none
}

.newslist_jcspItem__pN-rE {
    width: 423px;
    overflow: hidden;
    display: inline-block;
    margin-top: 22px;
    cursor: pointer
}

.newslist_jcspItem__pN-rE img {
    width: 100%;
    height: 306px;
    object-fit: cover
}

.newslist_jcspItem__pN-rE .conBox {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding: 25px;
    background-color: #f7f7f7
}

.newslist_jcspItem__pN-rE .conBox .time {
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background-color: #0c81c7
}

.newslist_jcspItem__pN-rE .conBox .title {
    font-size: 16px;
    margin-top: 0;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.newslist_jchdItemYd__8nRSC {
    display: none
}

.newslist_jchdItem__1wWgQ {
    width: 448px;
    height: 257px;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 22px;
    position: relative;
    cursor: pointer
}

.newslist_jchdItem__1wWgQ:hover .mooter {
    top: 0 !important
}

.newslist_jchdItem__1wWgQ img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.newslist_jchdItem__1wWgQ .mooter {
    position: absolute;
    top: 257px;
    left: 0;
    background: rgba(24, 97, 174, .8);
    width: 448px;
    height: 257px;
    color: #fff;
    overflow: hidden;
    z-index: 2
}

.newslist_jchdItem__1wWgQ .mooter .title {
    font-size: 30px;
    font-weight: 600;
    width: 80%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 80px auto 30px
}

.newslist_jchdItem__1wWgQ .mooter .btn {
    width: 105px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    border: 1px solid #fff
}

.newslist_contentStyle__2JykF {
    width: 1100px;
    margin: 0 auto
}

.newslist_contentStyle__2JykF .title {
    font-size: 30px;
    margin: 50px auto 0;
    text-align: center
}

.newslist_contentStyle__2JykF .time {
    margin: 20px auto;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd
}

.newslist_contentStyle__2JykF .main {
    width: 100%
}

.newslist_contentStyle__2JykF .main p {
    font-size: 16px;
    text-indent: 2em
}

.newslist_contentStyle__2JykF .main img {
    max-width: 800px;
    margin: 30px auto;
    display: block
}

.newslist_contentStyle__2JykF .listBox {
    padding: 50px 0;
    position: relative;
    border-top: 1px solid #ddd
}

.newslist_contentStyle__2JykF .listBox p {
    cursor: pointer
}

.newslist_contentStyle__2JykF .listBox .ljfhBtn {
    width: 100px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    background: #00a1b4;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    margin: 0 auto
}

.newslist_title_type_1__xTE1R {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center
}

.newslist_title_type_1__xTE1R .newslist_i_small2__2ySEu {
    width: 8px;
    height: 8px;
    background: #f55c5d
}

.newslist_title_type_1__xTE1R .newslist_i_large2__3OAv5 {
    width: 16px;
    height: 16px;
    background: #00a1b4;
    margin-right: 7px
}

.newslist_title_type_1__xTE1R span {
    padding: 10px 25px;
    background: #00a1b4;
    border-radius: 5px;
    margin: 0 16px 0 0;
    box-sizing: border-box
}

@media (max-width: 750px) {
    .newslist_unionList__k1dOv {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        display: block
    }

    .newslist_unionList__k1dOv p {
        margin: 0;
        padding: 0
    }

    .newslist_conBj__365ft {
        width: 100%;
        height: 100%;
        background: none;
        background-color: #fff
    }

    .newslist_crumbs__3Nk1s {
        width: 100vw;
        height: .6rem;
        background-color: #f2f2f2
    }

    .newslist_crumbs__3Nk1s .crumbsCon {
        font-size: .24rem;
        padding-left: .2rem;
        width: 100%;
        height: .6rem;
        line-height: .6rem;
        margin: 0 auto;
        text-align: left
    }

    .newslist_menuList__1VoIt {
        display: none
    }

    .newslist_menuListYd__12xLD {
        display: block;
        width: 7.08rem;
        padding: .2rem 0;
        align-items: center;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .newslist_menuListYd__12xLD .menuItem {
        width: 2.25rem !important;
        height: .54rem;
        line-height: .54rem;
        text-align: center;
        color: #999;
        font-size: .22rem;
        margin: .1rem 0;
        background-color: #f6f6f6
    }

    .newslist_menuListYd__12xLD .menuItem:hover {
        background-color: #0c81c7;
        color: #fff
    }

    .newslist_listCon__2k5O5 {
        width: 7.08rem;
        margin: 0 auto
    }

    .newslist_listCon__2k5O5 .btnGroup {
        display: none
    }

    .newslist_listCon__2k5O5 .columTitle {
        font-size: .36rem;
        color: #0c81c7;
        line-height: 1rem;
        position: relative
    }

    .newslist_listCon__2k5O5 .columTitle:before {
        content: "";
        width: 2px;
        height: .36rem;
        background-color: #0c81c7;
        display: inline-block;
        position: absolute;
        top: .3rem;
        display: block
    }

    .newslist_listCon__2k5O5 .paginationBox {
        margin-top: .2rem;
        width: 100%;
        height: 1.1rem
    }

    .newslist_listCon__2k5O5 .paginationBox .turnBtn {
        font-size: .22rem;
        width: 1rem;
        height: .5rem;
        min-width: 0;
        line-height: .5rem
    }

    .newslist_listCon__2k5O5 .paginationBox .ant-pagination-jump-next, .newslist_listCon__2k5O5 .paginationBox .ant-pagination-jump-prev, .newslist_listCon__2k5O5 .paginationBox .ant-pagination-next, .newslist_listCon__2k5O5 .paginationBox .ant-pagination-prev {
        min-width: 0;
        margin-right: .1rem
    }

    .newslist_listCon__2k5O5 .paginationBox .ant-pagination-item, .newslist_listCon__2k5O5 .paginationBox .ant-pagination-options-quick-jumper input {
        width: .5rem;
        height: .5rem;
        margin-right: .1rem;
        line-height: .5rem;
        min-width: 0 !important;
        font-size: .22rem
    }

    .newslist_listCon__2k5O5 .paginationBox .ant-pagination-jump-next, .newslist_listCon__2k5O5 .paginationBox .ant-pagination-jump-prev, .newslist_listCon__2k5O5 .paginationBox .ant-pagination-next, .newslist_listCon__2k5O5 .paginationBox .ant-pagination-options-quick-jumper, .newslist_listCon__2k5O5 .paginationBox .ant-pagination-prev {
        height: auto;
        font-size: 16px
    }

    .newslist_gjjlItem__yRbLY {
        margin-top: .2rem;
        cursor: pointer
    }

    .newslist_gjjlItem__yRbLY img {
        width: 2.9rem;
        height: 1.75rem
    }

    .newslist_gjjlItem__yRbLY .conBox {
        width: 3.8rem;
        font-size: .22rem
    }

    .newslist_gjjlItem__yRbLY .conBox .title {
        font-size: .26rem;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .newslist_gjjlItem__yRbLY .conBox .msg {
        margin: .15rem auto
    }

    .newslist_jcspItem__pN-rE {
        display: none
    }

    .newslist_jcspItemYd__3odzG {
        width: 3.42rem;
        overflow: hidden;
        display: inline-block;
        margin-top: .22rem;
        cursor: pointer
    }

    .newslist_jcspItemYd__3odzG img {
        width: 100%;
        height: 4.2rem;
        object-fit: cover
    }

    .newslist_jcspItemYd__3odzG .conBox {
        width: 100%;
        height: 1.6rem;
        box-sizing: border-box;
        padding: .2rem;
        background-color: #f7f7f7
    }

    .newslist_jcspItemYd__3odzG .conBox .time {
        padding: .05rem .1rem;
        display: inline-block;
        color: #fff;
        font-size: .22rem;
        background-color: #0c81c7
    }

    .newslist_jcspItemYd__3odzG .conBox .title {
        font-size: .24rem;
        margin-top: .15rem;
        overflow: hidden;
        color: #333;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical
    }

    .newslist_jchdItem__1wWgQ {
        display: none
    }

    .newslist_jchdItemYd__8nRSC {
        width: 3.44rem;
        height: 2rem;
        display: inline-block;
        overflow: hidden;
        margin-bottom: .15rem;
        position: relative;
        cursor: pointer
    }

    .newslist_jchdItemYd__8nRSC:hover .mooter {
        top: 0 !important
    }

    .newslist_jchdItemYd__8nRSC img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .newslist_jchdItemYd__8nRSC .mooter {
        position: absolute;
        top: 2rem;
        left: 0;
        background: rgba(24, 97, 174, .8);
        width: 3.44rem;
        height: 2rem;
        color: #fff;
        overflow: hidden;
        z-index: 2
    }

    .newslist_jchdItemYd__8nRSC .mooter .title {
        font-size: .32rem;
        font-weight: 600;
        width: 90%;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: .5rem auto .3rem
    }

    .newslist_jchdItemYd__8nRSC .mooter .btn {
        width: 1.05rem;
        height: .35rem;
        line-height: .35rem;
        text-align: center;
        font-size: .22rem;
        margin: 0 auto;
        border: 1px solid #fff
    }

    .newslist_contentStyle__2JykF {
        width: 7.08rem;
        margin: 0 auto
    }

    .newslist_contentStyle__2JykF .title {
        font-size: .3rem;
        margin: .5rem auto 0;
        text-align: center
    }

    .newslist_contentStyle__2JykF .time {
        margin: .2rem auto;
        text-align: center;
        padding-bottom: .3rem;
        border-bottom: 1px solid #ddd
    }

    .newslist_contentStyle__2JykF .main {
        width: 100%
    }

    .newslist_contentStyle__2JykF .main p {
        font-size: .26rem
    }

    .newslist_contentStyle__2JykF .main img {
        max-width: 7.08rem;
        margin: .3rem auto;
        display: block
    }

    .newslist_contentStyle__2JykF .listBox {
        padding: .5rem 0;
        position: relative;
        font-size: .26rem;
        border-top: 1px solid #ddd
    }

    .newslist_contentStyle__2JykF .listBox p {
        cursor: pointer
    }

    .newslist_contentStyle__2JykF .listBox .ljfhBtn {
        width: 2rem;
        height: .8rem;
        background: #00a1b4;
        margin: .2rem auto;
        font-size: .35rem;
        color: #fff;
        text-align: center;
        line-height: .8rem;
        border-radius: .1rem;
        cursor: pointer;
        display: block;
        position: static
    }
}

/*# sourceMappingURL=main.7143710b.chunk.css.map */