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

/*公用样式表  头部，底部，分页，字体，字号*/
/*media的判断可以根据需要自定义新增或修改，基础的基本上够用了*/
#w_common_text-1656494406122 p { padding: 10px 0;
    border-bottom: 1px solid #ccc; }

/*小屏开始*/
@media only screen and (max-width: 768px) {
 #c_portalResEbizads_banner-16480038505445741 { display: none; }
  #w_common_text-1654665839939 span{font-size: 14px !important;}
  #w_common_text-1564042039209 span{font-size: 14px !important;}
  
  .c_portalResIntro_category-01001005 .moveBtn { background-color: #c01925;
    border: 1px solid #c01925; }
  .e_FlowCommonStyleBox-001 .stylebox_top_line { height: 0px; }
  .c_portalResIntro_category-01001005 .moveBtn { margin: 1em 0; }
  
  .c_portalResNews_list-01001035 .content { padding: 20px; }
  .c_portalResNews_list-01001035 .newTitle{margin: 0;}.c_portalResNews_list-01001035 .newMs {
    margin: 0.5rem 0;
}
  .c_portalResNews_detail-01001 .p_articles img { width: 100%;
    height: auto; }
  
  
  
  #c_portalResnav_main-16006763123689520 .header2 .sub-menu .sec-list a { color: #fff; }
  #w_grid-1628149597934 { margin-top: 10px; }
  
  
}

 /*大屏开始*/ 
@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){
 
  
}
 /*小小屏幕 结束*/

