<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*人员基本信息详情页面引用*/

.detail-zzjgxx {
    position: relative;
    z-index: 100;
}

.detail-zzjgxx a {
    text-decoration: none;
    color:rgb(79, 129, 189);
}

/*标题 姓名*/
.detail-zzjgxx div.title {
    font-family: "Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 25px;
    margin-top: 0;
    overflow: hidden;
}

/*人员信息卡*/
.detail-zzjgxx .mod-top {
    margin-bottom: 30px;
}

.detail-zzjgxx .card-title {
    border-bottom: 2px solid #CCCCCC;
    font-size: 14px;
    line-height: 1;
    margin: 10px 0;
    padding: 4px 0;
}

.detail-zzjgxx .card-summary {
    color: #333333;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 25px;
}

.detail-zzjgxx .card-summary .pic {
    border: 1px solid #E8E8E8;
    float: left;
    font-size: 12px;
    margin: 2px 15px 0 0;
    padding: 4px;
    position: relative;
    text-align: center;
    width: 154px;
}

.detail-zzjgxx .card-summary .pic img {
    width: 100%;
}

.detail-zzjgxx .card-summary .pic div {
    font-size: 12px;
    line-height: 100%;
    min-height: 14px;
    text-align: center;
}

.detail-zzjgxx .card-summary .para {
    margin-bottom: 14px;
    text-indent: 2em;
}

/*名片信息*/
.detail-zzjgxx .card-info {
    margin: 0 0 15px;
    border-bottom: 1px solid #DEDFE1;
    overflow: hidden;
    width: 650px;
}

.detail-zzjgxx .card-info table.tableWrap {
    border-collapse: collapse;
    margin-top: -1px;
}


.detail-zzjgxx .card-info td.seperateTd {
    vertical-align: top;
    width: 347px;
}


.detail-zzjgxx .card-info td.seperateTd table {
    border-collapse: collapse;
    width: 95%;
}

.detail-zzjgxx .card-info td.seperateTd table td {
    border-top: 1px dashed #DEDFE1;
    line-height: 23px;
}

.detail-zzjgxx .card-info td.cardFirstTd {
    font-size: 13px;
    font-weight: bold;
    padding-left: 2px;
    vertical-align: top;
    width: 100px;
}

.detail-zzjgxx .card-info td.cardSecondTd {
    font-size: 13px;
    padding-right: 2px;
    text-align: right;
}

.detail-zzjgxx .card-info td.cardFirstTd div.oneHeightDiv {
    font-size: 1px;
    height: 1px;
    line-height: 1px;
}

/*人物资料*/
.detail-zzjgxx .lemma-main-content {
    float: left;
    outline: 0 none;
    overflow: hidden;
    padding-bottom: 16px;
    width: 650px;
}

.detail-zzjgxx .headline-1 {
    border-bottom: 1px solid #DEDFE1;
    clear: both;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 30px 0 30px;
    padding-bottom: 6px;
}

.detail-zzjgxx .headline-2 {
    /*border-bottom: 1px solid #DEDFE1;*/
    /*clear: both;*/
    display: block;
    color: #666666;
    font-size: 16px;
    width: 590px;
    border-bottom: 1px dashed #aaaaaa;
    
    font-weight: bold;
    line-height: 30px;
    margin: 30px 30px 10px 30px;
}

.detail-zzjgxx .gotop {
    display: block;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0 0;
    height: 15px;
    line-height: 16px;
    padding-left: 18px;
    width: 52px;
    background: url("../../Images/content_icon.gif") no-repeat scroll -86px -573px transparent;
    color: #999999;
    text-decoration: none;
}

/*用在组织机构中的人员*/
.detail-zzjgxx .content-2 {
    width: 650px;
}


/*人员照片*/
.detail-zzjgxx .content-2 td img {
    width: 98px;
    margin: 0 auto;
    display: block;
}

/*人员姓名*/
.detail-zzjgxx .content-2 td .name {
    text-align: center;
}

/*超链*/
.detail-zzjgxx .content-2 td a {
    text-decoration: none;
    color: #333333;
}

/*超链*/
.detail-zzjgxx .content-2 td a:hover {
    color: #006400;
}

/*富文本内容显示*/
.detail-zzjgxx .content-1 {
    /*padding: 30px 0;*/
    width: 650px;
}

.detail-zzjgxx .content-1 p {
    line-height: 25px;
    text-indent: 2em;
    font-size: 14px;
    margin-bottom: 10px;
    word-spacing: pre-wrap;
}

.detail-zzjgxx .content-1 table {
    border: 1px;
}

.detail-zzjgxx .content-1 td {
    border: 1px solid black;
}</pre></body></html>