/**!
 * 组织架构二级页面
 * author: lucw;
 * date:2019-12-10
 */

/* lead */
.ewb-lead{
    position: relative;
}

.ewb-lead-hd{
    margin-left: 20px;
    position: relative;
    float: left;
    width: 180px;
}

.ewb-lead-bd{
    margin-left: 200px;
    overflow: hidden;
}

.lead-name{
    padding-left: 30px;
    display: inline-block;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
    color: #333;
    cursor: pointer;
    background: url('../images/subpic/lead_ico.png') left center no-repeat;
}

.ewb-lead-items{
    position: relative;
    z-index: 2;
}

.ewb-lead-items>li{
    margin-top: 80px;
    margin-right: 20px;
}

.ewb-lead-items>li:first-child{
    margin-top: 0;
}

.lead-line{
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background-color: #cbcbcb;
}

.ewb-lead-items>li.current .lead-name{
    color: #0960bf;
    background-image: url('../images/subpic/lead_icoh.png');
}

.topicfixed{
    position: fixed;
    top: 10px;
}

/* go */

.ewb-go-items>li{
    margin-right: 6px;
    float: left;
}

.go-lk{
    padding: 0 16px;
    display: block;
    height: 28px;
    line-height: 28px;
    color: #333;
    cursor: pointer;
    background-color: #e8e8e8;
}

.go-lk.cur,
.go-lk:hover{
    color: #fff;
    background-color: #0960bf;
}

.talk-tname{
    margin-top: 18px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.ewb-mt10{
    margin-top: 10px;
}

.ewb-mt28{
    margin-top: 28px;
}

/* section */
.section-tt{
    padding-left: 16px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #000;
    background: url('../images/subpic/section_ico.jpg') left center no-repeat;
}

.ewb-say{
    padding-top: 7px;
    padding-bottom: 9px;
    padding-right: 30px;
}

.ewb-say p{
    line-height: 36px;
    text-indent: 2em;
}

.ewb-tell-items{
    margin-left: -10px;
    padding-right: 10px;
}

.ewb-tell-items>li{
    margin-top: 15px;
    float: left;
    width: 25%;
}

.tell-box{
    margin: 0 10px;
    padding: 0 10px;
    height: 216px;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.ewb-tell-hd{
    padding-top: 4px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #dcdbd9;
}

.tell-para{
    margin-top: 17px;
    padding: 0 3px;
    height: 120px;
    line-height: 24px;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
}

.ewb-tell a{
    color: #333;
}

/* 部门职能 */

.dep-ico{
    margin: 0 auto;
    margin-top: 28px;
    display: block;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
}

.dep-ico.bg01{
    background-image: url('../images/subpic/dep_ico01.png');
}

.dep-ico.bg02{
    background-image: url('../images/subpic/dep_ico02.png');
}

.dep-ico.bg03{
    background-image: url('../images/subpic/dep_ico03.png');
}

.dep-ico.bg04{
    background-image: url('../images/subpic/dep_ico04.png');
}

.dep-ico.bg05{
    background-image: url('../images/subpic/dep_ico05.png');
}

.dep-ico.bg06{
    background-image: url('../images/subpic/dep_ico06.png');
}

.dep-ico.bg07{
    background-image: url('../images/subpic/dep_ico07.png');
}

.dep-ico.bg08{
    background-image: url('../images/subpic/dep_ico08.png');
}

.dep-ico.bg09{
    background-image: url('../images/subpic/dep_ico09.png');
}

.ewb-dep-items{
    margin-left: -10px;
    padding-right: 10px;
}

.dep-list{
    margin-top: 20px;
    width: 20%;
}


.dep-msg{
    margin: 0 10px;
    display: block;
    height: 203px;
    color: #333;
    text-align: center;
    overflow: hidden;
    background-color: #f9f9f9;
}

.dep-msg h2{
    margin-top: 15px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.dep-box{
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dep-msg:hover{
    color: #0960bf;
    background-color: #f5f4f1;
}

.dep-msg:hover .dep-box{
    color: #333;
}

/* 中心位置 */
.ewb-way-hd{
    padding-top: 15px;
    width: 500px;
    height: 240px;
}

.ewb-way-hd>img{
    display: block;
}



.ewb-way-bd{
    margin-left: 520px;
    overflow: hidden;
}

.way-item{
    margin-right: 15px;
    padding-left: 25px;
    line-height: 32px;
    background-repeat: no-repeat;
    background-position: left 8px;
}

.way-item.bg01{
    background-image: url('../images/subpic/way_ico01.png');
}

.way-item.bg02{
    background-image: url('../images/subpic/way_ico02.png');
}

.way-item.bg03{
    background-image: url('../images/subpic/way_ico03.png');
}

.way-item.bg04{
    background-image: url('../images/subpic/way_ico04.png');
}

.way-tt{
    margin-right: 15px;
    padding-top: 3px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}