@charset "utf-8";
.web_lf_bt h2{
    font-size: 27px;
    color: #000;
    margin-bottom: 10px;
}

.web_lf_bt h2::after{
    display: block;
    content: "";
    width: 15px;
    height: 1px;
    background: #ff8100;
    margin-top: 4px;
}

.web_lf_bt h3{
    font-size: 18px;
    color: #666; 
 
}

.web_lf_bt{
    margin-bottom: 40px;
}
.web_lf ul li{
    background: none;

}
.web_lf ul li h2{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #999; 
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
    padding-left: 14px;
    position: relative;
  cursor: pointer; overflow:hidden;

}
.web_lf ul li h2::before{
    position: absolute;
    content: "";
    left: 0;
    width: 2px;
    height: 20px;
    background: #999;
    top: 50%;
    transform: translate(0%,-50%);
}
.erjii{
    padding: 10px 0;
    box-sizing: border-box; 
    display: none;
}
.erjii p{
    line-height: 30px;

}

.erjii p a{
    font-size: 14px !important;
    color: #666 !important; 
    line-height: 30px !important;
    padding-left: 0 !important;
}
.erjii p strong{
    margin-right: 6px; 
    color: #e0e0e0;
}

.web_lf ul li.on h2{
    color: #ff8100;
}
.web_lf ul li.on ::before{
    background: #ff8100;
}

.web_lf ul li.bg h2{
    color: #ff8100;
}

.web_lf ul li.bg h2::before{
    background: #ff8100;
}


.erjii p:hover a{
    color: #ff8100 !important; 
}

.erjii p:hover strong{
    color: #ff8100; 
}

.erjii p.on a{
    color: #ff8100 !important; 
}

.erjii p.on strong{
    color: #ff8100; 
}

.web_lf ul li.on .erjii{
    display: block;
}


