
.hidden{
	display: none;
}


.seek{	
	margin: 0 10px;
	border: 1px solid #DDD;
}

.seek .seek_top{
	height: 180px;
	background: #f2f2f2;
	text-align: center;
	/*line-height: 170px;*/
	
}
.seek .seek_top img{
	width: 60px;
	height: 60px;
	margin-top: 56px;
	margin-right: 25px;
}
.seek .seek_top input{
	float: none;
	text-align: left;
	width: 550px;
	height: 38px;
	border: 2px solid #DDD;
	border-radius: 5px;
	font-size: 16px;
	text-indent: 10px;
	margin:0;
	color: #000;
	position: relative;
	top: -20px;
	
}
.seek .seek_top button{
	width: 70px;
	height: 38px;
	border-radius: 5px;
	background: #0062CC;
	color: #FFF;
	font-size: 16px;
	margin-left: 25px;
	border: none;
	position: relative;
	top: -20px;
}

/*中间部分seek_center*/
.seek_center .nonentity{
	color: #242424;
	font-size: 16px;
	margin-bottom: 50px;
	font-weight: bold;
}
.seek_center {
	margin: 0 50px;
}
.seek_center .ul_center{
	height: 35px;
	background: #d1f0ff;
	margin-top: 50px;
	padding-left: 15px;
	margin-bottom: 50px;
}
.seek_center .ul_center li{
	float: left;
	line-height: 35px;
	font-size: 16px;
	color: #242424;
	
}
.seek_center .ul_center li:last-child{
	margin-left: 20px;
}

.seek_center .ul_center1{
	text-align: left;
	margin: 0;
}
.seek_center .ul_center1 li{
	margin-bottom: 15px;
}
.seek_center .ul_center1 li h3{	
	line-height: 30px;
	margin-bottom: 10px;
}
.seek_center .ul_center1 li h3 a{
	color: #1a6cc8;
	font-weight: normal;
	text-decoration: underline;
	font-size: 16px;
}
.seek_center .ul_center1 li p{
	line-height: 18px;
	color: #333;
	font-size: 12px;
}
.seek_center .ul_center1 li p span{
	display: inline-block;
	width: 200px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*seek_botton底部*/
.seek_botton{
	margin: 30px -5px;
}











