.home {
	position: absolute;
	margin-top: -110px;
	margin-left: 175px;
}

.home div.item-out {
	float: left;
	margin-left: 15px;
	background: #fff;
}
.home div.item-in {
	background: #efece3;
	width: 170px;
	margin: 5px;
}
	.home div.item-in div.title {
		text-align: center;
		padding: 1em 0;
	}
	.home div.item-in div.lead {
		padding: 0 1em;
		overflow: auto;
		height: 20em;
		font-size: 1.1em;
	}
	.home div.item-in div.more {
		text-align: center;
		padding: 0.6em 0;
		background: #d5d1c0;
		font-size: 1.1em;
	}
		.home div.item-in div.more a {
			color: #007bc1;
		}
