@charset "utf-8";
	:root{
    --color1: #e60012;
    --color2: #ff6666;
    --color3: #ffe8dd;
    --color4: #ff9966;
}
*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	font-family: "microsoft yahei";
	color: #333333;
}
body{
	background: #f6f6f6;
	font-size: 0.3rem;
	line-height: 0.45rem;
	-webkit-text-size-adjust: 100% !important;
}
img{
	display: block;
	width: 100%;
	height: 100%;
}
a{
	text-decoration: none;
	color: #333;
}
ul,li{
	list-style: none;
}
input,template,select{
	outline: none;
}

/* 广告位 */
/* .ad{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 0.1rem;
	padding: 0.3rem 0.2rem;
	box-sizing: border-box;
	background: #fff;
}
.sw_ad{
	width: 100%;
	height: 1rem;
}
.sw_ad a{
	display: block;
	width: 100%;
	height: 100%;
} */

/* 广告位 */
.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;
}

/* 栏目标题 */
.clm_tit{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
}
.clm_tit_arr{
	width: 20%;
	height: 0.26rem;
	font-weight: normal;
	font-size: 0.28rem;
	display: block;
	background: url(../../images/wap2/i_arrow_gray.png) right center no-repeat;
	background-size: auto 100%;
	padding-right: 0.21rem;
	color: #999;
	text-align: right;
	line-height: 0.26rem;
}

/* 标签 */
.tag{
	color: #E33F1C;
	font-size: 0.32rem;
}
.tag::after{
	content: "|";
	color: #E33F1C;
	margin-left: 0.1rem;
	font-size: 0.34rem;
}

/* 栏目外框 */
.box{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 0.1rem;
	background: #fff;
	padding: 0.3rem 0.2rem;
	box-sizing: border-box;
}


/* 顶部 */
.head{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.head_top{
	width: 100%;
	height: 0.8rem;
	background: var(--color1);
	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;
}
.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;
}
.head_fixed{
	position: fixed;
	top: -0.8rem;
	z-index: 900;
}

/* 导航 */
.nav{
	width: 100%;
	height: 0.8rem;
	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: auto;
	height: 100%;
	white-space: nowrap;
	padding-right: 0.4rem;
    box-sizing: border-box;
	position: absolute;
}
.nav_main a{
	margin-right: 0.2rem;
	line-height: 0.8rem;
	color: #333;
	font-size: 0.26rem;
}
.icon_navList{
	width: 0.67rem;
	height: 0.48rem;
	position: absolute;
	right: 0rem;
	top: 0.96rem;
	background: url(../../images/wap2/icon_navlist2023.png) no-repeat;
	background-size: contain;
}
.nav_main .nav_active{
	font-size: 0.3rem;
	font-weight: bold;
}

/* 网站地图 */
.navlist{
	width: 100%;
	height: 0;
	background: #fff;
	padding: 0 0.2rem;
	box-sizing: border-box;
	position: fixed;
	top: 0.8rem;
	left: 0;
	z-index: 1000;
	background: #f6f6f6;
	overflow-y: scroll;
	transition: height 0.2s; 
}
.list_head{
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	font-size: 0.36rem;
	font-weight: bold;
	border-bottom: 1px solid #e2e2e2;
}
.list_close{
	font-size: 0.3rem;
	line-height: 0.6rem;
	padding: 0 0.2rem;
	position: absolute;
	right: 0.2rem;
	top: 0.2rem;
}
.list_item{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 0.1rem;
}
.list_item_tit{
	width: 100%;
	line-height: 0.6rem;
	font-size: 0.26rem;
	font-weight: bold;
	text-align: left;
}
.list_main{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.list_main a{
	display: inline-block;
	width: 22%;
	line-height: 0.5rem;
	background: #fff;
	font-size: 0.26rem;
	margin: 0.1rem 1%;
	box-sizing: border-box;
	text-align: center;
	white-space: nowrap;
}
.list_main .list_main_zazhi{
	width: 47%;
}

/* 头条关注 */
.ttgz{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 0.1rem;
	background: #fff;
	padding: 0 0.2rem;
	padding-top: 0.3rem;
	box-sizing: border-box;
}
.ttgz_top{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-bottom: 0.2rem;
	box-sizing: border-box;
}
.ttgz_tit{
	display: block;
	width: 0.7rem;
	height: 0.7rem;
	background: url(../../images/wap2/icon_ttgz.png) no-repeat;
	background-size: 100% auto;
}
.ttgz_news{
	height: auto;
	overflow: hidden;
	display: block;
	margin-left: 0.2rem;
	font-size: 0.4rem;
	font-weight: bold;
	color: #e50000;
	/* color: #333; */
	line-height: 0.6rem;
	flex: 1;
}
.ttgz_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 0.3rem;
}
.ttgz_list:last-of-type{
	border-bottom: none;
}
.ttgz_list a{
	padding-left: 0.3rem;
	position: relative;
	display: block;
	margin-bottom: 0.05rem;
}
.ttgz_list a::before{
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background: #E50000;
}

