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%;
    height: 1500px;
    background: url(./20240227banner.jpg) no-repeat center 0;
}

.banner-title {
    width: 1350px;
    height: 745px;
    margin: 0px auto;
    padding-top: 25px;
}

.banner-con {
    width: 1350px;
    height: 492px;
    background-color: #ffebbd;
    border: 4px solid #fea61b;
    border-radius: 20px;
    margin: 0px auto;
    padding: 40px 25px 0px 25px;
}

.banner-logo {
    width: 100%;
    height: 60px;
    margin: 0 auto;
}

.banner-zi {
    width: 990px;
    height: 432px;
    margin: 15px auto 0px;
}

.banner-cf {
    width: 445px;
    height: 285px;
    padding-left: 60px;
}

.banner-pl {
    width: 485px;
    /* padding-left: 10px; */
}

.pltop {
    padding-left: 50px;
    padding-top: 40px;
    padding-bottom: 35px;
}

.banner-left {
    width: 765px;
    height: 466px;
}

.banner-right {
    width: 542px;
    height: 466px;
    padding-left: 38px;
    background-color: #fff9ea;
    position: relative;
}

.banner-lmmz {
    position: absolute;
    top: -23px;
    left: 38px;
}

.banner-right ul {
    margin-top: 60px;
    float: left;
}

.banner-right li {
    float: left;
    line-height: 54px;
    font-size: 20px;
}

.banner-right li a {
    color: #000;
}

.banner-right li a:hover {
    color: #d12d1f;
}


/* BANNER动效*/

.cfimg {
    animation: ofLeft 1s;
}

@keyframes ofLeft {
    0% {
        transform: translateX(-300%);
    }
    100% {
        transform: none;
    }
}

.plimg {
    animation: ofRight 1s;
}

@keyframes ofRight {
    0% {
        transform: translateX(300%);
    }
    100% {
        transform: none;
    }
}

.title2024 {
    animation: Fang 2s;
}

