*{
  box-sizing:border-box!important;
  font-family:"Arial";
  word-break:break-word;
}
.e_FlowCommonStyleBox-001 .stylebox_top{
  background-color:#f2f2f2
}
.e_FlowCommonStyleBox-001 .stylebox_title{
  background-color: rgba(114, 191, 68, 1);;
}
.e_FlowCommonStyleBox-001 .stylebox_top_line{
  display:none
}

.e_FlowCommonStyleBox-001 .stylebox_content{
  border:none;
}
.e_FlowCommonStyleBox-001 .stylebox_bottom_line{
  display:none;
}
.w_sfbox-002 > .w_sfbox > .p_fbox > div > .p_bgBox{
  background-size: cover;
}
.p_PromptNoneData .prompt_title .first,
.p_nextBox a:hover{
 color:#4b62a8!important
}
.p_page{
	float:right;
}
.p_OccupyBox:after{
	content:'';
   display:block;
   clear:both;
}
.p_pagebox .next,
.p_pagebox .pre,
.p_page .next:hover,
.p_page .pre:hover,
.p_page .pageNum:hover,
.p_page .pageNum.active{
background: linear-gradient(0deg,#e2f4fc,#39b5ed);
 color:#0068cc !important;
  border-color:#34a7db !important;
}
.p_page .font .iconfont{
	display:none;
}
.p_page .pre .i_pre,
.p_page .next .i_next{
	display:block;
}
.p_page .pre,
.p_page .next,
.p_page .pageNum{
	    padding: 0 5px;
    border-radius: 0;
   height:22px;
  	color:#0068cc !important;
   line-height:20px;
   border:1px solid #34a7db !important;
   background: linear-gradient(0deg,#e2f4fc,#39b5ed);
}
.p_page .pre .font{
	color:#0068cc !important;
}

  .p_pagebox .js_pageBtnDisable, .p_pagebox .js_pageBtnDisable:hover, .p_pagebox .js_pageBtnDisable:active{
    background: #f5f5f5!important;
    border-color: #d9d9d9!important;
    color: #bfbfbf!important;
    cursor: default;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal !important;
}
h6 span{
	text-transform:uppercase;
}
.z_flex{
	display: flex;
}
.z_f_cen{
	justify-content: center;
}

@media(max-width:768px){
  h1 span{
	font-size:30px !important  
  }
  h2 span{
	font-size:22px !important;  
  }
  h3 span,h4 span{
	font-size:16px !important;  
  }
  h5 span{
	font-size: 14px !important;
  }
  h6 span{
	font-size: 12px !important; 
     	line-height:2.2 !important;
  }
}
/*内页分类始*/
.p_problemCategory{
	display:none;
}
.z_PageTit{
	background:#0145a6;
 
   text-align:Center;
}
.z_PageTit h3{
	font-size:20px;
   color:#fff;
    line-height:42px;
}
.z_PageNav{
	border:1px solid #dadada;
   border-top-width:0px;
   padding:12px;
}
.z_PageNav a{
	display:block;
   width:260px;
   height:40px;
   color:#333;
   font-size:16px;
   border:1px solid #dadada;
   line-height:40px;
   text-align:center;
   width:100%;
   margin-bottom:4px;
}
.z_PageNav a:hover{
	background:#0145a6;
   border:1px solid #0145a6;
   color:#fff;
}
@media only screen and (max-width:768px){
	.p_problemCategory{
	display:block;
  }
  .z_Nav{
   display:none;
  }
  .btn-primary{
border-radius: 0px;
    width: 100%;
background-color: #0181da;
    background-image: linear-gradient(180deg,#0070d6,#003a9e);
    border-color: rgba(1, 69, 166, 1) !important;
    line-height: 32px;
    margin-bottom: 18px;
  }
  .p_problemCategory .p_image{
  	display:none !important;
  }
  .p_categoryBox .p_linkBox.click{
  	background:#dadada !important;
   color:#0145a6 !important;
  }
  .p_categoryBox .p_linkBox.click .color_assist, .p_categoryBox .p_linkBox.click a{
  	 color:#0145a6 !important;
  }
}	
/*内页分类末*/