﻿.situation-people-wrap {
    border: 1px solid #EBEEF5;
    text-align: center;

}
.situation-people-img {
    margin: 0 auto;
    width: 1020px;
    border-bottom: 1px #DCDFE6 dashed;
}
.situation-people-wrap img {
    margin: 60px 0 20px 0;
    padding: 9px 8px;
    width: 125px;
    height: 163px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.person-name {
    font-size: 18px;
    margin-bottom: 30px;
    color: #303133;
}
.situation-sub-people-margin {
    margin: 0 25px 40px;
}
.situation-sub-people-margin img {
    margin-top: 40px;
}
.situation-title {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px #235BC8 solid;
}
.work-info-wrap {
    padding: 7px 10px 0;
    font-size: 18px;
    color: #303133;
}
.work-info-wrap .work-info-title {
    margin-bottom: 5px;
}
.work-info-wrap .work-info-content {
    padding: 0 7px;
    font-size: 16px;
}
/* 内设机关 */
.situation-organ {
    position: relative;
    margin-top: 15px;
    width: 610px;
    height: 58px;
    line-height: 58px;
    border: 1px solid #EBEEF5;
    display: inline-block;
    color: #303133;
    font-size: 16px;
}
.situation-organ:hover {
    background: #F7FAFF;
    color: #235BC8;
}
.situation-organ img {
    position: relative;
    top: 6px;
    margin: 0 20px 0 80px;
}
.situation-organ span {
    position: absolute;
    right: 100px;
    font-size: 20px;
    color: #C0C4CC;
}