
 
.container-fluid.p-0{
    padding: 120px 0 125px;
    display: flex;
    justify-content: center;
  }
  .container-fluid .row{
    min-width: 1200px;
    max-width: 1540px;
    display: flex;
    justify-content: space-between;
  }
.contact-left{
    width: 200px;
    height: 600px;
    position: relative;
    padding: 10px 0;
}
.contact-left li{
    line-height: 40px;
    padding: 20px 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    box-sizing: border-box;
    border-right: 3px solid #FF5D15;
    z-index: 2;
 
}
.contact-left::after{
    content: ' ';
    display: inline-block;
    height: 100%;
    border-right: 3px solid #9E9F9F;
    position: absolute;
    top: 0;
    right: 0px;
    z-index: -1;
}
.contact-right{
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    align-content: flex-start;
    overflow: auto;
    max-height: 600px;
    padding-left: 40px;

}
.contact-right li{
    width: 20%;
    padding: 20px;
 margin-bottom: 40px;
 
}
.contact-right li .name{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
}
.contact-right li .telphone{
    font-size: 16px;
    line-height: 36px;
    color: #000;
}