



/* nt-title */

#nt-title-container {
	background: #F2F2F2;
}

#nt-title {
}

#nt-title li {
	font-size: 28px;
	color: #4E4E4E;
	white-space: nowrap;
	list-style: none;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* nt-example1 */

#nt-example1 {
	max-width: 620px;
	margin: auto;
	padding:0;
	
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}

#nt-example1-container {
	text-align: center;
}

#nt-example1-container i {
	font-size: 36px;
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#nt-example1-container i:hover {
	color: #333;
}

#nt-example1 li {
	color: #4e4e4e;
	background: #F2F2F2;
	overflow: hidden;
	height: 263px;
	padding:20px 20px;
	line-height: 30px;
	list-style: none;
	font-size: 14px;
	text-align: left;
	border-bottom:1px solid #e3e3e3;

}

.news-section ul{ min-height:526px;}

#nt-example1 li h4
{
 margin-bottom: 7px;
    margin-top: 5px;
}

#nt-example1 li h5
{
 margin-bottom: 7px;
    margin-top: 0;
}
#nt-example1 li:hover {
	background: #f5f5f5;
}

#nt-example1-prev{ font-size:18px; color:#666; font-weight:normal; cursor:pointer; margin-top:30px;}
#nt-example1-next{ font-size:17px; color:#666; font-weight:normal; cursor:pointer;  margin-top:30px;}

.news-section p{ line-height: 20px;}
