
.nbg{
	padding: 30px 0px;
}


.wrap {
  width: 1050px;
  margin: 0 auto;
}

.nsubhead{
		text-align: center;
		font-size: 1.7em;
		color: #000;
		margin-bottom: 20px;
		font-weight: bold;
}


.nline{
	border-bottom: 1px solid #CCC;
	font-size: 1px;
	line-height: 1px;
	margin: 20px 0px;
}


.nleft{
	float: left;
	width: 110px;
	color: #555;
	font-size: 0.9em;
}
.ncenter{
	float: left;
	width: 190px;
	font-size: 0.9em;
}
.ncenter p{
	color: #FFF;
	background-color: #0066E3;
	padding: 3px 20px;
	border-radius: 15px;
	font-size: 0.8em;
	text-align: center;
}

.nright{
	float: right;
	width: 730px;
	font-size: 0.85em;
}

.nreset
	{
		display: none;
	}

	.newsscroll {
		width:1050px; 
		height:270px; 
		overflow-y: scroll;
scrollbar-width: auto !important;
}



@media screen and (max-width: 767px) {
	
.wrap
{
width:inherit; 
overflow:hidden;
margin:0px;
padding:0px 15px;
}
	

.nbg
{
	background-color:#FFF; 
	padding:20px 0px;
}	
	
.nsubhead{
		text-align: center;
		font-size: 1.4em;
		color: #000;
		margin-bottom: 10px;
}
	
.nline{
	border-bottom: 1px solid #CCC;
	font-size: 1px;
	line-height: 1px;
	margin: 10px 0px;
}

.nleft{
	float: left;
	width: 90px;
	color: #555;
	font-size: 0.8em;
}
.ncenter{
	float: left;
	width: 180px;
	font-size: 0.8em;
}
.nreset
	{
		clear: both;
	}
	
.ncenter p{
	color: #FFF;
	background-color: #0066E3;
	padding: 3px 10px;
	border-radius: 15px;
	font-size: 0.8em;
	text-align: center;
}

.nright{
	float: none;
	width: 100%;
	clear: both;
	padding-top: 5px;
}


.newsscroll {width:100%; height:250px; overflow-y: scroll;}

	
}