.news-detail-page {}

	.news-detail-page .section-title {
		margin: 20px 0;
	}
		
		.news-detail-page .section-title img {
			vertical-align: middle;
		}
	
	.news-detail-page .margin-top {
		margin-top: 20px;
	}

	.news-detail-page .margin-bottom {
		margin-bottom: 20px;
	}

	#content .news-detail-page .news-item {
		margin: 0;
		
		padding: 5px 0;
	}
	
	.news-detail-page .detail_picture {
		float: left;
		margin: 2px 10px 6px 0;
		
		border-left: 5px solid #fff;
	}
	
	.news-detail-page .news-date-time {
		display: block;
		
		color: #D6A673;
		font-weight: bold;
	}
	
		.news-detail-page .sticky .news-date-time {
			color: #AA4718;
		}

	.news-detail-page .news-title {
		display: block;
		margin-bottom: 5px;
		
		font-weight: bold;
	}
	
		.news-detail-page .news-title, .news-detail-page .news-title a {
			color: #000;
		}
		
	.news-detail-page .back-link {
		border: 1px solid #707070;
		background: #F0F0F0;
		
		color: #A94415;
		font-weight: bold;
	}
	
	.news-detail-page .hr {
		margin-right: 0;
		margin-left: 0;
		padding: 0;
	}

	
	
	