.vrzt a{
    display: block;
    width: 100%;
    height: 485px;
    overflow: hidden;
}
.vrzt p {
    background: #F1F0EB;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
}
.vrzt img{
    width: 100%;
    height: 485px;
    transition: all .3s;
}
.vrzt:hover img {
    transform: scale(1.1);
}

.ysyb {
    margin-top: 50px;
    margin-bottom: 100px;
}
.ysyb-tit {
    background: url(/res/museum/structure/220610358.png) no-repeat;
    height: 65px;
    width: 170px;
    margin: 0 auto 20px;
}
.ysyb-tit span {
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    margin: 10px 40px;
}
.ysyb>p {
    text-align: center;
    color: #666;
    margin-bottom: 40px;
}
.ysyb ul {
    display: flex;
    justify-content: space-between;
}
.ysyb ul li span#ReportIDPicture {
    display: block;
    border-top: 2px solid #B9121A;
    padding: 0 2px;
}
.ysyb ul li span#ReportIDname {
    display: block;
    width: 187px;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    line-height: 1.8;
    font-size: 14px;
    height: 90px;
    border-bottom: 5px solid #F7F7F7;
    margin-bottom: 20px;
}
.ysyb ul li span#ReportIDtext {
    display: block;
    text-align: center;
}
