.map {
    padding-top: 15px;
    position: relative;
}
.address {
    left: 50%;
    width:  548px;
   
    height: 164px;
    position: absolute;
    background-color: #fff;
    top: 210px;
    border-left: 2px solid #000;

}
.address .infor:nth-child(1){
    margin-top: 10px;
}
.address .infor  {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
}
.address .infor img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.address .infor h4 {
    float: left;
    font-weight: 400;
   margin-right: 10px;
    margin-left: 15px;
    font-size: 14px;
    
}

.message {
    margin-top: 50px;

}
.message>p {
    position: relative;
    font-size: 30px;
    text-align: center;
}
.message>p::after{

    display: block;
    content: "";
    position: absolute;
    top: 22px;
    left: 50%;
    margin-left: -100px;
    width: 30px;
    height: 30px;
    border-top: 1px solid #8d451e;
    
}
.message>p::before {
    display: block;
    content: "";
    position: absolute;
    top: 22px;
    right:50%;
    margin-right:-100px;
    width: 30px;
    height: 30px;
    border-top: 1px solid #8d451e;
}

