body{
    background-color: #ffffff;
}
.yxcbs-list{
    display: flex;
    padding-bottom: 0;
    /* box-shadow: 0 2px 4px 0 rgb(54 58 80 / 32%); */
    border: none;
    min-height:80vh;
}
.yxcbs-list h2{
    margin-top: 0.4rem;
    font-size: 18px;
    font-family:'PingFang-Bold-2';
    font-weight: 500;
}
.yxcbs-list .yxcbs-list-l {
    padding-bottom: 2px;
    border-color: #eee;
}
.yxcbs-list .yxcbs-content {
    border: none;
}
.yxcbs-list .bread-nav {
    padding: 0px;
}
.yxcbs-list .yxcbs-list-l .on span a {
    color: #3498db;
}
.yxcbs-list .yxcbs-list-l .on ul li .active {
    color: #3498db;
}
.yxcbs-list .yxcbs-list-r{
    width: 100%;
}
.yxcbs-list .yxcbs-content{
    padding: 0.32rem;
    margin: 0px;
}

.bread-nav::after{
    content: '';
    position: absolute;
    width: 115px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #3498DB;
}

