nav{
	background-color: white;
	position: fixed;
	top: 1.76rem;
	height: 1.76rem;
	line-height: 1.76rem;
	text-align: center;
	border-bottom: 1px solid #ccc;
	z-index: 100;
}
nav a{
	display: block;
	float: left;
	width: 25%;
	font-size: 0.56rem;
}
nav a.cur_nav{
	color:#3598dc;
}


.newsWrap{
	margin-top: 3.54rem;
	padding: 0.8rem 0.4rem;
}
.newsWrap ul{
	border: 1px solid #ccc;
	margin-bottom: 0.8rem;
	overflow: hidden;
}
.newsWrap ul li{
	float: left;
}
.dateBox{
	width: 20%;/*160/50*/
	height: 3.2rem;
	overflow: hidden;
}
.dateBox h1{
	font-size: 1.4rem;/*70/50*/
	text-align: center;
	line-height: 1.6;
	color: #646464;
	font-weight: bold;
}
.dateBox p{
	font-size: 0.48rem;/*24/50*/
	text-align: center;
	color:#909090;
}
.contentBox{
	width: 80%;
	box-sizing: border-box;
	padding: 0.4rem 0.8rem;
	border-left: 1px solid #ccc;
}
.contentBox h1{
	font-size: 0.56rem;/*28/50*/
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color:#646464;
	padding-bottom: 0.3rem;
}
.contentBox p{
	font-size: 0.48rem;
	color: #909090;
	line-height: 1.5;
	height: 1.44rem;/*72/50*/
	overflow: hidden;
	text-align: justify;
}



/*新闻详情*/
.news_datails{
	margin-top: 1.76rem;
	padding: 0.8rem 0.4rem;
}
.news_datails h1{
	font-size: 0.6rem;
	color: #3598DC;
	text-align: center;
	line-height: 1.5;
}
.news_datails p{
	font-size: 0.5rem;
	color: #333;
	line-height: 2;
	text-indent: 1.12rem;
	margin: 0.4rem 0;
	text-align: justify;
}
.news_datails img{
	width: 100%;
}
.news_datails h3{
	font-size: 0.5rem;
	margin: 0.4rem auto;
	text-align: center;
	color:#909090;
	border: 1px dashed #ccc;
	line-height: 2;
	font-weight: bold;
}
