.enterprise-service{
    overflow: hidden;
}
.enterprise-service-row{
    margin-bottom: 24px;
    overflow: hidden;
}
.enterprise-service-row-nomargin{
    margin-bottom: 0;    
}
.enterprise-service li{
    float: left;
    width: 282px;
    height: 198px;
    margin-right:24px;
    background-color: #FAFAFA;
}
.enterprise-service li img{
    display: block;
    width: 68px;
    height: 68px;
    margin: 30px auto 18px auto;
}
.enterprise-service li p{
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin-bottom: 10px;
}
.enterprise-service li div{
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}
.enterprise-service li.enterprise-service-nomargin{
    margin-right:0;
}