@charset "utf-8";
/* CSS Document */
.news-details-box{
	width:998px;
	background:#fff;
	margin:0 auto;
}
.news-details{
	width:940px;
	height:auto;
	margin:0 auto;
	padding-bottom:60px;
}
.news-details-title{
	width:100%;
	text-align:center;
	font-size:20px;
	color:#666666;
	padding-top:15px;
}
.sub-title{
	width:100%;
	height:32px;
	line-height:32px;
	text-align:center;
	border:dashed 1px #CCCCCC;
	border-right:none;
	border-left:none;
	font-size:13px;
	color:#999999;
	margin-top:30px;	
}
.news-box{
	width:100%;
	height:auto;
	padding:40px 0px 40px 0px;
	border-bottom:dashed 1px #ccc;
}
.news-box-img{
	width:625px;
	height:352px;
	margin:0 auto;
	padding-bottom:20px;
	overflow:hidden;
}
.news-box p{
	font-size:16px;
	color:#666;
	text-align:left;
	line-height:30px;
	text-indent:2em;
	margin-top:10px;
}
.news-box p.bold-p{
	font-weight:bold;
}
.pre-passage{
	text-align:left;
	margin-top:40px;
}
.next-passage{
	text-align:left;
	margin-top:10px;
}
.pre-passage a,.next-passage a{
	font-size:14px;
}
.pre-a1,.next-a1{
	color:#666666;
	text-decoration:underline;
	margin-right:20px;
}
.pre-a2{
	color:#A09F9F;
}
.next-a2{
	color:#666666;
	text-decoration:underline;
}
.back-news{
	margin-top:30px;
}
.back-news a{
	width:200px;
	height:33px;
	display:inline-block;
	background:url(../images/back-news.png) no-repeat;
	line-height:33px;
	text-align:center;
	color:#fff;
	font-size:16px;
}
/*************news-img样式**********************/
.slideBox{ width:100%; overflow:hidden; position:relative;  }
.slideBox .hd{ height:8px; overflow:hidden; position:absolute; left:50%; bottom:25px; z-index:1; margin-left:-25px;  }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;    }
.slideBox .hd ul li{ float:left; margin-left:10px;  width:9px; height:8px;  text-align:center;  cursor:pointer;  background:url(../images/news-point.png) no-repeat; position:relative;}
.slideBox .hd ul li:first-child{ margin-left:0px;}
.slideBox .hd ul li.on{  background:url(../images/news-point2.png) no-repeat; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:625px; height:352px; display:block;  }