.story_home {
	position: absolute;
	margin-top: -110px;
	margin-left: -5px;
}

.story_home div.item-out {
	background: #fff;
	padding: 0;
	float: left;
}
.story_home div.item-in {
	background: #efece3;
	width: 170px;
	margin: 5px;
	overflow: hidden;
}
	.story_home div.item-in span.title a {
		color: #007bc1;
		font-weight: bold;
	}
	.story_home div.item-in div.img {
		background: #fff;
		text-align: center;
	}
	.story_home div.item-in div.content {
		padding: 0 1em 0.5em 1em;
		font-size: 1.1em;
	}