.news_loading_body {
 	width: 150px;
 	height: 150px;
 	position: fixed;
 	top: calc(30%); 
	left: 50%;
 	display: none;
 }
 
 .news_loading_body img{
	 width: 100%;
	 height: 100%;
 }