.ewm{
    padding: 40px 0;
}

.ewm_item{
    width: 250px;
    margin: auto;
    -moz-box-shadow: 0px 0px 5px #888888; /* 老的 Firefox */
    box-shadow: 0px 0px 5px #888888;
    background-color: #fff;
}

.title{
    line-height: 24px;
    padding: 20px 0;
    text-align: center;
    border-bottom:1px dashed #f5f5f5;
    color:#555;
    font-size: 14px;
}

.ewm_img{
    padding: 50px 0;
}
