.tab_ul a {
    float: left;
    display: inline-block;
    border: 1px solid #3d3d3d;
    font-size: 16px;
    line-height: 44px;
    padding: 0 14px;
    margin-left: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*.tab_ul a:nth-last-child(2),
.tab_ul a:nth-last-child(1) {
    margin-top: 10px;
}
*/

.tab_ul .tab_click {
    border: 1px solid #079080;
    background-color: #079080;
    color: #fff;
}


/*内容部分*/

.notice_part {
    display: none;
    width: 100%;
}

.notice_part li {
    width: 100%;
}

.notice_part a {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

.notice_part li:nth-child(10) .notice_num {
    padding-right: 15px;
}

.notice_part a {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

.notice_part span {
    font-size: 16px;
    display: inline-block;
}

span.span_name {
    width: 142px;
}

span.notice_name {
    line-height: 30px;
    padding-left: 20px;
}

span.notice_num {
    position: relative;
    line-height: 30px;
    color: #898989;
    padding-left: 40px;
    padding-right: 25px;
    border-right: 1px solid #898989;
}

span.notice_time {
    position: relative;
    top: 0px;
    color: #898989;
    float: right;
    padding-right: 35px;
    line-height: 30px;
    *margin-top: -30px;
}

.notice_part li:hover {
    background-color: #00968a;
}

.notice_part li:hover span.notice_num {
    color: #fff;
    border-right: 1px solid #fff;
}

.notice_part li:hover span.notice_name,
.notice_part li:hover span.notice_time {
    color: #fff;
}

.ul_content {
    margin: 60px 0 40px;
}


/*组织机构部分*/

.organ_part {
    padding-bottom: 60px;
    min-height: 800px;
    background: url("../images/public/organ_bg.png") no-repeat 0 0;
}

.organ_part li {
    width: 100%;
    height: 100%;
}

.organ_part li:hover {
    background-color: #fff;
}

.supervisory,
.shareholder,
.supervisory,
.all_company,
.director,
.operate,
.branchOffice {
    width: 230px;
    height: 60px;
    background-color: #00968a;
    font-size: 22px;
    color: #fff;
    line-height: 60px;
}

.directorAndSupervisory {
    z-index: 80;
}

.shareholder {
    width: 230px;
    height: 60px;
    background-color: #00968a;
    position: relative;
    top: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 60px;
    z-index: 70;
}

.supervisory {
    position: absolute;
    left: 312px;
    top: 68px;
    background-color: #00968a;
    z-index: 50;
}

.director {
    position: absolute;
    left: 0;
    top: 140px;
    z-index: 40;
}

.operate {
    position: absolute;
    left: 0;
    top: 140px;
    z-index: 30;
}

.branchOffice {
    position: absolute;
    left: 158px;
    top: 140px;
}

.all_company {
    position: absolute;
    left: -140px;
    top: 140px;
}

.director_left {
    position: absolute;
    left: -360px;
    top: -36px;
}

.director_left>div {
    width: 210px;
    height: 40px;
    margin-bottom: 9px;
    background-color: #00968a;
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    padding-left: 20px;
}

.operate_right {
    position: absolute;
    left: 312px;
    top: -140px;
}

.operate_right>div {
    width: 210px;
    height: 40px;
    margin-bottom: 9px;
    background-color: #00968a;
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    padding-left: 20px;
}

.all_branch {
    width: 1225px;
    position: absolute;
    top: 150px;
    left: -349px;
}

.all_branch>div {
    height: 210px;
    width: 30px;
    line-height: 20px;
    text-align: center;
    padding: 0 5px;
    padding-top: 20px;
    background-color: #00968a;
    margin-right: 5px;
    float: left;
    font-size: 16px;
}

@media screen and (max-width: 1200px) {
    .organ_part {
        height: 450px;
        min-height: 450px;
        background: #fff;
    }
    .all_branch {
        width: 220px;
    }
    .all_branch {
        width: 240px;
        position: absolute;
        top: 70px;
        left: 0px;
    }
    .all_branch>div {
        width: 210px;
        height: 40px;
        margin-bottom: 9px;
        background-color: #00968a;
        font-size: 16px;
        line-height: 40px;
        text-align: left;
        margin-right: 0;
        padding: 0;
        padding-left: 20px;
    }
    .director_left,
    .operate_right,
    .all_branch {
        display: none;
    }
    .director_left {
        position: relative;
        left: 0;
        top: 10px;
    }
    .operate_right {
        position: relative;
        left: 0;
        top: 10px;
    }
    .section {
        width: 90%;
        margin-left: 5%;
    }
    .tab_ul {
        width: 90%;
        margin-left: 5%;
    }
    .tab_ul a {
        width: 33%;
        text-align: center;
        margin-top: -1px;
    }
    .supervisory,
    .all_company,
    .director,
    .operate,
    .branchOffice {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin-top: 20px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .tab_ul a {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .tab_ul a {
        width: 100%;
        text-align: center;
    }
    span.notice_name {
        width: 75%;
    }
    span.notice_num {
        color: #898989;
        padding-left: 10px;
        border-right: 1px solid #898989;
    }
    .notice_part li:hover span.notice_name {
        color: #fff;
    }
    /*标题*/
    .section {
        width: 100%;
        margin-left: 0;
    }
}