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;
}

.subscribe-link{
	display: flex;
	margin-left: 35px;
	margin-bottom: 30px;
}
.subscribe-link .item-link:first-child{
	max-width: 100px;
	margin-right: 10px;
}
.subscribe-link .item-link{
	flex: 1 0 50%;
}
.subscribe-link .item-link{
	color: #ff7840;
	font-weight: bold;
}
.subscribe-link .item-link:hover{
	text-decoration: underline;
}

@media screen and (max-width: 800px){
	.detail-news  .article .article-main-photo .title-wrap{
		position: static;
	}
	.detail-news .article .article-main-photo .title-wrap .title{
		width: 100%;
		border-radius: 0;
	}
}

@media screen and (max-width: 641px){
	.detail-news .article .article-main-photo .title-wrap .title{
		font-size: 14px;
		line-height: 25px;
	}
}

