#oversears-opation-list {

	position: relative; margin: 0px auto;
	width: 1200px;
	height: 260px;
	margin-bottom: 40px;

}
#oversears-opation-list  li {
	width: 100%;
	height: 30px;
	margin-bottom: 15px;
	transition: all 0.3s;
}



#oversears-opation-list li dt.title {
	float: left;
	width: 8%;
	height: 30px;
	border-bottom-left-radius: 20px;
	background: #000;
	letter-spacing: 2px;
	color: #fff;
	font-size: 14px;
	text-align: right;
	line-height: 30px;
	padding-right: 5px;
	font-weight: bold;
	transition: all 0.3s;

}
#oversears-opation-list  li:hover dt.title {
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	background: #d45315;
}

#oversears-opation-list li dt.list {
	float: right;
	width: 90%;
	height: 30px;
}

#oversears-opation-list li dt.list a { 
	display: block; 
	float: left;height: 30px; line-height: 30px;
	margin-right: 20px;
	color: #898989;
	font-size: 14px;


}
#oversears-opation-list li dt.list a:hover,#oversears-opation-list li dt.list a.active { 
	color: #d45315; 
}


#overseas-house-list {
	position: relative;width: 1200px; margin:0px auto;
	min-height: 500px;
}

#overseas-house-list li {
	
	width: 1200px;
	height: 220px;
	border-bottom: 1px dashed  #524f4e;
	margin-bottom: 15px;
}

#overseas-house-list li dt.img {
	float: left;
	width: 257px;
	height: 200px;
	overflow: hidden;
	border-radius: 10px;
	transition: all 0.6s;
}
#overseas-house-list li img {
	transition: all 0.6s;
}
#overseas-house-list li:hover img {
	transform: scale(1.1);
}

#overseas-house-list li dt.info{
	float: right;
	width: 923px;
	height: 200px;
	overflow: hidden;
	
}
#overseas-house-list li dt.info ul {width: 923px;}
#overseas-house-list li dt.info li {
	width: 100%;
	height: 25px;
	color: #4c4948;
	font-size: 12px;
	line-height: 25px;
	border: none;
	margin-bottom: 0px;
}
#overseas-house-list li dt.info li.title {
	font-size: 25px; height: 50px; line-height: 50px;
}
#overseas-house-list li dt.price {
	position: absolute; right: 0px;
	margin-top:160px;
	font-size: 30px;
	color: #b60005;

}
#overseas-house-list li dt.price a{ color: #b60005; }
#overseas-house-list li dt.price a:hover {color: #4c4948; }


