/*------title---------*/
.newsview {
	margin:auto;
	width:950px;
	position:relative;
	border-left:1px solid #EEE;
	border-right:1px solid #EEE;
	border-top:1px solid #EEE;
	background-color:#FFF;
}
.newsview .wb_title{
	background: url(http://www.luoping.gov.cn/templets/images/place_bg.jpg) repeat-x;
	width:950px;
	height:40px;
	line-height:40px;
	
}
.newsview .wb_title span{
	font-size:24px;
	width: 950px;
	display:block;
	height:40px;
	line-height:40px;
	text-align: center;
	font-weight:bold;
}
/*------aboutinfo---------*/
.newsview .info{
	height:27px;
	line-height:27px;
	border-top:1px solid #EEE;
	border-bottom:1px solid #EEE;
	text-align:center;
	padding-right:20px;
	background-color:#CCC;
	color:#F60;
	position: relative;
	margin-bottom:15px;
}
.newsview .info strong{
	color:#666;
	margin-left:20px;
}
/*------content---------*/
.newsview .wb_content{
	overflow:hidden;
	color:#444;
	background-color:#EBEBEB;
	font-size:14px;
	margin-left: 10px;
	margin-right: 10px;
}
/*--------page-------*/
.newsview .cupage{
	margin:5px auto;
	text-align:center;
	border-bottom:1px solid #EEE;
	line-height:31px;
	overflow:hidden;
	position: relative;
}
.newsview .cupage a{
	color:#0033FF;
	font-size:14px;
	margin-left:14px;
	line-height:31px;
}
.newsview .cupage strong{
	font-size:14px;
	color:#FF0000;
	margin-left:14px;
}

