.common__saerch--input--pbslayout input {
    /* 搜索框左边距 */
    padding-left: 70px;
}

/* 右侧 */
.com__show--head--pbslayout li:first-child {
    cursor: pointer;
}

.com__show--body--pbslayout li:first-child {
    display: none;
}

/* 图片等比缩放兼容处理 */
.auto_scale--images {
    /* *-容器 */
    position: relative;
}

.auto_scale--images img {
    /* *-图片 */
    position: absolute;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    cursor: pointer;
}

/* wangeditor 插件*/
.w-e-text-container {
    padding: 0 40px;
}

/* 科技人才-联系我们弹窗 --- start */
.achievement_people_box {
    line-height: 1.2;
    position: relative;
}

.achievement_people_box * {
    font-family: sans-serif;
    word-break: break-word;
}

.achievement_people_box_top {
    min-height: 124px;
    background: #fff;
    padding: 48px 40px 16px 210px;
}

.achievement_people_box_bot {
    min-height: 170px;
    background: #C71522;
}

.achievement_people_modal_name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.achievement_people_modal_name h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    max-width: 50%;
}

.achievement_people_modal_hot {
    font-size: 14px;
    font-weight: 700;
    color: #FF383A;

}

.achievement_people_modal_hot i {
    font-size: 18px;
    margin-right: 5px;
    line-height: 1;
}

.achievement_people_modal_position {
    color: #FF383A;
    font-size: 14px;
    margin-top: 10px;
}

.achievement_people_modal_position i {
    font-size: 20px;
    margin-right: 8px;
    line-height: 1;
}

.achievement_people_aboutmsg {
    padding: 0px 40px 20px 210px;
    display: flex;
    flex-wrap: wrap;
}

.achievement_people_aboutmsg > li {
    width: 50%;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.achievement_people_aboutmsg > li i {
    font-size: 20px;
    line-height: 1;
    margin-right: 6px;
}

.achievement_people_source {
    padding: 16px 40px;
    color: #FFFFFF;
    font-size: 12px;
}

.achievement_people_box_img {
    width: 138px;
    height: 180px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    left: 40px;
    top: 40px;
}

.achievement_people_box_img img {
    position: absolute;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    cursor: pointer;
}

/* 科技人才-联系我们弹窗 --- end */
