body {
	background-color: #eeeeee;
}

div {
	font-size: 40px;
	font-weight: 500;
	text-align: center;
}

#firstContent {
	margin: 20px 20px 0px 20px;
	background-color: #ffffff;
	border-radius: 15px;
	overflow: auto;
}

.billHead {
	background-color: #0093E9;
	background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
	border-radius: 15px 15px 0px 0px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #eeeeee;
	font-weight: bold;
	/* margin-bottom: 10px; */
}

.content{
	/* display: flex; */
	line-height: 80px;
	text-align: left;
}

.headImg {
	height: 300px;
	width: 100%;
}

.headImg img{
	height: 100%;
	width: 100%;
}

.list {
	margin-top: 30px;
	overflow: auto;
	/* max-height: 1200px; */
}

.info_icon {
	width: 150px;
	margin: auto 0;
}

.info_context {
	line-height: 50px;
	text-align: left;
	margin: auto 0;
}

.info {
	display: flex;
	/* height: 120px; */
	border: 2px solid #666;
	margin-bottom: 20px;
	border-radius: 15px;
}

.info_time {
	font-size: 35px;
	color: #666;
}

