#nt-title-container {
    background: #F2F2F2;
}
#nt-title li {
	font-size: 28px;
	color: #4E4E4E;
	white-space: nowrap;
	list-style: none;
	overflow: hidden;
	text-overflow: ellipsis;
}

#nt-example1 {
	max-width: 320px;
	margin: auto;
        padding-top: 2px;
}
#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: 106px;
	padding: 5px;
	line-height: 18px;*/
	list-style: none;
	font-size: 24px;
	text-align: left;
/*	border-bottom: 1px dotted #2c8162;*/
}
#nt-example1 li:hover {
	background: #FFF;
}
#nt-example1 .wrap-link-image a {
    background:#000;
    display: inline-block;
    height:55px;
}
#nt-example1 .wrap-link-image img:hover{
    display: inline-block;
    opacity:0.7;
}
#partner {
	max-width: 320px;
	margin: auto;
        padding-top: 2px;
        margin-bottom: 10px;
}
#partner li {
	color: #4e4e4e;
/*	background: #F2F2F2;*/
	overflow: hidden;
/*	height: 106px;
	padding: 5px;
	line-height: 18px;*/
	list-style: none;
	font-size: 24px;
	text-align: left;
/*	border-bottom: 1px dotted #2c8162;*/
}
#partner li:hover {
	background: #FFF;
}
#partner .wrap-link-image a {
    background:#000;
    display: inline-block;
    height:55px;
}
#partner .wrap-link-image img:hover{
    display: inline-block;
    opacity:0.7;
}
 
