

#zharry_historical_record {height:390px;}
.historybox {height:360px;}

#hislist {height:325px; margin-top:5px;margin-bottom:5px;border-bottom:15px;overflow-y:auto;}

.hisox::-webkit-scrollbar {/*滚动条整体样式*/

        width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/

        height: 1px;

    }

.hisox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/

        border-radius: 10px;

         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);

        background: #535353;

    }

.hisox::-webkit-scrollbar-track {/*滚动条里面轨道*/

        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);

        border-radius: 10px;

        background: #EDEDED;

}

.historybox h5{border-bottom:1px #ddd solid;font-size:15px;}

.historybox h5 a{float:right;right:10px;}

.historybox i{right:15px;width:0;height:0;line-height:0;border-color:transparent transparent #fcfcfc transparent;}

.historybox b{right:15px;width:0;height:0;line-height:0;border-color:transparent transparent #ddd transparent;}

.historybox .h-del{top:9px;right:10px;}

#hislist li{font-size:14px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}