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

#newswiget_hor {
	overflow: hidden;
	max-width:1280px; margin: 0 auto; padding-top: 0px;
  vertical-align: top;
	position: relative;
}
#newswiget_hor .name {
	margin-bottom: 2px;
	color: #7b4320;
    font-size: 20px;
    font-family: 'Cuprum', sans-serif;
}
#newswiget_hor_body {
	height: 260px;
    position: relative;
}
#newswiget_hor .content{
	overflow: hidden;
    margin-bottom:0px;
}
#newswiget_hor .article {
	display: block;
    width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:0px 10px 34px 0px;
	margin:0px 0px 34px 0px;
	border-bottom: 1px solid #bfbdaf;
}
#newswiget_hor .article .img {
	float:left;
	overflow:hidden;
	width:143px; height:143px;
	margin-right:27px;
	text-align:center;
	position: relative;
}
#newswiget_hor .article .img img {
	border: 1px solid #b3b3b3;
}
#newswiget_hor .article .img .nw_r {
	width: 250px; height: 250px;
	position: absolute; left: 0px; top: 0px;
}

#newswiget_hor .article .date {
	margin-bottom:5px;
	color: #817c6c; font-size: 16px;
}
#newswiget_hor .article .desc {
	text-align: justify;
}
#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;
}

#newswiget_hor .item {
  padding: 0;
}










