body {
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.red {
    color: #d12d1f;
}

.transition_img {
    overflow: hidden;
}

.transition_img img {
    transform: scale(1);
    transition: .8s all;
}

.transition_img img:hover {
    transform: scale(1.2);
}


/* 公共样式 */

.white {
    color: #fff;
}

.fsB {
    font-size: 22px;
}

.fsS {
    font-size: 16px;
}

p {
    color: #464545;
}


/* 栏目条图片上下高*/

.content-titleImgs img {
    margin: 30px auto;
}

.banner {
    width: 100%;
    background: url(./20250223banner.jpg) no-repeat center 0;
}

.banner-title {
    width: 1280px;
    height: 1080px;
    margin: 0px auto;
    position: relative;
}

.title-image {
    position: absolute;
    top: 380px;
    left: 197px;
    width: 0.19px;
    height: 354px;
    /* Adjust as needed */
    background: url(20250224_czc.png) left top / auto 100% no-repeat;
    animation: aniTitle 1.6s ease-in-out 1 forwards;
    /* 从左上角开始变换 */
}

@keyframes aniTitle {
    80% {
        width: 899px;
    }
    100% {
        width: 899px;
    }
}

.title-year {
    width: 187px;
    height: 89px;
    position: absolute;
    top: 410px;
    right: 10px;
    animation: fadeInRight 2s .8s ease both;
    -webkit-animation: fadeInRight 2s .8s ease both;
    -moz-animation: fadeInRight 2s .8s ease both;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(120px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(120px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

.title-word {
    width: 1002px;
    height: 53px;
    position: absolute;
    bottom: 98px;
    left: 140px;
    animation: bounceInUp 1.5s 1s ease both;
    -webkit-animation: bounceInUp 1.5s 1s ease both;
    -moz-animation: bounceInUp 1.5s 1s ease both;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-10px)
    }
    80% {
        -webkit-transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes bounceInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(100px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(-10px)
    }
    80% {
        -moz-transform: translateY(10px)
    }
    100% {
        -moz-transform: translateY(0)
    }
}

.banner-con {
    width: 100%;
    margin: 0px auto;
    background: url(./20250223banner01.jpg) no-repeat center 0;
}

.banner-box {
    width: 1326px;
    margin: 0px auto;
}

.banner-top {
    width: 1280px;
    height: 110px;
    padding: 20px 23px 10px;
    margin: 0px auto;
    border-radius: 15px;
    background-color: #d02106;
    background-image: linear-gradient(to right, #e86725, #d02106, #e86725);
}

.banner-top h1 {
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    /* font-weight: bold; */
    font-family: "Microsoft YaHei", Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    text-size-adjust: 100%;
    font-weight: bold;
    word-break: break-word;
    text-shadow: rgb(13 1 1) 1px 0px 1px;
}

.banner-top h1 a {
    color: #ecfb97;
}

.smallTitle {
    margin: 10px auto;
}

.smallTitle a {
    font-size: 18px;
    line-height: 32px;
    color: #ecfb97;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
}

.smallTitle a:hover {
    text-decoration: underline;
}


/* banner底部要闻区 */

.banner-bot {
    width: 1280px;
    height: 820px;
    padding: 30px 23px 0px;
    margin: 60px auto 0;
    border-radius: 15px;
    background-color: #fff5db;
}

.banner-left {
    width: 659px;
}

.banner-lb {
    width: 659px;
    height: 431px;
    float: left;
}

.lbjiaobiao {
    width: 262px;
    height: 66px;
    float: left;
    position: absolute;
    top: -66px;
    left: -23px;
    z-index: 999;
}

.lhonepic {
    width: 659px;
    height: 431px;
    float: left;
    position: relative;
}

.lhonepic .swiper-pagination {
    width: auto !important;
    right: 0px !important;
    left: auto !important;
    bottom: 14px !important;
    padding-right: 20px;
}

.one-pic {
    width: 659px;
    height: 431px;
    float: left;
}

.one-pic ul {
    float: left;
    width: 659px;
    height: 431px;
}

.one-pic ul .swiper-slide img {
    width: 100%;
    /* 确保图片不会超出容器 */
    height: 100%;
    /* 确保图片不会超出容器 */
}

.one-pic .ahead_txt {
    width: 619px;
    padding: 5px 20px;
    position: absolute;
    bottom: 0;
    background: rgb(48 48 48 / 68%);
    line-height: 40px;
}

.one-pic .ahead_txt a {
    color: #fff;
}

.one-pic .swiper-pagination {
    /* position: absolute;
   width: 110px;
   bottom: 14px;
   right: 0; */
}

.one-pic .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    right: 15px;
}

.one-pic .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #de2c0c;
    opacity: 1;
}

.one-pic .swiper-pagination-bullet-active {
    background: #6a96fc;
    width: 32px;
    border-radius: 10px;
}

.qglh_news_list {
    width: 95%;
    float: left;
    margin-top: 10px;
}

.qglh_news_list>li h4 a {
    font-size: 20px;
    line-height: 42px;
}

.qglh_news_list>li h4 a {
    color: #e9101e;
}

.qglh_news_list>li {
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d12d1f;
}

.qglh_news_list>li:last-child {
    border-bottom: none;
}

.qglh_news_list ol>li {
    text-indent: 1rem;
    background: url(./4_03.png)no-repeat 0 center;
    line-height: 40px;
    font-size: 18px;
}


/* banner底部要闻区+右侧*/

.banner-right {
    width: 605px;
    height: 500px;
}

.banner-pic {
    width: 100%;
    position: relative;
    padding-top: 45px;
}

.banner-rightlm {
    width: 181px;
    height: 60px;
    position: absolute;
    top: -20px;
    left: 0px;
}

.banner-pic-box {
    width: 343px;
    height: 755px;
    float: left;
}

.banner-imgbt {
    width: 247px;
    float: left;
    margin-left: 15px;
}

.banner-imgbt li {
    width: 247px;
    height: 248px;
    float: left;
    margin-top: 7px;
}

.banner-imgbt li:first-child {
    margin-top: 0px;
}

.banner-imgbt li img {
    width: 247px;
    height: 175px;
    float: left;
    margin-bottom: 10px;
}

.banner-imgbt li p {
    height: 60px;
    line-height: 30px;
    font-size: 18px;
    text-align: left;
}

.banner-imgbt li p a {
    color: #e9101e;
}


/* lhnews两会要闻区*/

.lhnews {
    width: 100%;
    height: 1590px;
    margin: 80px auto 0;
    background: url(./20250224news_bg.jpg) no-repeat center 0;
}


/* lhnews导航*/

.lhnav-box {
    width: 1280px;
    height: 503;
    margin: 12px auto 94px;
}

.lhnav {
    width: 980px;
    padding-top: 24px;
    padding-left: 300px;
    margin: 0 auto;
}

.lhnav ul {
    width: 100%;
    float: left;
}

.lhnav ul li {
    float: left;
    float: left;
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 40px;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    text-size-adjust: 100%;
    font-weight: bold;
    word-break: break-word;
    text-shadow: rgb(13 1 1) 1px 0px 1px;
}

.lhnav ul li a {
    color: #fff;
    display: block;
    margin: 0 34px;
}

.lhnav ul li a:hover {
    color: #ffeb45;
}

.bigh30 {
    margin-top: 30px;
}

.ywNews-box {
    width: 1310px;
    margin: 20px auto 0;
}

.ywNews-left {
    width: 747px;
    height: 476px;
    position: relative;
}

.ywNews-icon {
    width: 27px;
    height: 27px;
    float: left;
    position: absolute;
    bottom: -27px;
    right: 0px;
    z-index: 999;
}

.ywNews-top {
    width: 747px;
    height: 476px;
    float: left;
    background-color: #dd2405;
    /*浏览器不支持显示*/
    background-image: linear-gradient(to right, #dd2405, #fe6337);
    border-top-left-radius: 25px;
}

.lhtwopic {
    width: 694px;
    height: 422px;
    float: left;
    padding: 29px 0px 0px 27px;
    position: relative;
}

.lhtwopic .swiper-pagination {
    width: auto !important;
    right: 0px !important;
    left: auto !important;
    bottom: 14px !important;
    padding-right: 20px;
}

.two-pic {
    width: 694px;
    height: 422px;
    float: left;
}

.two-pic ul {
    float: left;
    width: 694px;
    height: 422px;
}

.two-pic ul .swiper-slide img {
    width: 100%;
    /* 确保图片不会超出容器 */
    height: 100%;
    /* 确保图片不会超出容器 */
}

.two-pic .ahead_txt {
    width: 654px;
    padding: 5px 20px;
    position: absolute;
    bottom: 0px;
    background: rgb(48 48 48 / 68%);
    line-height: 40px;
}

.two-pic .ahead_txt a {
    color: #fff;
}

.two-pic .swiper-pagination {
    /* position: absolute;
   width: 110px;
   bottom: 14px;
   right: 0; */
}

.two-pic .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    right: 15px;
}

.two-pic .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #de2c0c;
    opacity: 1;
}

.two-pic .swiper-pagination-bullet-active {
    background: #6a96fc;
    width: 32px;
    border-radius: 10px;
}

.ywNews-right {
    width: 563px;
    height: 476px;
    margin-top: 27px;
    background-color: #ffe0ad;
    border-bottom-right-radius: 25px;
}

.content-comment-list ul li {
    height: 119px;
    box-sizing: border-box;
    border-bottom: 1px solid #ff7930;
}

.content-comment-list ul li:last-child {
    border-bottom: none;
}

.content-comment-list ul li:hover {
    cursor: pointer;
    background-color: #de3310;
    /*浏览器不支持显示*/
    background-image: linear-gradient(to right, #fe6337, #d32202);
    color: #fff;
}

.content-comment-list ul li .content-commentR {
    width: 503px;
    padding: 0px 30px;
    height: 119px;
}

.content-comment-list ul li .content-commentR h4 {
    font-size: 22px;
    line-height: 40px;
    padding-top: 15px;
}

.content-comment-list ul li .content-commentR .content-commentText {
    font-size: 18px;
    line-height: 28px;
    padding-top: 5px;
}

.content-comment-list ul li .content-commentR h4 a {
    color: #e13a24;
}

.content-comment-list ul li .content-commentR .content-commentText a {
    color: #e13a24;
}

.content-comment-list ul li:hover .content-commentR h4 a {
    color: #fff;
}

.content-comment-list ul li:hover .content-commentR .content-commentText a {
    color: #fff;
}

.content-comment-list ul li:hover:last-child {
    border-bottom-right-radius: 25px;
}


/* 
.content-comment-list ul li:hover .content-fx span {
    color: #fff;
} */

.ywNews-last {
    width: 1290px;
    margin: 20px auto 0;
}

.ywNews-zuo {
    width: 586px;
    height: 601px;
    float: left;
    background: url(./20250224tekantupian.png) no-repeat center 0;
}


/* 中国青年报两会特刊*/

.lhtk_imgs {
    width: 520px;
    position: relative;
    top: 122px;
    left: 4px;
}

.lhtk_img {
    position: absolute;
    height: 375px;
    width: 260px;
    top: 0;
    border: 6px solid #fda659;
    z-index: 5;
}

.lhtk_img.active {
    top: 50px;
    border: 6px solid #ed280e;
    z-index: 6;
}

.lhtk_img.active::before {
    display: none;
}

.lhtk_img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 178, 45, 0.5);
    z-index: 1;
    display: block;
}

