/*.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;
}

.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;
}*/