@keyframes Fang {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    30% {
        transform: scale(1);
        opacity: 1;
    }
    45% {
        transform: scale(0.8);
        opacity: 1;
    }
    60% {
        opacity: 0.5;
    }
    75% {
        opacity: 1;
    }
    90% {
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


/* 新闻 */

.swiper_topnews .swiper-container {
    width: 765px;
    height: 466px;
}

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

.swiper_news .swiper-slide .player {
    position: absolute;
    top: calc(50% - 39px);
    left: calc(50% - 39px);
    width: 78px;
    height: 78px;
}

.swiperTitle_news {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    line-height: 46px;
}

.swiper-slide .vid-an {
    position: absolute;
    bottom: 44px;
    left: 10px;
    width: 78px;
    height: 78px;
}

.swiper-slide .vid-an img {
    width: 78px;
    height: 78px;
}

.swiperTitle_news a {
    color: #fff;
}

.swiper_news .swiper-button-next,
.swiper_topnews .swiper-button-next,
.swiper_topnews .swiper-button-prev,
.swiper_news .swiper-button-prev {
    top: unset;
    bottom: 0;
}

.swiper_news .swiper-button-next:after,
.swiper_news .swiper-button-prev:after,
.swiper_topnews .swiper-button-next:after,
.swiper_topnews .swiper-button-prev:after {
    font-size: 24px;
    color: #fff;
}


/* 导航栏 */

.topnav {
    position: relative;
    top: 50px;
    z-index: 999;
}

.lhmenu .w {
    position: relative;
    z-index: 999;
    top: 25px;
}

.nav_title_img {
    height: 64px;
    vertical-align: middle;
    margin-top: 14px;
    margin-right: 40px;
}

.lhmenu {
    width: 100%;
    height: 133px;
    margin: 0 auto;
    background: url('./20240227navbg.png') no-repeat center;
}

.nav_title_fz {
    padding-top: 16px;
    padding-right: 27px;
    float: left;
}

.nav_title_fz img {
    padding-right: 25px;
    display: inline-block;
    float: left;
}

.nav_title_fz .menu01 {
    width: 150px;
    float: left;
}

.nav_title_fz .menu02 {
    width: 308px;
    float: left;
}

.nav_title_fz ul li {
    font-size: 18px;
    float: left;
    line-height: 28px;
}

.nav_title_fz ul li a {
    color: #fff;
    padding-right: 10px;
}


/* 标题文字 */

.content-title h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
    font-family: "SimHei", "Hei Ti", sans-serif;
}

.content-title p {
    font-size: 16px;
    text-align: center;
}

.content-title p a {
    margin-right: 50px;
    color: #d12d1f;
}

.content-title-bg {
    position: relative;
    width: 100%;
    padding-bottom: 46px;
    padding-top: 33px;
    z-index: 2;
}


/* 新闻 */

.swiper_news .swiper-container {
    width: 690px;
    height: 420px;
}

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

.swiper_news .swiper-slide .player {
    position: absolute;
    top: calc(50% - 38px);
    left: calc(50% - 38px);
    width: 76px;
    height: 76px;
}

.swiperTitle_news {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    line-height: 46px;
}

.swiperTitle_news a {
    color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    top: unset;
    bottom: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px;
    color: #fff;
}

.imgs_news {
    width: 690px;
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}

.imgs_news_item {
    width: 220px;
    height: 150px;
    position: relative;
    overflow: hidden;
}

.imgs_news_item .imgs_news_item_jiaob {
    position: absolute;
    top: 0px;
    left: 0;
}

.imgs_news_item .imgs_news_item_img {
    width: 100%;
    height: 100%;
}

.imgs_news_item_title {
    position: absolute;
    bottom: -65px;
    left: 0;
    opacity: 0;
    width: calc(100% - 20px);
    padding: 10px 10px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-align: left;
    line-height: 1.5;
    transition: .5s;
}

.imgs_news_item:hover .imgs_news_item_title {
    bottom: 0;
    opacity: 1;
}

.imgs_news_item_title a {
    color: #fff
}

.player {
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    width: 48px;
    height: 48px;
}

.news_right {
    margin-left: 44px;
    width: 465px;
}

.news_list>li h4 a {
    font-size: 20px;
    line-height: 42px;
}

.news_list>li h4 a {
    color: #e9101e;
}

.news_list>li {
    margin-bottom: 16px;
}

.news_list>li p {
    line-height: 30px;
}

.news_list>li p+ol {
    margin-top: 5px;
}

.news_list ol>li {
    text-indent: 1rem;
    background: url(https://news.youth.cn/images/4_03.png)no-repeat 0 center;
    line-height: 30px;
    font-size: 18px;
}

.news_bottom_div {
    padding: 41px 20px 10px;
    width: 390px;
    height: 90px;
    margin-top: 14px;
    background: url(https://news.youth.cn/images/20230222jiaobiaonewsbeijing.png)no-repeat 0 center;
}

.news_bottom_div li {
    line-height: 30px;
    font-size: 16px;
    background: url(https://news.youth.cn/images/4_03.png)no-repeat 0 center;
    text-indent: 0em;
    padding-left: 20px;
}

.news_bottom_div li a {
    color: #e9111e;
}


/* 滚动条 */

.road_con {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.road_list {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.road_list li {
    width: 100%;
    float: left;
    line-height: 36px;
    background: no-repeat left;
    text-indent: 18px;
    font-size: 16px;
    background: url(https://news.youth.cn/images/4_03.png) no-repeat left;
}

.road_list li a:hover {
    color: #C00;
}

.news_gd {
    width: 100%;
    height: 46px;
    background-image: linear-gradient(80deg, #e01206 0% -60%, #e01206 60% -90%, #f43a14 90% -100%);
    margin: 25px 0px;
}

.newsscroll {
    width: 1100px;
    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;
}

.module2 {
    width: 100%;
    background-image: linear-gradient(80deg, #fb641f 0% -60%, #f03f1e 60% -90%, #fb641f 90% -100%);
}

.module2_width {
    width: 1250px;
    margin: 0 auto;
}

.qndxx_prev {
    position: absolute;
    top: calc(50% - 22px);
    left: -50px;
}

.qndxx_next {
    position: absolute;
    top: calc(50% - 22px);
    right: -50px;
}


/* 两会时刻·传习初心 */

.lhsk_lhtk {
    height: 720px;
}

.lhtk {
    padding-right: 20px;
}

.qndxx-iphone {
    width: 705px;
    height: 720px;
    float: left;
    position: relative;
}

.qndxx-iphone-lb {
    width: 100%;
    float: left;
    position: relative;
}

.qndxx-iphone-bg {
    width: 262px;
    float: left;
    height: 485px;
    padding: 80px 39px 47px 37px;
    background: url(https://news.youth.cn/images/2023iphonebg.png)no-repeat 0 center;
    position: absolute;
    top: 45px;
    left: 0px;
    z-index: 10;
}

.qndxx-iphone-bg .swiper-slide img {
    width: 262px;
    height: 444px;
}

.qndxx-iphone-text {
    width: 335px;
    height: 145px;
    float: left;
    padding-top: 15px;
    padding-left: 40px;
    padding-right: 20px;
    background-color: #b40101;
    position: absolute;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.qndxx-iphone-text h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}

.qndxx-iphone-text h4 a {
    color: #fff;
}

.qndxx-iphone-text p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.qndxx-iphoneimg {
    width: 353px;
    height: 230px;
    float: left;
    position: absolute;
    top: 380px;
    right: 0px;
}

.qndxx-iphone-botton li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0px 3px;
    background-color: #d11616;
    border-radius: 50%;
}

.qndxx-iphone-botton li.chang {
    float: left;
    width: 26px;
    height: 8px;
    margin: 0px 5px;
    border-radius: 15px;
}

.qndxx_title {
    position: absolute;
    top: 105px;
    right: 20px;
}

.swiper-szkText {
    position: relative;
    left: 157px;
    top: 196px;
    width: 400px;
    height: 160px;
}

.iphone-img-text .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 5px;
}

.iphone-img-text .swiper-pagination.swiper-pagination-bullets {
    bottom: 46px !important;
    right: unset !important;
}

.iphone-img-text .swiper-pagination {
    position: unset !important;
    margin-top: 10px;
}

.iphone-img-text .swiper-pagination-bullet {
    background-color: #d1190f !important;
    opacity: 1;
}

.iphone-img-text .swiper-pagination-bullet-active {
    width: 24px !important;
    border-radius: 8px !important;
    background-color: #d1190f !important;
}


/* 中国青年报两会特刊*/

.lhtk_title {
    margin-top: 100px;
    margin-left: 50px;
}

.lhtk_imgs {
    position: relative;
    top: 30px;
    width: 520px;
}

.lhtk_img {
    position: absolute;
    height: 375px;
    width: 260px;
}

.lhtk_img img {
    width: 100%;
    height: 100%;
}

.lhtk_img_1 {
    top: 28px;
    right: 0;
    z-index: 7;
    border: 6px solid #ffdf2c;
    transition: all 1s;
}

.lhtk_img_2 {
    top: 0;
    left: 60px;
    z-index: 6;
    transition: all 1s;
}


/* 两会VLOG */

.content-report-con {
    width: 100%;
    height: 660px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.content-report-left {
    width: 590px;
}

.content-report-titleImg {
    margin-bottom: 10px;
}

.content-report-titleImg.mbot30 {
    margin-bottom: 30px;
}

.content-report-titleImg a {
    display: block;
    float: right;
    font-size: 14px;
    color: #c92713;
    margin-top: 12px;
}

.content-report-copy {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.report-left-img {
    width: 245px;
    height: 146px;
    position: relative;
    overflow: hidden;
}

.img-hoverbig {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.img-hoverbig:hover {
    transform: scale(1.2);
}

.report-left-img span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 99;
}

.report-left-text {
    width: 330px;
}

.report-left-text li font {
    font-size: 18px;
    line-height: 30px;
}

.report-left-text li p {
    font-size: 16px;
    line-height: 30px;
}

.report-left-text li font a,
.report-left-text li p a {
    color: #ff3902;
}

.report-left-text li font a:hover {
    color: #ff3902;
}

.content-report-right {
    width: 565px;
}

.report-right-copy {
    width: 280px;
    float: left;
}

.report-right-copy1 {
    width: unset;
}

.report-right-copy-top {
    width: 270px;
    float: left;
    height: 165px;
    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;
}

.report-right-copy-bot {
    width: 246px;
    float: left;
    padding: 10px 10px 0px;
    height: 67px;
    background-color: #fff;
    border-bottom: #d4d4d4 3px solid;
    border-left: #d4d4d4 2px solid;
    border-right: #d4d4d4 2px solid;
    filter: progid: DXImageTransform.Microsoft.Shadow(color=#e6e6e6, direction=120, strength=4);
    /*ie*/
    -moz-box-shadow: 1px 1px 10px #e6e6e6;
    /*firefox*/
    -webkit-box-shadow: 1px 1px 10px #e6e6e6;
    /*safari或chrome*/
    box-shadow: 1px 1px 10px #e6e6e6;
    /*opera或ie9*/
}

.report-right-copy-bot a {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.report-right-copy-bot a:hover {
    color: #f80000;
}

.content-report-right .report-right-copy:first-child,
.content-report-right .report-right-copy:nth-child(2) {
    padding-bottom: 30px;
}

.report-right-content {
    height: 197px;
    width: 245px;
    padding: 24px 20px;
    background: #f4f4f4;
}

.report-right-content p {
    line-height: 1.8;
    font-size: 14px;
}

.report-right-content p+p {
    margin-top: 20px;
    font-size: 13px;
}

.report-right-content p a {
    color: #f80000;
    padding: 0 8px;
}


/*两会联播*/

.qslh {
    height: 254px;
    background: url(./2024qslh_banner.png)no-repeat 0 0;
    margin-bottom: 40px;
}

.qslh_swiper {
    width: 825px;
    height: 165px;
    margin-left: 242px;
    padding-top: 45px;
    position: relative;
}

.qslh_swiper .qslh_prev_btn,
.qslh_swiper .qslh_next_btn {
    position: absolute;
}

.qslh_swiper .qslh_prev_btn {
    top: 50%;
    left: -80px;
}

.qslh_swiper .qslh_next_btn {
    right: -80px;
    top: 50%;
}

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

.qslh_swiper .swiper-slide {
    position: relative;
    height: 100%;
    display: flex;
}

.qslh_swiper .swiper-slide:hover .qslh_swiper_titile {
    opacity: 1;
    bottom: 0;
}

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

.qslh_swiper .swiper-slide img.palyer {
    width: 56px;
    height: 56px;
}

.qslh_swiper .swiper-slide .palyer {
    position: absolute;
    top: calc(50% - 28px);
    left: calc(50% - 28px);
}

.qslh_swiper_titile {
    width: calc(100% - 20px);
    position: absolute;
    bottom: -65px;
    left: 0;
    opacity: 0;
    padding: 10px;
    line-height: 1.2;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    transition: all .5s;
}

.qslh_swiper_titile a {
    color: #fff;
}


/*  两会声音 */

.content-comment {
    margin-bottom: 30px;
}

.content-comment-list ul li {
    width: 100%;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px dashed #a8a7a7;
}

.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-commentL {
    float: left;
    width: 232px;
    height: 155px;
    margin-right: 83px;
    background-color: #000;
}

.content-comment-list ul li .content-commentL img {
    width: 100%;
    height: 100%;
}

.content-comment-list ul li .content-commentR {
    float: left;
    width: 850px;
}

.content-comment-list ul li .content-commentR .content-commentText {
    font-size: 16px;
    line-height: 28px;
    margin-right: 130px;
    margin-top: 15px;
    margin-bottom: 40px;
}

.content-comment-list ul li:hover .content-commentR h4 a {
    color: #fff;
}

.content-comment-list ul li:hover .content-commentR .content-commentText {
    color: #fff;
}


/* .content-comment-list ul li:last-child {
    border-bottom: none;
} */

.content-comment-list ul li:hover .content-commentR .content-commentText a {
    color: #fff;
}

.content-comment .button {
    width: 100%;
    line-height: 55px;
    background-color: #ebebeb;
    text-align: center;
    font-size: 18px;
    color: #262525;
}

.content-comment .button img {
    margin-right: 8px;
    vertical-align: middle;
}

.content-fx span {
    color: #b2b1b1;
    margin-right: 30px;
}

.content-comment-list ul li:hover .content-fx span {
    color: #fff;
}


/* 两会现场 */

.lhxc-change {
    width: 100%;
    padding-top: 84px;
}

.lhxc-change-button {
    width: 150px;
    float: left;
}

.lhxc-change-button ul {
    width: 100%;
}

.lhxc-change-button ul li {
    width: 50px;
    float: left;
    height: 340px;
}

.lhxc-change-button ul li.chane-y {
    background-color: #ff9b2f;
}

.lhxc-change-button ul li.chane-y:hover {
    background-color: #f7870f;
}

.lhxc-change-button ul li.chane-r {
    background-color: #dc0909;
}

.lhxc-change-button ul li.chane-r:hover {
    background-color: #b0171c;
}

.lhxc-change-button ul li.chane-h {
    background-color: #c41218;
}

.lhxc-change-button ul li.chane-h:hover {
    background-color: #b10000;
}

.lhxc-change-button ul li {
    width: 50px;
    float: left;
    height: 340px;
}

.lhxc-change-button ul li img {
    margin-top: 20px;
    margin-left: 15px;
}


/* 两会现场-第一框架*/

#certify {
    position: relative;
    width: 490px;
    height: 210px;
    margin: 0 auto
}

#certify .swiper-pagination {
    text-align: right !important;
}

#certify .swiper-container {
    padding-bottom: 0px;
    width: 490px;
    height: 185px;
}

#certify .swiper-slide {
    width: 288px;
    height: 184px;
    background: #fff;
}

#certify .swiper-slide img {
    display: block;
}

#certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 5px;
    height: 5px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #fff;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 22px;
    height: 5px;
    border-radius: 5px;
}

#certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background-position: 0 -93px;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

.lhxc-change-right,
.lhxc-change-right2 {
    width: 1020px;
    float: left;
    padding-left: 30px;
}

.lhxc-changemen {
    width: 490px;
    float: left;
}

.changemen-three {
    width: 490px;
    float: left;
    position: relative;
}

.changemen-three ul {
    width: 490px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: -15px;
}

.changemen-three ul li {
    width: 288px;
    height: 184px;
    overflow: hidden;
    transition: all 0.5s;
    transform: scale(0.8)
}

.changemen-three ul li.weizhi01 {
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 11;
}

.changemen-three ul li.weizhi02 {
    position: absolute;
    left: 100px;
    top: 0;
    z-index: 12;
}

.changemen-three ul li.scale_center {
    transform: scale(1);
}

.changemen-three ul li.weizhi03 {
    position: absolute;
    left: 200px;
    top: 0;
    z-index: 9;
}

.changemen-text {
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
}

.changemen-text h4 {
    font-size: 20px;
}

.changemen-text h4 a {
    color: #fff;
}

.changemen-text h4 a:hover {
    text-decoration: underline;
}

.changemen-text p {
    padding-top: 16px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.changemen-text p a {
    color: #fff;
}

.changemen-text p a:hover {
    text-decoration: underline;
}

.lhxc-changelist {
    width: 475px;
    float: left;
    margin-left: 50px;
}

.lhxc-changelist1 {
    width: 475px;
    float: left;
}

.lhxc-changelist li,
.lhxc-changelist1 li {
    text-indent: 1.3rem;
    line-height: 47px;
    font-size: 16px;
    color: #fff;
}

.lhxc-changelist li a,
.lhxc-changelist1 li a {
    color: #fff;
}

.lhxc-changelist li a:hover,
.lhxc-changelist1 li a:hover {
    color: #fff;
    text-decoration: underline;
}

.swiper-lhxc-imgText {
    width: 490px;
    height: 138px;
}


/* 两会现场-第二框架*/

.content-text-pic2 {
    /* margin-top: 15px; */
    margin-bottom: 15px;
}

.content-text-pic2 li {
    width: 239px;
    height: 149px;
    float: left;
    margin-right: 16px;
}

.content-text-pic2 li:last-child {
    margin-right: 0px;
}

.content-bigimg2 {
    width: 239px;
    height: 149px;
    position: relative;
    overflow: hidden;
}

.content-bigimg2 img:hover {
    transform: scale(1.2);
}

.content-bigimg2 img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.content-bigimg2 h4 {
    height: auto;
    line-height: 22px;
    text-align: left;
    padding: 6px 10px;
    width: calc(100% - 20px);
    font-size: 14px;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.lhxc-changelist-n {
    width: 100%;
    float: left;
}

.lhxc-changelist-copy {
    width: 48%;
}


/* 记者会-图标题*/

.jizhehui {
    height: 368px;
    margin: 60px auto;
}

.content-bigimg3 {
    width: 600px;
    height: 368px;
    position: relative;
    overflow: hidden;
}

.content-bigimg3 img:hover {
    transform: scale(1.2);
}

.content-bigimg3 img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.content-bigimg3 h4 {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.jizhehui-list {
    width: 570px;
}

.jizhehui-list ul {
    width: 100%;
}

.jizhehui-list ul li {
    width: 95%;
    padding-left: 5%;
    height: 44px;
    float: left;
    font-size: 20px;
    line-height: 44px;
    text-indent: 1.6rem;
    margin-top: 10px;
    background: #f7f6f6 url(https://news.youth.cn/images/20230303_info_icon.png)no-repeat 15px center;
}

.jizhehui-list ul li a {
    color: #636363;
}

.jizhehui-list ul li a:hover {
    text-decoration: underline;
}


/* 数字人两会播报*/

.shuzibo {
    margin-top: 40px;
    width: 100%;
    height: 920px;
    background: url(./2024shuzibobao.png) no-repeat center 0;
}

.shuzibo_width {
    width: 1200px;
    height: 621px;
    margin: 74px auto 0;
}

.swiper_fifth {
    width: 1200px;
    height: 640px;
    padding-top: 30px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}

.swiper_fifth .fifth_prev_btn,
.swiper_fifth .fifth_next_btn {
    position: absolute;
    z-index: 999;
    margin-top: -58px;
    cursor: pointer;
}

.swiper_fifth .fifth_prev_btn {
    top: 50%;
    left: -72px;
}

.swiper_fifth .fifth_next_btn {
    right: -72px;
    top: 50%;
}

.shuzibo-img-copy {
    width: 1200px;
    margin: 0 auto;
}

.shuzibo-img-copy li {
    width: 300px;
    height: 225px;
    float: left;
    position: relative;
}

.shuzibo-img-copy li img {
    width: 300px;
    height: 225px;
}

.yin_hover {
    position: absolute;
    width: 300px;
    height: 225px;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 1s;
    background-color: rgba(234, 36, 5, 0.8);
}

.yin_hover:hover {
    opacity: 1;
}

.yin_hover .bailine {
    width: calc(100% - 20px);
    margin: 60px auto 0px;
    padding: 20px 0px;
    vertical-align: middle;
    border-top: #fff 1px solid;
    border-bottom: #fff 1px solid;
}

.yin_hover .bailine p {
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    padding: 0px 25px;
    text-shadow: 1px 2px 3px #000;
    line-height: 28px;
}


/* 数字人两会播报-Swiper结束*/


/* addClass */

.group1 {}

.group2 {
    display: none;
}


/* 两会图说 */

.lhts {
    width: 1400px;
    height: 452px;
    margin: 30px auto 50px;
    background-color: #f2f2f2;
}

.lhts-picsay {
    width: 1200px;
    margin: 0px auto;
}


/* slider */

.content-slider {
    margin-bottom: 30px;
}

.content-slider-containers {
    position: relative;
}

.content-slider-img {
    margin-bottom: 30px;
}

.content-slider-img ul li {
    width: 370px;
    height: 270px;
    float: left;
    margin-bottom: 20px;
    margin-right: 45px;
    position: relative;
}

.content-slider-img ul li:last-child {
    margin-right: 0;
}

.content-slider-img ul li .content-slider-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 15px 10px;
    box-sizing: border-box;
    background-color: rgba(208, 68, 40, 0.8);
}

.content-slider-img ul li .content-slider-text p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
}

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

.content-slider-containers .swiper-button-prev {
    width: 25px;
    height: 55px;
    font-size: 30px;
    left: -60px;
    margin-top: -54px;
}

.content-slider-containers .swiper-button-next {
    width: 25px;
    height: 55px;
    font-size: 30px;
    right: -60px;
    margin-top: -54px;
}

.content-slider-containers .swiper-button-prev::after {
    color: #ef2f00;
    font-weight: bold;
}

.content-slider-containers .swiper-button-next::after {
    color: #ef2f00;
    font-weight: bold;
}


/* .content-slider-containers .swiper-button-next:after {
    content: 'next';
}

.content-slider-containers .swiper-button-prev:after {
    content: 'prev';
} */

.content-slider-containers .swiper-pagination-bullet {
    width: 26px;
    height: 4px;
    display: inline-block;
    border-radius: 100%;
    border-radius: 10px;
    background: #5d5c5c;
    opacity: .2;
    bottom: 0px;
    left: 0;
}

.content-slider-containers .swiper-pagination-bullet-active {
    width: 26px;
    height: 4px;
    border-radius: 10px;
    opacity: 1;
    background-color: #d60e00;
}

.six-left-top .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}

.youthnews {
    width: 100%;
    height: 859px;
    background: url(./2024youthnewsbjt.jpg) no-repeat center 0;
}

.yin_hover .bailine p a,
.content-slider-img ul li .content-slider-text p a {
    color: #fff;
}