.carousel-item { cursor: pointer;}
.carousel-item-banner {
	width: auto;
	height: 480px;
	line-height: 400px;
	text-align: center;
	font-size: 24px;
}
.carousel-item-container p { margin: 30px auto;}
.article-item {
	height: 200px; 
	border: 1px solid #696969;
	margin: 0 10px 10px 0;
	cursor: pointer;
	box-shadow: 3px 3px 3px #666;
	color: #fff;
}
.article-item:hover {
	background-color: #fff;
	color: #000;
}
