@charset "utf-8";
/*---------------左侧*/
.pleft{
	width:668px;
	float:left;
	overflow:hidden;
}
/*---------------左侧:当前位置*/
.thisplace{
	width:666px;
	height:31px;
	clear: both;
}
.thisplace .title{
	display:block;
	width:156px;
	height:19px;
	text-indent:22px;
	letter-spacing:4px;
	font-weight:bold;
	float:left;
	font-size: 14px;
	padding-top: 9px;
}
.thisplace .placenav{
	float:right;
	margin-right:10px;
	line-height:31px;
}
.thisplace .placenav a{
	color:#666666;
}


/*---------------右侧*/
.pright{
	float:right;
}
/*-------------------------右侧:常规列表定义*/
.rlist{
	width:218px;
	border:1px solid #DDD;
}
.rlist .title{
	height:19px;
	padding-top:9px;
	text-indent:10px;
	font-weight:bold;
	letter-spacing:2px;
	color:#555;
}
.rbox{
	width:218px;
}
.rbox ul li{
	height:27px;
	line-height:27px;
	background:url(../images/ico_4.gif) 12px 13px no-repeat;
	text-indent:23px;
}
.rbox ul li a{
	color:#039;
}
.rtags{
	width:202px;
	padding:8px;
	overflow: hidden;
}
.rtags a,.rtags a:link{
	margin:10px;
	word-break:break-all;
	line-height:24px;
}
/*---------------列表页:列表区域*/
.newslist{
	width:666px;
	border:1px solid #DDD;
}
.newslist dl{
	width:650px;
	display:block;
	border-bottom:1px dotted #DDD;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.newslist dl dt{
	width:638px;
	margin:0px auto 0px;
	background:url(../images/ico_2.gif) 3px 11px no-repeat;
}	
.newslist dl dt a,.newslist dl dt a:link{
	color:#444;
	line-height:27px;
	font-size:14px;
	font-weight:bold;
	margin-left:20px;
	letter-spacing:1px;
	text-decoration: none;
}
.newslist dl dd{
	width:624px;
	margin:0px auto 0px;
}
.newslist dl dd.preview{
	line-height:19px;
	color:#777;
	text-indent:2em;
}
.newslist dl dd.info{
	line-height:31px;
	color:#999;
}
.newslist dl dd.info span{
	color:#CC0000;
	margin-right:20px;
}
.newslist dl dd.info a{
	color:#444;
	float:right;
	position:relative;
	margin:-30px 5px 0px 0px;
}

