.part_left {
	float:left;
    width: 18%;
    border-style: solid;
    border-color: rgba(175,175,175,1);
    border-width: 1px;
    background: rgba(236, 236, 236, 1);
    /* position: absolute; */
    left: 20px;
    top: 90px;
    margin-left:1%;
}

.part_left .title {
    padding: 0 15px;
    color: #ffffff;
    line-height: 28px;
    height: 28px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    background: #5F6C8C;
}

.part_right {
    width: calc(82% - 60px);
    margin-left: calc(18% + 40px);
    height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
}

.part_right_item {
    border-style: solid;
    border-color: rgba(175,175,175,1);
    border-width: 1px;
    background: rgba(236, 236, 236, 1);
    width: 100%;
    margin-bottom: 12px;
}

.part_right_item > .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.part_right_item > .title {
    padding: 0 15px;
    line-height: 28px;
    height: 28px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    color: #ffffff;
    background: #5F6C8C;
}
.gauge_jianyou {
    position: absolute;
    left: 8%;
    top: 90%;
}

