﻿*{margin: 0; padding: 0;}
html,body{width: 100%; height: 100%; font-size: 0.3rem; color: #333; line-height: 1.5em; font-family:"Microsoft YaHei","微软雅黑", "PingFang SC","Lantinghei SC","Helvetica Neue",Helvetica,Arial,STHeitiSC-Light,simsun,"宋体","WenQuanYi Zen Hei","WenQuanYi Micro Hei",sans-serif;}
img{width: 100%; height: 100%; display: block; }
ul,li {list-style: none;}
a {text-decoration: none;color: #333;}
.img_scale{overflow: hidden;}
.img_scale img{transition: all 0.5s;}
.img_scale:hover img{transform: scale(1.03);}
body{
    background: #f6f6f6;
    max-width: 7.2rem;
    margin: 0 auto;
}

/* 基础样式 */
:root{
    --color_theme: #e60012;
    --color_hover: #e03718;
    --color_gray: #f7f6f6;
    --color_bg: #f6f6f6;
    --fontsize: 0.3rem;
    --font_color_000: #000;
    --font_color_333: #333;
    --font_color_666: #666;
    --font_color_999: #999;
}

.fit_img{
    object-fit: cover;object-position: 50% 50%;
}
.w_main{
    width: 100%; height: auto; overflow: hidden;
}
.w_in_main{
    width: 100%; height: auto; overflow: hidden;
}
.cate_mt{
    margin-top: 10px;
}
.main{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0.2rem;
    box-sizing: border-box;
    background: #fff;
}
.content_mt{
    margin-top: 0.2rem;
}
.cate_content{height: auto; overflow: hidden; margin-top: 30px;}

.text_full{
    width: 100%;
    padding: 0.1rem 0;
    display: block;
}
.text_full p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.title_bg_gradient{
    width: 100%;
    height: 2rem;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
    position: absolute;
    bottom: 0;
    left: 0;
}
.title_bg_gradient p{
    width: 100%;
    height: auto;
    color: #fff;
    position: absolute;
    bottom: 0.2rem;
    left: 0;
    padding: 0 0.2rem;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tag{
    padding: 0px 0.1rem;
    border: 1px solid var(--color_theme);
    box-sizing: border-box;
    font-size: 0.23rem;
    margin-right: 0.1rem;
    border-radius: 0.1rem;
    line-height: 1em; 
    color: var(--color_theme);
}


/* 广告位 */
.ad{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	padding: 0.2rem;
	box-sizing: border-box;
	background: #fff;
}
.swiper_ad{
	height: 1rem;
}
.ad .swiper-slide{
	width: 100%;
	overflow: hidden;
	display: block;
}

/* 上图下文左右滚动 */
.up_img_down_text_scroll{ 
    width: 4rem;
    height: auto;
    overflow: hidden;
    display: block;
}
.up_img_down_text_scroll_img{
    width: 100%;
    height: 2.54rem;
}
.up_img_down_text_scroll_text{
    margin-top: 0.1rem;
}

/* 上图下文全屏 */
.up_img_down_text_full{ 
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
}
.up_img_down_text_full_img{
    width: 100%;
    height: 4.33rem;
    overflow: hidden;
}

/* 轮播图进度条 */
.swiper-pagination{
    height: 2px !important;
    top: inherit;
    bottom: 0 !important;
    top:initial !important;
    text-align: left;
    background: rgba(255, 102, 102, 0.5);
}
.swiper_pagination_fill{
    background: var(--color_theme);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform-origin: left top;
}

/* 列表 */
.newslists_item{
    width: 100%;
    height: 1.4rem;
    overflow: hidden;
    display: block;
    padding: 0.3rem 0;
    border-bottom: 1px solid var(--color_bg);
}
.newslists_item:first-of-type{
    padding-top: 0;
}
.newslists_item_without_img{
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 0.3rem 0;
    border-bottom: 1px solid var(--color_bg);
}
.newslists_item:last-of-type,
.newslists_item_without_img:last-of-type{ 
    border-bottom: none;
}
.newslists_item_with_img_img{
    width: 2.2rem;
    height: 100%;
    overflow: hidden;
    float: left;
}
.newslists_item_with_img_text{
    width: calc(100% - 2.2rem);
    height: 100%;
    display: flex;
    align-items: center;
    float: right;
    padding-left: 0.2rem;
    box-sizing: border-box;
    
}
.newslists_item_with_img_text p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newslist_circle a{
	position: relative;
	padding-left: 0.2rem;
}
.newslist_circle a::before{
	content: "";
	width: 0.1rem;
	height: 0.1rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	background: var(--color_theme);
	border-radius: 50%;
}

/* 标题 */
.title{
    width: 100%;
    padding: 0 0.2rem;
	height: 0.8rem;
	line-height: 0.8rem;
    box-sizing: border-box;
    background: #fff;
    padding-bottom: 0.2rem;
}
.title_l{
	float: left;
	font-size: 0.34rem;
	color: var(--color_theme);
    display: flex;
    align-items: center;
}
.title_r{
	float: right;
	font-size: 0.28rem;
	color: var(--font_color_999);
    display: flex;
    align-items: center;
}

/* 四图X轴滑动 */
.img_scroll_x{
    overflow-x: auto;
    white-space: nowrap;
}
.img_scroll_x .up_img_down_text_scroll{
    margin-right: 0.3rem;
    display: inline-block;
}
.img_scroll_x .up_img_down_text_scroll:last-of-type{
    margin-right: 0;
}
/* 四图X轴滑动 */

/* 顶部 */
.head{
	height: 0.8rem;
	background: var(--color_theme);
	padding: 0 0.2rem;
	box-sizing: border-box;
}
.top_l{
	width: 60%;
	height: 100%;
	float: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.head_top a{
	display: block;
	font-weight: bold;
}
.logo{
	width: 2.11rem;
	height: 0.48rem;
}
.forpc{
	width: 1.11rem;
	height: 0.36rem;
	margin-left: 0.2rem;
}
.toSearch{
	width: 0.36rem;
	height: auto;
	overflow: hidden;
	margin-left: 0.2rem;
}
.toSearch img{
	width: 100%;
	height: auto;
}
.top_r{
	width: 40%;
	height: 100%;
	float: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.jubao{
	color: #fff;
}
.user{
	width: 0.48rem;
	height: 0.48rem;
	margin-left: 0.2rem;
}
/* 顶部完 */

/* 导航 */
.nav{
	height: 0.8rem;
	overflow: hidden;
	position: relative;
	padding: 0 0.2rem;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.2);
    transition: height 0.3s;
}
.nav_lists{
	height: 110%;
	white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 auto;
}
.nav_lists li{
	margin-right: 0.2rem;
    display: inline;
    line-height: 0.8rem;
}
.nav_lists li a{
    font-size: 0.26rem;
}
.nav_group_item{
    width: 100%;
    height: 0rem;
    line-height: 0.8rem;
    position: absolute;
    left: 0;
    top: 0.8rem;
    border-top: 1px solid #e2e2e2;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 0.2rem;
    box-sizing: border-box;
}
.nav_group_item a{
    margin: 0 0.05rem;
}
.nav_arrow{ 
    width: 0.2rem;
    height: 0.2rem;
    display: inline-block;
    /* /NMediaFile/WIRELESS_2_305913/2025/0913/WIRELESS175777454741593HAZGDWBU.png */
    background: url(../images/arrow_down.png) no-repeat center;
    background-size: contain;
    transform: rotate(0deg);
}


.head_fixed{
	position: fixed;
	top: 0;
	z-index: 900;
}
/* 导航完 */

/* 头条 */
.main_headline{
    padding-bottom: 0;
}
.headline{
	background: #fff;
	padding-top: 0.4rem;
	box-sizing: border-box;
}
.headline_top{
	box-sizing: border-box;
	text-align: left;
	padding-bottom: 0.2rem;
}
.headline_news{
	font-size: 0.4rem;
	font-weight: bold;
	color: var(--color1);
	line-height: 0.6rem;
}
.headline_list{
    padding-bottom: 0.1rem;
}
/* 头条完 */

/* 顶部视频 */
.topnews_mid{
    position: relative;
}
.topnews_mid video{
    height: 3.82rem;
    margin: 0 auto;
}
.topnews_mid_icon{
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
}
.top_news_mid_ad{
    display: block;
    width: 100%;
    height: 3.81rem;
}
/* 顶部视频完 */



/* 要闻 */
.front_page_top{
    padding-bottom: 0;
}
.swiper_front_page{
    padding-bottom: 0.2rem;
}
.front_page_twoimg{
    display: flex;
    gap: 0.2rem;
    padding-top: 0.26rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.front_page_twoimg_item{
    display: block;
    flex: 0 0 3rem;
    min-width: 3rem;
}
.front_page_twoimg_img{
    width: 100%;
    aspect-ratio: 1.77 / 1;
    overflow: hidden;
    position: relative;
}
.front_page_twoimg_play{
    width: 0.52rem;
    height: 0.52rem;
    position: absolute;
    left: 0.12rem;
    bottom: 0.12rem;
    z-index: 2;
}
.front_page_twoimg_play img{
    width: 100%;
    height: 100%;
    display: block;
}
.front_page_twoimg_item p{
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
    color: #333;
    font-size: 0.3rem;
    line-height: 1.5em;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.front_page_newsLists_item{
    display: block;
    padding: 0.3rem 0;
    border-bottom: 2px solid var(--color_bg);
    box-sizing: border-box;
}
.front_page_newsLists_item:first-of-type{
    font-weight: bold;
}
.front_page_newsLists_item:last-of-type{
    border-bottom: none;
    padding-bottom: 0.1rem;
}
/* 要闻完 */

/* 中国范 */
.title_chinafun .title_l{
    display: flex;
    align-items: center;
}
.title_chinafun .title_l img{
	width: 2.64rem;
	height: 0.4rem;
    display: inline;
    margin-left: 0.1rem;
}
.chinafun_index_nav{
	width: 100%;
	height: 0.6rem;
	background: #f6f6f6;
	display: flex;
	align-items: center;
	justify-content: center;
}
.chinafun_index_nav a{
	margin: 0 0.2rem;
}
.chinafun_main{
	margin-top: 0.3rem;
}
.chinafun_t{
	width: 100%;
	height: 4.33rem;
	position: relative;
	display: block;
}
.chainafun_img{
	width: 100%;
	height: 100%;
	display: block;
}
.chinafun_text{
	width: 100%;
	height: 2rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.chinafun_text p{
	position: absolute;
	left: 0;
	bottom: 0.2rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding: 0 0.1rem;
	box-sizing: border-box;
	color: #fff;
    padding: 0 0.2rem;
}
.chinafun_text p{
	font-family: 'Georgia';
    font-weight: bold;
}
.chinafun_icon{
	display: block;
	width: 1.33rem;
	height: 0.36rem;
	position: absolute;
	right: 0;
	bottom: 0;
}
.chinafun_icon_first{
	right: 0.1rem;
	top: 0.1rem;
	bottom: inherit;
}
.newslists_chinafun{
    font-family: 'Georgia';
    font-weight: bold;
    margin-top: 0.3rem;
}
.newslists_chinafun .newslists_item_with_img_text{
    position: relative;
    display: block;
}
.newslists_chinafun .newslists_item_with_img_text p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* 中国范完 */

/* 健康与养生 */
.health_group{
    margin-bottom: 0.34rem;
}
.health_group:last-of-type{
    margin-bottom: 0;
}
.health_pic{
    display: block;
}
.health_pic_img{
    width: 100%;
    height: 3.02rem;
    overflow: hidden;
}
.health_pic_text{
    padding: 0.16rem 0 0.18rem;
    border-bottom: 1px solid var(--color_bg);
    color: #333;
    font-size: 0.3rem;
    line-height: 0.44rem;
}
.health_pic_text p{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.health_newslist .newslists_item_without_img{
    padding: 0.22rem 0;
}
/* 健康与养生完 */

/* 焦点 */
/* 焦点模块两条图片新闻并排 */
.focus_two_pic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.2rem;
}

.focus_two_pic .newslists_item {
    display: block;
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    min-width: 0;
    overflow: visible;
    border-bottom: none;
}

.focus_two_pic .newslists_item_with_img_img {
    width: 100%;
    height: 2.1rem;
    overflow: hidden;
}
.focus_two_pic .newslists_item_with_img_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.focus_two_pic .newslists_item_with_img_text {
    position: static;
    display: block;
    float: none;
    width: 100%;
    height: auto;
    padding-left: 0;
}
.focus_two_pic .newslists_item_with_img_text p {
    position: static;
    width: 100%;
    height: auto;
    margin: 2.2rem 0 0;
    padding: 0;
    color: #333;
    font-size: 0.3rem;
    line-height: 0.44rem;
    white-space: normal;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* 焦点完 */

/* 人民日报·人物 */
.title_rmrbrw .title_l{
    width: 2.6rem;
    height: 0.54rem;
}
.title_rmrbrw .title_l img{
    margin-top: 0.2rem;
}
/* 人民日报·人物完 */

/* 文明中国人 */
.newslists_wmzgr .newslists_item{
    height: 1.34rem;
}
.newslists_wmzgr .newslists_item_with_img_text{
    position: relative;
    display: flex;
    align-items: center;
}
.wmzgr_name{
    font-weight: bold;
    color: var(--color_theme);
    position: absolute;
    left: 0.2rem;
    top: 0;
}

/* 文明中国人完 */

/* 名人史话 */
.mrsh_main .up_img_down_text_scroll_img{
    height: 2.34rem;
}
/* 名人史话完 */

/* 暖光 */
.ng_item {
    display: block;
}
.ng_text{
    width: 100%;
    padding: 0.2rem 0 0 0;
    box-sizing: border-box;
}
.ng_text p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ng_img{
    width: 100%;
    height: 100%;
    position: relative;
}
.ng_left{
    width: 100%;
}
.ng_left .ng_img{
    height: 3.82rem;
}
.ng_mid{
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    display: flex;
    justify-content: space-between;
}
.ng_mid .ng_item{
    width: 3.3rem;
}
.ng_mid .ng_img{
    height: 1.85rem;
}
.ng_right{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.4rem;
    display: flex;
    justify-content: space-between;
}
.ng_right .ng_item{
    width: 3.3rem;
}
.ng_right .ng_img{
    height: 2.1rem;
}
.play{
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    right: 0.1rem;
    bottom: 0.1rem;
}
.ng_right_top_text{
    display: none;
}
/* 暖光完 */


/* 环视听 */
.newslists_hst .newslists_item{
    height: 1.46rem;
}
.hst_mid{
    border-bottom: 1px solid var(--color_bg);
}
.main_hst_mid_rmft{
    background: none;
}
.hst_mid_rmft{
    display: block;
    background: #fff;
}
/* 环视听完 */

/* 专题 */
.img_scroll_x_zt .up_img_down_text_scroll{
    width: 5rem;
}
.img_scroll_x_zt .up_img_down_text_scroll_img{
    height: 3.18rem;
}
/* 专题完 */

/* 图说世情 */
.tssq_big{
    display: block;
}
.tssq_big_img{
    width: 100%;
    height: 4.33rem;
    overflow: hidden;
    /* border-bottom: 0.04rem solid var(--color_theme); */
    box-sizing: border-box;
}
.tssq_big_text{
    padding: 0.16rem 0 0.26rem;
    color: #333;
    font-size: 0.3rem;
    line-height: 0.44rem;
}
.tssq_big_text p,
.tssq_grid_item p{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.tssq_big_text p{
    -webkit-line-clamp: 1;
}
.tssq_grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.3rem 0.28rem;
}
.tssq_grid_item{
    display: block;
    min-width: 0;
}
.tssq_grid_img{
    width: 100%;
    height: 2.06rem;
    overflow: hidden;
}
.tssq_grid_item p{
    margin-top: 0.1rem;
    color: #333;
    font-size: 0.3rem;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
}
/* 图说世情完 */

/* 视野 */
.newslists_sy_with_img{
    padding-bottom: 0rem;
}
/* 视野完 */

/* 接着编辑专栏 */
.img_scroll_x_jzbjzl .up_img_down_text_scroll{
    width: 1.55rem;
}
.img_scroll_x_jzbjzl .up_img_down_text_scroll_img{
    height: 1.55rem;
}
.img_scroll_x_jzbjzl .up_img_down_text_scroll_text{
    text-align: center;
}
/* 接着编辑专栏完 */

/* 《环球人物》杂志 */
.img_scroll_x_magazine .up_img_down_text_scroll{
    width: 3.3rem;
    margin-right: 0.1rem;
}
.img_scroll_x_magazine .up_img_down_text_scroll_img{
    height: 4.33rem;
}
.img_scroll_x_magazine .up_img_down_text_scroll_text{
    text-align: center;
}
/* 《环球人物》杂志 */

/* 融媒汇 */
.title_wx img{
    width: 0.35rem;
    height: 0.27rem;
    display: inline-block;
}
.title_wx .title_l{
    color: #3cbb38;
}
.up_img_down_text_full_wx{
    border-bottom: 2px solid var(--color_bg);
    padding-bottom: 0.1rem;
    margin-bottom: 0.3rem;
}
.main_wx .up_img_down_text_full_img{
    height: 2.9rem;
}
.title_wb img{
    width: 0.43rem;
    height: 0.36rem;
    display: inline-block;
}
.title_wx .title_l{
    color: #ca2c2b;
}
.main_wb .up_img_down_text_full_img{
    height: 2.9rem;
}
.title_dy img{
    width: 0.47rem;
    height: 0.52rem;
    display: inline-block;
}
.title_dy .title_l{
    color: #080d0b;
}
.up_img_down_text_full_dy{
    
}
.up_img_down_text_full_dy .up_img_down_text_full_img{
    position: relative;
    height: 4.23rem;
}
.dy_play{
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    right: 0.2rem;
    bottom: 0.2rem;
}
/* 融媒汇完 */

/* 人民品牌 */
.title_rmpp{
    background: none;
}
.rmpp_brand_main{
    padding-bottom: 0.3rem;
}
.rmpp_brand_list{
    margin-top: 0.40rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rmpp_brand_item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.33%;
    height: 0.62rem;
}
.rmpp_brand_item img{
    width: auto;
    height: 0.5rem;
    object-fit: contain;
}
.title_rmwy img{
    max-width: 1.39rem;
}
.title_rmwc img{
    max-width: 1.97rem;
}
.title_rmxx img{
    max-width: 1.75rem;
}
/* 底部 */
.foot{
	width: 100%;
	height: auto;
	padding: 0.2rem;
	box-sizing: border-box;
	background: var(--color_theme);
	color: #fff;
	text-align: center;
	font-size: 0.26rem;
	margin-top: 1rem;
	line-height: 0.39rem;
}
.foot p{
	margin: 0;
}
.foot a{
	color: #fff;
	display: block;
}

/* 返回顶部 */
.totop{
	width: 0.8rem;
	height: 0.8rem;
    background-color: var(--color_theme);
	background-image: url(../images/gotop.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
	position: fixed;
	right: 0.2rem;
	bottom: 3rem;
	z-index: 10;
	display: none;
    border-radius: 6px;
}

/* 要闻移动端：主轮播比例与视频浮窗 */
.swiper_front_page .up_img_down_text_full_img{
    height: auto;
    aspect-ratio: 1.77 / 1;
}
.front_page_video_modal{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.72);
    align-items: center;
    justify-content: center;
    padding: 0.3rem;
    box-sizing: border-box;
}
.front_page_video_modal.is-show{
    display: flex;
}
.front_page_video_box{
    width: 100%;
    max-width: 7.2rem;
    position: relative;
    background: #fff3e6;
}
.front_page_video_player{
    display: block;
    width: 100%;
    aspect-ratio: 1.77 / 1;
    background: #fff3e6;
    object-fit: contain;
}
.front_page_video_close{
    width: 0.56rem;
    height: 0.56rem;
    line-height: 0.52rem;
    position: absolute;
    right: 0;
    top: -0.68rem;
    z-index: 2;
    border: 1px solid #fff;
    border-radius: 50%;
    background: rgba(0,0,0,0.35);
    color: #fff;
    font-size: 0.42rem;
    text-align: center;
}

/* 暖光移动端：1大3小视频布局 */
.ng_video_main,
.ng_video_scroll .ng_img{
    height: auto;
    aspect-ratio: 1.77 / 1;
    overflow: hidden;
    background: #000;
}
.ng_video_main video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ng_video_scroll{
    gap: 0.2rem;
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
}
.ng_video_scroll .ng_item{
    flex: 0 0 3rem;
    width: 3rem;
}
.ng_video_scroll .ng_text{
    padding-top: 0.1rem;
}
.ng_video_scroll .ng_text p{
    line-height: 1.5em;
}
