/***For features news list ***/
.roundCound{
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    text-align:center;
    font-size: 15px;
    background-repeat:no-repeat;
    background-position: center center;
    padding: 0 7px;
    line-height: 24px;
    height: 24px;
    width: 22px;
}
.roundCound.digi1{
    background-image: url(../images/roundCoundD1.png);
}
.roundCound.digi2{
    background-image: url(../images/roundCoundD2.png);
}
.featuresNewsSection .featuresNews{
	float: left;
	width: 317px;
	margin-right: 25px;
	margin-bottom: 25px;
	border-top: 2px solid #E6E6E6;
	padding-top: 15px;
}
.featuresNewsSection .featuresNews.endLine{
	margin-right: 0;
}
.featuresNewsSection .featuresNews.noTopBoder{
	border-top: none;
	padding-top: 0;
}
.featuresNewsSection .newsImgWrap{
	position: relative;
}
.featuresNewsSection .featuresNewsTitle{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	background-image: url(../images/bg_trans_70.png);
	font-size: 22px;
	color: #FFFFFF;
	padding: 9px;
	display: block;
	font-weight: 300;
}
.featuresNewsSection .roundCound {
    color: #ffffff;
    position: absolute;
    top: 8px;
    right: 8px;
}
.featuresNewsSection .featuresNewsTitleLink{
	position: absolute;
	z-index: 20;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
}
.featuresNewsList{
	margin: 0;
	padding: 0;
}
.featuresNewsList > li{
	padding: 12px 10px;
	border-bottom: 1px dotted #CCCCCC;
	list-style: none;
}
.featuresNewsList > li:last-child{
	border-bottom: none;
}
.featuresNewsList > li a
{
    text-decoration: none;
    color: #4C4C4C;
}
.featuresNewsList > li a:hover {
    color: #FD8624;
}
.featuresNewsList > li .time{
	color: #999999;
	font-size: 14px;
	display: block;
	padding-top: 6px;
}
.featuresNews .more{
	display: block;
	margin-top: 15px;
	float: right;
	clear: both;
}

.featuresNewsSection a:hover .featuresNewsTitle{
	color: #FD8624;
}
