div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
	
}

div.news-detail div {
	width: 100% !important;
}
.news-date-time
{
	color:#486DAA;
}

.news-detail > div {
	margin-left: 5px !important;
}

@media (max-width: 481px) {
   .news-detail .detail-mobail{
	   display: flex;
	   flex-direction: column;
   }
   
   .news-detail .detail-mobile{
	   display: flex;
	   flex-direction: column;
   }
   
  .news-detail .detail-mobail .img-detail {
	order: 2;
  }
  
  .news-detail .detail-mobile h2 {
	order: 1;
  }

  div.news-detail div img {
	width: 100% !important;
	float: none !important;
	margin: 0 0 10px 0 !important;

  }

  .news-detail > div {
	  margin-left: 0 !important;
  }

}
   

