.article {
	border-bottom: 1px solid #dedede;
}
.history {
	margin-top: .6rem;
	position: relative;
}
.history .line {
	position: absolute;
	left: .39rem;
	top: 0;
	height: 99.3%;
	width: 1px;
	background-color: #b5b5b5;
}
.history .time {
	width: 2.33rem;
	height: .7rem;
	line-height: .7rem;
	padding-left: .84rem;
	position: relative;
	background-color: #ed6d00;
	border-radius: .35rem;
	color: #fff;
	font-size: .32rem;
	font-weight: 600;
}
.history .item {
	padding-top: .46rem;
}
.history .item:first-child {
	padding-top: 0;
}
.history .item .time::before {
	content: "";
	position: absolute;
	left: .33rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: .14rem;
	height: .14rem;
	border-radius: 50%;
	background-color: #fff;
}
.history .item .text {
	padding: 0 .4rem 0 .82rem;
	margin-top: .34rem;
}
.history .item .text p {
	font-size: .3rem;
	line-height: 1.8;
}
.refresh {
	margin-top: .4rem;
}