.honor_all {
    margin-top: 10px;
    width: 650px;
    height: 456px;
    background-color: #ffffff;
    padding: 16px 22px;

    display: flex;
    justify-content: space-between;

}
.honor_left {

}
.honor_top {

}
.honor_top_text {
    font-size: 10px;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 14px;
    -webkit-background-clip: text;
    margin-bottom: 5px;
}

.honor_main {

}
.honor_main_title {
    font-size: 10px;
    font-weight: 400;
    color: #00A2B1;
    line-height: 14px;
    -webkit-background-clip: text;
    margin: 15px 0 8px 0;
}
.honor_item {
    position: relative;
    left: -6px;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.honor_dot {
    width: 4px;
    height: 4px;
    background: #444444;
    border-radius: 50%;
    margin-right: 3px;
}
.honor_item_text {
    font-size: 10px;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 14px;
    -webkit-background-clip: text;
}

.honor_bottom {
    display: flex;
    align-items: end;
}

.honor_bottom_img1 {
    width: 114px;
    height: 161px;
}

.honor_bottom_img2 {
    width: 100px;
    height: 139px;
    margin: 0 7px 5px 4px;
}

.honor_bottom_img3 {
    position: relative;
    top: 15px;
    width: 281px;
    height: 139px;
}
.honor_right {
    margin: 55px 0 0 100px;
    width: 140px;
    height: 370px;
}

