.contact-content{
    margin-top: 90px;
}
.contact-content ul{
    display: flex;
}
.contact-content ul li{
    text-align: center;
    height: 313px;
    border-right: 1px dashed #bfbfbf;
}
.contact-content ul li:last-child{
    border: none;
}
.contact-content ul li p{
    font-size: 20px;
    margin-bottom: 57px;
}
.contact-content ul li:first-child{
    width: 302px;
}
.contact-content ul li img{
    margin-bottom: 48px;
}
.contact-content ul li div{
    font-size: 19px;
    text-align: left;
    line-height: 32px;
    padding-right: 30px;
    color: #535353;
}
.contact-content ul li:nth-child(2){
    width: 281px;
}
.contact-content ul li:nth-child(3){
    width: 350px;
}
.phone span, .network span{
    display: block;
    text-align: center;
    color: #535353;
}
.phone span:first-child{
    margin-top: -3px;
    margin-bottom: 3px;
}
.phone, .network{
    padding: 0 !important;
}
.network span{
    margin-top: -3px;
}
.map{
    margin-top: 50px;
    margin-bottom: 58px;
}