﻿.newsDtail{
    padding-top:65px;
}

.wrap {
    width: auto;
    min-width: 300px;
    margin-left: 10px;
    margin-right: 10px;
}

.wrap-p {
    width: auto;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
}

.content { /*width:320px;min-width: 320px;*/
    min-width: 320px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.items:after,
.wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.items,
.wrap {
    display: inline-block;
}

.items,
.wrap {
    display: block;
}
.newsDtail .title { padding: 10px 0; font-size: 18px; color: #333; font-weight: bold; }
.newsDtail .sub {
    padding-bottom: 10px;
}.newsDtail .freedata {
    overflow: hidden;
    margin-bottom: 10px;
}.newsDtail .pvn {
    padding: 10px 0;
    border-top: #ddd 1px solid;
}.newsDtail .freedata img {
    width: 100%;
}img {
    vertical-align: bottom;
}.newsDtail .pvn p {
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}.gray {
    color: gray;
}address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}a {
    color: #333;
    text-decoration: none;
    outline: none;
}