﻿body {
    font-family: "SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC", Verdana, Arial, '微软雅黑','宋体' !important;
    padding-top: 50px;
    padding-bottom: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 10px;
    padding-right: 10px;
}
.NewItem {
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 5px #888888;
    min-height: 50px;
}
.ItemImg {
    width: 100%;
}
.InfoBox {
    border-radius: 10px;
    background-color: white;
    margin: 15px 0;
    padding: 15px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    box-shadow: 0px 0px 3px #c9c9c9;
    border: 1px solid #e9e9e9;
    min-height: 50px;
    background-image: url(/Content/Images/bg.png);
    background-size: contain;
}
.InfoBox img {
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    width:100%;
}