html, body, div, p, span, em, i, u, del, strong, a, b, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, iframe, form, label, button, input, textarea, pre, hr, table, tbody, th, td {
    margin:0;
    padding:0;
    word-wrap:break-word;
    word-break:break-all
}
body {
    background: #f3f3f3;
    font-weight: 500;
    font-family: "Microsoft YaHei";
    color:rgba(51,51,51,1);
}
img {
    width: 100%;
}
.text {
    width: 90%;
    position: relative;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 90px;
}
.title {
    width:100%;
    font-size:16px;
    color:rgba(0,119,73,1);
    border-bottom: 1px solid rgba(153,153,153,1);
    text-align: center;
    margin-bottom: 23px;
    padding-bottom: 15px;
}
.content {
    width:100%;
    font-size: 14px;
    line-height:30px;
    padding: 0 20px;
    box-sizing: border-box;
}
.content p {
    margin-bottom: 20px;
}
.content .mb0 {
    margin-bottom: 0;
}
.text-left {
    text-indent: 2em;
}
.bannerDetail-footer {
    box-sizing: border-box;
    font-size: 14px;
}
.fright {
    float: right;
}