.mid {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 60px 20px;
}

.yglxTitle {
    font-size: 38px;
    font-weight: bold;
    color: #666;
    opacity: .25;
    margin-bottom: 14px;
}

.midLeft h3 {
    font-size: 38px;
    margin-bottom: 21px;
    font-weight: bold;
}

.noneBorder {
    border: 1px solid #000;
    width: 40px;
    margin-bottom: 31px;
}

.company {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 35px;
}

.address,.gcAddre,.email,.callPhone {
    color: #999;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.address p,.gcAddre p,.email p,.callPhone p {
    width: 70px;
    margin-bottom: 0;
    text-align-last:justify;
    text-align:justify;
    text-justify:distribute-all-lines; 
}

.midLeft {
    width: 600px;
    height: 372px;
}

.midRight {
    width: 600px;
    height: 372px;
}