
.nspMain { 
	display: inline-table;
	height:258px;
	width:99%;
}

/* Articles layout */
.nspArts { 
	width:52.333%;
	float:left;
	height:193px;
	overflow:hidden;
}

.nspArt { 
	-webkit-box-sizing: border-box; 
	   -moz-box-sizing: border-box;
	        box-sizing: border-box; 
	float:left; 
}
.nspArt div { 
	overflow: hidden; 
}
.nspHeader { 
	font-size: 14px;
	/*margin: 0;
	padding: 10px 0 15px 0;*/
	padding-bottom:5px;
}
.nspHeader a { 
	text-decoration: none;
	 text-transform: none;
}
.nspHeader a:hover { }

.nspImageWrapper {
	display: block;
	float:left;
	margin:6px 10px 0 0;
}
.nspImageWrapper img{
	width:160px;
	height:auto;
	border: none;
	display: block;
}
.nspText { 
	display: block!important;
	margin: 0;
	padding: 0!important;
	text-align:justify;
color:#666;
line-height:1.7;
}
.nspArt p.nspText a { }
.nspArt p.nspText a:hover { }
.nspArt p.nspInfo { 
	display: block!important;
	font-size: 90%; 
}
.nspArt p.nspInfo a { }
.nspArt p.nspInfo a:hover { }
.nspArt .tleft { 
	text-align: left; 
}


/* Links layout */


.nspLinksWrap { 
	width:45.667%;
	float:right;
	margin-left:5px;
}

.nspLinks { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px;
	margin:0;
}
.nspList { 
	float: left; 
}
.nspLinks ul { 
	height:auto;
	list-style-type: none!important; 
	padding: 0!important; 
	margin-bottom:5px;
	padding:0 !important;
	list-style-type:none !important;
	display:inline-table
}

.nspLinks  ul li { 

	/*background: url("/images/icon/blue-bullet.gif") no-repeat scroll 0 14px transparent !important;*/
	background: url('/images/icon-hutech.jpg') no-repeat scroll -994px -102px transparent !important;
    border-bottom: 1px dotted #dedede !important;
    margin: 0 !important;
    padding: 5px 0 6px 14px;
    text-align: justify;
}

.nspLinks ul li a{
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	line-height:1.7;
}
	 
.nspLinks ul li a:hover { }

.more{
	width:100%;
	text-align:right;
	color:red;
	padding-top:5px;
}

.more a{
	color:red;
}

.gkResponsive img.nspImage,
img.nspImage.gkResponsive { 
	height: auto;
	width: 100%!important; 
}
.nspArt img.nspImage { 
	/*max-width: 100%; */
}


