.news_container{
	overflow: hidden;
	
}

.news_box{
	border-bottom: 1px dotted rgb(33, 93, 164);
	margin-top: 	3px;
	padding:			3px;
	cursor: pointer;
}

.news_title{
	text-decoration: underline;
}
.news_desc{
	text-align: justify;	
}
.news_data{
	font-size: 11px;
	font-style: italic;
}

