/* 侧边导航 */
.content .menuCon{
    min-height: 500px;
    float: left;
    display: table;
    width: 300px;
}
.content .menuCon ul li.active a{
    font-weight: 600; 
    color: #003366;
    background-color: #f9fbfd;
}
.content .menuCon li.active::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 30px;
    background-color: #003366;
}
/* 分会内容 */
.content .content-r{
    float: right;
    width: 930px;
    margin-bottom: 10px;
    background-color: #fff;
}

/* 分会banner */
.content .content-r .img{
    width: 100%;
    height: 235px;
    margin-bottom: 10px;
    background-image: url(../images/fenhui-banner01.png);
}

/* 分会列表内容-导航 */
.content .content-r .content-etc .tab-etc{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
    font-size: 15px;
    font-weight: 400;   
}

.content-r .content-etc .list-etc{
    padding-left: 20px;
    padding-top: 20px;
}


