/*新闻中心 B*/
.news-center{
	border-bottom: 1px dashed #d9d9d9;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.news-center .n-left img{
	width: 240px;
	height: 136px;
}
.news-center .n-right{
	width: 640px;

}
.news-center .n-right .news-text{
	width: 540px;
}
.n-right .news-text h2{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin-bottom: 6px;
}
.n-right .news-text p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.n-right .news-text .chakan{
	display: block;
	width: 100px;
	height: 34px;
	background: #e0e0e0;
	font-size: 14px;
	color: #333;
	line-height: 34px;
	text-align: center;
	margin-top: 18px;
}
.n-right .news-text .chakan:hover{
	color:#fff;
	background: #ce0000;
}
.n-right .time{
	text-align: center;
}
.n-right .time h3{
	font-size: 32px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
}
.n-right .time span{
	font-size: 18px;
	color: #666;
	line-height: 30px;
}
.news-next{
	display: block;
	height: 50px;
	background: #999;
	background-image: url(../imgs/wwimg09.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.news-next:hover{
	display: block;
	height: 50px;
	background: #808080;
	background-image: url(../imgs/wwimg09.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.xiangqing-center{
	padding-bottom: 30px;
}
.xiangqing-center h4{
	font-size: 22px;
	text-align: center;
	color: #333;
}
.xiangqing-center .xq-title span{
	text-align: center;
	font-size: 14px;
	line-height: 50px;
	color: #999;
	display: block;
	margin: 0 auto;
	border-bottom: 1px solid #d9d9d9;
}
.xiangqing-center .xq-title{
	margin-top: 30px;
	margin-bottom:20px;
}

.fanhui{
	display: block;
	width: 90px;
	height: 34px;
	background: red;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 34px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.next-news{
	font-size: 16px;
	line-height: 30px;
}
.next-news a{
	color: #566B96;
}
.next-news a:hover{
	text-decoration: underline;
}
/*新闻中心 E*/