.mainTitle {
	color: #666;
	font-size: 30px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	margin: 30px auto;
}

.showList {
	margin: 14px auto 30px
}

.showList li {
	float: left;
	width: 20%;
	margin: 0 2.5% 10px;
	text-align: center;
	overflow: hidden;
	background: #fff;
	transition: all 0.5s ease;
	cursor: pointer !important;
	list-style: none;
}

.showList li img {
	width: 100%;
}

.showList li h4 {
	text-align: center;
	line-height: 150%;
	color: #666;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}

.showList li:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
}