/* 热点新闻 */
.rdxw{
	width: 100%;
	height: 1.2rem;
	background: #fff;
	margin-top: 0.1rem;
	padding: 0rem 0.2rem;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}
.rdxw_tit{
	width: 0.51rem;
	height: 0.57rem;
	display: block;
	background: url(../../images/wap2/icon_rdxw.png) center no-repeat;
	background-size: 100% auto;
}
.sw_rdxw{
	height: 100%;
	margin-left: 0.2rem;
	flex: 1;
}
.more_rdxw{
	width: 0.21rem;
	height: 0.26rem;
	background: url(../../images/wap2/i_arrow_gray.png) center no-repeat;
	background-size: auto 100% ;
	display: block;
}
.sw_rdxw a{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	line-height: 1.2rem;
}

/* 要闻轮播图 */
.yw_lb{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0.3rem 0.2rem;
	box-sizing: border-box;
	background: #fff;
	margin-top: 0.1rem;
}
.sw_ywlb, .sw_ywlb1{
	width: 100%;
	height: 4.17rem;
}
.sw_ywlb a ,.sw_ywlb1 a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.sw_ywlb a span,.sw_ywlb1 a span{
	display: block;
	width: 100%;
	height: 100%;
}
.ywlb_text{
	width: 100%;
	height: 1rem;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	position: absolute;
	left: 0;
	bottom: 0;
}
.ywlb_text p{
	width: 100%;
	padding: 0 0.1rem;
	box-sizing: border-box;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0.3rem;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sw_ywlb .swiper-pagination, .sw_ywlb1 .swiper-pagination{
	position: absolute;
	left: 0;
	bottom: 0.06rem;
}
.sw_ywlb .swiper-pagination span, ..sw_ywlb1 .swiper-pagination span{
	width: 0.1rem;
	height: 0.1rem;
	background: #fff;
}
.sw_ywlb .swiper-pagination .swiper-pagination-bullet-active, .sw_ywlb1 .swiper-pagination .swiper-pagination-bullet-active{
	background: #E33F1C;
}

/* 头条 */
.head_line{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 0 0.2rem;
	box-sizing: border-box;
	margin-top: 0.1rem;
}
.head_line h1{
	padding: 0.3rem 0;
	box-sizing: border-box;
	text-align: center;
	border-bottom: 1px solid #f6f6f6;
}
.head_line h1 a{
	font-size: 0.4rem;
	font-weight: bold;
	color: #e50000;
	text-align: center;
}

/* 带图新闻 */
.news_hasImg{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 0.1rem;
	background: #fff;
	padding: 0 0.2rem;
	box-sizing: border-box;
}
.news_hasImg_item{
	width: 100%;
	height: auto;
	padding: 0.3rem 0;
	border-bottom: 1px solid #F6F6F6;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.news_hasImg_item:last-of-type{
	border: none;
}
.nwes_hasImg_img{
	display: block;
	width: 2.2rem;
	height: 1.4rem;
	overflow: hidden;
	border-radius: 0.1rem;
}
.news_hasImg_tit{
	margin-left: 0.3rem;
	flex: 1;
}

/* 4图新闻 */
.fourImg{
	width: 100%;
	height: 4rem;
	margin: 0.3rem 0;
}
.sw_fourImg{
	width: 100%;
	height: 100%;
}
.sw_fourImg .swiper-slide{
	width: 3.4rem;
	display: block;
	position: relative;
	border-radius: 0.1rem;
	overflow: hidden;
	padding: 0.1rem;
	box-sizing: border-box;
	background: #fff;
	margin-left: 0.2rem;
}
.sw_fourImg .swiper-slide span{
	width: 100%;
	height: 2.03rem;
	overflow: hidden;
	display: block;
}
.sw_fourImg_tit{
	width: 100%;
	height: auto;
	margin-top: 0.1em;
}
.sw_fourImg_tit p{
	width: 100%;
}

/* 列表新闻 */
.liebiao{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 0 0.2rem;
	box-sizing: border-box;
	padding-bottom: 0.3rem;
}
.news_list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news_list_item {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0.3rem 0;
	border-bottom: 1px solid #F6F6F6;
	box-sizing: border-box;
}
.news_list_item:last-of-type{
	border-bottom: none;
}
.news_list_loadMore{
	display: block;
	width: 2rem;
	height: 0.5rem;
	padding: 0 0.2rem;
	box-sizing: border-box;
	border-radius: 0.4rem;
	margin: 0 auto;
	color: #999;
	line-height: 0.5rem;
	font-size: 0.28rem;
	text-align: center;
}
.nomore{
	width: 100%;
	font-size: 0.28rem;
	color: #999;
	text-align: center;
	display: none;
}

.ywjx ,.guonei, .yc{
	margin-top: 0.1rem;
	padding: 0.3rem 0.2rem;
	box-sizing: border-box;
}

/* 环球富媒体 */
.sw_fmt{
	width: 100%;
	height: 2.82rem;
	margin-top: 0.3rem;
}
.sw_fmt .swiper-slide{
	width: 5rem;
	display: block;
	position: relative;
	border-radius: 0.1rem;
	overflow: hidden;
}
.sw_fmt_tit{
	width: 100%;
	height: 1rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
}
.sw_fmt_tit p{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0.2rem;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #fff;
	padding: 0 0.2rem;
	box-sizing: border-box;
}
.sw_fmt .swiper-slide i{
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	background: url(../../images/wap2/play.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* 推荐阅读 */
.tjyd_top .news_list_item:last-of-type{
	border-bottom: 1px solid #F6F6F6;
}
.sw_tjyd{
	margin-top: 0.3rem;
	width: 100%;
	height: 3.2rem;
}
.sw_tjyd .swiper-slide{
	width: 5rem;
	height: 3.2rem;
}

/* 焦点人物 */
.sw_jdrw{
	margin-top: 0.3rem;
	--swiper-theme-color: #ff6600;
	--swiper-navigation-color: #ffffff;
	--swiper-navigation-size: 0.6rem;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
	outline: none;
	background: none;
}
.sw_jdrw .swiper-slide{
	width: 3.3rem;
	height: 4.72rem;
}
.sw_jdrw_tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	color: #fff;
	padding: 0.2rem;
	box-sizing: border-box;
}
.sw_jdrw_tit p{
	display: inline-block;
	font-size: 0.34rem;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	padding-bottom: 0.1rem;
}
.sw_jdrw_tit span{
	margin-top: 0.2rem;
	display: block;
	font-size: 0.28rem;
	line-height: 0.42rem;
}

/* 《环球人物》杂志 */
.rwzz{
	background: #F6F6F6;
}
.sw_rwzz{
	width: 100%;
	height: auto;
	margin-top: 0.3rem;
	--swiper-theme-color: #ff6600;
	--swiper-navigation-color: #ffffff;
	--swiper-navigation-size: 0.6rem;
}
.sw_rwzz .swiper-button-prev,
.sw_rwzz .swiper-button-next{
	top: 2.05rem;
}
.swiper-button-prev{
	left: 0.1rem;
}
.swiper-button-next{
	right: 0.1rem;
}
.sw_rwzz .swiper-slide{
	width: 3.3rem;
	height: 100%;
}
.sw_rwzz .swiper-slide > span{
	display: block;
	width: 100%;
	height: 4.11rem;
}
.sw_rwzz_tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 0.1rem;
	box-sizing: border-box;
	text-align: center;
}
.sw_rwzz_tit p{
	color: #666;
	font-size: 0.28rem;
	line-height: 0.41rem;
}
.sw_rwzz_tit span{
	display: block;
	/* font-weight: bold; */
	font-size: 0.24rem;
	line-height:1.5em;
	/* margin-top: 0.1rem; */
	/* text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap; */
}

/* 底部 */
.foot{
	width: 100%;
	height: auto;
	padding: 0.2rem;
	box-sizing: border-box;
	background: var(--color1);
	color: #fff;
	text-align: center;
	font-size: 0.26rem;
	margin-top: 1rem;
	line-height: 0.39rem;
}
.foot p{
	margin: 0;
}
/* 返回顶部 */
.totop{
	width: 0.8rem;
	height: 0.8rem;
	background: url(../../images/wap2/to_top.png) no-repeat;
	background-size: 100% auto;
	position: fixed;
	right: 0.2rem;
	bottom: 2rem;
	z-index: 900;
	display: none;
}
.s_video a{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.s_video p{
	display: block;
	width: 6.8rem;
	padding: 0.1rem 0.2rem;
	box-sizing: border-box;
	text-align: center;
	color: #E33F1C;
	font-weight: 800;
}

.top_video{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0.3rem 0.2rem;
	box-sizing: border-box;
	margin-top: 0.1rem;
}
.top_video a{
	display: block;
	width: 100%;
	height: 4.33rem;
	position: relative;
}
.top_video_text{
	width: 100%;
	height: 1rem;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	position: absolute;
	left: 0;
	bottom: 0;
}
.top_video_text p{
	width: 100%;
	padding: 0 0.1rem;
	box-sizing: border-box;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0.2rem;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.top_video i{
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	background: url(../../images/wap2/play.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* 搜索 */
.search{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 0.3rem;
	padding: 0 0.2rem;
	box-sizing: border-box;
}
.search_main{
	width: 100%;
	height: 0.8rem;
}
.search_main input{
	width: 5rem;
	height: 100%;
	border: solid #bdbdbd;
	box-sizing: border-box;
	border-width: 1px 0 1px 1px;
	border-radius: 6px 0 0 6px;
	float: left;
	background: none;
	padding: 0.2rem;
	font-size: 0.34rem;
}
.search_main a{
	display: block;
	width: 1.8rem;
	height: 100%;
	background: #E33F1C;
	color: #fff;
	line-height: 0.8rem;
	text-align: center;
	float: left;
	border-radius: 0 6px 6px 0;
}
.search_msg{
	padding: 0.3rem 0.3rem;
	background: rgba(0,0,0,0.6);
	color: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 6px;
	display: none;
}

/* 搜索页热点 */
.news_hot{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 0.2rem;
	box-sizing: border-box;
	margin-top: 0.4rem;
}
.news_hot p{
	width: 100%;
	line-height: 0.8rem;
	border-bottom: 1px solid #bdbdbd;
	box-sizing: border-box;
	font-size: 0.36rem;
	font-weight: bold;
	margin-bottom: 0.3rem;
}

.news_hot .news_list_item{
	white-space: nowrap;
	padding: 0.1rem 0;
}
.news_hot .news_list_item span{
	font-weight: bold;
	color: #E33F1C;
	display: block;
	float: left;
}
.news_hot .news_list_item a{
	width: 95%;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 0.2rem;
	box-sizing: border-box;
}

/* 封面人物报道 */
.fmrw_nav{
	width: 100%;
	height: 1.6rem;
	background: #fff;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	border-right: 0.2rem solid #fff;
	border-left: 0.2rem solid #fff;
	box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.2);
}
.fmrw_bigtitle{
	width: 100%;
	line-height: 0.6rem;
	font-size: 0.3rem;
	color: #fff;
	background: #1577aa;
	text-align: center;
}
.fmrw_nav_main{
	width: auto;
	position: absolute;
	left: 0;
	top: 0.6rem;
	height: 1rem;
	text-align: center;
	white-space: nowrap;
	box-sizing: border-box;
}
.fmrw_nav_item{
	font-size: 0.3rem;
	line-height: 1rem;
	color: #666;
	padding: 0.1rem 0.3rem;
	border-radius: 0 0 0.1rem 0.1rem;
	box-sizing: border-box;
}
.fmrw_nav_active{
	color: #1577aa;
	border-bottom: 2px solid #1577aa;
}
.fmrw_nav_fixed{
	position: fixed;
	top: 0.79rem;
	z-index: 899;
}
.fmrw_top{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	padding: 0 0.2rem;
	box-sizing: border-box;
}
.fmrw_t_img{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	border-radius: 0.1rem 0.1rem 0 0;
}
.fmrw_t_img_img{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.fmrw_t_img_img img{
	width: 100%;
	height: auto;
}
.fmrw_t_img_text{
	width: 100%;
	height: auto;
	padding: 0.4rem 0.1rem 0.1rem 0.1rem;
	box-sizing: border-box;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	position: absolute;
	left: 0;
	bottom: 0;
}
.fmrw_t_img_title{
	font-size: 0.3rem;
	font-weight: bold;
	color: #fff;
}
.fmrw_t_img_des{
	font-size: 0.26rem;
	margin-top: 0.1rem;
	color: #fff;
	line-height: 1.5em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.fmrw_t_info{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 0 0 0.1rem 0.1rem;
}
.fmrw_main{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	padding: 0 0.2rem;
	box-sizing: border-box;
}
.fmrw_news_item{
	width: calc((100% - 10px) / 2);
	height: auto;
	overflow: auto;
	float: left;
}
.fmrw_news_item:last-of-type{
	float: right;
}
.fmrw_news{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	border-radius: 0.1rem;
	margin-bottom: 10px;
	display: block;
	padding: 0.2rem 0.1rem;
	box-sizing: border-box;
}
.fmrw_news_title_des_title{
	font-size: 0.3rem;
	line-height: 1.5em;
}
.fmrw_news_title_des_des{
	font-size: 0.26rem;
	color: #999;
	margin-top: 0.1rem;
	line-height: 1.5em;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.fmrw_news_img{
	position: relative;
	padding: 0;
}
.fmrw_news_img_img{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.fmrw_news_img_img img{
	width: 100%;
	height: auto;
}
.fmrw_news_img_text{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0.1rem;
	box-sizing: border-box;
}
.fmrw_news_img_title{
	width: 100%;
	line-height: 1.5em;
	color: #333;
	font-size: 0.3rem;
}
/* 封面人物报道完 */

/* 长三角一体化 */
.csj_nav{
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	padding: 0 0.2rem;
	box-sizing: border-box;
	background: #fff;
	margin-top: 10px;
}
.csj_nav_l{
	width: 3rem;
	float: left;
	color: #e60012;
	font-size: 0.32rem;
	font-weight: bold;
	line-height: 1rem;
}
.csj_nav_r{
	float: right;
	color: #333;
	font-weight: bold;
	font-size: 0.26rem;
	text-align: right;
}
.csj_nav_r a{
	margin-left: 0.1rem;
}

/* 第一部分 */
.csj_p1{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.swiper_csj_p1{
	width: 6.8rem;
	height: 6.03rem;
	margin: 0 auto;
}
.swiper_csj_p1 .swiper-slide{
	display: block;
}
.csj_p1_img{
	width: 100%;
	height: 4.33rem;
	overflow: hidden;
}
.csj_p1_img img{
	width: 100%;
	height: 100%;
}
.csj_p1_img_title{
	width: 100%;
	height: 1.2rem;
	margin-top: 0.1rem;
}
.csj_p1_img_title p{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.swiper_csj_p1 .swiper-scrollbar{
	height: 2px;
}
.swiper_csj_p1 .swiper-scrollbar-drag{
    background: #e33f1c;
}
.csj_p1_b{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	margin-top: 10px;
	padding: 0.2rem;
	box-sizing: border-box;
}
.csj_p1_b_item{
	display: block;
	width: 100%;
	margin: 0 auto;
	height: 1.4rem;
	padding-bottom: 0.3rem;
	border-bottom: 2px solid #f6f6f6;
	margin-top: 0.3rem;
}
.csj_p1_b_item:first-of-type{
	margin-top: 0;
}
.csj_p1_b_item:last-of-type{
	padding-bottom: 0;
	border: none;
}
.csj_p1_b_t_img{
	width: 2.2rem;
	height: 100%;
	float: left;
}
.csj_p1_b_t_title{
	width: calc(100% - 2.2rem);
	height: 100%;
	padding-left: 0.2rem;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.csj_p1_b_t_title p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
	/* 第二部分 */
.csj_p2{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0.2rem;
	box-sizing: border-box;
	margin-top: 10px;
	background: #fff;
}
.swiper_csj_p2{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 0.4rem;
}
.swiper_csj_p2 .swiper-slide{
	display: block;
	width: 4.4rem;
	height: auto;
	overflow: hidden;
}
.csj_p2_img{
	width: 100%;
	height: 2.54rem;
}
.csj_p2_title{
	width: 100%;
	height: 1.2rem;
	margin-top: 0.1rem;
}
.csj_p2_title p{
    display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.swiper_csj_p2 .swiper-scrollbar{
	height: 2px;
}
.swiper_csj_p2 .swiper-scrollbar-drag{
    background: #e33f1c;
}
	/* 广告位 */
.cjs_ad{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	padding: 0.2rem;
	box-sizing: border-box;
	background: #fff;
}
.swiper_cjs_ad{
	width: 100%;
	height: 1rem;
}
.swiper_cjs_ad .swiper-slide{
	display: block;
	width: 100%;
	height: 100%;
}

	/* 活动专区 */
.swiper_csj_p3{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 0.4rem;
	margin-top: 0.3rem;
}
.swiper_csj_p3 .swiper-slide{
	display: block;
	width: 4rem;
	height: auto;
	overflow: hidden;
}
.swiper_csj_p3 .swiper-scrollbar{
	height: 2px;
}
.swiper_csj_p3 .swiper-scrollbar-drag{
    background: #e33f1c;
}
	/* 地域 */
.csj_diyu{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0.2rem;
	box-sizing: border-box;
	background: #fff;
	margin-top: 10px;
}
.csj_diyu_title{
	width: 100%;
	height: 1rem;
	line-height: 1rem;
}
.csj_diyu_title_l{
	width: 2rem;
	float: left;
	display: block;
	font-size: 0.34rem;
	font-weight: bold;
	color: #e60012;
}
.csj_diyu_title_r{
	float: right;
	display: block;
	font-size: 0.26rem;
	color: #999;
}
.csj_diyu_list{
	width: 100%;
	height: auto;
	margin-top: 0.3rem;
	overflow: hidden;
}
.csj_diyu_list_item{
	display: block;
	width: 100%;
	height: 1.4rem;
	padding-bottom: 0.3rem;
	border-bottom: 2px solid #f6f6f6;
	margin-top: 0.3rem;
}
.csj_diyu_list_item:first-of-type{
	margin-top: 0;
}
.csj_diyu_list_item:last-of-type{
	padding-bottom: 0;
	border: none;
}
.csj_diyu_list_img{
	width: 2.2rem;
	height: 100%;
	float: left;
	overflow: hidden;
}
.csj_diyu_list_r{
	width: calc(100% - 2.2rem);
	height: 100%;
	padding-left: 0.2rem;
	float: left;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
    justify-content: center;
}
.csj_diyu_list_title{
 /*   width: 100%;*/
	/*height: 100%;*/
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.csj_diyu_list_date{
	font-size: 0.26rem;
	color: #999;
	position: absolute;
	left: 0.2rem;
	bottom: 0;
	line-height: normal;
}
	/* 政务合作 */
.csj_zwhz{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0.2rem;
	box-sizing: border-box;
	background: #fff;
	margin-top: 10px;
}
.csj_zwhz_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 0.3rem;
}
.csj_zwhz_item{
	display: block;
	width: 3.25rem;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 0.2rem;
	margin-bottom: 0.3rem;
}
.csj_zwhz_img{
	width: 100%;
	height: 2.07rem;
	overflow: hidden;
}
.csj_zwhz_item:nth-of-type(2n){
	margin-right: 0;
}
.csj_zwhz_item:nth-of-type(3){
	margin-bottom: 0;
}
.csj_zwhz_item:nth-of-type(4){
	margin-bottom: 0;
}
.csj_zwhz_title{
	width: 100%;
	height: 1.2rem;
	margin-top: 0.1rem;
}
.csj_zwhz_title p{
    display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/* 长三角一体化完 */

/* 人民访谈 */
.rmft_top{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.rmft_swiper{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.rmft_swiper .swiper-slide{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}
.rmft_swiper_prev,.rmft_swiper_next{
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	bottom: 0.2rem;
	z-index: 999999;
}
.rmft_swiper_prev{
	left: 2.5rem;
}
.rmft_swiper_next{
	right: 2.5rem;
}
.rmft_swiper .swiper-pagination-bullet{
	background: #fff;
}

.rmft_swiper .swiper-pagination-bullet-active{
	background: #E33F1C;
}
.rmft_top img{
	width: 100%;
	height: auto;
}
.rmft_main{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f0f8ff;
	padding: 0 0.2rem;
	box-sizing: border-box;
	padding-bottom: 1rem;
}
.rmft_link{
	width: 100%;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	background: #fff;
	border-radius: 0.3rem;
	margin: 0 auto;
	margin-top: 0.6rem;
	white-space: nowrap;
	overflow-x: auto;
}
.rmft_link a{
	margin: 0 0.1rem;
	font-size: 00.3rem;
}
.rmft_lists{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 0.5rem;
}
.rmft_lists_item{
	width: 100%;
	height: 1.91rem;
	margin-bottom: 0.4rem;
	position: relative;
}
.rmft_lists_item:last-of-type{
	margin-bottom: 0;
}
.rmft_listimg {
	width: 3rem;
	height: 100%;
	border-radius: 0.2rem;
	float: left;
	overflow: hidden;
}
.rmft_lists_text{
	width: calc(100% - 3.2rem);
	height: 100%;
	float: right;
}
.rmft_lists_title{
	font-size: 0.3rem;
}
.rmft_main .rmft_lists_link{
	width: 2rem;
	height: 0.6rem;
	line-height: 0.6rem;
	background: #e97441;
	color: #fff;
	display: block;
	font-size: 0.26rem;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
}
.rmft_lists_link:hover{
	opacity: 0.9;
}	
/* 人民访谈完 */