.lhtk_img img {
    width: 100%;
    height: 100%;
}

.lhtk_img_1 {
    top: 28px;
    right: 0;
    transition: all 1s;
}

.lhtk_img_2 {
    top: 0;
    left: 60px;
    border: 6px solid #fda659;
    transition: all 1s;
}

.ywNews-you {
    width: 702px;
    float: right;
}

.you-top {
    width: 702px;
    height: 309px;
    float: left;
    background: url(./20250225youtop.png) no-repeat center 0;
}

.topbox {
    width: 684px;
    height: 296px;
    float: left;
    padding: 63px 12px 0px 32px;
    box-sizing: border-box;
}


/** 两会热点快报swiper **/

.swiper_hotspot {
    width: 654px;
    height: 296px;
    margin: 0 auto;
    position: relative;
}

.swiper_hotspot .swiper-container {
    width: 480px;
    height: 230px;
    float: right;
    border-radius: 10px;
}

.swiper_hotspot .swiper-container .swiper-slide {
    height: 296px;
}

.swiper_hotspot .hotspot_prev_btn,
.swiper_hotspot .hotspot_next_btn {
    position: absolute;
    z-index: 999;
}

.swiper_hotspot .hotspot_prev_btn {
    top: -42px;
    left: 545px;
}

.swiper_hotspot .hotspot_next_btn {
    right: 48px;
    top: -42px;
}

