.lish img {
    width: 100%;
}
.lish-tit {
    background: url(/res/museum/structure/220610358.png) no-repeat;
    height: 65px;
    width: 220px;
    margin: 50px auto 30px;
}
.lish-tit span {
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    margin: 10px 40px;
}
.lish span#CurrentlyText p {
    line-height: 2.5;
    font-size: 18px;
}


.lishTree {
    background: url(/res/museum/structure/220612656.png) top left no-repeat;
    overflow: hidden;
    padding-left: 205px;
    margin-top: 50px;
}
.lish-k {
    border-top: 2px solid #F2F0EB;
    margin-top: 45px;
    padding-top: 15px;
}
.lish-k>p {
    line-height: 2;
    margin-bottom: 30px;
}
.lish-k>p .lish-xx {
    background: transparent;
    border: none;
    color: #B9121A;
}
.lish-k ul {
    overflow: hidden;
}
.lish-k ul li {
    float: left;
    width: 95px;
    position: relative;
    text-align: center;
}
.lish-k ul li::after {
    content: '';
    display: block;
    border-bottom: 1px solid #ccc;
    width: 100%;
    position: absolute;
    top: 103px;
    z-index: -1;
}
.lish-k ul li span {
    display: block;
    height: 85px;
    writing-mode: vertical-rl;
    margin: auto;
    text-align: end;
    margin-bottom: 15px;
}
.lish-k ul li i {
    width: 8px;
    height: 8px;
    display: block;
    background: #B9121A;
    border-radius: 50%;
    margin: auto;
    position: relative;
}
.lish-k ul li img {
    margin-top: 15px;
    width: 70px;
    height: 70px;
    opacity: 0;
    transition: all .5s;
}
.lish-k ul li.active span {
    margin-bottom: 11px;
}
.lish-k ul li.active img{
    opacity: 1;
} 
.lish-k ul li.active i{
    width: 14px;
    height: 14px;
    background: #B9121A;
}
.lish-k ul li.active i::after {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
}

.lish-tab {
    display: none;
    position: fixed;
    width: 1200px;
    top: 100px;
    left: 50%;
    margin-left: -600px;
    background: #FFF;
    padding: 30px 50px;
    box-sizing: border-box;
    border-radius: 15px;
    height: 600px;
    z-index:1002;
}
.lish-modal{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    z-index:1001;
}
.lish-tab i {
    background: url(/res/museum/structure/220612813.png) no-repeat;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.lish-tab h3 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 40px;
}
.lish-tab .lish-tab-txt{
    height: 440px;
    overflow-y: auto;
}
.lish-tab p {
    text-indent: 2em;
    line-height: 1.8;
}