body{
	background: #f7f7f7;
}
.dynamic-content{
	width:70%;
	margin: 0 auto;
	margin-top: 50px;
}
.dynamic-content .one-dynamic{
	width:100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: white;
}
.dynamic-content .one-dynamic:hover{
	box-shadow: 0 0 20px #ccc;
}
.dynamic-content .one-dynamic .layui-row .text-col{
	padding: 5px 0 5px 10px;
	height: 160px;
}
.dynamic-content .one-dynamic img{
	display: block;
	width:100%;
	height: 160px;
}
.dynamic-content .one-dynamic .dynamic-text{
	height: 100%;
}
.dynamic-content .one-dynamic .dynamic-text h4{
	font-size: 1rem;
	font-weight: 600;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.dynamic-content .one-dynamic .dynamic-text p{
	font-size: 0.85rem;
	height: 80px;
	line-height: 20px;
	margin-top:10px;
	text-indent: 2em;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp:4;
    -webkit-box-orient: vertical;
}
.dynamic-content .one-dynamic .timemore{
	font-size: 0.875rem;
	width:100%;
	margin-top: 20px;
}
.dynamic-content .one-dynamic .timemore span{
	display: inline-block;
	height: 20px;
	line-height: 20px;
}
.dynamic-content .one-dynamic .timemore a{
	color:#ad242b;
	display: inline-block;
	float: right;
}