.news-blocks .list{
	position:relative;
	overflow: hidden;
}
.news-blocks .list::before, 
.news-blocks .list::after{
	content:'';
	display:block;
	background:white;
	position:absolute;
	z-index:5;
}


.main-tab .nav-pills .nav-item .nav-link.active, .nav-tabs .nav-item.show .nav-link .main-tab-block{
	
    background: transparent !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 20px !important;
    color: #FFFFFF !important;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%) !important;
}

.news-title{
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	padding-left: 146px !important;
	line-height: 35px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.news-blocks .list::before{
	width:3px;
	height:100%;
	right:-1px;
}
.news-blocks .list::after{
	height:3px;
	width:100%;
	bottom:-1px;
}
.news-blocks .list .item{
	color:black;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}
/*
.news-blocks .pre-arrow{
	margin-top: 40px;
}
.news-blocks .detail-arrow{
	position: absolute;
	right: 15px;
	bottom: 10px;
}*/

.aaa {
	position: inherit !important;
}

.newsa_news{
	font-family: 'Lora' !important;
	font-size: 18px !important;
	line-height: 22px !important;
	text-shadow: 0px 1px 1px rgb(0 0 0 / 20%);
}

.title_news_text{
	display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

@media screen and (min-width: 768px){
	.aaa{
		position: absolute !important;
	}
}

.btn-gray_news{
	background-color: #b4b4b4;
    border-color: #262627 !important;
	color: black;
}
.btn-gray_news:hover{
    background-color: #222222;
    border-color: #262627 !important;
    color: #fff7f7;
}
.text_abb{
	display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}
.h_press{
	height: 460px;
}

