#header{
	/* border-bottom:1px solid #ddd; */
}
.pdInfo{
	max-width:1320px;
	margin:0 auto;
	padding:0.3rem 15px 0 15px;
	display:flex;
	justify-content:flex-end;
	margin-bottom:30px;
	
}
.pdInfo .content{
	width:1000px;
	max-width:100%;
}
.pdInfo h1{
	border-bottom:1px solid #999;
	width:100%;
	padding-bottom:30px;
	font-size:24px;
	margin-bottom:20px;
}


.detail{
	max-width:1320px;
	margin:0 auto;
	padding:0 15px;
	display:flex;
	justify-content:flex-end;
}
.detail .content{
	width:1000px;
	max-width:100%;
}
.detail .content img{
	max-width:100% !important;
}


.pdLink{
	max-width:1320px;
	margin:50px auto 30px auto;
	padding:0 10px;
	display:flex;
	justify-content:flex-end;
}
.pdLink .content{
	width:1000px;
	max-width:100%;
	display:flex;
	justify-content:space-between;
}


.pdLink p{
	
}

.pdLink .left,.pdLink .right{
	width:100%;
}
.pdLink .right{
	text-align:right;
}
.pdLink .right p{
	text-align:right;
}
.pdLink .title{
	border-bottom:2px solid #cb252a;
	display:inline-block;
	margin-bottom:10px;
	padding-bottom:5px;
}
.pdLink .prev a:hover,.pdLink .next a:hover{
	background:#cb252a;
	color:#000;
}
.pdLink div a:hover p span{
	background:#cb252a;
	color:#000;
}
.pdLink div a:hover .title{
	border-color:#000;
	background:#cb252a;
	color:#000;
}
.pdLink .center .iconfont{
	font-size:36px;
	position:relative;
	top:5px;
	color:#cb252a;
	cursor:pointer;
}
.pdLink .center .iconfont:hover{
	color:#000;
}

@media screen and (max-width:768px){
	.pdLink .center .iconfont{font-size:22px;}

}	

