/* 侧边导航 */
.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;
    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 #eee;
    line-height: 40px;
    font-size: 15px;
    font-weight: 400; 
}
/* 详情内容 */
.list-etc {
    width: 100%;
    padding: 20px 40px;
    min-height: 300px;
}
.list-etc h2{
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: #003366;
}
.list-etc .labels-area {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #aaa;
}
.list-etc .labels-area i{
    width: 1px;
    height: 14px;
    display: inline-block;
    background-color: #ccc;
    margin-left:5px;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 2px;
}
.list-etc .splitline{
    margin-top: 20px;
    margin-bottom: 20px;
}
.list-etc .splitline div:first-child{
    margin-bottom: 2px;
    height: 3px;
    background-color: #003366;
}
.list-etc .splitline div:last-child{
    height: 1px;
    background-color: #003366;
}

