.companyprofile_content {
    margin-top: 140px;
    background: #f5f5f5;
}
.companyprofile_content_top {
    width: 100%;
    margin-bottom: 20px;
}

.companyprofile_content_mid_mianbaoxie {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    background: #f5f5f5;
    color: #666;
}
.companyprofile_content_mid_mianbaoxie img {
    height: 100%;
}
.companyprofile_heart1 {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 30px 0 30px;
    box-sizing: border-box;
}

/* xia */
.companyprofile_bottom {
    display: flex;
    justify-content: space-between;
}
.shou_news_title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 2px solid #002C63;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shou_news_title span {
    color: #002C63;
}
.shou_news_title_right {
    font-size: 18px;
    font-weight: 100;
}
.shou_news_right {
    width: 30%;
    float: right;
}
.shou_news_right_shang {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.shou_news_right_xia {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.companyprofile_bottom_left {
    width: 68%;
    float: left;
    padding: 0 10px 10px;
    box-sizing: border-box;
}
.companyprofile_bottom_left img {
    width: 100%;
}
.companyprofile_bottom_left_text {
    font-size: 16px;
    color: #333;
    text-indent: 2rem;
    line-height: 32px;
}
