.wh {height: 4rem}
.wh .wh_slide{}
.wh .wh_slide .whbg {background:url("../images/culture_k.png") no-repeat; background-size: 100% auto; width: 1rem;height:3rem; display:inline-block; }
.wh .wh_slide .text1{position:relative;margin: 0 auto;top:-3rem;font-size: 0.32rem;line-height: 0.40rem;color: #ffffff;width: 0.5rem;height: 2rem;writing-mode:tb-rl;text-align: center}
.wh .wh_slide .text2{position:relative;margin: 0 auto;top:-2.9rem;font-size: 0.2rem;line-height: 0.24rem;color:#434343;width: 0.8rem;}



.ry{width: 4rem; height: 6rem; overflow: auto; border: none;}
.ry-1::-webkit-scrollbar {/*滚动条整体样式*/
    width: 2px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.ry-1::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #FFFFFF;
}
.ry-1::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #c94b49;
}
.ry ul{text-align: center;font-size: 0.28rem;}
.ry ul li{line-height: 0.6rem;}