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

#newswiget_hor{
	margin-left: 0px;
	margin-right:0px;
    vertical-align: top;
}
#newswiget_hor .content{
    margin-bottom:0px;
    overflow: hidden;
}
#newswiget_hor .article {
    display: block;
    float: left;
    width:32%;
	padding:0px;
	margin:0px;
}
#newswiget_hor .article .img {
    float:left;
    overflow:hidden;
	width:84px;
    margin-right:16px;
	text-align:center;
}
#newswiget_hor .article .img img {
    padding-bottom:-3px;
}
#newswiget_hor .article .date {
    color: #004174;
	font-weight:bold;
	margin-bottom:5px;
}
#newswiget_hor .article .desc{
}
#newswiget_hor .article.noimg .desc{
margin:0px;
}
#newswiget_hor .article .content{
	padding:0px;
}
#newswiget_hor .more{
	margin-top:10px;
}
#newswiget_hor .alllink{
	text-align:right;
}

.nwr {
    display: block;  float: left;
    width:2%;
    height: 141px;
    background: no-repeat center 24px url(../images/design/nwr.png);
}
