* {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
ul li {
    list-style-type: none;
}
a{text-decoration:none;color:#fff;}
html,body {
    /* font-family: "ht2", serif, sans-serif; */
}
::-webkit-scrollbar {
    width: 0px;
}
html {
    overflow: auto;
}
body {
    font-size: 14px/1.5;
    color: #18191b;
    background-color: #fff;
    overflow: hidden;
    transition: background-color .2s;
    -webkit-font-smoothing: antialiased;
}

header {
    width: 1920px;
    height: 727px;
    margin: 0 auto;
    background-image: url(../newimg/banner.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: rgba(255,255,255,0.27);
}
.header-container {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}


header .header-container .title_img {
    position: absolute;
    width: 600px;
    right: -50px;
    top: 150px
}
 {
    position: relative;
    width: 1200px;
    margin: 0 auto
}
.all_container{
    width: 100%;
    background-color: #efefee;
}
.all_container .inner {
    position: relative;
    width: 1000px;
    margin: 0 auto
}
 .des_info {
    width: 100%;
}
 .video_container {
    width: 100%;
    height: 453px;
    margin-top: 80px
}
 .video_container .left_info {
    position: relative;
}
.play_btn {
    position: absolute;
    width: 101px;
    bottom: 73px;
    left: 83px;
    cursor: pointer;
}
 .video_container .left_info .video_poster {
    width: 84%;
    padding: 8px;
    display: block;
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -46%;
    background: #D6AB7E;
}
 .video_container .left_info .video_poster. {
    width: 97.5%;
    padding: 8px;
    display: block;
    position: absolute;
    top: 13px;
}
 .video_container .left_info #myVideo1 {
    width: 80%;
    padding: 8px;
    display: block;
    position: absolute;
    top: 28px;
    left: 50%;
    margin-left: -41%;
    background: #D6AB7E;
    display: none;
}

 .video_container .right_info {
    width: 26%;
    position: relative;
}
 .video_container .right_info .video_desc {
    width: 100%;
}
 .video_container .right_info .english_info {
    position: absolute;
    bottom:0;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    cursor: pointer;
}
 .terms_container {
    margin-top: 40px;
}
 .terms_container .terms_title {
    width: 160px;
    display: block;
    margin: 10px auto
}
 .terms_container .terms_items {
    background-image: url(../newimg/terms_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 10px;
}
 .terms_container .terms_items .season {
    margin-top: 38px;
    margin-bottom: 66px;
}
 .terms_container .terms_items .season_spring {
    display: flex;
    flex-wrap: nowrap;
}
 .terms_container .terms_items .season_spring .left_info {
    width: 30%;
}
 .terms_container .terms_items .season_spring .right_info {
    width: 70%;
    display: flex;
}
 .terms_container .terms_items .season_summer {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 110px;
}
 .terms_container .terms_items .season_summer .left_info {
    width: 70%;
    margin-left: 25px;
    display: flex;
}
 .terms_container .terms_items .season_summer .right_info {
    width: 30%;
}
 .terms_container .terms_items .item {
    width: 14%;
    margin-right: 2%;
    justify-content: space-between;
    /* cursor: pointer; */
}
 .terms_container .terms_items .item::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
 .terms_container .terms_items .item.canclick {
    cursor: pointer;
}

 .terms_container .terms_items .season_autumn {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 110px;
}
 .terms_container .terms_items .season_autumn .left_info {
    width: 30%;
}
 .terms_container .terms_items .season_autumn .right_info {
    width: 70%;
    display: flex;
}
 .terms_container .terms_items .season_winter {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 110px;
    margin-bottom: 36px;
}
 .terms_container .terms_items .season_winter .left_info {
    width: 70%;
    margin-left: 25px;
    display: flex;
}
 .terms_container .terms_items .season_winter .right_info {
    width: 30%; 
}

footer {
    background-color: #d6ab7b;
    width: 100%;
    height: 80px;
    padding-top: 50px;
    margin-top: 40px
}
footer p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    font-weight: 500;
}

.knowlodge_container {
    margin-top: 40px;
}
.knowlodge_container .knowlodge_title {
    width: 180px;
    display: block;
    margin: 20px auto;
    margin-bottom: 50px
}
.knowlodge_outer {
    display: flex;
    
}
.knowlodge_outer .left_info {
    width: 80%;
    background-color: #505d74;
    padding: 4px;
    z-index: 10;
    position: relative;
}
.knowlodge_outer .left_info .play_btn2 {
    position: absolute;
    width: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.knowlodge_outer .right_info {
    width: 25%;
    z-index: 1;
    margin-left: -39px;
}
.knowlodge_img {
    width: 100%;
    display: block;
    margin: 0 auto
}
#myVideo2 {
    width: 100%;
    display: none;
    margin: 0 auto
}
.knowlodge_container .swiper {
    width: 100%;
    height: 230px;
    overflow: hidden;
    margin-top: 80px;
    margin-left: -13px
}

.knowlodge_container .swiper-slide {
    text-align: center;
    color: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #505d74;
    border-radius: 0 50px 50px 0;
    transition: transform 300ms ;
}

.aesthetics_container {
    margin-top: 60px;
    position: relative;
}
.aesthetics_container .aesthetics_title {
    width: 180px;
    display: block;
    margin: 40px auto;
    margin-bottom: 50px
}
.aesthetics_container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.aesthetics_container ul li {
    width: 15%;
    text-align: center;
    color: #b0c0c0;
    margin-right: 1%;
    margin-bottom: 10px;
    /* font-family: "ht", serif, sans-serif; */
    /* cursor: pointer; */
    transition: 1s;
    position: relative;
    /* &:hover {

        transform: rotateY(180deg);
    
      } */
}
.aesthetics_container ul li.canclick{
    cursor: pointer;
}
.aesthetics_container ul li:hover {
    transform: rotateY(180deg);
}
.aesthetics_container ul li img {
    width: 100%;
}
.aesthetics_container ul li a {
    display: inline-block;
    color: #b0c0c0;
}
.aesthetics_container ul li .aes_title {
    font-size: 16px;
    display: inline;
    border-bottom: 1px solid #b0c0c0;
    padding-bottom: 2px;
    font-weight: 700;
    letter-spacing: 2px
}
.aesthetics_container ul li .aes_des {
    font-size: 12px;
    padding-top: 8px
}
.aesthetics_container ul li:nth-child(1){
    /* background-color: #f8f0a2; */
    color: #d1bf9a
}
.aesthetics_container ul li:nth-child(2){
    /* background-color: #d2738e; */
    color: #d1bf9a
}
.aesthetics_container ul li:nth-child(3){
    /* background-color: #294852; */
    color: #d1bf9a
}
.aesthetics_container ul li:nth-child(4){
    /* background-color: #4f8e83; */
    color: #d1bf9a
}
.aesthetics_container ul li:nth-child(5){
    /* background-color: #36729b; */
    color: #d1bf9a
}
.aesthetics_container ul li:nth-child(6){
    /* background-color: #4a7e45; */
    color: #d1bf9a
}
.aesthetics_container ul li:nth-child(7){
    /* background-color: #525294; */
    color: #d1bf9a
}
.aesthetics_container ul li:nth-child(1) .aes_title {
    border-bottom: 1px solid #d1bf9a
}



.aesthetics_img {
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    display: none;
}
.left_arrow, .left_arrow1,.left_arrow2,.left_arrow3,.left_arrow4,.left_arrow5,.left_arrow6,.left_arrow7 {
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 2%;
    display: none;
}
.right_arrow,.right_arrow1,.right_arrow2,.right_arrow3,.right_arrow4,.right_arrow5,.right_arrow6,.right_arrow7 {
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    right: -2%;
    display: none;
}

.aesthetics_img_1 {
    width: 70%;
}
.aesthetics_img_1_1 {
    width: 90%;
}
.aesthetics_img_2 {
    width: 70%;
}
.aesthetics_img_3 {
    width: 70%;
}
.aesthetics_img_4 {
    width: 90%;
    /* position: relative; */
}
.aesthetics_img_44 {
    width: 70%;
    /* position: relative; */
}
.aesthetics_img_5 {
    width: 90%;
}
.aesthetics_img_6 {
    width: 70%;
}
.aesthetics_img_20 {
    width: 50%;
}
.aesthetics_img_20_1 {
    width: 100%;
}
.aesthetics_img_22 {
    width: 70%;
}
.aes1 {
    display: none;
}
.aes2 {
    display: none;
}
.swiper-slide {
    text-align: center;
}
.k_txt {
    cursor: pointer;
}
.pcfooter {

}
.mfooter {
    display: none;
    
}
#animation_canvas {
    position: absolute;
    top: 100px;
    width: 500px;
    left: 50%;
    margin-left: -650px
}
.pc {
    display: flex !important;
}
.mo {
    display: none !important;
}

@media screen and (max-width: 750px) {
     .video_container .left_info #myVideo1 {
        top:0;
        width: 78%;
        margin-left: -42%
    }
    .pc {
        display: none !important;
    }
    .mo {
        display: flex !important;
    }
    .po {
        float: right;
    }
    #animation_canvas {
        top: 15%;
        width: 50%;
        left: 5%;
        margin-left: 0;
    }
    header .header-container .logo_img2 {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 60px;
        cursor: pointer;
    }
    .none {
        display: none;
    }
    .more_btn {
        text-align: center;
        font-size: 16px;
        background-color: #fff;
        width: 80%;
        margin: 0 auto;
        border: 1px solid #d3c9c9;
        padding: 10px 0;
    }
    .more_btn img {
        width: 28px;
        margin-bottom: -10px;
    }
    .pcfooter {
        display: none;
    }
    .mfooter {
        display: block;
        padding-top: 20px;
    }
    .aesthetics_container .aesthetics_title {
        margin-bottom: 20px;
    }
    
    .knowlodge_container {
        /* margin-top: -40px; */
    }
    .speaker_container .speakers {
        margin: 0 auto
    }
    header {
        width: 100%;
        height: 300px;
        background-image: url(../newimg/mbanner.png);
    }
    .header-container {
        width: 100%;
        height: 100%;
    }
     {
        width: 100%;
    }
    .all_container .inner {
        width: 100%;
    }
    header .header-container .logo_img {
        width: 100px
    }
    header .header-container .title_img {
        width: 40%;
        right: 0%;
        top: 10%;
    }
     .des_info {
        margin-top: -20px;
        width: 90%;
        margin-left: 5%
    }
     .video_container {
        margin-top: 20px
    }
     .video_container {
        height: auto;
    }
     .video_container .left_info {
        width: 74%;
    }
     .video_container .left_info .video_poster {
        width: 100%;
        box-sizing: border-box;
        margin: 4px auto;
        top: 4px;
    }
     .video_container .left_info .video_poster. {
        width: 100%;
        box-sizing: border-box;
        margin: 4px auto;
        top: 0px;
    }
     .video_container .left_info .play_btn{
        width: 60px;
    }
    .knowlodge_outer .left_info .play_btn2 {
        width: 60px;
    }
     .video_container .right_info .english_info {
        width: 50px;
        margin-left: -25px
    }
     .terms_container .terms_title {
        width: 30%;
    }
     .terms_container .terms_items .season {
        margin-top: 10px;
        margin-bottom: 0;
        padding-top: 20px;
    }
     .terms_container .terms_items .season_summer {
        margin-top: 21px;
    }
     .terms_container .terms_items .season_autumn {
        margin-top: 7px;
    }
     .terms_container .terms_items .season_winter {
        margin-top: 16px;
        padding-bottom: 21px;
    }
    .speaker_container .speaker_title {
        width: 40%;
    }
    .look_container .look_title {
        width: 33%;
    }
    .speaker_container .speakers {
        width: 90%;
       
    }
    .look_container {
        width: 90%;
        margin-left: 5%
    }
    .look_container .look_terms_icon {
        width: 100%;
    }
    .look_container .look_terms_txt .look_term {
        font-size: 10px;
    }
    .look_container .look_terms_txt .click_term {
        font-size: 12px;
    }
    .prev-btn {
        left: 0;
        width: 32px;
        right: auto;
    }
    .next-btn {
        right: 0;
        width: 32px;
        left: auto;
    }
    .next-btn2 {
        display: none;
    }
    .prev-btn2 {
        display: none;
    }
    .prev-btn:after {
        content: '';
        height: 80px;
        width: 20px;
        background-image: url(../newimg/left-arr.png);
        background-size: cover;
        background-position: center;
    }
    .next-btn:after {
        content: '';
        height: 80px;
        width: 20px;
        background-image: url(../newimg/right-arr.png);
        background-size: cover;
        background-position: center;
    }
    .resolve_container .content .list {
        height: 600px;
    }
    .resolve_container .resolve_title {
        width: 33%;
    }
    .resolve_container .content .list .item {
        width: 100%;
    }
    .resolve_container .list .item.cur {
        width: 100%;
        height: 40% !important;
    }
    .resolve_container .list .item .con {
        width: 100%;
    }
    .resolve_container .list .item .tit {
        width: 100%;
        padding-top: 0;
        background: none;
        font-size: 12px;
        color: #fff;
        /* -webkit-writing-mode: vertical-lr; */
        /* writing-mode: vertical-lr; */
        /* writing-mode: tb-lr; */
        line-height: 1.2;
        margin-top: 0;
        float: none;
        text-align: center;
        font-size: 16px;
        padding-top: 5%;
       
        /* margin-top: 5%; */
    }
 
    .resolve_container .list .item .txt {
        overflow: auto;
        padding: 0;
        transform: scale(0);
        opacity: 0;
        position: relative;
        height: 100%;
        width: 100%;
        padding: 0 5%;
        float: none;
        font-size: 14px;
        box-sizing: border-box;
        margin-top: 15px;
        padding-bottom: 40px;
    }
    .resolve_container .list .item .txt .p{
        padding: 10px 0;
        padding-bottom: 40px;
        font-size: 14px;

    }
    .resolve_container .list .item .txt .p p{
        text-align: center;
    }

    footer p{
        font-size: 12px;
        width: 80%;
        padding-left: 10%;
    }
    .knowlodge_container .knowlodge_title {
        width: 30%;
    }
    .aesthetics_container .aesthetics_title {
        width: 30%;
    }

    .knowlodge_container .swiper {
        width: 100%;
        height: 139px;
        overflow: hidden;
        margin-top: 10px;
        margin-left: 26px;
        font-size: 12px;
    }
     .terms_container .terms_items {
        padding:0
    }
    .knowlodge_outer .left_info {
        width: 70%;
    }
    .knowlodge_outer .right_info {
        width: 30%;
        margin-left: -37px;
    }
    .aesthetics_container {
        margin-top: 40px
    }
     .video_container .right_info {
        width: 26%;
        position: relative;
    }
    .knowlodge_container .knowlodge_title {
        margin-bottom: 10px
    }
    .resolve_container .resolve_title {
        margin-bottom: 10px
    }
    .look_container .look_title {
        margin-bottom: 24px
    }
    .speaker_container .speaker_title {
        margin-bottom: 20px
    }
    .aesthetics_container ul li {
        width: 22%;
    }
    .aesthetics_img_2 {
        width: 90%;
    }
    .aesthetics_img_3 {
        width: 90%;
    }
    .aesthetics_img_6 {
        width: 90%;
    }
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: -19px;
}

