/*前端：cng*/
/*日期：2019/3/5*/
/*邮箱：cng458@foxmail.com*/
/*描述：门店列表css文件*/
a:hover {
    text-decoration: blink;
}

.shop-content {
    margin-bottom: 60px;
}

.shop-content img {
    width: 100%;
    margin-bottom: 30px;
}

.shop-content .shop-info-box {
    padding: 40px 0 110px 0;
}

.shop-content .shop-info-box .shop-title {
    margin-bottom: 20px;
    color: black;
    font-size: 20px;
}

.shop-content .shop-info-box p {
    margin: 5px 0 0;
    font-size: 16px;
    color: #444444;
}

.shop-content .shop-info-box .right {
    width: 180px;
}

.shop-content .shop-info-box .left p {
    font-size: 12px;
    margin: 0 0 5px 0;
}

.shop-content .shop-info-box .right p {
    font-size: 12px;
    margin: 0 0 5px 0;
}

.shop-content .shop-info-box .right img {
    width: 150px;
}

.shop-content .shop-info-box .left, .shop-content .shop-info-box .right {
    border-top: 1px solid #cccccc;
    padding-top: 20px;
    width: 46%;
}

.shop-content .shop-list {
    margin: auto;
    display: table;
    padding: 30px 0 10px;
}

.shop-content .shop-list .shop-name-item {
    margin: 0 20px;
    font-size: 14px;
    color: black;
    font-weight: bold;
}

.shop-content .shop-list .shop-name-item.act, .shop-content .shop-list .shop-name-item:hover {
    border-bottom: 2px solid black;
}