@charset "utf-8";
html,body{
    background:#F7F8FA !important;
}
.newShow{
    width: 948px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 24px;
    margin: 24px auto 48px auto;
}
.content{
    color: #595959;
}
.content p{
    margin-bottom: 16px;
}
.content img{
    max-width: 100%;
}