* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

body {
	width: 100%;
}

a {
	text-decoration: none;
	color: #888888;
}

a:hover {
	color: #ff0000;
}

.linkItem {
	display: inline-block;
	float: left;
	width: 200px;
	height: 150px;
	margin: 10px 0 0 10px;
	background-color: #F8F9FA;
}

.linkItem:hover {
	box-shadow: 0 1px 8px #dddddd;
}

.itemLogo {
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 80px;
}

.itemLogoW {
	height: 15px;
	vertical-align: middle;
}

.linkItem:hover>.itemLogo>.itemLogoW {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

.itemLogoH {
	height: 30px;
	vertical-align: middle;
}

.linkItem:hover>.itemLogo>.itemLogoH {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

.itemName {
	width: 100%;
	height: 20px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}

.itemInfo {
	width: 100%;
	height: 70px;
	font-size: 12px;
	text-align: center;
	line-height: 70px;
	color: #888888;
}
