.pagebanenr{
	width:100%;
	height: 500px;
	background: url(../../images/honor-banner.jpg) no-repeat center;
	position: relative;
	margin-top: 90px;
}
.detailleft{
	width: 850px;
}
.d-title h2{
	font-size: 18px;
	color: #333;
 height:80px;
}
.detail-title{
	line-height: 100px;
	height: 82px;
	    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.d-goback a{
	font-size: 13px;
	display: inline-block;
	width: 81px;
	height: 33px;
	background-color: #188CE9;
	color: #fff;
	line-height: 33px;
	text-align: center;
}

.detailcontent img{
	width: 100% !important;
	height: auto !important;
	margin-bottom: 20px;
}
.detailcontent .detailleft{
	text-align: justify;
	line-height: 26px;
 font-size:14px;
 color:#303030;
}
.detailcontent .detailleft p{
 text-indent:2em;
 margin:0.8em 0;
 line-height:180%;
}
.detailcontent .detailleft p img, .detailcontent .detailleft img{
 width:auto !important;
 max-width:100%;
 height:auto;
}
.detailcontent .detailleft p img{margin-left:-2em;}
.detailcontent .detailleft a{font-weight:bold;color:inherit;font-size:inherit; transition:0s;}
.detailcontent .detailleft a:hover{color:#1050ef;}

.nextpage{
	text-indent: 0px;
	height: 48px;
	background-color: orange;
	line-height: 48px;
}
.nextpage span{
	font-family: simsun;
}
.prev-d{
	width: 50%;
	height: 100%;
	/* background-color: #188CE9; */
	/* text-align: center; */
	background-color: #f2f2f2;
}
.detail-title .d-goback{height:80px;}
.nextpage{
	margin-top: 60px;
}
.nextpage div:hover span{
	color: #fff;
}
.prev-d span{
	margin-right: 10px;
	margin-left: 20px;
}
.next-d{
	width: 50%;
	height: 100%;
	background-color: #f2f2f2;
}
.next-d span{
	margin-left: 15px;
}
.next-d a{
	margin-left: 30px;
}
.r-title h2{
	font-size: 18px;
	display: inline-block;
	line-height: 82px;
	
}
.r-title h2:before{
	content: '';
	display: inline-block;
	width: 4px;
	height: 22px;
	background-color: #188CE9;
	position: relative;
	top: 6px;
	margin-right: 15px;
}
.detailright{
	width: 300px;
}
.r-title{
	height: 82px;
	margin-left: 50px;
}
.r-recommend{
	margin-left: 50px;
}
.r-recommend ul li{
	margin-bottom: 30px;
	width: 238px;
	    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.r-recommend ul li:hover .r-recommend-desc p{
	color: #188CE9;
}
.recommend-img{
	width: 238px;
	height: 141px;
}
.recommend-img img{
	width: 100%;
	height: 138px !important;
}
.r-recommend-desc{
	margin-top: 19px;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	color: #5d5d5d;
	padding-bottom: 26px;
	transition: all .3s;
}