@charset "UTF-8";
/* CSS Document */

/*公用样式表  头部，底部，分页，字体，字号*/
/*media的判断可以根据需要自定义新增或修改，基础的基本上够用了*/


/*小屏开始*/
@media only screen and (max-width: 768px) {
  .c_portalResBreadcrumb_nav-01001005{
  display:none;
  }
  #w_grid-1577696691734,#w_grid-1594642589959,#w_grid-1594642589959{
   display:none;
  }
  #c_portalResProduct_category-1594642590014 .contentBox{ background: #efefef;    z-index: 999 !important;}
  
  
  #c_portalResnav_main-15819909410583650 .p_btn-show,
  #c_portalResnav_main-15819905424728381 .p_btn-show{
    background: #075ebf;
    float: right;}
 #c_portalResnav_main-15819909410583650 .p_c-fff,
  #c_portalResnav_main-15819905424728381 .p_c-fff{
    margin: 10px 0;
    background: #095dbf;} 
 
  #w_common_text-1562236919034{display:none;}
  #w_common_text-1562236927767{  margin-top: 15px; }
  
  #w_fimg-1593503004722,#w_fimg-1593503004718{ min-height: auto; }
  #w_grid-1578021040503 { width: 100%;    margin-top: 0;}
  
  
  #w_common_text-1566886627777 p span,
  #w_common_text-1572932458254 p span{    font-size: 20px !important; }
  
  #c_portalResNews_list-15935020114612031 .content_box { width: 95%;}
  
  #c_portalResNews_list-15935020114612031 .p_articles { padding-top: 0;}
  
  #w_grid-1572932458235 > div > .p_gridbox { background-size: cover;}
  
#content_box-1568120127647-2{ display:none !important; }
  .c_portalResIntro_detail-01001 .p_header{    display: none;}  
  
  #c_portalResIntro_detail-15946488438268248 .reset_style h2{font-size: 24px;} 
  #w_grid-1594696406020{    margin-top: 10px;}
  
  #content_box-1594696406020-2,#content_box-1594696406020-5{ display:none; } 
  
  #w_grid-1594648777703{margin-bottom: 0;}
  
 .p_breadcrumbList .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px; 
   padding-left:10px;}
  
  .c_portalResProduct_list-01001005 .proLi {
    padding: 10px; width: 98%;}
  
  .c_portalResProduct_list-01001005 .proLink-mo{    
    font-size: 18px; text-align: center;}
  
  
  #w_grid-1577669865397,#w_grid-1594642589939{ min-height: auto;}
  
  #c_portalResProduct_list-15742161984397125 .proList {
 border: 5px #f3f3f3 solid; margin-bottom: 20px;}
  
  #w_grid-1577669151184{margin-bottom: 0;}
  #c_portalResProduct_detail-15946426553174056{    margin-top: 0;}
  
  #w_grid-1594643424094{    margin-bottom: 0;}
  
  .c_portalResNews_list-01001007 .p_images {
    margin: 0;width: 100% !important;}
  
  .c_portalResNews_list-01001007 .p_time{    float: left;}
  
  .c_portalResNews_list-01001007 .p_assist {  margin: 5px;}
  
  .c_portalResNews_list-01001007 .p_TitleBox {
    max-width: 100%;
    padding: 13px 0;}
  
  .c_portalResNews_list-01001007 .p_articles{    padding: 10px 10px;}
  
  #w_common_text-1594694360915,
  .c_portalResNews_detail-01001 .p_dataSource,
  .c_portalResNews_detail-01001 .p_articlesTitle,
  #w_common_text-1574220362917{    display: none;}
  
  #c_portalResNews_category-1571903474501 .backBtn {
 height: 43px; margin-top: 18px;}
  
  .p_PrevAndNext { height: auto !important;}
  
  #c_portalResNews_detail-15719035142813766{    margin-bottom: 20px;}
  
  #w_grid-1594650574065 > div > .p_gridbox {  padding: 0;}
  #w_grid-1594650574053{    margin-bottom: 0;}
  
  #w_fimgbox-1594695245653,#w_fimgbox-1594695461844{    min-height: auto;}
  
  #w_grid-1594649318860 { width: 91%;margin-top: 0;}
  
  .p_borw,.p_boxA,
  #w_common_text-1574219620122,
  #content_box-1594688268195-1{display:none !important;}
  
  .c_portalResEmploy_detail-01001002 .p_content{    margin-bottom: 0;}
  
  .p_details {font-size:16px;line-height:30px;}
  .c_portalResPublic_mapReference-01001 .p_mapContainer {
    width: 100%;height: 250px;}
  
  #w_common_text-1594688268202{margin-top: 0px;}
  #w_grid-1594651644010 { width: 100%;}
  
  
  
  .c_portalResNews_category-01001{
    display:none;
  }
  
  .c_portalResNews_list-01001007 .p_title{
     font-size: 16px;
  }
  .c_portalResNews_list-01001007 .p_assist {
    margin: 0 !important;
}
  
  .c_portalResBreadcrumb_nav-01001005 .p_breadcrumbCurrent{
    display:none;
  }
  .c_portalResNews_detail-01001 img{
    width:100% !important;
  }
  .c_portalResNews_detail-01001 .p_articles {

    text-indent: 0px;
}
  
  
}

 /*大屏开始*/ 
@media only screen and (min-width: 769px){

}
 /*大屏结束*/ 


/*中屏开始*/
@media only screen and (max-width: 1024px) and (min-width: 769px){


}
/*中屏结束*/


 /*小小屏幕 开始*/ 
@media only screen and (max-width: 414px){
 
  
}
 /*小小屏幕 结束*/

