.newsList {
    background: #fff;
    padding: 20px 10px 50px;
}
.newsList li {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
.newsList li #ReportIDname a {
    display: block;
    color: #000;
    font-size: 16px;
}.newsList li #ReportIDname a {
    display: block;
    color: #000;
    font-size: 16px;
}
.newsList li #ReportIDIssueTime {
    display: block;
    text-align: right;
    color: #666;
    margin-top: 10px;
}

.newsTex {
    background: #fff;
    padding: 20px 10px;
}
.newsTex #ReportIDname {
    font-size: 18px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.newsTex .newsTex-time {
    color: #999;
    text-align: center;
    margin-bottom: 15px;
}
.newsTex .newsTex-time span {
    margin-right: 10px;
}
.newsTex p {
    line-height: 1.6;
    margin-bottom: 10px;
}
.newsTex p img {
    max-width: 100%;
}