.topboxtxt {
    display: none;
}

.topboximgtxt {
    width: 100%;
    float: left;
    position: relative;
}

.ldbb_title {
    width: 143px;
    padding: 105px 0px 0px 0px;
    float: left;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    text-size-adjust: 100%;
    font-weight: bold;
    word-break: break-word;
    transform: translateY(0px);
    opacity: 0;
    text-shadow: rgb(189 52 52) 1px 1px 2px;
    /* 初始状态：文字在下方10px */
    /* 添加过渡效果 */
    transition: all .05s;
}

.ldbb_title.active {
    opacity: 1;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.ldbb_title a {
    color: #fff;
}

.ldbb_title:hover {
    opacity: 1;
    /* 文字不透明 */
    transform: translateY(0px);
    /* 文字回到原位 */
}

.ldbb_title a:hover {
    text-decoration: underline;
}

.swiper_hotspot .topboximg {
    width: 480px;
    height: 230px;
    float: right;
    /* top: 115px;
    right: 5px; */
    /* transform: translateY(-50%); */
    transition: transform 0.5s ease;
    /* 添加过渡效果 */
}


/* .topboximgtxt:hover .topboximg {
    transform: translateY(-54%) translateX(-13px);
  
} */

.topbox .topboximg>img {
    width: 480px;
    height: 230px;
    border-radius: 10px;
    position: absolute;
    /* left: -41px; */
}

.topbox .topboximg .videocon {
    position: absolute;
    left: 89%;
    top: 80%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 99;
}

.you-left {
    width: 349px;
    height: 286px;
    float: left;
    padding: 88px 0px 0px 77px;
    box-sizing: border-box;
    background: url(./20250225youleft.png) no-repeat center 0;
    position: relative;
}

.topboximg2 {
    width: 250px;
    height: 173px;
    float: left;
    position: absolute;
    top: 183px;
    left: 83px;
    transform: translateY(-50%);
    transition: transform 0.5s ease;
    /* 添加过渡效果 */
}

.you-left:hover .topboximg2,
.you-right:hover .topboximg2 {
    transform: translateY(-56%) translateX(-8px);
    /* 图片向左移动9px */
}

.topboximg2>img {
    width: 250px;
    height: 173px;
    border-radius: 10px;
}

.topboximg2 .videocon {
    position: absolute;
    left: 84%;
    top: 80%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 99;
}

.you-right {
    width: 349px;
    height: 286px;
    float: right;
    padding: 88px 0px 0px 77px;
    box-sizing: border-box;
    background: url(./20250225youright.png) no-repeat center 0;
    position: relative;
}


/* 滚动条 */

.road_con {
    width: 1280px;
    margin: 0 auto;
    height: auto;
    padding-top: 30px;
}

.news_gd {
    width: 100%;
    height: 46px;
    background-image: linear-gradient(80deg, #e01206 0% -60%, #e01206 60% -90%, #f43a14 90% -100%);
    margin: 0px;
}

.newsscroll {
    width: 1180px;
    display: block;
    padding-left: 80px;
    line-height: 46px;
    font-size: 16px;
    position: relative;
}

.newsscroll .lhsd {
    position: absolute;
    bottom: -5px;
    left: -15px;
}

.newsscroll a {
    color: #fff;
    margin: 0px 10px;
}

.newsscroll a:hover {
    color: #FFC835;
    text-decoration: underline;
}


/* lhnumber数说两会*/

.sslh_part {
    width: 100%;
    height: 1502px;
    margin: 0 auto;
    background: url(./20250224sslhback_02.jpg) no-repeat center 0;
}

.sslh_part .sslh_inbox {
    margin: 0 auto;
    overflow: hidden;
}

.sslh_part .sslh_title {
    width: 1280px;
    margin: 0 auto;
    padding-top: 31px;
    text-align: center;
}

.sslh_part .sslh_partone {
    width: 1600px;
    position: relative;
    left: calc(50% - 640px);
    padding-top: 10px;
}

.sslh_part .sslh_ai {
    float: left;
    width: 406px;
    height: 534px;
    padding: 35px 10px 35px 14px;
}

.sslh_part .sslh_ai img {
    width: 406px;
    height: 534px;
}

.sslh_part .sslh_ai_swiper {
    float: right;
    width: 1150px;
    height: 605px;
    position: relative;
    padding-top: 23px;
}

.sslh_part .sslh_ai_swiper .swiper-slide .swiper_con {
    position: relative;
    width: 552px;
    height: 417px;
}

.sslh_part .sslh_ai_swiper .swiper-slide .swiper_con>img {
    width: 552px;
    height: 417px;
}

.sslh_part .sslh_ai_swiper .swiper-slide .swiper_con .videocon {
    position: absolute;
    top: calc(50% - 38px);
    left: calc(50% - 38px);
}

.sslh_part .sslh_ai_swiper .sslh_swiper_txt {
    position: relative;
    width: 445px;
    height: 120px;
    background-color: #d21c06;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -46px;
    left: 18px;
    z-index: 2;
    color: #fff;
    font-size: 20px;
}

.sslh_part .sslh_ai_swiper .show_title {
    display: none;
}

.sslh_part .sslh_ai_swiper .swiperbutton {
    width: auto;
    display: inline-block;
    padding-left: 640px;
}

.sslh_part .sslh_ai_swiper .swiperbutton img {
    padding: 0 10px;
    cursor: pointer;
}

.sslh_part .sslh_ai_swiper .sslh_swiper_txt p {
    opacity: 0;
    transition: all .4s ease-in-out;
}

.sslh_part .sslh_ai_swiper .sslh_swiper_txt.active p {
    opacity: 1;
    color: #fff;
}

.sslh_swiper_txt {
    transition: all .4s ease-in-out;
}

.sslh_part .sslh_parttwo {
    width: 1291px;
    height: 1502px;
    margin: 0 auto 0;
}

.sslh_part .sslh_parttwo ul {
    width: 100%;
    float: left;
}

.sslh_part .sslh_parttwo ul li {
    float: left;
    width: 196px;
    height: 425px;
    border-right: 1px solid #d21c06;
    padding: 0 10px;
}

.sslh_part .sslh_parttwo ul li:first-child {
    padding-left: 0px;
}

.sslh_part .sslh_parttwo ul li:last-child {
    border-right: none;
}

.report-right-copy-top {
    width: 196px;
    float: left;
    /* height: 274px; */
    position: relative;
    overflow: hidden;
    margin: 0;
}

.report-right-copy-top span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 99;
}

.img-hoverbig {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.img-hoverbig:hover {
    transform: scale(1.2);
}

.report-right-copy-bot {
    width: 196px;
    float: left;
    padding-top: 10px;
}

.report-right-copy-bot h4 {
    font-size: 18px;
    line-height: 28px;
}

.report-right-copy-bot p {
    font-size: 16px;
    line-height: 26px;
}


/* lhfour四板块背景*/

.lhfour_box {
    width: 100%;
    height: 3299px;
    margin: 0 auto;
    background: url(./20250225fourbackground.jpg) no-repeat center 0;
}


/* lhfour四板块背景--青蜂侠两会进行时*/

.lhfour_title {
    width: 1326px;
    margin: 0 auto;
    text-align: left;
    padding: 40px 0px 30px;
}

.lhfour_title2 {
    width: 1326px;
    margin: 0 auto;
    text-align: right;
    padding: 40px 0px 30px;
}

.lhfour_part01 {
    width: 1326px;
    margin: 0 auto;
    border: 4px solid #4b8660;
    border-radius: 10px;
    box-shadow: 0px 0px 13px 9px rgb(247 213 60 / 80%);
}

.part01box {
    width: 1318px;
    margin: 0 auto;
    background-color: #38b789;
    border: 4px solid #ffd388;
    border-radius: 6px;
    padding-bottom: 15px;
    /* border-image: linear-gradient( #ffd388, #02a4b3) 20 20; */
}

.partcopy {
    width: 1280px;
    float: left;
    padding: 19px 19px 12px 19px;
}

.part01big {
    width: 848px;
    height: 580px;
    float: left;
}

.part01big .item_pic {
    width: 848px;
    height: 580px;
    float: left;
    position: relative;
    overflow: hidden;
}

.part01big .item_pic span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 99;
}

.part01big .item_picbt {
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.65);
    background: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.85) 100%);
    background: -moz-linear-gradient( top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.85) 100%);
}

