
/*瀑布流开始*/
.wall {
	display: block;
	position: relative;
	margin-top: 4%;
	margin-left: 2%;
}
.wall-column {
  display: block;
  position: relative;
  width: 47.8%;
  float: left;
  box-sizing: border-box;
}
.article {
	display: block;
	background: white;
	border-radius: 0.5rem;
	overflow: hidden;
	position: relative;
	margin-left: 5.2%;
	margin-bottom: 5.2%;
}
.article .article_tui{
	width: 100%;
	height:8.75rem;
}
.article .article_tui img {
	width: 100%;
	height: 100%;
}
.article .article_z {
	padding: 4%		;
	margin-top: 0px;
}
.article .rd {
	width: 100%;
	float: left;
	line-height: 1.2rem;
	font-size: 0.75rem;
	color: #888888;}
.article .article_a {
	color: #333333;
	width: 100%;
	line-height: 1.2rem;
	font-size: 0.875rem;
	font-weight: bolder;
	float: left;
	padding-bottom: 0.5rem;
}
.article .table_1c2 {
    font-size: 0.625rem;
    line-height: 1.125rem;
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.article .ry {
	width: 100%;
	float: left;
	line-height: 1.25rem;
	font-size: 0.75rem;
	color: #888888;
	margin-top: 2%;
}
.article .ry .rc{
	float: left;
}
.article .ry .red{
	color: #FF4700;
	font-size: 1.125rem; 
	font-style: normal;
	font-weight: bolder; 
	font-family: PingFangSC-Regular, sans-serif;
} 
.article .ry  .red_a{
	font-size: 1rem;
		color: #FF4700;

} 
.article .ry .re{
	float: right;
}
/*瀑布流结束*/















































