/********************区政府领导*************************/

/* 路径导航 */
.pathnav {
    border-bottom: 1px solid #eee;
}

.pathnav a {
    display: block;
    font-size: 16px;
    font-size: .16rem;
    line-height: 60px;
    line-height: .6rem;
    color: #7f7f7f;
    float: left;
    margin-right: 10px;
    margin-right: .1rem;
}

.pathnav a:hover {
    color: #004a93;
}

.pathnav::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* 内容 */
.c-content {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-top: .3rem;
}

.c-content .depart-list {
    float: left;
    width: 156px;
    width: 1.56rem;
    border: solid 1px #f2f2f2;
}

.c-content .depart-list .depart-li {
    width: 100%;
}

.c-content .depart-list .depart-li .depart-name {
    display: block;
    width: 100%;
    height: 60px;
    height: .6rem;
    border-bottom: solid 1px #f2f2f2;
    line-height: 60px;
    line-height: .6rem;
    font-weight: bold;
    font-size: 18px;
    font-size: .18rem;
    text-align: center;
    color: #363636;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c-content .depart-list .depart-li .depart-name a {
    color: #363636;
}

.c-content .depart-list .depart-li .depart-name a:hover {
    color: #FF0000;
}

.c-content .depart-list .depart-li:nth-last-child(1) .depart-name {
    border-bottom: none;
}

.c-content .depart-list .depart-li .person {
    display: none;
    width: 100%;
    background-color: white;
}

.c-content .depart-list .active .depart-name,
.c-content .depart-list .active .depart-name a {
    background-color: #004a93;
    color: white;
}

.c-content .depart-list .active .person {
    display: block !important;
}

.c-content .depart-list .depart-li .person li {
    width: 100%;
    height: 44px;
    height: .44rem;
    color: #363636;
    background-color: white;
    text-align: center;
}

.c-content .depart-list .depart-li .person li span {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-size: .16rem;
    line-height: 44px;
    line-height: .44rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c-content .depart-list .depart-li .person li:hover,
.c-content .depart-list .depart-li .person .active {
    background-color: #f8f8f8;
    color: #004a93;
    font-weight: bold;
}

.c-content .depart-list .depart-li .person li:hover a,
.c-content .depart-list .depart-li .person .active a {
    color: #004a93;
}

.c-content .depart-list .depart-li .person li:nth-last-child(1) {
    border-bottom: solid 1px #f2f2f2;
}

.c-content .content {
    float: right;
    width: calc(100% - 260px);
    width: calc(100% - 2.6rem);
    padding: 0 50px;
    padding: 0 .5rem;
}

.c-content .content .audio {
    width: 419px;
    width: 4.19rem;
    height: 94px;
    height: .94rem;
    margin: 0 auto;
}

.c-content .content .avter {
    display: block;
    width: 230px;
    width: 2.3rem;
    height: 288px;
    height: 2.88rem;
    margin: 25px auto 20px auto;
    margin: .25rem auto .2rem auto;
    position: relative;
    overflow: hidden;
}

.c-content .content .avter img {
    width: 100%;
    min-height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    *position: relative;
    *left: auto;
    *top: auto;
}

.c-content .content .name {
    display: block;
    width: 100%;
    height: 30px;
    height: .30rem;
    font-size: 24px;
    font-size: .24rem;
    line-height: 24px;
    line-height: .24rem;
    font-weight: bold;
    text-align: center;
    color: #363636;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c-content .content .sub-name {
    display: block;
    margin-top: 15px;
    margin-top: .15rem;
    width: 100%;
    font-size: 16px;
    font-size: .16rem;
    line-height: 20px;
    line-height: .2rem;
    font-weight: bold;
    text-align: center;
    color: #363636;
}

.c-content .content .info {
    display: inline-block;
    margin-top: 30px;
    margin-top: .3rem;
    width: 100%;
}

.c-content .content .info .info-title {
    display: block;
    float: left;
    width: 105px;
    width: 1.05rem;
    min-height: 35px;
    min-height: .35rem;
    font-size: 18px;
    font-size: .18rem;
    line-height: 35px;
    line-height: .35rem;
    font-weight: bold;
    color: #023e7a;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c-content .content .info .info-c {
    display: block;
    float: right;
    width: calc(100% - 105px);
    width: calc(100% - 1.05rem);
    min-height: 35px;
    min-height: .35rem;
    padding-bottom: 25px;
    padding-bottom: .25rem;
    font-size: 18px;
    font-size: .18rem;
    line-height: 35px;
    line-height: .35rem;
    color: #363636;
    border-bottom: 1px dashed #e5e5e5;
}

.c-content .content .info .info-c div,
.c-content .content .info .info-c p,
.c-content .content .info .info-c span {
    font-size: 18px !important;
    font-size: .18rem !important;
    font-weight: 400 !important;
    text-indent: 2em;
    line-height: 35px !important;
    line-height: .35rem !important;
    font-family: "微软雅黑", "microsoft yahei" !important;
    color: #000 !important;
}

.c-content .content .info .info-c br {
    display: none;
}

.person:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@media screen and (max-width: 768px) {
    .c-content {
        margin-top: 10px;
    }
    
    .c-content .depart-list {
        float: none;
        width: 100%;
    }

    .c-content .content {
        float: none;
        width: 100%;
        padding: 0 0;
        padding: 0 0;
    }

    .c-content .depart-list .depart-li .person li {
        width: 32%;
        margin-right: 1.3%;
        float: left;
    }

    .c-content .depart-list .depart-li .person li:nth-child(3n) {
        margin-right: 0;
    }

    .c-content .content .sub-name {
        line-height: 30px;
        line-height: .3rem;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .c-content .content .info {
        margin-top: .2rem;
    }

    .c-content .content .info .info-title {
        width: 100%;
    }
    .c-content .content .info .info-c {
        width: 100%;
        font-size: 16px !important;
        font-size: .16rem !important; 
        font-weight: normal;
        color: #666;
        margin-top: 10px;
        padding-bottom: .2rem;
    }
    .c-content .content .info .info-c span,
    .c-content .content .info .info-c P{
        font-size: 16px !important;
        font-size: .16rem !important;
        text-indent: 2em !important;
    }
}