.dcslide {
    background: #F1F0EB;
}
.dcslide .swiper-slide #StampIDpicture {
    display: block;
    width: 60%;
    height: 280px;
    margin: 10px auto 20px;
}
.dcslide .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.dcslider-r #StampIDsubject {
    display: block;
    font-size: 5vmin;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}
.dcslider-r #StampIDdescription {
    display: block;
    padding: 0 15px 30px;
    color: #666;
    text-indent: 2em;
    line-height: 1.6;
}
.dcslide .swiper-button-next {
    background: url(/res/museum/structure/220613888.png) no-repeat;
    background-size: cover;
    background-position: -20px 0;
    top: 30%;
}
.dcslide .swiper-button-prev {
    background: url(/res/museum/structure/220613888.png) no-repeat;
    background-size: cover;
    background-position: 0 0;
    top: 30%;
}

.ypShow-tit {
    margin: 50px auto 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    text-align: center;
}

.ypShow-tit span {
    font-size: 4.5vmin;
    font-weight: bold;
    margin: 0 10px;
}
.ypShow-tit span.active,.ypShow-tit-s span.active {
    color: #B9121A;
}
.ypShow-list ul {
    overflow: hidden;
}
.ypShow-list ul li {
    float: left;
    width: 46%;
    background: url(/res/museum/structure/220614005.png) no-repeat;
    background-size: 100% 100%;
    height: 240px;
    margin: 10px 2%;
}
.ypShow-list ul li #StampIDpicture {
    display: block;
    width: 100%;
    height: 160px;
    margin-top: 15px;
    padding: 0 15px;
    text-align: center;
    box-sizing: border-box;
}
.ypShow-list ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.ypShow-list ul li #StampIDsubject {
    display: block;
    text-align: center;
    margin-top: 15px;
    height: 40px;
    overflow: hidden;
}
.ypShow-list, .ypShow-list-s {
    overflow: hidden;
    display: none;
}
.ypShow-tit-s {
    text-align: center;
    margin-bottom: 30px;
}
.ypShow-tit-s span {
    margin: 0 5px;
}
.yptxt {
    padding: 30px 15px;
}
.yptxt span#StampIDsubject {
    display: block;
    text-align: center;
    font-size: 5vmin;
    font-weight: bold;
    margin-bottom: 30px;
}
.yptxt img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.yptxt h4 {
    font-weight: bold;
    font-size: 4vmin;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #B9121A;
}
.yptxt span#StampIDalt p {
    text-indent: 2em;
    line-height: 1.8;
    margin-bottom: 15px;
}