.res-title {
    margin-top: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.res-param p {
    color: #999
}

.res-param p span {
    color: #444 !important;
}

.res-detail img {
    border: 1px solid #dadada;
    display: block;
    max-width: 100%;
    height: auto;
}

.introTit {
    background: url(/public/assets/images/ddd.gif) left center repeat-x;
    font-size: 16px;
    font-family: \5b8b\4f53,arial;
    text-indent: 0;
    margin: 20px 0;
    color: #999;
    position: relative;
    line-height: 24px;
}

.introTit span {
    background: #fff;
    padding: 0 10px 0 0;
    font-weight: 700;
    font-family: \5fae\8f6f\96c5\9ed1,arial;
}

.safe {
    background-image: url('/public/assets/images/ico-aq.png');
    background-repeat: no-repeat;
    padding-left: 16px;
    background-position-y: 50%;

}