*{
margin:0;
padding:0;
}
.news1{
  margin: 0.5rem;
  margin-top:7rem;
  margin-bottom:7rem;
}

.news1 .news1_title{
	
text-align: center;
	margin-top: 1rem;
	
}
.news1 .news1_title span{
	font-size: 16px;
	background-color: #ececec;
	padding: 1rem;
	-moz-box-shadow:2px 2px 5px #999; 
	-webkit-box-shadow:2px 2px 5px #999; 
	box-shadow:2px 2px 5px #999;
	letter-spacing: 3px;
}
.news1 .line{
	margin:30px 0px 0px;
}

.news1_p{
	font-size: 15px;
	color: #61a9e7;
	letter-spacing: 3px;
	margin-top: 2rem;
}
.img img{
	width: 100%;
}