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

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


a:hover,a:active,a:focus{text-decoration: none;}

/*小屏开始*/
@media only screen and (max-width: 768px) {
#w_grid-1601003997204 {
    margin-top: 30px;
}
  #c_portalResPublic_codeContainer-16009528482103814 {
    margin-bottom: 230px;
}
  #w_common_text-1600994777936 p span{    font-size: 28px;}
  #w_common_text-1600994987727 p span{    font-size: 22px;}
  #w_grid-1600995041026{margin-top:20px;margin-bottom:20px;}
#w_common_text-1600996597439 p span{    font-size: 28px;} 
#w_common_text-1601000238738 p span{    font-size: 28px;} 
}


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

}
 /*大屏结束*/ 


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

  #c_portalResPublic_codeContainer-16009528482103814 {
    margin-bottom: 190px;
}
  
}
/*中屏结束*/



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

