.newtit, .newlist {
    padding: 0 15px;
}
.newtit ul {
    display: flex;
    justify-content: center;
    margin: 30px 0 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.newtit ul li {
    margin: 0 10px;
    font-weight: bold;
    font-size: 4vmin;
}
.newtit ul li span#CurrentlyNode {
    color: #B9121A;
}

.newlist ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.newlist ul li span#ReportIDPicture {
    float: left;
    width: 140px;
    height: 100px;
    margin-right: 15px;
}
.newlist ul li span#ReportIDPicture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.newlist ul li span#ReportIDname {
    font-size: 3.5vmin;
    font-weight: bold;
    line-height: 1.6;
}

.newtxt {
    padding: 20px 15px;
}
.newtxt span#ReportIDkicker {
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}
.newtxt span#ReportIDname {
    font-size: 4vmin;
    font-weight: bold;
    display: block;
    text-align: center;
}
.newtxt span#ReportIDgetAuthor {
    display: block;
    text-align: center;
    font-size: 3vmin;
    margin-bottom: 20px;
}
.newtxt span#ReportIDIssueTime {
    display: block;
    text-align: center;
    font-size: 3vmin;
    margin: 20px;
}
.newtxt span#ReportIDtext p {
    font-size: 3.5vmin;
    line-height: 1.8;
    margin-bottom: 15px;
}
.newtxt span#ReportIDtext p img {
    max-width: 100%;
}