.swiper-jqwuhou-pagination {
    display: none;
}

/* 璇︽儏椤甸潰 */
.detail-header {
    background-image: url(../newimg/detail1.png);
    height: 1000px;
}
 .detail-video-container {
    margin-top: -240px;
    height: 565px;
}
 .detail-video-container .left_info {
    width: 95%;
    background: none
}
 .detail-video-container .right_info {
    width: 5%;
    margin-left: -15px
}


 .detail-video-container .right_info .chinese_info {
    position: absolute;
    cursor: pointer;
    width: 100%;
    bottom: 110px
}
 .detail-video-container .right_info .english_info2 {
    position: absolute;
    cursor: pointer;
    width: 100%;
    left:0;
    margin:0;
    bottom: 0
}
.jqnh-container {
    margin-top: 20px
}
.jqnh-title {
    width: 160px;
}
.jqnh-desc {
    margin: 20px 0;
}
.jqnh-desc li {
    color: #24352c;
    font-size: 18px;
    line-height: 2;
    margin-left: 28px;
    margin-right: 28px;
    list-style-type: disc;
}
.jqnh-container {
    margin-top: 20px
}
.jqwh-title {
    width: 160px;
}

.syjq-container {
    margin-top: 20px
}
.syjq-title {
    width: 160px;
}
.poem {
    text-align: center;
    line-height: 2;
    font-size: 18px;
    margin: 20px 0;
}
.poem .author {
    font-size: 14px;

}
.culture {
    display: flex;
    margin: 20px 0;
    flex-wrap: nowrap;
}
.culture img {
    width: 100%
}
.culture .tit {
    font-weight: 700;
}
.culture .tit2 {
    text-align: right;
}
.culture p {
    padding: 10px 10px;
    margin: 10px;
    font-size: 18px;
    line-height: 1.5;
}
.c1 .left-info {
    width: 20%;
}
.c1 .right-info {
    width: 80%;
}
.c2 .left-info {
    width: 80%;
}
.c2 .right-info {
    width: 20%;
}
.c1 .desc {
    border-bottom: 1px dotted #006c6a;
    display: table-cell;
    vertical-align: middle;
}
.c2 .desc {
    border-bottom: 1px dotted #006c6a;
    display: table-cell;
    vertical-align: middle;
}