.part01big .item_picbt h4 {
    width: 618px;
    float: left;
    line-height: 30px;
    font-size: 18px;
    text-align: left;
    padding-top: 16px;
    padding-left: 30px;
}

.part01big .item_pic h4 a {
    color: #ffffff;
}


/* .part01big .item_pic h4 a:hover {
    text-decoration: underline;
} */

.part01small {
    width: 421px;
    float: right;
    height: 287px;
}

.partnum {
    width: 100%;
    float: left;
}

.partnum li {
    width: 421px;
    float: left;
    height: 287px;
    position: relative;
    box-shadow: 3px 3px 7px 0px rgba(13, 12, 12, 0.08);
    margin-bottom: 6px;
    margin-right: 8px;
}

.partnum li:last-child {
    margin-right: 0px;
}

.partnum li span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 99;
}

.small_hover {
    position: absolute;
    width: 421px;
    height: 287px;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 1s;
    text-align: left;
    margin: 0 auto;
    background-color: #38b789;
    /*浏览器不支持显示*/
    background-image: linear-gradient(to bottom, #e6eb77, #95d574);
    box-sizing: border-box;
    padding: 70px 30px 30px;
    z-index: 999;
}

.small_hover:hover {
    opacity: 0.9;
}

.small_hover h4 {
    font-size: 20px;
    line-height: 36px;
    padding-bottom: 5px;
}

.small_hover h4 a {
    color: #209369;
}

.small_hover p {
    font-size: 18px;
    color: #209369;
    line-height: 22px;
}


/* lhfour四板块背景--豹小花跑两会VLOG*/

.lhfour_part02 {
    width: 1326px;
    margin: 0 auto;
    border: 4px solid #ffa22a;
    border-radius: 10px;
    box-shadow: 0px 0px 13px 9px rgb(247 213 60 / 80%);
}

.part02box {
    width: 1318px;
    margin: 0 auto;
    background-color: #db583e;
    border: 4px solid #ffd388;
    border-radius: 6px;
    padding-bottom: 5px;
    /* border-image: linear-gradient( #ffd388, #02a4b3) 20 20; */
}

.partcopy2 {
    width: 1290px;
    float: left;
    padding: 19px 19px 12px 19px;
}

.partimgtxt {
    width: 100%;
    float: left;
}

.partimgtxt li {
    width: 310px;
    float: left;
    padding-right: 12px;
    padding-bottom: 5px;
}

.imgtxt_top {
    width: 310px;
    height: 227px;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.imgtxt_top span {
    position: absolute;
    left: 84%;
    top: 80%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 99;
}

.imgtxt_bot {
    width: 310px;
    float: left;
    height: 116px;
    padding: 10px;
    background-color: #f58e1f;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.imgtxt_bot p {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
}

.imgtxt_bot p a {
    color: #ffffff;
}


/* lhfour四板块背景--《青年茶座》两会特别节目*/

.teaparty_box {
    width: 1280px;
    margin: 0 auto;
    padding: 50px 20px 50px 20px;
    box-sizing: border-box;
}


/** 青年茶座》两会特别节目swiper **/

.swiper_typical {
    width: 1174px;
    margin: 0 auto;
    position: relative;
}

.swiper_typical .swiper-container {
    width: 100%;
}

.swiper_typical .typical_prev_btn,
.swiper_typical .typical_next_btn {
    position: absolute;
    z-index: 999;
}

.swiper_typical .typical_prev_btn {
    top: 43%;
    left: -50px;
}

.swiper_typical .typical_next_btn {
    right: -50px;
    top: 43%;
}

.teaparty_box li {
    width: 369px;
    height: 271px;
    float: left;
    margin: 0 20px;
}

.teaparty {
    width: 369px;
    height: 271px;
    position: relative;
    overflow: hidden;
}

.teaparty .teaparty_img {
    width: 100%;
    height: 100%;
}

.teaparty_icon {
    position: absolute;
    left: 83%;
    top: 78%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 99;
}

.teaparty_txt {
    position: absolute;
    bottom: -65px;
    left: 0;
    opacity: 0;
    width: calc(100% - 20px);
    padding: 5px 10px 10px;
    background: rgba(235, 7, 7, 0.9);
    transition: .5s;
    color: #ffffff;
    z-index: 100;
}

.teaparty_txt a {
    color: #ffffff;
}

.teaparty:hover .teaparty_txt {
    bottom: 0;
    opacity: 1;
}

.teaparty:hover .teaparty_txt h4 {
    font-size: 20px;
    line-height: 36px;
}

.teaparty:hover .teaparty_txt p {
    font-size: 16px;
    line-height: 22px;
}

.teaparty:hover .teaparty_txt p a:hover {
    text-decoration: underline;
}


/* lhfour四板块背景--代表委员面对面*/

.lhfour_part04 {
    width: 1304px;
    margin: 0 auto;
    overflow: hidden;
}

.mdm_swiper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.mdm_swiper .swiper-container {
    padding-top: 44px;
    overflow: hidden;
    width: 1304px;
}


/* .mdm_swiper .swiper-wrapper {
    width: 1260px;
} */

.mdm_swiper .swiper-slide {
    /* width: 234px; */
    width: 248px;
    text-align: center;
}

.mdm_swiper .swiper-slide .imgbox img {
    width: 230px;
    height: 320px;
    border-radius: 10px;
    border: 4px solid #ffd388;
    box-shadow: 0 0 0 3px #ffa22a;
    box-sizing: border-box;
}

.mdm_swiper .swiper-slide-active {
    width: 263px;
}

.mdm_swiper .swiper-slide-active .imgbox img {
    transform: translateY(-40px);
    width: 249px;
    height: 350px;
    border-radius: 10px;
    border: 4px solid #fff970;
    box-shadow: 0 0 0 3px #f590f4;
}

.mdm_swiper .swiper-slide .popotit {
    width: 85%;
    position: relative;
    margin-top: -60px;
    float: right;
    right: 18px;
}

.mdm_swiper .swiper-slide .popotit::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    border-top-left-radius: 30%;
    /* border-radius: 30%; */
    background-color: #ffffe0;
    transform: rotate(45deg);
    top: -10px;
    left: 18%;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    z-index: 3;
}

.mdm_swiper .swiper-slide .popotit p {
    position: absolute;
    padding: 22px;
    border: 3px solid #fff;
    background-color: #ffffe0;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 18px;
    color: #e0725d;
}

.mdm_swiper .swiper-slide .popotit p a {
    color: #e0725d;
}

.mdm_swiper .swiper-slide-prev .popotit p,
.mdm_swiper .swiper-slide-prev .popotit::before,
.mdm_swiper .swiper-slide-next .popotit p,
.mdm_swiper .swiper-slide-next .popotit::before {
    background-color: #a7faff;
    color: #5771b1;
}

.mdm_swiper .swiper-slide-prev .popotit p a,
.mdm_swiper .swiper-slide-next .popotit p a {
    color: #5771b1;
}

.mdm_swiper .swiper-slide-active .popotit {
    float: none;
    right: 0px;
    margin: 0 auto;
    margin-top: -130px;
}

.mdm_swiper .swiper-slide-active .popotit p {
    padding: 30px;
    color: #fff;
}

.mdm_swiper .swiper-slide-active .popotit p a {
    color: #fff;
}

.mdm_swiper .swiper-slide-active .popotit p,
.mdm_swiper .swiper-slide-active .popotit::before {
    background-color: #da2d2d;
}

.mdm_swiper .bottombut {
    text-align: center;
    padding-top: 100px;
}

.mdm_swiper .bottombut img {
    cursor: pointer;
}

.mdm_swiper .swiper-pagination {
    margin: 0 auto;
    padding: 0px 20px;
}

.mdm_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 6px 12px;
    background-color: #da2d2d;
}

