

.pro-list {
    

}

.pro-list .pro-li {
    border: 1px solid #aaa;
    padding: 5px;
    border-radius: 3px;

}
.pro-list .pro-img {
    
        background-color: #eee;
        position: relative;
    overflow: hidden;
width: auto;
    height: 143px;
    /*width: 363px;*/
    /*height: 225px;*/

}
.pro-list .pro-img img{
    display: inline-block;
        min-width: auto;
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    transform: translate(-50%, -50%);
}
.pro-list .pro-title {

  padding-top: 10px;
  padding-bottom: 10px;
    
font-size: 20;
}
.pro-list .pro-link {
}




.mipui-footer {
padding:20px 0;
background-color: #303641;
color: #fff;
}
.mipui-footer a {
color: #fff;
}

.mipui-footer a:hover {
color: #fff;
}

.friend-link {
margin-bottom: 0;   
}
.friend-link ul {
  margin-bottom: 0;
}