.company-profile .company-content {
    padding: 0 0.50rem 0.22rem;
    background-color: #f5f6f8
}
.company-profile .company-content .content img {
 max-width: 100%;
 height: auto;
}
.company-profile .company-content .title-box {
    min-height: 0.70rem;
    padding: .15rem 0;
    line-height: 0.40rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #edc28e;
    color: #000
}

.company-profile .company-content .title-box h2 {
    font-size: 0.18rem;
    font-weight: 400
}

.company-profile .company-content .title-box .time {
    color: #8d8d8d;
    font-size: 0.16rem
}

.company-profile .company-content .content {
    padding: 0.22rem 0;
    font-size: 0.16rem;
    line-height: 1.8;
}
.company-profile .company-content .content > p{
	text-indent: 2em;
	margin-bottom: .15rem;
}
.company-profile .company-content .content > p > img:nth-of-type(1){
	margin-left: -2em;
}

.company-profile .company-content .content li {
    margin-bottom: 0.30rem
}

.company-profile .company-content .content li:last-child {
    margin-bottom: 0
}

.company-profile .company-content .content .tit-h6 {
    padding-left: 0.14rem;
    border-left: 0.05rem solid #13436a;
    color: #000;
    line-height: 1;
    font-weight: 400
}

.company-profile .company-content .content .art-con {
    padding-top: 0.08rem;
    color: #787878;
    line-height: 2.125
}

@media screen and (max-width: 750PX) {
    .company-profile .company-content {
        padding: 0.30rem
    }

    .company-profile .company-content .title-box h2 {
        font-size: 0.30rem
    }

    .company-profile .company-content .title-box .time {
        font-size: 0.24rem
    }

    .company-profile .company-content .content {
        padding-top: 0.40rem;
        font-size: 0.24rem
    }

    .company-profile .company-content .content .tit-h6 {
        line-height: 1.3
    }
}
<!--ºÄÊ±1763888829.3449Ãë-->