.hidden {
    display: none;
}

.cat-list_main:before {
	display: none;
}
.cat-list__body_main .cat-list__item {
	width: 25%;
	height: 240px;
	margin-right: 0;
	border: 0 !important;
}


@media (max-width: 1199.98px) {
  .cat-list__body_main .cat-list__item {
    width: 33.33%;
  }
	
}

@media (max-width: 767.98px) {
  .cat-list__body_main .cat-list__item {
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  .cat-list__body_main .cat-list__item {
    width: 100%;
    height: auto;
  }
}


.news_img {
	float: left;
    margin-right: 15px;
}
/*.news_item {
	display: flex;
}*/
.news_item .technology__desc-title {
    margin-top: 10px;
	margin-bottom: 10px;	
}
.technology__desc-title a {
	color: #000;
}

.bx-newslist-date {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
	white-space: nowrap;
}
.news_img {
	margin-right: 15px;
}

.grey_line {
	height: 1px;
	background: #CCC;
}

.news__item a {
	color: #FFF;
}