* { 
margin:0; 
padding:0; 
} 
.ntop {
   float: left;
	height: 120px;
	width: auto;
	margin: 5px 0px 20px 40px;
}
.npic {
   float: left;
   background: url(../pic/3.jpg) no-repeat;
	height: 120px;
	width: 169px;
	filter : progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=80);
}
.ntext{
	float: left;
	height: 100px;
	width: 300px;
	line-height: 24px;
	margin: 10px 15px;
	font-size: 14px;
}
.ncon {
   float: right;
	width: 90%;
	margin-right: 13px;
	height: auto;
	border-top: #868686 2px solid;
	border-bottom: #868686 1px solid;
	margin-bottom: 20px;
	font-size: 14px;
	color: #333;
}
.ntit{
	line-height: 21px;
	margin: 6px 0px;
	float: left;
	text-align: center;
}
.nline{
	float: left;
	height: 1px;
	width: 550px;
	border-top: #cecece 1px solid;
	border-bottom: #868686 1px solid;
	overflow: hidden;
}
.ntitle {
	line-height: 27px;
	width: 100%;
	margin: 2px 0px;
	border-bottom: #ebebeb 1px solid;
}
.ninfo{
	float: right;
	width: auto;
	padding-right: 30px;
	width: 75px;
	text-align: center;
}
.nbot {
	text-align: center;
	width: 100%;
	margin: 8px 0px;
}