@charset "utf-8";
/*
 *@Author: xing.yang
 *@Date: 2018-07-31
 *@Remark: 资源信息展示列表
 */
/*resource-token*/
.resource-item{
	width: 282px;
    /* height: 340px; */
    float: left; 
    margin: 20px 0 0 20px;
    border: solid 1px #D2D2D2;
    position: relative;
}
.resource-item .resource-item-image{
	width: 100%;
    height: 180px;
    position: relative;
}
.resource-item .resource-item-image img{
	display: block;
    width: 100%;
    height: 100%;
}
.resource-item .resource-item-info{
	padding: 15px;
    width: 250px;
    margin: 0 auto;
    height: 134px;
}
.resource-item .resource-item-info.index{
	background:#fff;
	height: 90px;
}
.resource-item .house .info-top {
    height: 98px;
}
.resource-item .resource-item-info.house{
	background:#fff;
	height: 130px;
}
.resource-item .resource-item-info.result {
    height: 140px;
    background: #fff;
}
.resource-item .info-top{
	height: 102px;
	border-bottom: dashed 1px #d2d2d2;
}
.resource-item .resource-item-info > p {
    height: 30px;
    font-size: 14px;
    color: #999;
    line-height: 30px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.resource-item .resource-item-info > p.minitext{
	font-size:12px;
}
.resource-item .title{
	font-weight: bold;
    font-size: 16px;
    color: #333333;
    display: block;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.resource-item .resource-item-info .info-top > p.icons {
    height: 20px;
    padding: 10px 0;
}
.resource-item .resource-item-info p.icons{
	height: 50px;
    line-height: 50px;
}
.resource-item .resource-item-info.minerals p.icons{
	height: 20px;
    padding: 10px 0 5px;
}
.resource-item .resource-item-info.minerals {
    height: 160px;
}
.resource-item .resource-item-info p.icons > span{
	line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #f39c12;
    border-radius: 5px;
    padding: 0px 3px;
    float: left;
    border: 1px solid #f39c12;
    margin-right: 10px;
}
.resource-item .resource-item-info p.icons > span.blue {
    background: #fff;
    border: 1px solid #4990e2;
    color: #4990e2;
}
.resource-item .resource-item-info.minerals p.icons > span {
    float: left;
}
.resource-item .resource-item-info p.price{
	font-size: 14px;
    color: #333333;
    height: 40px;
    line-height: 30px;
}
.resource-item .resource-item-info p.price > span{
	font-weight: bold;
    font-size: 18px;
    color: #e3282a;
}
.resource-item .resource-item-info p.price .icon{
	display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    width: 50px;
    border: 1px solid #0F98FF;
    color: #0F98FF;
}
.resource-item .resource-item-info p.price .price-label{
	font-size: 20px;
    color: #e52826;
    line-height: 38px;
    font-weight: bold;
    float:right;
    display:block;
}
.resource-item .resource-item-info p.address{
	font-size: 12px;
    color: #999;
    height: 25px;
    line-height: 25px;
    width: 100%;
}
.resource-item .house .address{
	font-size:14px;
	line-height: 30px;
    height: 30px;
}
.resource-item .house .address .right{
	float:right;
}
.resource-item .info-bottom{
	padding-top: 10px;
}
.resource-item .info-bottom > p{
	font-size: 12px;
    color: #999;
    height: 25px;
    line-height: 25px;
    width: 100%;
    float: left;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.resource-item .info-bottom > p > i, 
.resource-item .address > i{
	position: relative;
    display: inline-block;
    top: 2px;
    width: 14px;
    height: 14px;
    background-size: 100%;
    background-position:center center;
    background-repeat:no-repeat;
}
.resource-item .column{
	width:100%;
	height:33px;
}
.resource-item .info-bottom .column{
	width: 100%;
	height:auto;
	color: #333;
}
.resource-item .column > span{
	display:block;
}
.resource-item .column > span > em {
    font-style: normal;
}
.resource-item .column .left{
	float:left;
}
.resource-item .column .right{
	float: right;
}
.resource-item .icon-time{
    background-image: url(./imgs/shi-zhong.png);
}
.resource-item .icon-address{
    background-image: url(./imgs/dizhi.png);
    margin-right: 2px;
}
.resource-item .resource-item-info.provide {
    height: 90px;
}
.resource-item .resource-item-info.provide > p {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}
.resource-item .resource-item-info.provide > p.address {
    line-height: 23px;
}
.resource-item .provide .column .right em {
    font-size: 12px;
}
.resource-item .resource-item-info > p.address-info{
	height: 35px;
    line-height: 35px;
    width: 100%;
    display: block;
}
.resource-item::before, .resource-item::after{
	content: "";
    display: block;
    width: 0;
    height: 0;
    border: 1px solid transparent;
    box-sizing: border-box;
    position: absolute;
    pointer-events: none;
}
.resource-item::before{
    top: -1px;
    left: 1px;
    transition: border-color 0s ease-in 0.8s,width 0.2s ease-in 0.6s,height 0.2s ease-in 0.4s;
}
.resource-item::after{
	right: 1px;
    bottom: -1px;
    transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in;
}
.resource-item:hover{
	cursor:pointer;
}
.resource-item:hover:before {
    width: 100%;
    height: 100%;
    transition: width 0.2s ease-in ,height 0.2s ease-in 0.2s;
    border-top-color: #e3282a;
    border-right-color: #e3282a;
    z-index: 9999;
}
.resource-item:hover:after {
    width: 100%;
    height: 100%;
    transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.4s,height 0.3s ease-in 0.6s;
    border-bottom-color: #e3282a;
    border-left-color: #e3282a;
    z-index: 9999;
}
.resource-item .resource-item-info.land p.price {
    height: 50px;
    line-height: 45px;
}
.resource-item .land .info-top {
    height: 75px;
}
/**表格切换类型 - 支持切换表格4个*/
.resource-switch-bar {
    float: left;
    width: 360px;
    height: 210px;
    position: relative;
    margin-right: 50px;
}
.resource-switch-bar-title{
	display: initial;
	width: 380px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	color: #e3282a;
}
.resource-switch-bar-item{
	width: 390px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.resource-switch-bar-li{
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	min-height: 150px;
	max-height: 150px;
	overflow: hidden;
}
.resource-switch-bar-li ul{
	
}
.resource-switch-bar-li ul li{
	height: 30px;
	line-height: 30px;
}
.resource-switch-bar-li ul li a{
	font-size: 14px;
	display: inline-block;
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666666;
}
.resource-switch-bar-li ul li span{
	color: #979797;
	font-size: 14px;
	float: right;
}
.resource-switch-bar-li ul li:hover{
	background-color: #fff3f3;
}
.resource-switch-bar-li ul li:hover a{
	color: #e3282a;
}
.resource-switch-bar > .show-more{
	color: #9a9a9a;
	font-size: 12px;
	display: block;
    height: 45px;
    line-height: 45px;
    font-weight: normal;
}
.resource-switch-bar > .show-more:hover{
	color: #B43137;
}
/* 缩略图的列表信息 */
.resource-img-thumbnails:after,.resource-img-thumbnails-nav:after,.resource-img-thumbnails-conten ul:after,.resource-img-thumbnails-conten ul li:after,.resource-img-thumbnails-conten ul li a:after,.resource-img-thumbnails-desc:after{
	content: "";
	display: block;
	clear: both;
}
.resource-img-thumbnails{
	min-height:383px;
}
.resource-img-thumbnails-nav{
	margin: 25px 0 15px 0;
}
.resource-img-thumbnails-title{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding-left: 14px;
	border-left: solid 3px #e3282a;
}
.resource-img-thumbnails-conten ul li{
	padding: 10px 0;
}
.resource-img-thumbnails-conten ul li:hover .resource-img-thumbnails-desc span{
	color: #e6282a;
}
.resource-img-thumbnails-conten ul li:hover .resource-img-thumbnails-desc span:last-child{
	color: #e6282a;
	text-decoration: none;
}
.resource-img-thumbnails-conten ul li:hover .resource-img-thumbnails-desc span:nth-child(2){
	text-decoration: underline;
}
.resource-img-thumbnails-conten ul li:hover .resource-img-thumbnails-img img{
	transition: all 0.5s;
	transform: scale(1.1);
}
.resource-img-thumbnails-conten ul li a{
	display: block;
}
.resource-img-thumbnails-img{
	width: 80px;
	height: 60px;
	display: inline-block;
	overflow: hidden;
	float: left;
	margin-left: 15px;
}
.resource-img-thumbnails-img img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	display: block;
	margin: 0;
	padding: 0;
}
.resource-img-thumbnails-desc{
	width: 166px;
	height: 60px;
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	float: right;
	margin:0px 15px 0 0px;
}
.resource-img-thumbnails-desc > span {
    display: block;
    color: #999;
}
.resource-img-thumbnails-desc > span > i{
	color:  #e3282a;
	font-style: normal;
}
.resource-img-thumbnails-desc > span:first-child{
	color: #e3292a;
    height: 40px;
    padding-left: 5px;
    line-height: 20px;
}
.resource-img-thumbnails-desc > span:last-child{
	text-align: right;
    color: #8E8E8E;
    font-size: 12px;
    line-height: 22px;
    text-decoration: none !important;
}
.resource-img-thumbnails-desc > span > span {
    color: #333;
}
.resource-item .result .title {
    height: 30px;
}
.resource-item .resource-item-info > p > span.price {
    font-size: 18px;
    color: #e5272a;
    font-weight: bold;
}
.resource-item .resource-item-info > p > span {
    color: #333;
}
.resource-item .resource-item-info > p.address > span {
    color: #999;
}
/*@Author:zhangcs	@date: 2018-09-19*/
.ydw-no-data {
	/* display:none; */
	width: 100%;
	height: 150px;
	line-height: 150px;
	border: 1px solid #ccc;
	color: #999999;
	text-align: center;
}