.highlight {
	
}
.highlight .main-content {
	margin-bottom: 0 !important;
}

.highlight ul.items {
	list-style-type: none;
	margin: 0;
	text-align: center;
}
.highlight ul.items li {
	float: left;
	margin: 0;
	width: 120px;
	height: 90px;
	overflow: hidden;
	margin-left: 20px;
	position: relative;
}
.highlight ul.items li a {
	display: block;
	width: 100px; /*120*/
	height: 90px; /*90*/
	padding: 0 10px 7px 10px;
	background: url('../dsg/box.png') no-repeat top left;
	color: #000;
	font-size: 1.4em;
	line-height: 1.2em;
	position: relative;	
	display: table-cell;
	vertical-align: middle;
  text-decoration: none;
}
.highlight ul.items li a p {
	padding-bottom: 0em;
		position: relative;
}
.highlight ul.items li a:hover {
  text-decoration: underline;
}