.auction-shadow{
	background: #fff;
	box-shadow: 1px 0 21px rgba(99,99,99,0.07)
}
/*.location{
	color: #555555;
	font-size: 14px;
	line-height: 20px;
	margin: 30px 0;
}
.location a{
	color: #555555;
	font-size: 14px;
}
.location a:last-child{
	color: #ffa200;
}*/



/*选择地区*/
.select-area{
	margin-bottom: 20px;
}
.select-area select{
	width: 235px;
	height: 40px;
	color: #a5a5a5;
	font-size: 14px;
	padding: 0 15px;
	border:1px solid #cfcfcf;
	background: url('../images/bottom.png') no-repeat 95% center;
	background-size: 8px;
	outline-style: none;
	border-radius: 3px;
}
.select-area select option{
	outline-style: none;
}
.select-area .select-btn{
	margin-left: 40px;
}


.select-area input{
	width: 235px;
	height: 40px;
	color: #a5a5a5;
	font-size: 14px;
	padding: 0 15px;
	border:1px solid #cfcfcf;
	/*background: url('../images/bottom.png') no-repeat 95% center;
	background-size: 8px;*/
	outline-style: none;
	border-radius: 3px;
}
.select-area button{
	width: 100px;
	height: 40px;
	color: #fff;
	font-size: 14px;
	background: #008040;
	border-radius: 3px;
}












/*列表*/
.auct-width {
    width: 100%;
    /*overflow-x: auto;*/
}
.auction-list{
	min-width: 700px;
	margin: 20px 0 0 0;
}
.auction-list .list-thead{
	color: #555555;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 62px;
	box-shadow: 1px 0 21px rgba(99,99,99,0.07);
}
.auction-list .list-thead{
	
}

.auction-list .list-tbody li{
	color: #555555;
	font-size: 14px;
	min-height: 118px;
	padding: 15px 0;
	margin-bottom: 20px;
	box-shadow: 1px 0 21px rgba(99,99,99,0.07);
}
.auction-list .list-tbody li>div{
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.auction-list .look{
	display: inline-block;
	width: 106px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-size: 14px;
	background: #008040;
}
.auction-list .look:hover{
	opacity: 0.9;
}

.auction-list .w-13{
	width: 13%;
}
.auction-list .w-19{
	width: 19%;
}
.auction-list .w-16{
	width: 16%;
}
.auction-list .w-6{
	width: 6%;
}
.auction-list .w-32{
	width: 32%;
}
.auction-list .w-14{
	width: 14%;
}

.load-more{
	margin: 40px 0 60px;
}
.load-more a{
	display: inline-block;
	width: 257px;
	line-height: 40px;
	color: #008040;
	font-size: 14px;
	/*margin-top: 20px;*/
	border:1px solid #008040;
	transition: 0.3s;
}
.load-more a:hover{
	color: #fff;
	background:#008040;
}











@media (max-width: 992px) {


}
@media (max-width: 768px) {
.select-area .select-btn {
    margin-left: 10px;
}
.auct-width {
    width: 100%;
    overflow-x: auto; 
}
.auction-list .list-thead{
	background: #f7f7f7;
	box-shadow: none;
}

.auction-list .list-tbody li{
	box-shadow: none;
	margin: 0;
	border-bottom: 1px solid #f7f7f7;
}
}