@charset "gb2312";
/*-------------------------ÈÈÃÅ*/
.new{
	width:898px;
	margin:10px auto;
	border:1px solid #DDD;
	clear:both;
	overflow:hidden;
}
.new .title{
	height:30px;
	line-height:50px;
	background:url(../images/place_bg.jpg) repeat-x;
}
.new .title dl dt{
	width:300px;
	float:left;
	line-height:40px;
	text-indent:18px;
	letter-spacing:2px;
	color:#CC3300;
	font-weight:bold;
}
.new .title dl dd{
	float:right;
	margin-right:30px;
	display:inline;
}
.new .title dl dd a{
	color:#333333;
}

.near{
	width:890px;
	color:#777;
	border:0px solid #ddd;
	padding-bottom:3px;
	clear:both;
}
.near dl{
	width:890px;
	margin:0px auto;
	overflow:hidden;
}
.near dl dd{
	width:200px;
	float:left;
	display:inline;
	text-align:left;
	margin:10px 0px 0px 14px;
	line-height:30px;
}
.near dd a img{
	border:1px solid  #DDD;
	border-radius: 10px 10px 10px 10px;
}
.near dd a:hover img{
	border:1px solid  #FFCC00;
	transform: translate(0px, 0px) scale(1.02) rotate(-0deg);
	border-radius: 10px 10px 10px 10px;
}
.near dl dd a{
	color:#003366;
}
.click{
	color:#CC3300;
}