.cate {
    border: 1px solid #eee;
    border-top: none;
}
.leib2 {
    margin-bottom: 0;
}
.category {
    height: 600px;
    overflow-y: auto;
}
.leib2 li {
    padding-left: 0;
}
.leib2 h3 {
    padding-left: 0;
    font-size: 12px;
    line-height: normal;
    height: auto;
    border-bottom: none;
}
.leib2 h3 .time {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #e70044;
}
.leib2 h3 .title {
    font-size: 14px;
}
.layui-text a:not(.layui-btn) {
    color: #333;
}
.layui-timeline-item {
    padding-bottom: 10px;
}
.layui-timeline-axis {
    color: #e70044;
}
.layui-timeline-axis.active {
    background-color: #e70044;
}
.layui-timeline-item:before, hr {
    background-color: #e70044;
    opacity: 0.5;
}

.b-scroll {
    overflow: auto;
    border: none;
    position: relative;
    /*height: 600px;*/
    /*min-height: 600px;*/
    /*margin-bottom: 2%;*/
    top: 0;
}

.b-scroll::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 2px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.b-scroll::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 3px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #e70044;
}

.b-scroll::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    /*background: #e70044;*/
}
