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

}
.news-date-time
{
	color:#486DAA;
}
.news-detail-half-right .detail-picture{
	width: calc(47.6785% - ( 0.75321463897132 * 30px ) );
	float: left;
	/*padding-top: 30px;*/
}	
.detail-picture img{
	width:100%;
	height:auto;
}
.news-detail-half-right .detail-text{
	/*padding-top: 30px;*/
	width: calc(55.6785% - ( 0.75321463897132 * 30px ) );
	display: inline-block;
	padding-left: 30px;
}
.news-detail-half-right .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-detail-half-right .news-title {
	width: 100%;
}
.news-detail-half-right .news-title b{
font-size: 1.41575em;
letter-spacing: 0;
border-bottom: 1px solid
rgba(0, 0, 0, 0.05);
padding: 0 0 1em;
margin-bottom: 1em;
font-weight: 300;
	width: 100%;
display: block;
text-align: left;
}
.detail-text hr {
    background-color: #ccc;
    border: 0;
    height: 2px;
    margin: 0 0 1.41575em;
}
.news-title{
	text-align: center;
}