.estate-grogshop-content .estate-grogshop-top {
    padding: 48px 20px 45px 20px;
    display: flex;
    justify-content: space-between;
}

.estate-grogshop-content .estate-grogshop-top .right .left-content .center .txt {
    padding-left: 110px;
    background: url('../img/estate_grogshop/left_logo.png') no-repeat center left;
    display: inline-block;
    background-size: 42%;
    font-size:18px !important;
}

.estate-grogshop-content .estate-grogshop-top .right .right-content .center .txt {
    padding-left: 60px;
    background: url('../img/estate_grogshop/right_logo.png') no-repeat center left;
    display: inline-block;
    font-size:18px !important;
}

.estate-grogshop-content .estate-grogshop-title .main {
    padding: 0 20px;
    display: block;
    height: 200px;
    border-top: 1px solid transparent;
}

.estate-grogshop-content>ul {
    margin-top: -60px;
    padding: 0 20px;
}

.estate-grogshop-content>ul>li {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.estate-grogshop-content > ul > li:last-child{
    margin-bottom:100px;
}



















