﻿@charset "utf-8";
/* CSS Document */
/**全局**/
* {
	margin: 0px;
	padding: 0px;
}
div, form, img, ul, ol, li, dl, dt, dd, map {
	padding: 0;
	margin: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #222;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif, "宋体";
	background: #fff;
}
ul, li {
	list-style: none;
}
.clear {
	clear: both;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #01459A;
	text-decoration: none;
}
img {
	border: none;
}
hr {
	line-height: 0px;
	font-size: 0px;
	border: none;
	height: 1px;
	width: 100%;
	margin: 5px 0px;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
.mt10 {
	margin-top: 10px;
}
/*头部*/
.header{
	width:100%;
	height:40px;
	line-height:40px;
	background-color: #1E9FFF;
	text-align: center;
	font-size: 20px;
	color:#fff;
}
.header a{
	position:absolute;
	left:10px;
	color:#fff;
	font-size:24px;
}
/*END*/
.search{
	width:100%;
	height:62px;
	padding:10px;
	border-bottom:1px solid #ccc;
	line-height: 40px;
}

.search .pos{
	float:left;
	width:60px;
	text-align: center;
}
.search .pos select{
	border:0;
	color:#000;
}
.search .key{
	float:left;
	width: calc(100% - 62px);
	border:1px solid #ccc;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}
.search .key input,.search .key input:focus{
	width:100%;
	border:0;
	padding-left:28px;
}
.search .layui-icon-search{
	position:absolute;
	left:8px;
	top:1px;
}
.search .search-btn{
	position:absolute;
	color:#fff;
	background-color:darkorange;
	border-radius: 15px;
	height:30px;
	line-height: 30px;
	font-size: 14px;
	padding:0 10px;
	border:0;
	right:5px;
	top:5px;
}
.tabs{
	width:100%;
	padding:20px 0;
	height:140px;
	border-bottom:5px solid #f0f0f0;
}
.tabs li{
	width:20%;
	float:left;
	line-height: 30px;
	text-align: center;
	border-radius: 2px;
	margin-left:5%;
}
.tabs li img{
	max-width: 80%;
}
.filter{
	height:40px;
	padding:10px;
}
.filter .left{
	float:left;
	background-color: #ffabab;
	color: #ff4545;
	padding:4px 10px;
	border-radius: 3px;
}
.filter .right{
	float:right;
}
.filter-area{
	padding:20px;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index: 1000;
	background-color: #ffffff;
	overflow-y: scroll;
}
.filter-area p{
	margin-top:20px;
	font-size:18px;
}
.filter-area div{
	margin-top:20px;
	text-align: center;
}
.filter-area div .btn{
	margin:0 20px;
}
.filter-area ul{
	width:100%;
}
.filter-area ul li{
	font-size:13px;
	float:left;
	width:20%;
	height:35px;
	border-radius:2px;
	border:1px solid #f0f0f0;
	background-color: #f0f0f0;
	text-align: center;
	line-height: 35px;
	margin:10px 0 0 4%;
	overflow: hidden;
}
.filter-area ul li.on{
	color:#ff4545;
	background-color: #ffabab;
	border:1px solid #ff4545;
}
.filter-nav{
	height:40px;
	line-height: 40px;
	border-bottom:1px solid #ccc;
}
.filter-nav li{
	float:left;
	width:25%;
	border-right:1px solid #ccc;
	text-align: center;
}
.filter-nav li:nth-child(4){
	border-right: 0;
}
.more{
	height:150px;
	border-top:5px solid #f0f0f0;
	border-bottom:5px solid #f0f0f0;
}
.more li{
	margin:10px 0 10px 7%;
	padding:0 10px;
	width:40%;
	float:left;
	background-color: #fcc442;
	font-size: 14px;
	line-height: 25px;
	border-radius: 5px;
}
.more li:nth-child(2){
	background-color: #ffc59c;
}
.more li:nth-child(3){
	background-color: #8dceff;
}
.more li:nth-child(4){
	background-color: #c6ffc9;
}
.more li span{
	display: block;
	font-weight: bold;
}

.recommend{
	width:100%;
	background-color: #f0f0f0;
}
.recommend-top{
	padding:5px 10px;
	font-weight:bold;
	font-size:16px;
	background-color: #fff;
}
.recommend-top span{
	font-size:12px;
	border:1px solid #ccc;
	border-radius: 2px;
	color:#999;
	margin-left:5px;
}
.recommend-list{

}
.recommend-list .recommend-item{
	background-color: #fff;
	padding:10px;
	border-bottom:1px dashed #ccc;
}
.recommend-list .recommend-item .title{
	font-weight:bold;
	font-size:16px;
}
.recommend-list .recommend-item .title span{
	float:right;
	font-weight: normal;
}
.recommend-list .recommend-item .salary{
	color:darkorange;
	margin-top:5px;
}
.recommend-list .recommend-item .salary span{
	color:#ccc;
}
.recommend-list .recommend-item .label{
	margin-top:5px;
}
.recommend-list .recommend-item .label span{
	border:1px solid #ccc;
	font-size:12px;
	padding:0 5px;
	margin-right:5px;
	margin-top:10px;
}
.recommend-list .recommend-item .company{
	height:50px;
	margin-top:5px;
}
.recommend-list .recommend-item .company .img{
	float:left;
	width:50px;
	overflow: hidden;
}
.recommend-list .recommend-item .company .img img{
	width:100%;
}
.recommend-list .recommend-item .company .desc{
	float:left;
	width:calc(100% - 50px);
	padding-left:5px;
}

.recommend-list .recommend-item2{
	background-color: #fff;
	padding:10px;
	border-bottom:1px dashed #ccc;
	height:120px;
}
.recommend-list .recommend-item2 .img{
	width:100px;
	height:100px;
	float:left;
	padding:5px;
	overflow: hidden;
}
.recommend-list .recommend-item2 .img img{
	width:100%;
}
.recommend-list .recommend-item2 .content{
	float:left;
	width:calc(100% - 100px);
	height:100px;
}
.recommend-list .recommend-item2 .title{
	height:50px;
	line-height:25px;
	/*font-weight: bold;*/
	font-size:18px;
}
.recommend-list .recommend-item2 .label span {
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 0 5px;
	margin-right: 5px;
	margin-top: 10px;
}
.recommend-list .recommend-item2 .price{
	color:red;
	font-size:18px;
	font-weight: bold;
}
.recommend-list .recommend-item2 .price span{
	font-size:12px;
	margin-left:10px;
	color:#333;
	font-weight: normal;
}
.job-detail{
	padding:0 20px 20px;
}
.job-detail .title{
	margin-top:20px;
	font-size:18px;
	font-weight: bold;
}
.job-detail .salary{
	line-height: 16px;
	font-size:16px;
	color:red;
	margin-top:10px;
}
.job-detail .label{
	margin-top:10px;
}
.job-detail .label span{
	border:1px solid #1E9FFF;
	color:#1E9FFF;
	padding:2px 5px;
	margin-right:5px;
}
.job-detail .content img{
	max-width: 100%;
}
.job-detail .company{
	height:80px;
}
.job-detail .company .img{
	float:left;
	width:50px;
	overflow: hidden;
}
.job-detail .company .img img{
	width:100%;
}
.job-detail .company .desc{
	float:left;
	width:calc(100% - 50px);
	padding-left:5px;
}
.slider {
	height:200px;
	overflow: hidden;
}
.slider img{
	max-width:100%;
}
.house-detail{
	padding:0 10px;
}
.house-detail .title{
	margin-top:20px;
	font-size:18px;
	font-weight: bold;
}
.house-detail .price{
	width:100%;
	height:60px;
}
.house-detail .price li{
	float:left;
	width:33%;
}

.house-detail .price li b{
	color:red;
	font-size:18px;
}
.house-detail .price li span{
	font-size:14px;
}
.house-detail .label{
	margin-top:20px;
}
.house-detail .label span{
	border:1px solid #1E9FFF;
	color:#1E9FFF;
	padding:2px 5px;
	margin-right:5px;
}
.house-detail .other{
	margin-top:30px;
}
.house-detail .other li{
	width:50%;
	float:left;
}
.house-detail .other li span{
	color:#999;
	margin-right:5px;
}
.car-detail{
	padding:0 10px;
}
.car-detail .price{
	margin-top:20px;
	color:red;
	font-size:18px;
	font-weight: bold;
}
.car-detail .title{
	margin-top:20px;
	font-size:18px;
	font-weight: bold;
}
.car-detail .other{
	margin-top:20px;
	width:100%;
	height:50px;
	line-height:25px;
}
.car-detail .other li{
	font-size:12px;
	float:left;
	width:33%;
}
.car-detail .other li span{
	display:block;
	color:#999;
}
.news-detail{
	padding:10px;
}
.news-detail .title{
	text-align:center;
	font-size:18px;
	font-weight: bold;
}
.news-detail .pic{
	margin:10px 0;
	text-align: center;
}
.news-detail .pic img{
	max-width:100%;
}
.news-detail .content{

}
.news-detail .content img{
	max-width:100%;
}