.serverContain{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
	background-color: #fff;
}
.serverTitle h3{
	padding-left: 10px;
	font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 600;
    line-height: 42px;
    color: rgb(51, 51, 51);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #f5f5f5;
}
.border-top{
	border-top: 2px solid #006abe;
}
.serverDetail{
	width: 16.6%;
	height: 172px;
	float: left;
}
.serverDetail .serverIcon{
	width: 100%;
	height: 108px;
	overflow: hidden;
}
.serverDetail .serverIcon img{
	display: block;
	width: 72px;
	height: 72px;
	margin: 0 auto;
	margin-top: 36px;
}
.serverDetail a p{
	font-size: 16px;
    font-family: MicrosoftYaHei;
    line-height: 42px;
	color:#303030;
	text-align: center;
}
.serverDetail a{
	display:block;
}