.rsj-body,.a-position{
    background-color: #F7F7F7;
}
.list-content-box{
    padding-left: 0;
    padding-right: 0;
}
.l_tree {
    height: 100%;
}
.l_tree_box {
    padding-top: 15px;
}
.l_tree_box>.l_tree>li {
    margin-bottom: 10px;
    background: #DBECFB;
}
.l_tree_box>.l_tree .l_tree{
    background: #F2F9FF;
    display: none;
}
.l_tree, .l_tree_branch {
    position: relative;
}
.l_tree_branch {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 48px;
    display: block;
    font-size: 16px;
    color: #666666;
}
.l_tree_branch::after {
    position: absolute;
    z-index: 8;
    content: '';
    width: 100%;
    border-top: 1px solid #DBECFB;
}
.l_tree_branch_active{
    background: #4A99E3 !important;
}
.l_tree_branch_active>a{
    color: #FFF !important;
}

.l_tree_branch >div{
    height: 48px;
    line-height: 48px;
}
.l_tree_box>.l_tree> .l_tree_branch>div{
    margin-right: 0px;
}
.l_tree_box>.l_tree> .l_tree_branch:last-child>div{
    border: 0;
}
.l_tree_branch a{
    display: inline-block;
    cursor: pointer;
    color: #125DB2;
    font-weight: 400;
    font-size: 16px;
}
.l_tree_branch a:hover{
    color: rgb(231, 71, 71);
}

.l_tree li span.jian_tou {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    text-align: center;
    margin-right: 15px;
    position: absolute;
    top:14px;
    right: 10px;
    cursor: pointer;
    opacity: 0.6;
}
.l_tree li span img{
    height: 12px;
    display: inline-block;
    margin-bottom: 5px;
}
.rsj-tab{
    line-height: 60px;
    border-bottom: 1px solid #125DB2;
    z-index: 9;
    background: #fff;
    
}

.posfixed.rsj-tab {
    width: calc(1200px - 40px);
}

@media screen and (max-width: 1250px) {
    .posfixed.rsj-tab {
        width: calc(94% - 40px);
    }
}
@media screen and (max-width: 750px) {
    .posfixed.rsj-tab {
        width: 92%;
    }
}
.rsj-tab a{
    display: inline-block;
    width: 310px;
    font-size: 20px;
    font-weight: 500;
    color: #125DB2;
    text-align: center;
}
.rsj-tab a.tab-active{
    color: #FFFFFF;
    background: #125DB2;
}
.rsj-title{
    height: 40px;
    border-bottom: 4px solid #125DB2;
    margin-bottom: 10px;
    margin-top: 15px;
}
.rsj-title-word{
    width: 400px;
    height: 37px;
    line-height: 37px;
    background: #125DB2;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
}
.rsj-matter:empty {
    height: .5rem;
    background: #F8F8F8;
    position: relative;
}
.rsj-matter:empty::after {
    position: absolute;
    top: .15rem;
    left: 20px;
    content: '暂无数据';
    font-size: 20px;
    line-height: 1em;
    font-size: .2rem;
    color: #888;
    cursor: not-allowed;
}
.rsj-matter .matter-item .matter-title{
    line-height: 1.6;
    padding: .16rem .16rem .16rem 20px;
    background: #F8F8F8;
    position: relative;
}
.rsj-matter .matter-item img{
    position: absolute;
    top: .18rem;
    left: 20px;
    margin: auto;
    width: 24px;
    display: inline-block;
}
.rsj-matter .matter-item span{
    font-size: 18px;
    font-weight: 500;
    color: #125DB2;
    margin-left: 35px;
}
.rsj-matter .matter-tab{
    padding: 20px 0 10px 20px;
}
@media screen and (max-width: 750px){
    .rsj-body{
        background: none;
    }
    .list-box{
        padding: 0;
    }
    .rsj-tab{
        line-height: 39px;
    }
    .rsj-tab a{
        width: 49%;
        font-size: 0.3rem;
        height: 45px;
        line-height: 45px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .rsj-title-word{
        width: 70%;
        font-size: 0.28rem;
    }
    .rsj-matter .matter-tab div{
        width: auto;
    }
    .rsj-matter .matter-tab a{
        font-size: 16px;
    }

}