div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.notebook-autor-keywords {
	display: none;
}

#asd_subscribe_form input[name=asd_email]{
    float: left;
    padding: 24px;
    margin-bottom: 20px;
    margin-right: 20px;
	width:50%;
}

#asd_subscribe_form input[name=asd_submit]{
    margin-top: 10px;
}


@media screen and (max-width: 1025px) {
	.notebook-autor-keywords {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.detail-news .left-content .notebook-autor-keywords .grid-item {
		width: 49%;
	}
}