body{
	background: #fff;
}
.top_title{
	display: block;
    margin-left: 1.8rem;
    margin-right: .5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.content_wrap{
	padding-left: .3rem;
	padding-right: .3rem;
	overflow: hidden;
}
.content_title{
	font-size: .34rem;
	color: #333;
	margin-top: .24rem;
}
.content_time{
	color: #999;
	font-size: .225rem;
	transform: scale(.8);
	margin-left: -.7rem;
	margin-top: .05rem;
}
.content{
	color: #333;
	font-size: .26rem;
	line-height: .4rem;
	margin-top: .3rem;
}
.operate{
	text-align: right;
	margin-top: 1.25rem;
	color: #333;
	font-size: .26rem;
}
