.body{
	position: absolute;
	width: 100%;
	top: 75px;
	background-color: ghostwhite;
}

.body .title{
	padding: 30px 0 24px;
	font-size: 32px;
	text-align: center;
}

.body .time{
	font-size: 15px;
	color: #ccc;
	padding-bottom: 10px;
	text-align: center;
}

.body .content{
	line-height: 1.8;
	margin-top: 10px;
	text-align: left;
	font-size: 15px;
	color: rgb(111, 111, 111);
	box-sizing: border-box;
	padding:15px;
}
.solutionimg{
	margin-top: 0px;
}
.solutionimg img{
	width:100%;
}