/* zhe  zhao  */
.company-detail {
    height: 620px;
    position: relative;
    background: #fff;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    padding: 60px 50px 60px 40px;
}
.company-detail-l {
    width: 449px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}
.company-detail-l > h1 {
    font-size: 24px;
    /*font-family: SourceHanSansCN-Bold, SourceHanSansCN;*/
    font-weight: bold;
    color: #B60004;
    margin-top: -30px;
}
.company-detail-l > p {
    font-size: 28px;
    /*font-family: SourceHanSansCN-Bold, SourceHanSansCN;*/
    font-weight: bold;
    color: #222222;
    text-align: center;
}
.company-detail-l > img {
    position: absolute;
    margin: auto;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    max-width: 100%;
    max-height: 100%;
}
.people-right {
    width: 648px;
    padding: 0;
    height: 100%;
    overflow-y: scroll;
    overflow:-moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.people-right::-webkit-scrollbar {
    width: 0 !important
}

.people-copy {
    margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
    /* zhe zhao */
    .zhe {
        height: calc(100% - 1.33rem);
        top: 1.33rem;
    }
    .people-banner {
        width: calc(100% - 0.8rem);
        height: calc(100% - 1.06rem);
        top: 0.53rem;
        left: 0.53rem;
        transform: translate(0);
    }
    .company-detail {
        width: 100%;
        flex-direction: column;
        height: 100%;
        padding: 0.8rem 0.4rem 0.4rem;
    }
    .company-detail-l {
        width: 100%;
        border-right: 0;
        border-bottom: 0.03rem solid rgba(0, 0, 0, 0.1);
        padding-bottom: .3rem;
        height: 2.3rem;
    }
    .company-detail-l > h1 {
        font-size: 0.43rem;
        margin-top: 0;
    }
    .company-detail-l > img {
        width: auto;
        max-height: 1.5rem;
        height: auto;
        margin: 0 auto;
        display: block;
        position: relative;
        top: 0;bottom: auto;right: auto;left: 0;
    }
    .company-detail-l > p {
        font-size: 0.43rem;
    }
    .people-right{
        width: 100%;
        height: calc(100% - 3rem);
        overflow-y: scroll;
    }
    .people-copy {
        margin-bottom: 0.8rem;
    }
    .people-copy > h1 {
        font-size: 0.43rem;
        margin-bottom: 0.1rem;
    }
    .people-copy > p{
        font-size: 0.35rem;
        line-height: 0.69rem;
    }
    .people-close {
        width: 0.48rem;
        height: 0.48rem;
        top: 0.53rem;
        right: 0.53rem;
    }
}
