@charset "utf-8";
/*----当前位置----*/
.land-wrap-bg {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 15px;
}
.w-1200{
	width: 1200px;
	margin: 0 auto;
	background: #FFFFFF;
}
.breadcrumb-box .breadcrumbs {
    padding: 12px 0px;
}
.breadcrumbs > li {
    color: #777;
    padding: 0 3px;
    font-size: 15px;
}
.breadcrumbs > li {
    display: inline-block;
    color: #666666;
    padding: 0 3px;
    font-size: 15px;
}
.breadcrumbs a {
    font-size: 15px;
    color: #666666;
    padding-right: 10px;
    cursor: pointer;
}
.breadcrumbs a:hover {
    color: #e3292a;
    text-decoration: underline;
}
.land-filter{
	position:relative;
	min-height: 56px;
	padding-bottom: 10px;
}
.land-filter .filter-item{
	position:relative;
	border: 1px solid #E2E2E2;
}
.land-filter .filter-row{
    font-size: 14px;
	overflow: hidden;
    text-align: center;
    border-bottom: 1px dotted #DFDFDF;
}
.land-filter .filter-date{
	    border-bottom: none;
}
.land-filter .filter-row span.title{
	float: left;
    width: 125px;
    line-height: 44px;
    color: #999999;
}
.land-filter .filter-row ul{
	position: relative;
	float: left;
    width: 1039px;
    overflow: hidden;
    border-bottom: 1px dotted #E0E0E0;
    background-color: white;
    margin-bottom: -1px;
    padding-left: 30px;
}
.land-filter .filter-row ul li{
	float: left;
    /* width: 84px; */
    height: 44px;
    line-height: 44px;
    text-align: left;
    width: auto;
	padding: 0 20px 0 0;
}
.land-filter .filter-row ul.department-box > li{
	width: 100%;
    height: auto;
    padding: 5px 0;
}
.land-filter .filter-row ul.department-box > li > a {
    display: block;
    float: left;
    height: 19px;
    line-height: 17px;
    /* margin: 9px; */
    margin: 10px 20px 10px 0;
}
.land-filter .filter-row ul li.content{
	width:15px;
}
.land-filter .filter-row ul li a{
    padding: 0.5px 4px;
    cursor: pointer;
    color: #333333;
}
.land-filter .filter-row ul.department-box > li > a.first{
	/* margin-right: 38px; */
    margin-left: 0;
}
.land-filter .filter-row ul li.center-area{
    position: absolute;
	left: 214px;
	z-index: 100;
	margin-top: 6px;
    background-color: #F6F6F6;
    height: 38px;
    line-height: 48px;
    border: 1px solid #E8E8E8;
    border-bottom: none;
}
.land-filter .filter-row ul li.center-area a{
	position: relative;
    top: -6px;
}
.land-filter .filter-row ul li.center-area-item{
	position: relative;
	width: 920px;
	height: 38px;
	line-height: 38px;
    margin: 43px 0 6px -144px;
    background-color: #F6F6F6;
    border: 1px solid #E8E8E8;
    text-align: left;
}
.land-filter .filter-row ul li.center-area-item a{
	margin: 0 10px;
}
.land-filter .filter-row ul li.far-area{
	position: absolute;
	left: 170px;
	z-index: 100;
	margin-top: 6px;
    background-color: #F6F6F6;
    height: 38px;
    line-height: 48px;
    border: 1px solid #E8E8E8;
    border-bottom: none;
}
.land-filter .filter-row ul li.far-area a{
	position: relative;
    top: -6px;
}
.land-filter .filter-row ul li.far-area-item{
	position: relative;
	width: 900px;
	height: auto;
	line-height: 38px;
    margin: 0 0 9px 0;
    border: 1px solid #E8E8E8;
    text-align: left;
}
.land-filter .filter-row ul li.far-area-item a{
	display: inline-block;
	float: left;
    height: 19px;
    line-height: 19px;
    margin: 9px;
    color: #666;
}
.land-filter {
	border: none;
}
.land-filter  ul{
	border: none;
}
.land-filter  ul li.date-query{
	width: 350px;
	overflow:hidden;
    margin-left: 0px !important;
    position: relative;
}
.land-filter  p{
	position:relative;
	float: left;
}
.land-filter .date-icon{
	position:absolute;
	top: 13px;
	right: 3px;
	width: 21px;
	height: 20px;
	background: url(./imgs/icons.png) no-repeat 0px -193px;
	cursor:pointer;
}
.land-filter .filter-row ul li a.active{
	color: #fff;
	background-color: #e3292a;
}
.land-filter .filter-row ul li a:hover{
	color: #fff;
	background-color: #e3292a;
	text-decoration:none;
}
.land-filter  .line{
	margin:0 5px;
}
.land-filter p input{
	width: 130px;
	height: 28px;
	line-height:28px;
	border: 1px solid #A9A9A9;
	padding: 0 5px;
}
.land-filter button{
	width: 50px;
    height: 28px;
    line-height: 24px;
    border: 1px solid #A9A9A9;
    background: #fafbfc;
    margin-left: 5px;
    position: absolute;
    top: 8px;
    color: #3b5b98;
}
/* 筛选价格样式 */
.land-filter .filter-date .date-query{
	margin-left: 15px;
	width:198px;
}
.land-filter .filter-date .date-query *{
	border-radius:0;
    background: #fff;
    border-color: #A9A9A9;
}
.land-filter .filter-date .date-query input{
	padding:0 5px;
    height: 28px;
    line-height: 28px;
}
.land-filter .filter-date .date-query .input-group{
	margin-top: 8px;
}
.land-filter .filter-date .date-icon{
	background: none;
    top: 0px;
    left: 0px;
    width: 21px;
    height: 20px;
}
.land-filter .filter-date input{
	padding-left: 20px;
}
/* .land-filter .filter-date{
	border:none;
} */
.land-sort{
	margin: 20px auto 0;
}
.land-sort ul{
	overflow:hidden;
	border:1px solid #E2E2E2;
	background-color: #F8F8F8;
}
.land-sort ul li{
	float: left;
    padding: 0 10px;
	height: 40px;
	line-height:40px;
	text-align:center;
	color: #666666;
	cursor:pointer;
}
.land-sort ul li.title{
	width: 129px;
	border-right:1px solid #E2E2E2;	
}
.land-sort ul li.active{
	color: #e3292a;
}
.land-sort ul li.date span{
	color: #8D8D8D;
	font-size: 12px;
	margin-left: 5px;
}
.land-sort ul li.active span{
	color: #e3292a;
}
.land-sort ul li.right{
	float:right;
	min-width: 245px;
}
.land-sort ul li.right input{
	height: 28px;
	line-height:28px;
	padding: 0 10px;
	border: 1px solid #DDDDDD;
}
.land-sort ul li.right input[type="button"]{
	position: relative;
    top: 0px;
    left: 1px;
    width: 50px;
    height: 28px;
    line-height: 24px;
    border: 1px solid #DDDDDD;
    background: #fff;
    cursor: pointer;
}
/* 显示跟多筛选 */
.more {
    /* height: 30px;
    line-height: 25px;
    text-align: center;
    margin: 10px 0; */
}
.more .moreUp{
    border-width: 0 6px 6px;
    border-style: solid dashed;
    border-color: transparent transparent #e3292a;
    position: absolute;
    top: 12px;
    left: 55px;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.more .moreDown{
    border-width: 6px 6px 0;
    border-style: solid dashed;
    border-color: #e3292a transparent transparent;
    position: absolute;
    top: 12px;
    left: 55px;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.select-button {
    position: absolute;
    width: 93px;
    height: 30px;
    line-height: 30px;
    color: #6b6b6b;
    cursor: pointer;
    background-size: 13px auto;
    float: right;
    text-align: left;
    text-indent: 21px;
    right: 0;
    bottom: 5px;
}
.select-button:hover b{
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-fill-mode: forwards;
}
.land-filter .filter-row.noborder{
	border-bottom:0;
}
.collapse-btn{
    border: 1px solid #ededed;
    border-top-color: #fafafa;
    color: #e3292a;
    display: block;
    width: 36px;
    height: 20px;
    text-align: center;
    border-top: 0;
    left: 50%;
    position: absolute;
    margin-left: -18px;
    bottom: -10px;
    background: #fff;
}
.land-filter > a:hover, .land-filter > a:focus, .land-filter > a:hover{
	color: #e3292a;
}
.collpse{
	line-height:45px;
	opacity:0;
	display:none;
	border: 1px solid #E2E2E2;
    box-sizing: content-box;
    position: absolute;
    top: 0;
    width: 100%;
}
.collpse.active{
	animation:fadeSearch 1s;
	-webkit-animation:fadeSearch 1s; 
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	display:block;
}
@-webkit-keyframes fadeSearch {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeSearch {
  from {
    opacity: 0;
    display:none;
  }
  to {
    opacity: 1;
    display:block;
  }
}

.fadeSearch {
  -webkit-animation-name: fadeSearch;
  animation-name: fadeSearch;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
.collpse li{
	float:left;
	padding: 0 5px;
}
.collpse li > span{
	display: inline-block;
    box-sizing: border-box;
    width: auto;
    text-align: center;
    font-size: 14px;
}
.collpse li > a{
	color: #fff;
    background: #e3292a;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    height: 22px;
    vertical-align: middle;
    line-height: 18px;
    padding: 2px 5px;
    margin-top: -3px;
    cursor:pointer;
    max-width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.collpse li div{
    width: auto;
    min-width: 70px;
    text-align: center;
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #e2e2e2;
}
.collpse li .border-bottom-none{
	border-bottom:none;
}
.collpse li .border-right-none{
	border-right:none;
}

.filter-w-auto {
    width: auto !important;
    padding: 0 10px 0 0;
}

/*所选分类*/
.conditions{
	height: 50px;
	font-size: 14px;
	color: #333333;
}
.conditions ul li{
	float: left;
	margin-top: 17px;
	border: 1px solid #eeeeee;
	padding: 3px 8px;
	font-size: 13px;
	margin-left: 10px;
}
.conditions ul li#trade{
	margin-left: 0px !important;
}
.conditions ul li a{
	color: #999999;
	padding-left: 5px;
	line-height: 20px;
} 
.conditions ul .type{
	float: left;
	line-height: 60px;
}
.conditions ul .type b{
	color: #999999;
	margin: 0px 12px;
}
.conditions .remove{
	float: left;
    color: #e5262b;
    padding: 3.5px 10px;
    margin-top: 17px;
    margin-left: 10px;
    border: 1px solid #eeeeee;
}
.conditions .land-num{
	margin-top: 22px;
	margin-right: 40px;
}
.conditions .land-num b{
	color: #e52729;
	font-weight: normal;
}
/*土地排序筛选*/
.land-sort {
    margin: 20px auto 0;
}
.land-sort ul {
    overflow: hidden;
    background-color: #f5f5f5;
}
.land-sort ul li.title {
    width: 129px;
}
.land-sort ul li {
    float: left;
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #666666;
    cursor: pointer;
    font-size: 14px;
    margin: 0px 5px;
}
.land-sort ul li.first {
    margin-left: 25px !important;
}
.land-sort ul li:hover{
    color: #e3292a;
}
.land-sort ul li.active {
    color: #e3292a;
    border-bottom: 2px #e5262b solid;
}
.land-sort ul li.date span {
    margin-left: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
}
.land-sort ul li.right {
    float: right;
    min-width: 245px;
    padding: 0px;
}
.land-sort ul li.right input {
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #dddddd;
    width: 190px;
}
/*资源列表*/
.shop-list{
	margin-bottom: 60px;
}
.footer .link{
	display: none;
}
.footer .copy{
	height: 118px;
}
/*分页栏*/
.paging {
    width: 100%;
    min-height: 40px;
    text-align: center;
    margin-bottom: 30px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination.red > li.total {
    line-height: 30px;
    margin-left: 10px;
}
.pagination > li {
    display: inline;
}
.pagination.red > li > span {
    float: none;
    border: 0;
    display: inline;
    padding: 4px;
    color: #000;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination.black > li > a, .pagination.red > li > a {
    padding: 4px 10px;
    color: #000;
    background: #fff;
    margin-left: 5px;
    border-radius: 0;
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination.red > li.activepage > a {
    background: #e3292a;
    border: 1px solid #e3292a;
    color: #fff;
}
.pagination.black > li > a, .pagination.red > li > a {
    padding: 4px 10px;
    color: #000;
    background: #fff;
    margin-left: 5px;
    border-radius: 0;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
a {
    text-decoration: none;
    list-style: none;
    outline: none;
}
.pagination.red > li input {
    width: 30px;
    height: 25px;
    margin: 0 5px;
    text-align: center;
}
/*icon*/
.icon-up{
	position: relative;
	display: inline-block;
	top: 2px;
	width: 14px;
	height: 14px;
	background: url(./imgs/up.png) center center no-repeat;
	background-size: contain;
	margin-right: 2px;
}
.icon-down{
	position: relative;
	display: inline-block;
	top: 2px;
	width: 14px;
	height: 14px;
	background: url(./imgs/down.png) center center no-repeat;
	background-size: contain;
	margin-right: 2px;
}
.land-filter .date-icon {
    position: absolute;
    top: 12px;
    right: 3px;
    width: 21px;
    height: 20px;
    background: url(./imgs/calendar.png) no-repeat 0px 0px;
    cursor: pointer;
}
.icon-arrow-up{
    position: absolute;
    top: 4px;
    right: 5px;
    width: 21px;
    height: 20px;
    background: url(./imgs/arrow.png) no-repeat 0px 0px;
    cursor: pointer;
}
.icon-arrow-down{
    position: absolute;
    top: 4px;
    right: 5px;
    width: 21px;
    height: 20px;
    background: url(./imgs/arrow-down.png) no-repeat 0px 0px;
    cursor: pointer;
}
.btn-s{
	display: inline-block;
    width: 30px;
    height: 28px;
    background: #ffffff;
    position: relative;
    top: 9px;
    right: 35px;
}
.search-btn{
	display: inline-block;
    position: absolute;
    top: 3px;
    right: 5px;
    width: 25px;
    height: 30px;
    background: url(./imgs/search.png) no-repeat 0px 0px;
    cursor: pointer;
    background-size: 22px;
}
