div.news-detail-half
{
	word-wrap: break-word;
	padding-left: 3%;
	padding-right: 3%;
	padding-top:10px;
	padding-bottom: 15px;
	display: flex;
}
div.news-detail img.detail_picture
{
	margin:0 8px 6px 1px;

}
.news-date-time
{
	color:#486DAA;
}
.news-detail-half .detail-picture{
	width: calc(55.6785% - ( 0.75321463897132 * 30px ) );
	float: left;
	/*padding-top: 30px;*/
}	
.detail-picture img{
	width:100%;
	height:auto;
}
.news-detail-half .detail-text{
	/*padding-top: 30px;*/
	width: calc(47.6785% - ( 0.75321463897132 * 30px ) );
	display: inline-block;
	padding-left: 30px;
}
.news-detail-half .detail-text h4{
	font-size: 1.41575em;
	color: #000000;
	font-weight: 300;
	margin-top:0;
	margin-bottom:12px;
	line-height:normal;
}	
.detail-text p {
    line-height: 20px;
}
.news-title b{
	font-size: 2.617924em;
	line-height: 1.214;
	text-align: center;
	color: #333333;
	font-weight: 600;
}
.detail-text hr {
    background-color: #ccc;
    border: 0;
    height: 2px;
    margin: 0 0 1.41575em;
}
.news-title{
	text-align: center;
}