@charset "utf-8";
/* CSS Document */

#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;
	overflow: hidden;
	height: 50px;
	padding: 10px;
	line-height: 3rem;
	font-size: 1.4rem;
	text-align: left;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}

#nt-example1 li:hover {
	background: #FFF;
}

.index_news_date{
	float: right;
	font-size:1.2rem;
}