

#news{width: 80%;margin:auto;}
#news h2{
    margin: 20px 0 10px 5px;
}
#news ul li{
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	margin-bottom: 15px;
}
#news ul li a{
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	float:left;
}
#news ul li a:hover{
	color:#888;
}
#news ul li span{
	font-size: 13px;line-height: 30px;
	float: right;
	color:#888;
}
#news a,#news a:visited{
    transition: color 300ms ease 0s;
    color:#333;
}








/****************详情页***************************/


#news-content{
	width: 80%;margin:auto;
	
}
#news-content h1{
	padding:30px 0;
	text-align: center;
}
#news-content .text{
	padding:5px;
	text-align: left;
	font-size: 15px;
	line-height: 30px;
}