.newstitle{
	text-align:center;
	margin-top:30px;
	border-bottom:1px solid;
}
.ArticlesList_container{
	margin-top:20px;
	padding:5px;
	font-size:14px;
}
.ArticlesList_container a{
	color:inherit
}
.ArticlesList_one{
	border-bottom:1px solid darkgrey;
	padding:5px;
}
.ArticlesList_one_unit{
	display:inline-block;
	vertical-align: middle
	
}
.ArticlesList_one_img{
	width:118px;
	border:1px solid;
	height:66px;
	overflow:hidden
}
.ArticlesList_one_img img{
	width:100%;
	vertical-align: middle;
	position:relative;
}
.ArticlesList_one_datas{	
	width:210px;
	margin-left:5px;
	position:relative;
	height:66px;
}
.ArticlesList_one_date{
	color:grey;
	font-family: montserrat;
	font-size:11px;
}
.ArticlesList_one_titre{
	font-family: oswald;	
	font-size:18px;
	line-height:18px;
}
.ArticlesList_one_coms{
	font-family: rajdhani;
	font-size:12px;
	!margin-top:4px;
	color:grey;
	position:absolute;
	bottom:-3px;
}
.ArticlesList-loadmore{	
	width:fit-content;
	margin:auto;
	margin-top:30px;
	font-family: montserrat;
	font-size:12px;
	cursor:pointer;
	background:green;
	text-align: center;
	padding:10px 20px;
	border-radius:20px;
	color:white;
}