@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{
	float:left;
	line-height:50px;
	text-indent:30px;
	letter-spacing:2px;
	color:#333333;
}
.new .title dl dd{
	color:#CC3300;
	float:right;
	margin-right:30px;
	display:inline;
}
.new .title dl dd a{
	color:#333333;
}

.near{
	width:880px;
	color:#777;
	border:0px solid #ddd;
	padding-bottom:3px;
	clear:both;
}
.near dl{
	width:870px;
	margin:0px auto;
	overflow:hidden;
}
.near dl dd{
	width:830px;
	float:left;
	display:inline;
	text-align:left;
	margin:10px 0px 0px 20px;
	line-height:20px;
        box-shadow: 0 1px 1px #f4f4f4;
}
.near dl dd a{
	color:#003366;
}
.near dl dd a img{
	border-radius: 5px 5px 5px 5px;
	margin:0px 10px 0px 0px;
        background: #fff;
        box-shadow: 0 1px 1px #ccc;
}
.near dl dd a:hover img{
	transform: translate(0px, 0px) scale(1.02) rotate(-0deg);
	border-radius: 5px 5px 5px 5px;
        background: #fff;
        box-shadow: 0 1px 1px #ccc;
}
.click{
	color:#CC3300;
}