.header{
	position: relative;
	padding: 20px 15px;
	background-color: #43bdfe;
}

.header .logo{
	padding-left: 8px;
	margin-bottom: 20px;
}

.header .logo .logo-index{
	display: block;
	width: 160px;
	height: 20px;
	background: url(../images/logo_index.png) no-repeat;
	background-size: contain;
}

.header form{
	position: relative;
}

.header .icon-search{
	position: absolute;
	top: 8px;
	left: 8px;
	height: 16px;
	width: 16px;
	background: url(../images/icon-search.png) no-repeat center/16px 16px;
}

.header input{
	padding: 0 8px 0 30px;
	height: 36px;
	width: 100%;
	border-radius: 14px;
	border: none;
	-webkit-appearance: none;
}

.header .hot-btn{
	position: absolute;
	top: 16px;
	right: 0;
	width: 40px;
	line-height: 1.2;
	color: #fff;
}

.company-list{
	margin-bottom: 80px;
}

.company-list li{
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

.company-list a{
	display: block;
}

.company-list .cover{
	margin-right: 10px;
	height: 60px;
	width: 60px;
	background: url(../images/company_bg.png) no-repeat center/cover;
}

.company-list .cover img{
	height: 100%;
	width: 100%;
}

.company-list .info{
	overflow: hidden;
}

.company-list .info h2{
	position: relative;
	font-size: 16px;
	font-weight: 700;
	padding-top: 6px;
}

.company-list .info .name{
	display: block;
	/* padding-right: 40px; */
}

.company-list .info .time{
	position: absolute;
	top: 10px;
	right: 0;
}

.company-list .info .job-info{
	padding-top: 15px;
}

.company-list .job-info [class^="icon-"]{
	display: inline-block;
	height: 16px;
	width: 16px;
}

.company-list .icon-address{
	background: url(../images/icon-address.png) no-repeat center/cover;
}

.company-list .icon-education{
	background: url(../images/icon-education.png) no-repeat center/cover;
}
