#content {margin: 30px 0;border:1px solid #CCC;padding:2em 1em; line-height: 1.5em}
#content h2 {border-left:5px solid #FF32FF;background:#e9ecef;padding:10px;border-radius:5px}
#content h3 {background:#e9ecef;padding:5px}
#content p {text-indent:2em}
#content p img {margin: 0 auto;width: 80%;display: block}

a:hover {
    text-decoration: none
}

#hot-brand {
    margin: 5px;
    padding-left: 40px;
    background: url(/meifubd/style/images/hot.png) no-repeat left center;
    background-size: auto 60%;
}

#rec-brand {
    margin: 5px;
    padding-left: 40px;
    background: url(/meifubd/style/images/note.png) no-repeat left center;
    background-size: auto 60%;
}

.img-box {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

@media (max-width: 576px) {
    .img-box {
        height: auto;
    }
}