@import "public.css";
/*main*/
.main{
	width:100%;
//	height: 1437px;
}
.navbar{
	width: 100%;
	height: 400px;
	position: relative;
    background: url("../images/n-img/news-bg.png") no-repeat;
    background-position: center;
    background-size:auto 100%;
}
.bg-pic{
	z-index: -10;
	float: left;
}
.nav-title{
	width: 248px;
	height: 114px;
	margin-left: 800px;
	margin-top: 164px;
	position: absolute;
}
.news-information{
	width:100%;
//	height: 1037px;
	padding-top: 90px;
	color: #939393;
	position: relative;
	
}

.ni-container{
	width:1150px;
//	height: 937px;
	margin:0 auto;
}
.n-title{
	width:1150px;
	line-height: 16px;
	position: relative;
	height: 20px;
	margin-bottom: 70px;
}
.n-title span{
	float:left;
	
}
.n-title span:nth-child(1){
	font-size: 18px;
	color: #494949;
	margin-right: 10px;
}
.n-title span:nth-child(2){
	line-height: 24px;
}
.n-title span:nth-child(4){
	width:740px;
	height: 1px;
	border-top:1px dashed #ccc;
	position: absolute;
	top:13px;
	left: 250px;
}
.n-title span:nth-child(3){
	float: right;
	line-height: 24px;

}
.news-container{
	color: #2a2a2a;
}
.news-container li{
	width:1150px;
	height: 172px;
	margin-bottom: 40px;
	line-height: 2;
	position: relative;
}
.news-container img{
	width:234px;
	height: 140px;
	float: left;
	margin-right: 54px;
}
.news-container li strong{
	line-height: 3.5;
}
.news-container li p{
	text-indent: 40px;
	font-size: 14px;
}
.news-container li span{
	position: absolute;
	display: inline-block;
	right: 0;
}
