.info_box{
    margin: .8rem 0;
}
.map_box{
    width: 6.84rem;
    height: 6.42rem;
   
}
.info_box{
    display: flex;
    justify-content: space-around;
}
.ma_box img{
    width: 1.63rem;
    height: 1.63rem;
}
.name{
    font-size: .22rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    text-align: center;
    color: #153a87;
}
.span_box{
    color: #333;
    font-size: .14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.attention{
    font-size: .18rem;
    font-weight: bold;
    color: #333;
}
.info_item{
    margin-left: 1.35rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.map_box{
    width: 4.26rem;
    height: 2.91rem;
}
.span_box span{
    display: block;
}
.email_span{
    margin: .1rem 0;
}
.span_item{
    display: flex;
    align-items: center;
}
.span_item1{
    margin: .4rem 0;
}
.span_item div{
    margin-right: .3rem;
}
.span_item span{
    font-size: .16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.span_item:nth-child(3){
    margin-bottom: .3rem;
}
