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

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


/*小屏开始*/
@media only screen and (max-width: 768px) {
  #w_common_text-1649674941989 span { font-size: 24px; }
  #c_portalResPublic_codeContainer-16496846052452558 .hom_tit h2 { font-size: 26px; }
  #c_portalResPublic_codeContainer-16496846052452558 .hom_tit h4 { font-size: 18px;padding-top: 5px; }
  #c_portalResPublic_codeContainer-16496846052452558 .hom_tit h3 {font-size: 14px;padding-top: 5px;}
  #w_common_text-1649683676911 span { font-size: 24px; }
  .c_portalResNews_list-01001033 .lineBox { margin-bottom: 15px; }
  .c_portalResNews_list-01001033 .TimeBox {margin-bottom: 10px;}
  .c_portalResNews_list-01001033 .newMs { margin: 10px 0px 15px; }
  
  #w_grid-1579138164515 { margin-top: 70px; }
  #w_grid-1606211977630 { display: none; }
  .c_portalResProduct_list-01001024 .line  { display: none; }
  .c_portalResProduct_list-01001024 .proTitle { padding: 0;    font-size: 14px; }
  .c_portalResProduct_list-01001024 .txtBox {     padding: 2px; }
  #c_portalResNews_list-16536520217928141  { display: none; }
  .c_portalResProduct_detail-01001013 .proBtn { padding: 7px 25px; }
  .e_ContentMajorStyleBox-001 .title_main { font-size: 24px; }
  
}

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

