.xsyj-tit {
    background: url(/res/museum/structure/220617776.png) no-repeat;
    background-size: contain;
    height: 50px;
    overflow: hidden;
    width: 130px;
    margin: 0 auto 20px;
}
.xsyj-tit span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 11px 25px;
}
.newlist ul {
    overflow: hidden;
}
.newlist ul li {
    float: left;
    width: 45%;
    margin: 15px 2.5% 10px;
}
.newlist ul li span#ReportIDPicture {
    display: block;
    width: 100%;
    height: 110px;
}
.newlist ul li span#ReportIDPicture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.newlist ul li span#ReportIDname {
    display: block;
    text-align: center;
    font-size: 3.5vmin;
}

.newtxt {
    padding: 20px 15px;
}
.newtxt span#ReportIDname {
    font-size: 4vmin;
    font-weight: bold;
    display: block;
    text-align: center;
}
.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%;
}
.newtxt span#ReportIDtext video {
    width: 100%;
    height: auto;
}