.mdm_swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #6493ff;
}


/* addCss */

#lhwds {
    width: 100%;
    height: 1115px;
    background: url('./20250225lhwds_bg.jpg') no-repeat center center;
}

.lhwds_title {
    width: 469px;
    height: 122px;
    margin: 0 auto;
    padding-top: 234px;
}

.lhwds_img_title {
    width: 1280px;
    margin: 0 auto;
    padding-top: 31px;
    text-align: center;
}

.card-container {
    margin: 0 auto;
    width: 400px;
    height: 260px;
    /* padding-top: 70px; */
}

.card {
    width: 362px;
    height: 150px;
    /* background: linear-gradient(45deg, #ff6b6b, #ff8e8e); */
    border-radius: 20px;
    position: absolute;
    -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
    color: white;
    font-family: Arial;
    font-size: 32px;
    border: 5px solid green;
    transform: scale(1);
}


/* .card.active {
    transform: scale(1.08) !important;
} */

.card::before {
    content: '';
    position: absolute;
    top: 60px;
    /* left: -16px; */
    border-bottom: 20px solid green;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    width: 0;
    height: 0;
}

.card:nth-of-type(1)::before,
.card:nth-of-type(2)::before,
.card:nth-of-type(7)::before {
    left: -16px;
    transform: rotate(30deg);
}

