body,
html {
    background-color: #f3f5f7;
}

/* 主体左侧 开始 */
/* 头部标题 开始 */
.textBox .titleP {
    margin: 0 20px;
    padding: 13px 30px 18px 15px;
    font-size: 24px;
    line-height: 36px;
    border-bottom: 1px solid #ededed;
}

.textBox .titleTopRun.active {
    width: 905px;
    position: fixed;
    top: 0;
    padding-bottom: 35px;
    background: #fff url(../images/pfdTitle.png) no-repeat center bottom;
}

/* 头部标题 结束 */
.textBox {
    margin-bottom: 30px;
    /* width: 905px; */
    background-color: #fff;
    min-height: 600px;
}

.textBox .infoBox {
    padding: 20px 25px 15px;
}

.padding25 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px;
}

.detailTitle{
	height: 40px;
	line-height: 40px;
	/* margin-top: 20px; */
	border-bottom: 1px solid #ededed;
}
.detailTitle span{
    width: 155px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	/* border-bottom: 1px solid #8c8c8c; */
	background: url(../../policyFile/images/detailTitleBG.png) no-repeat left center;
	color: white;
	box-sizing: border-box;
	padding-left: 14px;
}
.pfDatailsTxt {
    line-height: 36px;
    padding: 20px 0;
}

.pfDatailsTxt span,
.pfDatailsTxt p {
    text-wrap: wrap !important;
}

.pfDatailsTxt img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.downLoad{
	display: inline-block;
	color: #2597e7;
	font-size: 16px;
	line-height: 30px;
	padding-right: 20px;
	background: url(../../../public/images/icons/icon_download01.png) no-repeat right center;
}
/* 主体左侧 结束 */