
.my_main_content{
    width:1200px;
    box-sizing: border-box;
    padding:0 30px 50px 30px;
    margin:40px auto;
    background-color: #fff;
    position: relative;
}
.company_name{
  margin-bottom: 27px;
    font-weight: bold;
    color:#0166b7;
    font-size: 24px;
}
.company_code{
    width: 100px;
    height: 100px;
    margin-left: 37px;
}
.company_info ul li{

    font-size: 16px;
    color: #333;
    min-height: 40px;
    margin-bottom: 10px;
    display: flex;
    align-items: start;
}
.company_info ul li span{
    font-size: 16px;
    color: #999;
   }
.company_info img{
    margin-right:20px;
    position: relative;
    top: 1px;
}
#myMap{
    width:100%;height:520px;
}

.mapimg {
    width: 590px;
    height: 394px;
    flex-shrink: 0;
    margin-left: 30px;
}

.mapimg>img {
    width: 100%;
}