/**!
 * 列表页
 * date:2022-05-09
 * author: wzhchao;
 */
 .main{
     padding: 6px 30px 0 33px;
     overflow: hidden;
 }
 .com-name{ 
     margin-right: 186px;
 }
 .list-item:last-child{
     border-bottom: 1px dashed #c1c1c1;
 }
 .pager{
     margin-top: 29px;
     margin-bottom: 40px;
 }
 .m-pagination-info{
     margin-right: 10px;
 }
 @media (max-width: 750px){
    .com-name{
        margin-right: 100px;
    }
    
}