.jqny-container {
    margin-top: 20px
}
.jqny-title {
    width: 160px;
}

/* ul li::marker {
    color: #516d58
} */

.lightbox .lb-image {
    width: 500px !important;

    height: auto !important
}


.jcjj-container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px
}
.jqwuhou-title {
    width: 238px;
    margin-bottom: 20px
}
.jqwuhou-desc {
    margin: 20px 0px;
    /* display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; */
}
.jqwuhou-desc img {
    width: 90%;
}

.jqsc-container {
    margin-top: 20px
}
.jqsc-title {
    width: 160px;
}
.jqsc-desc {
    margin: 20px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.jqsc-desc .left-info{
    width: 40%;
}
.jqsc-desc .left-info img{
    width: 100%;
}
.jqsc-desc .right-info{
    width: 60%;
    margin-top: 20px
}
.jqsc-desc .right-info ul li {
    margin-bottom: 20px
}
.jqsc-desc .right-info ul li .sp-title{
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px
}
.jqsc-desc .right-info ul li .sp-desc{
    font-size: 18px;
    color: #000;
    font-weight: 400;
}



.detail_header {
    position: relative;
    /* background-image: url(//www.news.cn/politics/2023lh/lhhsy/xzcfdz/images/banner_detail2.png); */
    height: 2224px;
    width: 100%;
    background-size: contain;
    background-position: top center;
}
.header_logo {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
}
.header_logo .left_logo {
    position: absolute;
    left: 0;
    width: 248px;
    /* padding-left: 50px; */
}
.header_logo .left_logo img {
    width: 100%
}
.header_logo .right_logo {
    position: absolute;
    right: 0;
    width: 188px;
    /* padding-right: 50px;
    display: flex;
    justify-content: space-between; */
}
.header_logo .right_logo img {
    width: 100%
}
.detail_video_container  {
    width: 1452px;
    height: 765px;
    background-image: url(//www.news.cn/politics/2023lh/lhhsy/xzcfdz/images/video-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    /* margin-left: -114px; */
    padding-top: 50px;
    margin: 0 auto;
}
.detail_video_container .video_outer {
    background-color: #d6ab7b;
    padding: 14px;
    width: 1180px;
    height: 648px;
    margin-left: 108px;
    position: relative;
}
.detail_video_container .video_poster {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.detail_video_container video {
    display: none;
    height: 100%;
    width: 100%;
    background: #000;
}
.header_container {
    width: 1200px;
    margin: 0 auto;
    padding-top: 0px;
    /* display: flex;
    justify-content: space-between; */
}
.header_container .avatar {
    width: 40%;
    float: left;
}
.banner_detail2 {
    position: absolute;
    left:50%;
    top: 0;
    width: 1920px;
	margin-left:-960px;
    z-index: -1;
}
.banner_detail3 {
    position: absolute;
    left:50%;
    top: 1111px;
    width: 1920px;
	margin-left:-960px;
    z-index: -1;
}
.header_container .avatar img {
    width: 117%;
    margin-top: -41px;
    margin-left: -52px
}
.header_container .right_info {
    width: 60%;
    margin-top: 48px;
    float: right;
}
.header_container .right_info .xhftlogo {
    width: 180px;
}
.header_container .right_info .article_title {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    text-shadow: #a0876b 0 1px 0;
    /* background-image: url(//www.news.cn/politics/2023lh/lhhsy/xzcfdz/images/txtbg.png);
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: #c04848;
    padding: 11px 15px;
    border-radius: 20px;
    box-sizing: border-box;
    margin-left: -35px;
    display: inline-block;
    position: relative;
}
.header_container .right_info .article_title:after {
    content: '';
    position: absolute;
    background: url(//www.news.cn/politics/2023lh/lhhsy/xzcfdz/images/tri.png) no-repeat;
    background-size: cover;
    bottom: -21px;
    left: 52px;
    width: 44px;
    height: 30px;
}
.header_container .right_info .author_info {
    font-size: 29px;
    color: #a0876b;
    padding-top: 20px;
}
.header_container .right_info .author_info span {
    font-size: 20px;
}
.header_container .right_info .divider {
    width: 189px;
    border-bottom: 1px solid #717171;
    padding-top: 48px
}
.header_container .right_info .article_desc {
    color: #765c5c;
    font-size: 22px;
    line-height: 1.5;
    padding-top: 36px;
}
.header_container .right_info .article_img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 64px;
}
.header_container .right_info .article_img img {
    width: 32%;
}
.mySwiper_jqwuhou {
    overflow: hidden;
}
.mySwiper_jingcaijijin {
    overflow: hidden;
}
.prev-btn1 {
    left: -30px;
    margin-top: -65px;
    background-image: url(//www.news.cn/politics/2023lh/lhhsy/xzcfdz/images/gjcarrow_left.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.swiper-button-prev:after {
    content: '';
   
}
.next-btn1 {
    right: -38px;
    margin-top: -65px;
    background-image: url(//www.news.cn/politics/2023lh/lhhsy/xzcfdz/images/gjcarrow_right.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.swiper-button-next:after {
    content: '';
}
.swiper-slide .des {
    font-size: 24px;
    border: 1px solid #cacaca;
    padding: 2px 8px;
    display: inline-block;
    margin-top: 50px;
    color: #696969;
}
.swiper-slide .play2 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    cursor: pointer;
}
.prev-btn2 {
    left: -30px;
    margin-top: -38px;
    background-image: url(//www.news.cn/politics/2023lh/lhhsy/xzcfdz/images/jjarrow_left.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 72px;
}
.next-btn2 {
    right: -38px;
    margin-top: -38px;
    background-image: url(//www.news.cn/politics/2023lh/lhhsy/xzcfdz/images/jjarrow_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 72px;
}
.swiper-wrapper {
    height: auto;
}
.jqwuhou-desc {
    position: relative;
}
.ftl {
    width: 100%;
    height: auto;
    background-color: #f5f1eb;
    margin-top:100px
}
.ftl_container {
    width: 1200px;
    height: 842px;
    margin: 0 auto;
}
.ftl_container .fantanlu_title {
    width: 244px;
    padding: 40px 0;
    padding-bottom: 20px;
}
.jcjj_title {
    width: 290px;
    padding:20px 0
}
.ftl_container .ftl_inner {
    height: 584px;
    background-color: #fff;
    margin: 10px 0;
    padding: 20px;
    overflow-y: auto;
}
.ftl_container .ftl_inner .question {
    /* display: flex; */
    margin-bottom: 20px;
    float: left;
}
.ftl_container .ftl_inner .question img {
    width: 57px;
    margin-right: 10px;
    object-fit: contain;
    float:left;
}
.ftl_container .ftl_inner .question .txt {
    font-size: 22px;
    background-color: #fbf9f6;
    border-radius: 20px;
    padding: 5px 30px;
    color: #5f5f5f;
    border:1px solid #d5d4d2;
    float:left;
    margin-top: 7px;
    font-weight: 500;
}
.ftl_container .ftl_inner .answer {
    /* display: flex; */
    margin-bottom: 20px;
    width: 94%;
    float: right;
    position: relative;
}
.ftl_container .ftl_inner .answer img {
    width: 5.3%;
    /* margin-left: 10px; */
    /* margin-top: -34px; */
    /* object-fit: contain;
    position: absolute;
    right: -1px;
    top: 0px; */
    float:right;
    margin-left: 2%;
}
.ftl_container .ftl_inner .answer .txt {
    font-size: 19px;
    background-color: #fbf9f6;
    border-radius: 12px;
    padding: 10px 30px;
    color: #5f5f5f;
    line-height: 1.5;
    width: 92%;
    border:1px solid #d5d4d2;
    float:right;
    box-sizing: border-box;
}
/* 缁� swiper 瀹瑰櫒涓殑鍥剧墖璁剧疆閫忔槑搴� */
/* .jcjj-container .swiper-slide:not(.swiper-slide-active) {
    width: 50%;
}
.jcjj-container .swiper-slide.swiper-slide-active {
    width: 100%;
} */

/* .jcjj-container .swiper-slide:not(.swiper-slide-active) img {
    opacity: 0.5;
    transition: opacity 0.5s ease-in-out;
    
  }
  /* 缁欏綋鍓嶆縺娲荤殑鍥剧墖璁剧疆閫忔槑搴︿负 1锛屽彇娑堟笎鍙樻晥鏋� 
.jcjj-container .swiper-slide.swiper-slide-active img {
    opacity: 1;
    transition: none;
  } 

  .jcjj-container  .swiper-slide {
    overflow: hidden;
  }*/
  
  .jcjj-container  .swiper-slide img {
    width: 100%;
    height: auto;
    position: relative;
    left: -50%;
    transform: translateX(50%);
  }
 

  .jcjj-container  .swiper-slide .mask {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none
  }
  /*.jcjj-container .swiper-slide-prev .mask{
    display: block;
    background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1));
  }
  .jcjj-container .swiper-slide-next .mask{
    display: block;
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
  }*/

  /* .jcjj-container .swiper-slide-prev img,
  .jcjj-container .swiper-slide-next img {
    opacity: 0.5;
    filter: alpha(opacity=50);
  } */
  
  .jcjj-container  .swiper-slide-prev img {
    transform: translateX(37%);
  }
  
  .jcjj-container .swiper-slide-next img {
    transform: translateX(63%);
  }
  .img_outer {
    position: relative;
  }
  #container {
    width: 1920px;
    margin: 0 auto
  }
  .popup_outer {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 10;
    display: none;
  }
  .popup {
    position: fixed;
    width: 1000px;
    /* height: 600px; */
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #D6AB7D;
    padding: 20px;
    
    /* display: none; */
  }
  .popup video {
    width: 100%
  }
  .video_close {
    position: absolute;
    width: 50px;
    right: -25px;
    top: -28px;
  }
  .theme {
    margin: 0 auto;
    display: block;
    margin-top: 128px;
    width: 1162px;
    margin-bottom: 100px;
  }

  /* .swiper-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease, visibility 1s ease;
  }
  
  .swiper-slide.active {
    opacity: 1;
    visibility: visible;
  } */
.jqwuhou-container {
    width: 1200px;
    margin: 0 auto;
    margin-top: -100px
}
@media screen and (max-width: 750px) {
    .jcjj-container  {
        width: 100%;
    }
    .jqwuhou-container {
        width: 100%;
        margin-top: 0
    }
    .header_container .avatar img {
        width: 70%;
        margin: 0 auto;
        display: none;
    }
    .banner_detail3 {
        top: 57vw;
    }
    .header_container .right_info .author_info span {
        font-size: 14px;
    }
    .header_container .right_info .article_title {
        font-size: 24px;
        padding: -1px 0px 16px 14px;
        box-sizing: border-box;
        margin-left: -12px;
        margin-top: 27px;
    }
    .header_container .right_info .author_info {
        font-size: 18px;
        padding-top:5px;
        padding-bottom: 10px;
        
    }
    .header_container .right_info .article_desc {
        font-size: 16px;
    }
    .header_container .right_info .article_img {
        padding-top:10px;
    }
    .header_container .right_info .divider {
        display: none;
    }
    body {
        background-color: #fdeddd;
    }
    .detail_video_container .video_outer {
        width: 80vw;
        height: 45vw;
        margin-left: 7vw;
        padding: 7px;
    }
    .detail_video_container .video_poster {
        width: 100%;
        height: 100%;
    }
    .ftl_container .ftl_inner .answer .txt {
        font-size: 14px;
        background-color: #fbf9f6;
        border-radius: 12px;
        padding: 10px 30px;
        color: #5f5f5f;
        line-height: 1.5;
        width: 82%;
    }
    #container {
        width: 100%;
    }
    .header_logo {
        width: 100%;
    }
    .header_logo .left_logo {
        width: 177px;
        padding-left: 9px;
    }
    .header_logo .right_logo {
        width: 102px;
        padding-right: 9px;
    }
    .theme {
        width: 90%;
        margin-top: 70px;
        margin-bottom: 20px
    }
    .header_logo .right_logo img {
        width: 100%;
        object-fit: contain;
    }
    .header_container {
        width: 100%;
        margin: 0 auto;
        padding-top: 2vw;
        display: flex;
        flex-direction: column;
    }
    .detail_header {
        height: auto;
        background-size: 271%;
        background-position: 89% 0%;
    }
    .popup {
        width: 100%;
        box-sizing: border-box;
        padding:10px
    }
    .video_close {
        position: absolute;
        width: 36px;
        right: 0px;
        top: -20px;
    }
    .header_container .avatar {
        width: 90%;
        margin: 20px auto;
    }
    .header_container .right_info {
        width: 90%;
        margin: 15px auto;
        margin-top: -27px;
    }
    .detail_video_container {
        height: auto;
        width: 100%;
        margin-left: 0;
        margin-top: 47px;
        padding-top: 5px;
        background-size: 100%;
        background-position: 2px 58%;
    }
     .video_container  .video_poster {
        width: 100%;
    }
    .detail_video_container video {
        display: none;
    }
    .play_btn {
        position: absolute;
        width: 40px !important;
        bottom: 28px;
        left: 23px;
    }
    .ftl_container {
        width: 100%;
        height: 609px;
    }
    .ftl_container .fantanlu_title {
        width: 140px;
    }
    .jcjj_title {
        width: 171px;
    }
    .jqwuhou-title {
        width: 136px;
        margin-top:30px
    }
    .swiper-slide .play2 {
        width: 30px;
        margin-top: -15px;
        margin-left: -15px;
    }
    .swiper-slide .des {
        font-size: 14px;
        margin-top:20px
    }
    .ftl {
        margin-top:40px
    }
	.ftl_container .ftl_inner .question{ float:none;}
	.ftl_container .ftl_inner .answer{ float:right;}
    .ftl_container .ftl_inner .question img {
        width: 9%;
    }
    .ftl_container .ftl_inner .question .txt {
        font-size: 16px;
        padding: 5px 18px;
        width: 70%;
        margin:0
    }
    .ftl_container .ftl_inner .answer img {
        width: 9%;
    }
    .header_container .right_info .xhftlogo {
        width: 120px;
    }
    .ftl_container .ftl_inner {
        height: 439px;
    }
}
