/*------news wiget-----*/

#newswiget{
	margin-left: 40px;
	margin-right:40px;
}
#newswiget .content{
    margin-bottom:0px;
    overflow: hidden;
}
#newswiget .article {
	padding:2px;
	padding-left:0px;
	padding-bottom:18px;
	margin:10px 0px;
	background:url("../images/design/nw_separater.png") repeat-x bottom;
}
#newswiget .article .img {
    float:left;
    overflow:hidden;
	width:84px;
    margin-right:16px;
	text-align:center;
}
#newswiget .article .img img{
    padding-bottom:-3px;
}
#newswiget .article .date {
    color: #004174;
	font-weight:bold;
	margin-bottom:5px;
}
#newswiget .article .desc{ 
}
#newswiget .article.noimg .desc{
margin:0px;
}
#newswiget .article .content{
	padding:0px;
}
#newswiget .more{
	margin-top:10px;
}
#newswiget .alllink{
	text-align:right;
}