.newsbox{
	background: #00bdb4;
}

.newsheader{
	font-size: 1.6em;
	line-height: 1.8em;
	font-weight: 500;
	color: #fff45c;
	padding:20px 30px;
	text-align: justify;
}

.nlbt{
	font-size: 1.2em;
	color: #ffffff;
	line-height: 1.8em;
}

.newslistbox{
	border-bottom: dashed 1px #008599;
	margin-bottom: 8px;
}

.xnlb{
	font-size:1.4em;
	font-weight: bold;
	padding-left:20px;
}

.qcode{
	padding:20px;
}

@media(max-width: 767px){
	.newslistbox{
		padding-left: 0;
	}	
	.newsheader{
		font-size: 1.4em;
		padding:10px 10px;
	}
	.nlbt{
		padding:0;
	}
}

