@charset "gb2312";
/*---------------资讯*/

.pleft{
	width:900px;
	float:left;
	overflow:hidden;
}
/*---------------当前位置*/
.thisplace{
	width:900px;
	height:31px;
}
.thisplace .title{
	display:block;
	height:31px;
	line-height:29px;
	text-indent:22px;
	letter-spacing:4px;
	font-weight:bold;
	background:url(../images/place_left.gif) right top no-repeat;
	float:left;
}
.thisplace .placenav{
	margin-right:10px;
	line-height:31px;
}
.thisplace .placenav dl dt{
	float:left;
	line-height:26px;
	text-indent:12px;
	letter-spacing:2px;
	font-weight:bold;
	color:#CC3300;
}
.thisplace .placenav dl dd{
	color:#777;
	float:right;
	margin-right:10px;
	display:inline;

}
.thisplace .placenav a{
	color:#333333;
}
/*---------------右侧*/
.pright{
	float:right;
}

/*---------------资讯:列表页:列表区域*/
.newslist{
	width:898px;
	border:1px solid #ddd;
	margin-top:10px;
	padding-bottom:10px;
	background:url(../images/place_bg.jpg) 1px 1px repeat-x;
}
.newslist dl{
	width:440px;
	margin:10px auto 0px;
	display:block;
	border-bottom:1px dotted #DDD;
}
.newslist dl dt{
	width:430px;
	margin:0px auto 0px;
	background:url(../images/ico_2.gif) 3px 11px no-repeat;
}	
.newslist dl dt a{
	color:#003366;
	line-height:27px;
	margin-left:20px;
	letter-spacing:1px;
}
.newslist dl dd{
	width:420px;
	margin:0px auto 0px;
}


.newslist dl dd a img{
	float:left;
	display:inline;
	text-align:center;
	border:1px solid  #DDD;
	margin:10px 10px 10px 10px;
	line-height:30px;
	border-radius: 10px 10px 10px 10px;
}
.newslist dl dd a:hover img{
	border:1px solid  #FFCC00;
	transform: translate(0px, 0px) scale(1.02) rotate(-0deg);
	border-radius: 10px 10px 10px 10px;
}


.newslist dl dd.preview{
	line-height:19px;
	color:#777;
	text-indent:14px;
}
.newslist dl dd.info{
	line-height:31px;
	color:#777;
}
.newslist dl dd.info span{
	color:#f60;
	margin-right:20px;
}
.newslist dl dd.info a{
	color:#039;
	float:right;
	position:relative;
	margin:-30px 5px 0px 0px;
}


