p{
    margin: 0;
}
.intorduce-text-box{
    margin-top: 172px;
}
.intorduce-text-box .main-box{
    position: relative;
}
.intorduce-text-box .title{
    text-align: center;
}

.city-box{
    margin-top: 10px;
}
.city-box .main-box{
    background: #E8F5FF;
    border-radius: 4px;
    padding: 20px 30px;
    font-size: 16px;
    color: #333333;
}
.province-lf-box{
    height: 36px;
    line-height: 36px;
    width: 48px;
}
.province-fr-box{
    width: 1092px;
}
.province-fr-box li{
    float: left;
    padding: 7px 16px;
    border-radius: 4px;
    line-height: 22px;
    cursor: pointer;
}


.city-lf-box{
    height: 36px;
    line-height: 36px;
    width: 48px;
}
.city-fr-box{
    width: 1092px;
}
.city-fr-box li{
    float: left;
    padding: 7px 16px;
    border-radius: 4px;
    line-height: 22px;
    cursor: pointer;
}


.district-lf-box{
    height: 36px;
    line-height: 36px;
    width: 48px;
}
.district-fr-box{
    width: 1092px;
}
.district-fr-box li{
    float: left;
    padding: 7px 16px;
    border-radius: 4px;
    line-height: 22px;
    cursor: pointer;
}
.city-data-box{
    margin: 20px 0;
}



.active-bg{
    background: #3997CB;
    color: #fff;
}





.detail-shopinfo-box{
    margin-top: 26px;
}
.shopInfo-ul-box{

}
.shopInfo-li-box{
    float: left;
    margin-right: 40px;
    width: 578px;
    height: 163px;
    background-color: #FAFAFA;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    margin-bottom: 40px;
    padding: 30px 48px 0 30px;
    text-align: justify;
}
.shopInfo-li-box:nth-child(2n){
    margin-right: 0;
}
.shop-name-box{
    font-size: 18px;
    color: #3997CB;
    line-height: 25px;
}
.shop-address-box{
    width: 502px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-top: 20px;
}
.shop-phone-box{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-top: 10px;
}
.shop-qq-box{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-top: 10px;
}

.search-branch-box{
    position: relative;
    height: 40px;
}

.search-news-box{
    position: absolute;
    right: 0;
    top: 0;
    width: 260px;
    height: 40px;
    border: 1px solid #C0CCDA;
    border-radius: 25px;
}
.search-news-box input{
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    width: 200px;
}
