.sale_xuan{
	padding: .2rem;
	padding-top: 0;
	padding-bottom: 0;
} 
.sale_years{
	float: left;
	height: .8rem;
	line-height: .8rem;
	width: 3.45rem;
	margin-right: .2rem;
	background: #f2f2f2;
	padding: 0 .2rem;
	position: relative;
}
.sale_years:last-child{
	margin-right: 0;
}
.sale_years>span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.sajian{
	position: relative;
	font-size: .24rem;
	color: #222222;
}
.sajian:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: .11rem;
	height: 0.06rem;
	background: url(../images/arr3.png)no-repeat;
	background-size: 100% 100%;
}
.sale_lists{
	padding-top: 0 !important;
	padding: .3rem .2rem;
}
.sale_lists>ul>li{
	margin-bottom: .27rem;
	padding: 0;
	padding-right: 0 !important;
	font-size: 20px;
	overflow: inherit;
}
.sale_lists>ul>li h1{
	font-size: .3rem;
	color: #000000;
	margin-bottom: .3rem;
}
.list_des{
	float: left;
	width: calc((100% - .3rem)/3);
	margin-right: .15rem;
	margin-bottom: .3rem;
	background: #f5f5f5;
    border: 1px solid #dedede;
    padding-bottom: .3rem;
}
.li_pic{
	width: 100%;
	overflow: hidden;
	/* height: 130px; */
}
.list_des img{
	/* max-width: 100%;
	width: auto;
	max-height: 100%; */
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list_des:nth-child(3n){
	margin-right: 0;
}
.list_des p{
	font-size: .24rem;
	color: #222222;
	/* margin-top: .2rem; */
	max-height: 0.64rem;
	overflow: hidden;


	padding-top: 0.3rem;
    padding-left: .2rem;
    padding-right: .2rem;
	
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}
.list_des p>span{
	background-color: red;
	padding: 2px 4px;
	color: #fff;
}
.sajian{
	line-height: .6rem;
}
