.all_store{
    width: 1224px;
    margin: 20px auto 60px;
}

.store_title{
    width: 1224px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #FFFFFF;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #343434;
}

.all_store>ul{
    width: 1224px;
    padding: 0 50px;
}

.all_store>ul>li{
    width: 500px;
    height: 160px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px #DEDEDE;
    border-top: 3px solid #F02E2E;
    float: left;
    margin: 60px 124px 40px 0;
}

.all_store>ul>li:nth-child(2n){
    margin-right: 0;
}

.all_store_img{
    width: 91px;
    height: 91px;
    background: url(../images/f005/store.png) no-repeat;
    margin: 35px 0 0 25px;
    float: left;
}

.all_store_box{
    float: left;
    width: 368px;
    height: 160px;
    margin-left: 16px;
}

.all_store_box>h4{
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #121212;
    margin-top: 54px;
}

.all_store_box>p{
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 18px;
}

.all_store_box>a{
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #F02E2E;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    float: right;
    margin: 10px 30px 0 0;
}