

/* Start:/local/components/myproject/news.detail/templates/.default/style.css?1772808611760*/
.detail-news-page {
    padding-top:15px;
}
.detail-news-page .news-picture {
    float:left;
	margin:0 15px 15px 0;
	width:30%;
	min-width:300px;
}
.detail-news-page .news-picture img {
    width:100%;
	height:auto;
}
.detail-news-page .news-date {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    text-align: left;
	margin-bottom:15px;
}

@media (max-width: 580px){
    .detail-news-page .news-picture {
		float:none;
		margin:0 auto 15px;
		width:100%;
		min-width:300px;
	}
	.detail-news-page .news-picture img {
		width:100%;
		height:auto;
	}
}

/* End */
/* /local/components/myproject/news.detail/templates/.default/style.css?1772808611760 */
