.mm_body_wrap{
    width: 100%;
    height: auto;
    background: #F7F7F7;
}
.mm_product_wrap{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 60px 0 20px;
}
.mm_product_top{
    width: 770px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.mm_product_title{
    font-size: 23px;
}
.mm_product_text{
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    line-height: 2;
}
.mm_product_list{
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.mm_product_list li{
    width: 350px;
    height: auto;
    background: #fff;
    border-bottom: 5px solid #BA1B23;
    margin-right: 75px;
    margin-bottom: 40px;
}
.mm_product_list li:nth-child(3n){
    margin-right: 0;
}
.mm_product_list li a{
    width: 100%;
    display: block;
}
.mm_product_logo{
    width: 55px;
    height: 55px;
    margin: 55px auto 0;
    background: #BA1B23;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mm_product_logo img{
    width: 45px;
    height: 45px;
}
.mm_list_title{
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 30px;
    color: #373A41;
}
.mm_list_content{
    width: calc(100% - 80px);
    padding: 0 40px;
    font-size: 13px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 10px 0 50px;
    line-height: 1.5;
    
}