*{
		margin: 0;
		padding: 0;
	}
	html,body{
		width: 100%;
		height: 100%;
	}
	li{
		list-style: none;
	}
	a,
	a:link,
	a:visited,
	a:hover,
	a:active{
		text-decoration: none;
		outline: none;
		outline: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		-webkit-tap-highlight-color: transparent;
		display: block;
	}
	img {
		width: 100%;
		display: block;
	}
	.tj{
		
		height: 100%;
		overflow-y: auto;
	}
	.tjs{
		max-width: 800px;
		margin: 0 auto;
	}
	.nav_title{
		padding: 0.2rem 0.3rem 0;
		font-size: 0.36rem;
	}
	.title_text{
		padding: 0.1rem 0;
		font-size: 0.4rem;
		font-weight: 800;
	}
	.title_text span{
		font-size: 0.24rem;
		background-color: #DF362F;
		padding: 0.04rem 0.08rem;
		border-radius: 0.04rem;
		margin-right: 0.12rem;
		color: #ffffff;
		position: relative;
		top: -0.04rem;
	}
	.title{
	    font-size: 0.26rem;
	    line-height: 0.5rem;
	    color: #666;
			word-spacing: 1px;
			text-align: justify;
	}
	
	.off,.offs{
		background-color: #ffffff;
	}
	.off img,.offs img{
		width: 0.3rem;
		height: 0.3rem;
		display: inline-block;
		position: relative;
		top: 0.06rem;
	}
	
	.tab_ul{
		font-size: 0.32rem;
	}
	.tab_ul{
		display: flex;
		justify-content: space-between;
	}
	.tab_ul li{
		padding: 0 0.2rem;
		white-space: nowrap;
		display: flex;
		flex-direction: column;
		align-items: center;
		cursor: pointer;
	}
	.tab_ul li p{
		text-align: center;
		margin-bottom: 0.1rem;
	}
	
	.fen{
		height: 0.16rem;
		background-color: #f4f5f7;
	}
	.fen2{
		height: 1px;
		background-color: #f4f5f7;
	}
	.red{
		color: #DF362F;
	}
	.vor{
		width: 1.4rem;
		height: 2px;
		background-color: #ffffff;
	}
	.red .vor{
		background-color: #DF362F;
	}
	.tab{
		width: 100%;
		overflow-x: auto;
		padding-bottom: 0.3rem;
	}
.tab_no {
	padding-top: 0.3rem;
	height: 0.7rem;
	overflow: hidden;
	position: sticky;
	top: 0;
	background-color: #ffffff;
	z-index: 2;
}
	
	.list_top{
		font-size: 0.32rem;
		display: flex;
		align-items: center;
		padding: 0.2rem 0.3rem 0;
	}
	.top_le{
		width: 0.06rem;
		height: 0.36rem;
		background-color: #DF362F;
		margin-right: 0.2rem;
		position: relative;
		top: 0.03rem;
	}
	.lsit_ul{
		padding: 0 0.3rem;
	}
	.text_re{
		font-size: 0.32rem;
		padding-right:0.3rem;
		text-align: justify;
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		line-height: 0.5rem;
	}
	.lsit_ul li a{
		display: flex;
		justify-content: space-between;
		padding: 0.3rem 0 0.6rem;
		color: #000000;
		border-bottom: 1px solid #efefef;
	}
	.re_img{
		width: 2.8rem;
		height: 2.24rem;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		position: relative;
	}
	a.look{
		height: 0.8rem;
		font-size: 0.26rem;
		color: #666666;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	a.look img{
		height: 0.22rem;
		width: auto;
		margin-left: 0.1rem;
	}
	.return{
		position: fixed;
		bottom: 1rem;
		right: 0.3rem;
		width: 0.76rem;
		display: none;
	}
	
	/* 文章页 */
	.detail_title{
		font-size: 0.47rem;
		padding: 0.2rem 0.3rem;
		line-height: 1.5;
	}
	.detail_cen{
		padding: 0 0.3rem 0.3rem;
	}
	.detail_cen p{
		margin: 0.5rem 0;
		word-break: break-all;
		font-size: 0.35rem;
		line-height: 1.6;
	}
	.detail_cen video{
		height: 100%;
		display: block;
	}
	.detail_video{
		height: 3.9rem;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #000000;
		border-radius: 0.06rem;
	}
	.from{
		font-size: 0.3rem;
		margin-top: 0.2rem;
		padding: 0 0.3rem 1rem;
		color: #666666;
	}
	.list_fh{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 1rem;
	}
	.list_le{
		position: absolute;
		top: 0;
		left: 0;
		padding: 0.3rem;
	}
	.list_le img{
		width: 0.4rem;
	}
	.list_nav{
		width: 48%;
	}
	.detali_fh{
		width: 0.76rem;
		height: 0.76rem;
		background-color: rgba(0, 0, 0, 0.7);
		box-sizing: border-box;
		padding: 0.1rem;
		position: fixed;
		bottom: 2rem;
		right: 0.3rem;
	}
	
	.read{
		font-size: 0.24rem;
		color: #999999;
		margin-top: 0.1rem;
	}
	
	@media screen and (min-width: 750px) {
		   .re_img{
				 width: 32%;
			 }
		}
.lun{
	padding: 0.2rem 0.2rem 0.3rem;
}
.lun_img{
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
	    border-radius: 0.16rem;
			overflow: hidden;
}
.lun_img a{
	display: block;
	font-size: 0.28rem;
	color: #0b0b0b;
}
.lun_img p{
	margin: 0.2rem;
	height: 0.8rem;
	line-height: 0.4rem;
	box-sizing: border-box;
	text-align: justify;
	overflow: hidden;
}
.swiper-slide{
	padding: 0.08rem;
	box-sizing: border-box;
}
.img_video{
	height: 2.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}
.img_mc{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
}
.img_video img{
	width: auto;
	height: auto;
}
.img_mc img{
	width: 1rem;
	height: 1rem;
}
a.mouch_video{
	flex: 1;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mouch_video img{
	width: auto;
	height: 0.28rem;
}