.links{
	width: 100%;
	height: auto;
	padding-top:25px;
	overflow: hidden;
	border-top: 1px solid #D6D6D6;
}
.links .tit{
	width: 146px;
	background: url(../images/links.png)  no-repeat center;
	float: left;
}
.links .tit p{
	color: #666666;
	margin-left: 28px;
	font-size: 18px;
}
.links ul{
	float:left;
	margin-left: 10px;
	width:85%;
}
.links ul li{
	float: left;
	padding: 0 10px;
	line-height: 25px;
}
.links ul li a{
	color: #5d5d5d;
	font-size: 14px;
	display: block;
}