.card:nth-of-type(3)::before,
.card:nth-of-type(4)::before,
.card:nth-of-type(5)::before,
.card:nth-of-type(6)::before {
    right: -16px;
    transform: rotate(210deg);
}

.card:nth-of-type(1) {
    border: 5px solid #f6e746
}

.card:nth-of-type(2) {
    border: 5px solid #a3a5ef
}

.card:nth-of-type(3) {
    border: 5px solid #fde151
}

.card:nth-of-type(4) {
    border: 5px solid #d36cb3
}

.card:nth-of-type(5) {
    border: 5px solid #a4adf0
}

.card:nth-of-type(6) {
    border: 5px solid #fce750
}

.card:nth-of-type(7) {
    border: 5px solid #db8ac2
}

.card:nth-of-type(1) .videoImg {
    border: 5px solid #f8a142
}

.card:nth-of-type(2) .videoImg {
    border: 5px solid #72537d
}

.card:nth-of-type(3) .videoImg {
    border: 5px solid #f8a142
}

.card:nth-of-type(4) .videoImg {
    border: 5px solid #97364a
}

.card:nth-of-type(5) .videoImg {
    border: 5px solid #635795
}

.card:nth-of-type(6) .videoImg {
    border: 5px solid #f0a63d
}

.card:nth-of-type(7) .videoImg {
    border: 5px solid #99354d
}

