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;
}
.post-head{
	justify-content: start!important;
	gap: 25px;
}
.post-head .post-section {
    padding: 0;
}
figure{
	text-align:center;
}
ul li.ya-share2__item::before{
	content:unset;
}
p{
	text-align: justif!important;
}
.post-footer{
	flex-direction: column;
}
.post-tags{
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    padding-bottom: 20px;
}
.post-tags__item{
	border: 1px solid #D2DBF1;
    border-radius: 3px;
    line-height: 30px;
    padding: 0 15px;
    min-width: 68px;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.post-tags__item>a{
	color: #5E6B87;
}
.post-tags__item:hover{
	background-color: #1C3467;
    border-color: #1C3467;
}
.post-tags__item:hover>a{
	color: #fff;
}