.gf_header {
    padding: 0 5%;
}
.content_row {
    margin: 0;
}
.content_row ._col {
    padding-left: 0;
    padding-right:0
}
.gf_left_list {
    padding-left: 0;
    height: 100%;
    
}
.gf_left_list li {
    list-style: none;
    cursor: pointer;
    font-size: 16px;
}

.gf_left_list .gf_left_list_p a {
    padding-left: 20px;
    /* height: 100%; */
    width: 95%;
    display: inline-block;
    position: relative;
    margin:8px 0 8px 0;
    border-radius:4px;
}
.gf_left_list .gf_left_list_p a .pic2{
    position: absolute;
    right: 8px;
    top:50%;
    transform: translateY(-50%);
}
.gf_left_list .gf_left_list_p a i {
    background: url(images/new/system.png) no-repeat left center;
    background-size: auto;
    height: 30px;
    width: 35px;
    display: inline-block;
    vertical-align:middle;
}
.gf_left_list .gf_left_list_p a:hover {
    background: #157AF7;
    
}

.gf_left_list li img {
    height: 20px;
    padding-left: 15px;
    margin: auto 0;
}

.gf_left_list .gf_left_list_p a .pic1 {
    padding-bottom: 4px;
    height: 26px;
}

.gf_left_list li a {
    text-decoration: none;
    line-height: 50px;
    color: #777;
}
.gf_left_list li .left_list_child {
    line-height: 40px;
    display: none;
    background-color: #13354E;
}
.gf_left_list li .left_list_child li {
    padding-left: 0;
}
.gf_left_list li .left_list_child li:hover {
    background-color:transparent;
}

.comm_footer {
   margin-bottom: 0
}
.gf_padd {
    padding-top: 20px;
}
.gf_padd td {
    vertical-align:middle!important;
}

.fixedWidth {
    width: 215px;
}

.fixedRightWidth {
    width: 1045px;
}
.fixedbodyWidth {
    width: 1295px;
    display: inline-flex;
    justify-content: flex-start;
}

.modify {
    min-width: 100px;
    left: 50%;
    transform: translateX(-50%)
}

.gf_bgColor {
    /* background: #ddd; */
    background-color:#13354E;
}
.new_work_order {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.new_work_order .new_work_order_child {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}
.new_work_order_1 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.new_work_order_1 .new_work_order_child_1 {
    width: 33%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}