.category__side-news-head {
	overflow: hidden;
	margin-bottom: 10px;
}
.category__side-news-head .category__side-news-title{
	width:50%;
	float:left;
}
.category__side-news-head .category__side-news-link,.category__side-news-link-img{
	float:right;
}
.category__side-news-link-text{
	float:left;
	margin-right:10px;
}
.category__side-news{
	margin: 30px auto;
	max-width: 300px; 
}
.category__side-news-title{
	font-weight: bold;
	    font-size: 24px;
}
.category__side-news-body a{
	margin: 10px 0;
    display: block;
    background-color: rgba(240, 240, 240, 0.7);
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    min-height: 40px;
}
.category__side-news-head .category__side-news-link{
	line-height: 30px;
}
.category__side-news-body a:hover, .category__side-news-body a:focus-visible {
    background-color: var(--theme-color-accent);
    color: #fff;
}