#pic {
    background-image: url("../images/school2.jpg");
    width: 100%;
margin-top:70px;
    height: 148px;
}
#article-box {
    width: 1200px;
    margin: 0 auto;
    min-height: 700px;
    padding-top: 50px;
}
#location {
    font-size: 0.9rem;
    display: flex;
}
#location:before {
    content: url(../images/loc.png);
    position: relative;
    margin-right: 5px;
    bottom: -3px;
}
#location a {
    color: #8a8a8a;
    margin-right: 10px;
}
#location a:before {
    content: " > ";
}
#article-body {
    width: 1200px;
    min-height: 500px;
}