/* 分会导航 */
.content-r .content-etc .tab-etc ul{
    margin-left: 40px;
    overflow: hidden;
}
 .content-r .content-etc .tab-etc li{
    float: left;
    background-color: #eee;
    margin-right: 1px;
    padding: 0 20px;
    height: 40px;
    cursor: pointer;
}
.content .content-r .content-etc .active{
    background-color: #003366;
    color: #fff;
}
.content-r .content-etc .tab-etc a:hover{
    color: #003366;
}
.content .content-r .content-etc .active:hover{
    color: #fff;
}

/* 模块列表 */
.content-r .content-etc .list-etc{
    display: table;
    clear: auto;
}
 .content-r .content-etc .list-etc .module{
    float: left;
    width: 415px;
    height: 250px;
    margin-left: 20px;
    margin-bottom: 20px;
}
 .content-r .content-etc .list-etc .module .name{
    height: 40px;
    background-color: #F9FBFC;
    margin-bottom: 10px;
}
 .content-r .content-etc .list-etc .module .name h2{
    float: left;
    min-width: 120px;
    height: 40px;
    color: #fff;
    background-color: #003366;
    line-height: 40px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    padding: 0 10px;
}
.content-r .content-etc .list-etc .module .name a{
    float: right;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    font-size: 13px;
}
.content-r .content-etc .list-etc .module .title li{
    height: 40px;
    border-bottom: 1px #eee dashed;
    line-height: 40px;
}
.content-r .content-etc .list-etc .module .title li a{
    display: block;
    width: 300px;
    height: 40px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 5px;
    font-size: 15px;
}
.content-r .content-etc .list-etc .module .title li span{
    float: right;
    margin-right: 20px;
    font-size: 14px;
    color: #999;
}
.content-r .content-etc .list-etc .module .title li a::before{
    display: inline-block;   
    content: '';
    width: 10px;
    height: 18px;
    background-image: url(../images/sprites.png);
    background-position: -327px -108px;
    margin-right: 10px;
   vertical-align: middle;
}
.content-r .content-etc .list-etc .module .title li:hover{
    background-color: #f6f6f6;
}
.content-r .content-etc .list-etc .module .title li:hover a{
    color: #013368;
}
.content-r .content-etc .list-etc .module .title li a:hover::before{
    background-image: url(../images/sprites.png);
    background-position: -353px -108px;
}