.centerBox{
	width: 1190px;
	background:#fff;
	overflow: hidden;
	margin: 0 auto;
}
.linkItem{
	overflow: hidden;
	width: 1150px;
	margin: 0 auto; 
}
.linkTitle{
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #e44835;
	margin: 10px 0;
	font-weight: normal;
	border-bottom: 1px solid #e5e5e5;
}
.link-list{ 
	overflow: hidden;
}
.link-list li{
	height: 40px;
    width: 130px;
    float: left;
    margin: 10px 6px;
    text-align: left;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.link-list li img{
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.link-list li .logoBox{
	height: 110px;
	line-height: 110px;
}
.link-list li .company{
	height: 35px;
	line-height: 35px;
	text-align: center;
	background:#e5e5e5;
	width: 100%;
}
.link-list a:hover{
	color: #0088cc;
	text-decoration: underline;
}
.link-list li .company:hover{
	color: #0088cc;
}
.crumb {
    width: 1190px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
}
.fl {
    float: left;
}
.crumb a {
    font-size: 12px;
    color: #666;
    text-decoration: underline;
}
.crumb a, .crumb img {
    float: left;
}
.crumb img {
    padding-top: 21px;
    margin-left: 6px;
    margin-right: 9px;
}
