.news{
	width: 100%;
	overflow: hidden;
	padding: 10px 0;}

.news ul {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;}
.news ul li {
	width: 100%;
	line-height: 32px;
	height: 32px;
	float: left;
	border-bottom: 1px dotted #ccc;}
.news ul li a {
	float: left;
	color: #000;
	font-size: 14px;
	width: 80%;
	overflow: hidden;
 	text-overflow: ellipsis;
 	white-space: nowrap;
 	padding-left: 8px;
 	background: url(../images/news-li-bg.jpg) no-repeat left center;}
/*.news ul li:hover a {
	color: #8ec6f3;
}*/
.news .n-date {
	float: right;
	color: #000;
	line-height: 32px;
	font-size: 14px;}
@media only screen and (max-width: 640px) {
	.news ul li a {
		width: 70%;}
}












.news-detail{
	width: 100%;
	overflow: hidden;
	padding: 10px 0;}

.news-detail h1 {
	width: 100%;
	overflow: hidden;
	color: #000;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 10px;}
.news-detail p{
	font-size: 14px;
	padding: 5px 0;
	color: #000;
	
	}
.news-detail p img{
	display: block;
	margin: 10px auto 0;
	max-width: 100%;}