*{
	margin:0;
	padding:0;
}
body{	
	font-family: "微软雅黑";
}
i{
	font-style: normal;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.dContainer{
	background:#ddeefb;
}
.dContainer{
	width:100%;
	margin:0 auto;
}
.detailContent{
	width:1000px;
	margin:0 auto;
	position: relative;
	z-index:9999;
}
.detailContent .dTitle{
	padding-top:120px;
}
.detailContent .newList{
	margin-top:43px;
}
.detailContent .newList ul li{
	margin-bottom: 40px;
	color:#5c7487;
}
.detailContent .newList ul li h3:after{
	content:"";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.detailContent .newList ul li h3{
	font-weight: normal;
	margin-bottom: 15px;
}
.detailContent .newList ul li h3 a{
	font-size: 24px;
	float:left;	
	color:#5c7487;
}
.detailContent .newList ul li h3 i{
	font-size: 14px;
	float:right;
}
.detailContent .newList ul li p{
	font-size: 14px;
	line-height: 30px;
	height:60px;
	overflow: hidden;
}
.newBg,.newBg>img{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.newBg img{
	margin-top:0px;
	position: relative;
	z-index:10;
}
.detailContent .dPage{
	width:100%;
	padding-left:4px;
}
.detailContent .dPage ul
{
    float:right;
    height:33px;
	background:#525b60;
	border:1px solid #353a3e;
}
.detailContent .dPage ul li{
	float:left;
	text-align:center;
	color:#fff;
	font-size:14px;
	border-right:1px solid #353a3e;
    padding: 4px 10px;
    height: 31px;
}
.detailContent .dPage ul li a{
	color:#fff;
}

.detailContent .dPage ul li.trend{
	/*width:60px;*/
}
.detailContent .dPage ul li.nextPage{
	border:none;
}
.curPage{
	background:#f3af1c;
}
