.dcslide {
    background: #F1F0EB;
    padding: 20px;
    overflow: hidden;
}
.dcslide .swiper-slide span#StampIDpicture{
    display: block;
    width: 450px;
    height: 380px;
    text-align: center;
    float: left;
}
.dcslide .swiper-slide span#StampIDpicture img{
    max-width: 100%;
    max-height: 100%;
}

.dcslide .swiper-slide .dcslider-r {
    width: 460px;
    float: left;
    margin-left: 30px;
}
.dcslide .swiper-slide .dcslider-r span#StampIDsubject a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}
.dcslide .swiper-slide .dcslider-r span#StampIDdescription {
    display: block;
    text-indent: 2em;
    line-height: 2;
}

.dcslide .swiper-button-next {
    background: url(/res/museum/structure/220613888.png) no-repeat;
    background-position: -17px 0px;
    background-size: cover;
}
.dcslide .swiper-button-prev {
    background: url(/res/museum/structure/220613888.png) no-repeat;
    background-position: 3px 0px;
    background-size: cover;
}

.ypShow-tit {
    margin: 50px auto 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    text-align: center;
}
.ypShow-tit span {
    font-size: 20px;
    font-weight: bold;
    margin: 0 30px;
}
.ypShow-tit span.active,.ypShow-tit-s span.active{color:#B9121A;}
.ypShow-tit-s {
    text-align: center;
    margin-bottom: 30px;
}
.ypShow-tit-s span {
    color: #767676;
    margin: 0 10px;
}

.ypShow-list,.ypShow-list-s {
    overflow: hidden;display:none;
}
.ypShow-list ul li,.ypShow-list-s ul li {
    width: 280px;
    height: 308px;
    float: left;
    background: url(/res/museum/structure/220614005.png) no-repeat;
    margin: 0 10px 20px;
}
.ypShow-list ul li span#StampIDpicture,.ypShow-list-s ul li span#StampIDpicture {
    display: block;
    width: 100%;
    height: 200px;
    margin-top: 15px;
    padding: 0 15px;
    text-align: center;
    box-sizing: border-box;
}
.ypShow-list ul li img,.ypShow-list-s ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.ypShow-list ul li span#StampIDsubject a,.ypShow-list-s ul li span#StampIDsubject a {
    display: block;
    text-align: center;
    margin-top: 20px;
    line-height: 1.6;
    padding: 0 20px;
}