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

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


/*小屏开始*/
@media only screen and (max-width: 768px) {

  .c_portalResProduct_list-01001005 .proLi {
    padding: 10px;
    width: 45%;
    float: left;

}
  
  #c_portalResProduct_list-1589959791087 .proImgBox {
    position: relative;
    width: 100%;
    height: 110px;
}
  .c_portalResProduct_list-01001005 .proTitle-mo {
    margin-bottom: 10px;
    font-size: 16px;
}
  .c_portalResProduct_list-01001005 .txtBox-mo {
    padding: 0;
}
  
  .c_portalResProduct_list-01001005 .proImgBox {
    height: 90px;
    border-radius: 5px;
}
  
  .lantern {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
  
  .c_portalResProduct_list-01001001 .p_title {
    color: #fff;
    font-size: 15px;}
  
  
}

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

