/*
主题名称:中联重科商城首页新增资讯样式表
描述: PC端
作者: 石燕兵
*/
.newsbox{
	width:100%;
	}
.newsbigDIV{
	width:1200px;
	border-top:2px solid #aace3a;
	margin:0 auto;
	padding:20px 0 0 0;
	}
.newsDIV{
	width:570px;
	display:inline-block;
	color:#333;
	padding-bottom:20px;
	}
.newsDIV h1{
	width:100%;
	display:inline-block;
	font-size:22px;
	font-weight:normal;
	background:url(../images/index/jia.png) no-repeat 100px 10px;
	padding-bottom:15px;
	}
.newsDIV ul{
	width:100%;
	display:inline-block;
	}
.newsDIV ul li{
	width:100%;
	background:url(../images/index/lidian.png) no-repeat 0 center;
	position:relative;
	padding:3px 0;
	}
.newsDIV ul li span{
	display:inline-block;
	font-size:14px;
	}
.newsDIV ul li span.text{
	padding-left:15px;
	/*width:350px;*/
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	}
.newsDIV ul li span.time{
	position:absolute;
	right:0;
	}
.newsDIV ul li a{
	color:#333;
	font-size:14px;
	}
.newsDIV ul li a:hover{
	color:#759a02;
	}
.newsleft{
	float:left;
	}
.newsright{
	float:right;
	}
.footerBox{
	display:inline-block;
	width:100%;
	}
.newmore{
	width:100px;
	height:20px;
	display:inline-block;
	}
	
.contents {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
}
.newsDIVlist{
	width:100%;
	padding-top:15px;
	border-top:1px solid #e0e0e0;
	margin-top:15px;
	}