
.news_detail{
	background:#fff;
	border:1px solid #eee;
	padding:20px;
	margin-bottom:20px;
	margin-top:50px;
}

.news_detail .title{
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-top: 0.99em;
	margin-bottom: 1.26em;
}
.news_detail .info{
	line-height:35px;
}
.news_detail .info label{
	padding-right: 20px;
	font-size:12px;
	color:#999;
	float:left;
}
.news_detail .desc{
	font-size: 16px;
	color: #666;
	padding: 40px 60px;
	background: #fafafa;
	margin-top: 20px;
	margin-bottom:20px;
	position: relative;
	line-height: 35px;
}
.news_detail .desc span{
	position: absolute;
	font-size: 140px;
	font-family: "Arial";
	color: #ddd;
	line-height: 140px;
}
.news_detail .desc .l_tag{
	left: 10px;
	top: 0;
}
.news_detail .desc .r_tag{
	right: 10px;
	bottom: -65px;
}


.news_detail .content{
	font-size:16px;
	line-height:30px;
	color:#666;
	padding-bottom:30px;
	padding:15px 30px;
}