.middle-bread{
    text-align: left;
}
.school-map{
    margin-bottom: 20px;
}
.school-map header{
    background-color: rgba(68, 146, 159, 1);
    color: #000;
    font-size: 28px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
}
.school-map img{
    /*height: 470px;*/
    width: 100%;
}
div.building-introduce{
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}
div.building-wrap{
    background-color: rgba(252, 253, 253, 1);
    border: 1px solid rgba(215, 215, 215, 1);
    flex: 1 1 auto;
    padding: 10px 80px 30px 40px;
}
div.building-wrap:nth-child(2){
    margin: 0 1px;
}
div.building-wrap h5{
    color: #333;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
}
div.building-wrap table tr th,
div.building-wrap table tr td{
    font-size: 14px;
    color: #999999;
    padding: 5px 0;
}
div.building-wrap table tr th{
    font-weight: normal;
    vertical-align: top;
    width: 75px;
}

