.info_list{
	border-bottom: .01rem solid #e3e3e3;
	height: .8rem;
	display: flex;
	background: #fff;
}
.info_list li{
	color: #999;
	font-size: .3rem;
	height: 100%;
	box-sizing: border-box;
	line-height: .8rem;
}
.info_list li:nth-of-type(1){
	margin-left: 2.9rem;
}
.info_list li:nth-of-type(2){
	margin-left: .48rem;
}
.info_list .select{
	color: #ffba00;
	border-bottom: .04rem solid #ffba00;
}
.info_rows{
	height: 1.02rem;
	border-bottom: .01rem solid #e3e3e3;
	padding-left: .3rem;
	padding-right: .3rem;
	background: #fff;
	overflow: hidden;
}
.first_rows{
	height: 1.4rem;
}
.title{
	font-size: .34rem;
	color: #333;
	margin-top: .1rem;
}
.first_title{
	color: #999;
	line-height: .45rem;
}
.time{
	color: #999;
	font-size: .225rem;
	transform: scale(.8);
	margin-left: -.7rem;
}