.card:nth-of-type(1)::before {
    border-bottom: 20px solid #f6e746
}

.card:nth-of-type(2)::before {
    border-bottom: 20px solid #a3a5ef
}

.card:nth-of-type(3)::before {
    border-bottom: 20px solid #fde151
}

.card:nth-of-type(4)::before {
    border-bottom: 20px solid #d36cb3
}

.card:nth-of-type(5)::before {
    border-bottom: 20px solid #a4adf0
}

.card:nth-of-type(6)::before {
    border-bottom: 20px solid #fce750
}

.card:nth-of-type(7)::before {
    border-bottom: 20px solid #db8ac2
}

.videoImg {
    width: 354px;
    height: 142px;
    border-radius: 16px;
    /* border: 5px solid #fff; */
}

.videoText {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 355px;
    height: 142px;
    border-radius: 16px;
    background: rgba(252, 231, 85, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.5s;
    z-index: 999;
    display: none;
}

.videoImg img {
    height: 100%;
    border-radius: 16px;
    width: 100%;
}

.card .videoPlayerBylhqhd {
    position: relative;
    left: 300px;
    top: -59px;
    z-index: 99;
}

.card:hover .videoText {
    display: flex;
}

.videoText p a {
    color: #ca3b2b;
}

.videoText p a:hover {
    text-decoration: underline;
}

.lhwds_more {
    display: block;
    width: 185px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 20px;
    border: 3px solid #fff;
    color: #fff;
    margin: 0 auto;
    font-size: 18px;
    transform: translateY(67px);
}

.lhwds_more:hover {
    border: #f07604 3px solid;
    color: #ffd303;
}