.em-border-box{
    border:1px solid #dae6f7;
    position: relative;
    /*min-height: 791px;*/
    min-height: 904px;
    margin-top: 28px;
    padding-left: 230px;
    padding-bottom: 34px;
    border-top: none;
}
.em-leaders{
    min-height: 791px;
    width: 230px;
    background: url("/images/img_leaders_bg.png") center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: -10px;
}
.em-leaders:before{
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 0 10px;
    border-color: transparent transparent transparent #2b5999;
    position: absolute;
    top: 0;
    right: -10px;
}
.em-leader-infos{
    border-top: 40px solid #dae6f7;
    position: relative;
    padding: 0 22px;
}


#footer{
    margin-top: 150px;
}
/*领导列表*/
.em-leader-top{
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    font-weight: bolder;
    margin: 24px 0;
    padding-left: 55px;
    background: url("/images/icon_header_top.png") 22px center no-repeat;
}
.em-leader-item{
    margin: 20px;
    min-height: 94px;
    background-color: #ffffff;
    border-radius: 4px;
    opacity: 0.94;
    padding: 10px 23px;

}
.em-leader-title{
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}
.em-leader-name{
    display: block;
    text-align: center;
    font-weight: bolder;
    font-size: 18px;
    line-height: 40px;
    color: #376cb0;
}
/*临到信息*/
.em-leader{
    margin-top: 26px;
    position: relative;
}
.em-leader-photo{
   /*  width: 185px; */
    height: 226px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -113px;
}
.em-leader-info{
    margin-left: 185px;
    margin-top: 7px;
    min-height: 214px;
    padding:23px;
    background-color: #ebf4fc;
}
.em-leader-info .em-leader-name{
    font-size: 20px;
    line-height: 32px;
    color: #2f2f2f;
    text-align: left;
    margin-bottom: 20px;
}
.em-leader-name>span{
    font-weight: bolder;
    font-size: 20px;
    color: #2f2f2f;
}
.em-personal-profile-tips{
    font-weight: bolder;
    font-size: 16px;
    line-height: 32px;
    color: #2f2f2f;
    margin-bottom: 4px;
}
.em-personal-profile{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #666666;
}
.em-left{
    width: 67.26%;
}
.em-right{
    width: calc(32.74% - 20px);
}
.em-title{
    margin-top: 13px;
    height: 38px;
    border-bottom: 1px solid #d5dbe6;
    line-height: 38px;
    font-weight: bolder;
    font-size: 18px;
    color: #376cb0;
    padding-left: 5px;
}
.em-title>span{
    position: relative;
    display: inline-block;
    height: 100%;
    min-width: 72px;
    text-align-last:justify
}
.em-title>span:after{
    display: block;
    height: 2px;
    content: '';
    width: calc(100% + 10px);
    margin-left: -5px;
    left: 50%;
    bottom: 1px;
    background-color: #376cb0;
}
.em-work .em-content{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-top: 10px;
}
.em-resume-list{
    margin-top: 7px;
}
.em-resume-item{
    min-height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.em-resume-time{
    font-size: 16px;
    color: #666666;
    position: relative;
    width: 90px
}
.em-resume-name:before{
    display: block;
    content: '';
    height: 100%;
    border-right: 1px dashed #aaaaaa;
    position: absolute;
    /*right: -17px;*/
    top: 16px;
    left: -17px;

}
.em-resume-time:after{
    display: block;
    content: '';
    text-align: center;
    width: 7px;
    height: 7px;
    background-color: #cccccc;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -4px;
    border-radius: 50%;
}


.em-resume-name{
    margin-left: 123px;
    position: relative;
    /*overflow: hidden;*/
    /*text-overflow:ellipsis;*/
    /*white-space: nowrap;*/
    font-size: 16px;
    color: #333333;
}

.em-resume-list>.em-resume-item:last-child .em-resume-name:before{
    display: none;
}
.em-resume-item:hover div{
    color: #376cb0;
}
.em-resume-item:hover .em-resume-time:after{
    background-color: #4a83d2;
}
.em-activity-item{
    /*margin-top: 16px;
    min-height: 64px;
    background-color: #f5f9ff;
    border: solid 1px #dfe9f7;*/
}
.em-activity-item>a{
    display: block;
    height: 100%;
    padding: 15px 14px;
}
.em-activity-name{
    font-weight: bolder;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
	float:left;
}
.em-activity-time{
    font-size: 14px;
    line-height: 30px;
    color: #999999;
	float:right
	}
.em-activity-item:hover{
    /*background-color: #ffffff;
    box-shadow: 0px 0px 15px 0px
    rgba(29, 52, 138, 0.18);
    border: solid 1px #dfe9f7;*/
}
.em-activity-item:hover .em-activity-name,
.em-activity-item:hover .em-activity-time{
    color: #376cb0;
}
@media (max-width: 768px) {
    .em-border-box{
        padding-left: 0;
    }
    .em-leaders{
        width: 100%;
        position: relative;
        padding-top: 1px;
    }
    .em-leaders:before{
        border: none;
    }
    .em-left,
    .em-right{
        width: 100%;
    }


}
@media (max-width: 1276px) {
    .em-leader-photo{
        position: relative;
        display: block;
        margin: 0 auto;
    }
    .em-leader-info{
        height: auto;
        width: 100%;
        margin-left: 0;
    }
}
