.news-detail {

}

.news-detail .detail-picture {
	float: left;
	margin: 0 24px 0 0;
	width: 450px;
	padding: 0;
}

.news-detail .detail-picture img {
	max-width: 450px;
}

.news-detail cite {
	font-style: normal;
	color: #AAA;
}

.news-detail .files {
	background-color: #EEE;
	padding: 6px 12px;
	margin: 24px 0 0;
	font-size: 14px;
}

.news-detail .files li {
	list-style-image: url(images/page_white_put.png);
}

.news-detail .files li.pdf {
	list-style-image: url(images/page_white_acrobat.png);
}

.news-detail .files li.jpeg {
	list-style-image: url(images/page_white_picture.png);
}

.news-detail .files li.doc {
	list-style-image: url(images/page_white_word.png);
}

.news-detail .detail-picture .caption {
	margin: 6px 0 0;
	color: #999;
	font-size: 11px;
}

.news-detail .header {
	overflow: hidden;
	margin: 0 0 12px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 12px;
}

.news-detail .body {
	max-width: 60em;
}

.news-detail .detail-text {
	text-align: justify;
	font-size: 14px;
}


.news-detail .vote {
	margin: 12px 0;
}



div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.news-detail .back {
	margin: 32px 0 0;
}
