.wrap{
	background: #fff;
	padding: 10px;
	height: 100%;
	box-sizing: border-box;
}
.wrap>h4{
	font-size: 16px;	
	font-weight: 500;
	border-bottom:3px solid #f40000;
	padding: 5px 0;
}
.party_list{
	display: flex;
	padding: 15px 0;
	border-bottom: 1px solid #f2f2f2;
}
.party_list .img_box{
	width: 140px;
	margin-right: 20px;
	flex-shrink: 0;
}
.party_list .img_box img{
	width:100%;
}
.party_list .info{
	padding: 5px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.party_list .info .time{
	color: #9e9e9e;
}

