*{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);
}
.nav_main{
	width: calc(100% - 0.4rem);
	height: 110%;
	white-space: nowrap;
    overflow-x: auto;
    margin: 0 auto;
}
.nav_main a{
	margin-right: 0.2rem;
	line-height: 0.8rem;
	color: #333;
	font-size: 0.26rem;
    display: inline-block;
}
.icon_navList{
	width: 0.67rem;
	height: 0.48rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../../images/wap2/icon_navlist2023.png) no-repeat;
	background-size: contain;
}
.nav_main .nav_active{
	font-size: 0.4rem;
	font-weight: bold;
}
.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_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_top{
    border-bottom: 2px solid var(--color_bg);
}
.health_top .up_img_down_text_full_img{
    height: 3.02rem;
    border-radius: 10px;
    overflow: hidden;
}
.health_newslist .newslists_item_without_img{
    padding-bottom: 0.3rem;
}
/* 健康与养生完 */

/* 焦点 */

/* 焦点完 */

/* 人民日报·人物 */
.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;
}
.wmzgr_name{
    font-weight: bold;
    color: var(--color_theme);
    position: absolute;
    left: 0.2rem;
    top: 0;
}
.newslists_wmzgr .newslists_item_with_img_text p{
    position: absolute;
    left: 0.2rem;
    bottom: 0;
}
/* 文明中国人完 */

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

/* 环视听 */
.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;
}
/* 专题完 */

/* 图说世情 */
.newslists_tssq{
    margin-top: 0.3rem;
}
.tssq_twoimg{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.3rem;
}
.tssq_twoimg_item{
    width: 3.25rem;
    height: 4.92rem;
    float: left;
    position: relative;
}
.tssq_twoimg_item:last-of-type{
    float: right;
}
.tssq_twoimg_img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.up_img_down_text_full_tssq{
    margin-top: 0.6rem;
    border-bottom: 2px solid var(--color_bg);
}
/* 图说世情完 */

/* 视野 */
.newslists_sy_with_img{
    border-bottom: 2px solid var(--color_bg);
}
.newslists_sy_with_img .newslists_item{
    padding-bottom: 0.3rem;
}
/* 视野完 */

/* 接着编辑专栏 */
.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;
}
.title_rmwy, .title_rmwc, .title_rmxx{
    padding: 0;
}
.title_rmwy .title_l img{
    width: 1.39rem;
    height: 0.5rem;
}
.title_rmwc .title_l img{
    width: 1.97rem;
    height: 0.5rem;
}
.title_rmwy .title_l img{
    width: 1.75rem;
    height: 0.5rem;
}

/* 底部 */
.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(/img/WIRELESS/WIRELESS_2_305913/2025/09/300684/img/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;
}