.leader-content {
    width: 1140px;
    margin: 0 auto 21px;;
    padding: 30px 30px 0;
	border: solid 1px #e6e6e6;
}
.leader-content .left {
    float: left;
    width: 551px;
}
.leader-content .right {
    width: 551px;
    float: right;
}


.resume-title {
    padding: 25px 0 0;
    border: none;
    border-top: 1px dotted #bbb;
}
.resume-title:after {
    display: none;
}
.zyhd-title:before,
.resume-title:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    content: "";
    vertical-align: top;
    background: url("01-01-common-sprint-icon.png");
}
.resume-title:before {
    background-position: -298px -86px; 
}
.zyhd-title:before {
    background-position: -334px -86px; 
}

.photo {
    float: left;
    margin-right: 50px;
}
.photo,
.photo img {
    width: 116px;
    height: 172px;
}
.name,
.job,
.work {
    position: relative;
    width: 355px;
    font-size: 16px;
    padding: 0 0 0 30px;
    line-height: 36px;
    color: #4872b0;
}
.job,
.work {
    max-height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.name:before,
.job:before,
.work:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("01-01-common-sprint-icon.png") no-repeat;
}
.name:before {
    background-position: -134px -83px;
}
.job:before {
    background-position: -91px -84px;
}
.work:before {
    background-position: -44px -84px;
}
.name span,
.job span,
.work span {
    color: #333;
}
.tel,.email {
    float: left;
    width: 263px;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    font-family: "ArialMT";
    border: solid 1px #c5cde0;
    background: #fafafa;
    color: #4872b0;
}
.tel {
    margin: 31px 20px 31px 0;
}
.email {
    margin: 31px 0;
}
.tel:before,.email:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 15px;
    vertical-align: middle;
    background: url("01-01-common-sprint-icon.png") no-repeat;
}
.tel:before {
    background-position: -236px -78px;
}
.email:before {
    background-position: -176px -78px;
}
.resume {
    margin: 25px 0;
    font-size: 16px;
    line-height: 36px;
    overflow: hidden;
}


.news-title {
    display: block;
    position: relative;
    padding: 10px 92px 0 0;
    font-size: 16px;
    line-height: 32px;
    border-top: 1px dotted #bbb;
    color: #333;
    cursor: pointer;
}
.important-activity .news-title:first-child {
    margin-top: 10px;
    border: none;
}
.news-title:hover {
    color: #4872b0;
}
.title-1 + .news-title {
    border: none;
}
.news-title span {
    position: absolute;
    right: 0;
    top: 10px;
    width: 90px;
    font-size: 14px;
    text-align: right;
    color: #999;
}
.news-content {
    margin: 6px 0 10px;
	font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #999;   
}
.right .page {
    margin: 46px 0 25px;
    text-align: center;
}
