.news{
	width: 1170px;
	padding: 60px 0 30px;
	margin: 0 auto;
}


.news .news-items{
	padding: 40px 60px;
	box-shadow:0px 0px 4px rgba(0,0,0,0.3);
	background-color: #fff;
	margin-bottom: 30px;
}

.news .news-items-head{
	padding-bottom: 33px;
	background: url('../img/features_t.png') no-repeat bottom center;
}


.news .news-items-head h3{
	padding-left: 28px;
	background: url('../img/dot-bg.png') no-repeat left center;
}

.news .news-items-head h3 a{
	font-size: 24px;
	color: #222;
	font-weight: normal;
	 white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width: 600px
}

.news .news-items-head h3 a:hover{
	color: #9F1B29;
}

.news .news-items-body{
	padding: 20px 0 7px;
}


.news .news-items-body p{
	font-size: 14px;
	line-height: 28px;
}

.news .news-items-footer{
	padding-bottom: 25px;
	background: url('../img/features_b.png') no-repeat bottom center;
}

.news .news-items-footer span{
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
	color: #999;
}

.bshare-custom{
	display: inline-block;
	*zoom:1;
	*display: inline;
}
 
.share a{
	display: inline-block;
}