html,body{
	background-color: #f3f4f5;
}
.article_tj{
	background-color: #fff;
	margin-bottom: 0.2rem;
}
.tj_wrap{
	padding: 0.3rem 0.2rem 0.2rem;
}
.tj_link{
	display: block;
	width: 100%;
}
.tj_img{
	width: 100%;
	height: 3.37rem;
	border-radius: 0.05rem;
	overflow: hidden;
	margin-bottom: 0.15rem;
	position: relative;
}
.tj_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.tj_msg{
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 0.4rem);
	height: calc(100% - 0.4rem);
	padding: 0.2rem;
}
.msg_title{
	width: calc(100% - 0.4rem);
	max-height: 0.7rem;
	line-height: 0.35rem;
	position: absolute;
	left: 0.2rem;
	top: 2.4rem;
	font-size: 0.26rem;
	font-weight: normal;
	color: #fff;
	text-align: justify;
}
.tj_msg .tj_tips{
	display: block;
	background-color: #2568f1;
	width: 0.45rem;
	height: 0.25rem;
	line-height: 0.25rem;
	color: #fff;
	text-align: center;
	font-size: 0.16rem;
	font-style: normal;
	border-radius: 0.03rem;
	position: absolute;
	left: 0.2rem;
	bottom: 1.1rem;
}
.msg_desc{
	max-height: 0.6rem;
	line-height: 0.3rem;
	font-size: 0.24rem;
	color: #222;
	text-align: justify;
	overflow: hidden;
}
.mark_content{
	margin-top: 0.15rem;
	height: 0.2rem;
}
.mark_list{
	float: left;
	height: 100%;
}
.mark_scan{
	margin-right: 0.2rem;
}
.mark_list i{
	float: left;
	display: block;
	width: 0.2rem;
	height: 100%;
	margin-right: 0.1rem;
}
.mark_list i img{
	display: block;
	width: 100%;
	height: 100%;
}
.mark_list span{
	float: left;
	display: block;
	height: 100%;
	line-height: 0.2rem;
	font-size: 0.2rem;
	color: #a3a3a3;
}
/*文章列表*/
.article_wrap{
	padding: 0 0.2rem;
	background-color: #fff;
}
.article_item{
	height: 1.04rem;
	padding: 0.2rem 0;
	border-bottom: 0.01rem solid #e1e1e1;
}
.article_item:last-child{
	border-bottom: none;
}
.article_link{
	display: block;
	height: 100%;
}
.item_img{
	float: left;
	width: 1.85rem;
	height: 100%;
	border-radius: 0.05rem;
	overflow: hidden;
	margin-right: 0.2rem;
	background-color: #ccc;
}
.item_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.article_msg{
	float: left;
	width: calc(100% - 2.05rem);
	height: 100%;
	position: relative;
}
.wz_title{
	max-height: 0.6rem;
	line-height: 0.3rem;
	font-size: 0.26rem;
	font-weight: normal;
	color: #222;
	text-align: justify;
}
.wz_msg{
	height: 0.25rem;
	position: absolute;
	bottom: 0;
	left: 0;
}
.zx_tips{
	float: left;
	display: block;
	margin-right: 0.2rem;
	width: 0.45rem;
	height: 0.25rem;
	background-color: #f12538;
	font-size: 0.16rem;
	text-align: center;
	font-style: normal;
	line-height: 0.25rem;
	border-radius: 0.03rem;
	color: #fff;
}
.wz_msg .mark_content{
	float: left;
	margin-top: 0.03rem;
}