body{
    background-color: #f3f3f3;
}
.my_main_content{
    width:1200px;
    box-sizing: border-box;
    padding:0 30px 50px 30px;
    margin:20px auto;
    background-color: #fff;
    position: relative;
}
.company_name{
    height:105px;
    font-weight: bold;
    color:#103595;
    font-size: 24px;
}
.company_code{
    position: absolute;
    right:30px;
    top:50%;
    transform: translate(0,-50%);
}
.company_info ul li{
    width:900px;
    font-size: 18px;
    letter-spacing: 2px;
    min-height: 40px;
    margin-bottom: 10px;
    display: flex;
    align-items: start;
}
.company_info ul li span{
    width:850px;
}
.company_info img{
    margin-right:20px;
    position: relative;
    top: 1px;
}
#myMap{
    width:100%;height:520px;
}