.Crumbs {
    background: #FAFAFA;
}

.Crumbs p {
    width: 1000px;
    margin: 0 auto;
    line-height: 60px;
    font-size: 14px;
    color: #666666;
}
.Crumbs p a{
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}
.warpContent{
    min-height: 600px;
}
.topPart{
    width: 1000px;
    height: 80px;
    background: #028B7B;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
    margin-top: 16px;
}
.topPart>img{
    width: 32px;
    vertical-align: middle;
    margin-right: 10px;
}
.personList{
    width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
}
.personPart{
    width: 100%;
    height: 246px;
    background: url(../Image/personBg.png) no-repeat center;
    background-size: cover;
    margin-bottom: 32px;
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1000);
    border-radius: 4px;
    padding: 22px 30px 40px 30px;
    position: relative;
    overflow: hidden;
}
.personPic{
    width: 138px;
    height: 184px;
    float: left;
}
.line{
    width: 1px;
    height: 182px;
    border: 1px dashed #E6E6E6;
    margin-left: 30px;
    margin-right: 35px;
    float: left;
}
.rightPart{
    float: left;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}
.rightPart>div{
    margin-top: 16px;
}
.rightPart>.clearboth{
    margin-bottom: 24px;
}
.rightPart .titleName{
    float: left;
    font-size: 22px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #333333;
}
.rightPart .titleTag{
    float: left;
    width: 75px;
    height: 23px;
    background: rgba(2,139,123,0.1200);
    border-radius: 2px;
    margin-top: 4px;
    margin-left: 10px;
}
.fixedPart{
    position: absolute;
    width: 1000px;
    height: 246px;
    background: url(../Image/detailBg.png) no-repeat center;
    background-size: cover;
    top: 0;
    left: -1000px;
    padding: 24px;

}
.fixedPart>.topTitle{
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.fixedPart>.textContent{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 13px;
}
.noMore{
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-top: 32px;
    margin-bottom: 32px;
}