ul.bmfw_list li {
    width: 30%;
    border: 1px solid #e5e5e5;
    float: left;
    height: 237px;
    margin: 0 15px 20px;
}

.bmfw_list li:nth-child(2),.bmfw_list li:nth-child(5){
    margin: 0 20px;
}
ul.bmfw_list li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    padding: 50px 0;
    transition: all 0.4s linear;
}

ul.bmfw_list li a img {
    margin-bottom: 20px;
}
ul.bmfw_list li a p{
    font-size: 20px;
    color: #38414d;
}

ul.bmfw_list li:hover{
        box-shadow: 5px 5px 10px #999;
}


@media (max-width: 1366px){
.bmfw_list li:nth-child(2), .bmfw_list li:nth-child(5) {
    margin: 0 14px !important;
}
}


@media screen and (max-width: 767px){
   .bmfw_list li:nth-child(2),
   .bmfw_list li:nth-child(5) {
      margin: 0 !important;
   }
    ul.bmfw_list li {
        width: 100%;
        margin: 10px 0 !important;
    }
    .list-fl {
        display: block!important;
        float:none;
        width:100%
     }
}

