.news-post-title{
	font-size:22px;
	text-transform:capitalize;
	color:#000;
	height:20px;
}
.news-post-title a{
	width:200px;
	float:left;
}
.items-news-post{
	height:180px;
}
.bg-title{
	width:460px;
	height:14px;
	float:left;
	overflow:hidden;
	background:url(../images/stripe.png);
	display:block;
}
.news-post-content{
	width:658px;
	height:467px;
	margin-top:10px;
	overflow:hidden;
	border-bottom:2px solid #F88C00 !important;
	border:1px solid #CCCCCC;
}
.news-post-content ul{
	overflow:hidden;
	padding:20px;
	padding-bottom:inherit !important;
}
.news-post-content ul li{
	width:175px;
	float:left;
	border:1px solid #ececec;
	padding:10px;
	margin-right:12px;
	margin-bottom:20px;
}
.items-number1{
	margin-right:0 !important;
}
.news-post-content img{
	width:170px;
	height:75px;
	border:2px solid #FFF;
	border-radius:5px 5px 5px 5px;
	box-shadow:2px 3px 5px #333;
}
.news-post-content img:hover{
	opacity:0.5;
}
.news-post-content ul li h3{
	text-align:justify;
}
.news-post-content ul li h3 a{
	font-size:14px;
	color:#000;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.author{
	padding-bottom:5px;
}
.news-post-content ul li h3 a:hover{
	color:#017BAF;
}
.news-post-content p{
	margin-top:-5px;
}


