.main-bor{
    margin-top: 50px;
}
.main-bor-menu{
    width: 300px;
}
.main-bor-menu-title{
    width: 100%;
    height: 90px;
    background: #FF722F;
    border-radius: 4px 4px 0px 0px;
    font-family: MicrosoftYaHeiSemibold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 27px;
    text-align: center;
    line-height: 90px;
}
.main-bor-bor{
    width: 100%;
    
}
.main-bor-bor-item{
    width: 100%;
    height: 60px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
    text-align: center;
    line-height: 60px;
    font-family: MicrosoftYaHei;
    color: rgba(0,0,0,0.65);
    display: block;
    box-sizing: border-box;
}
.main-bor-bor-item-active{
    border-left: 4px solid #FF722F;
    color: #FF722F;
}
.main-bor-content{
    width: 850px;
    /* display: none; */
}
.main-bor-content-title{
    font-family: MicrosoftYaHeiSemibold;
    text-align: center;
    color: rgba(0,0,0,0.85);
    line-height: 32px;
}
.main-bor-content-active{
    display: block;
}