* {
    margin: 0;
    padding: 0;
}

ul>li {
    list-style: none;
}

a {
    text-decoration: none;
}

html,
body {
    width: 100%;
    height: 100%;
    background-color: #eee;
}

.container {
    padding-top: 20px;
}

.content {
    width: 1200px;
    margin: 20px auto 26px;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
}

.location {
    padding: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}

.location img {
    vertical-align: top;
}

.location p {
    display: inline-block;
    vertical-align: top;
    color: #005389;
}

.location a {
    margin: 0 5px;
    color: #333;
}

.location span {
    position: absolute;
    right: 15px;
    top: 18px;
    color: #005389;
}

.navtab {
    border-radius: 3px;
    overflow: hidden;
}

.navtab ul {
    display: flex;
}

.tabItem {
    flex: 1;
}

.tabItem a:hover {
    background-color: #1a83da;
}

.tabItem a {
    display: block;
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background-color: #005389;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.friendshipLink {
    margin-top: 30px;
    padding: 25px 0 50px;
    border-top: 5px solid #005389;
    color: #005389;
    font-size: 18px;
}

.friendshipLink span {
    font-weight: bold;
    margin-right: 40px;
}

.friendshipLink a {
    font-size: 16px;
    color: #005389;
}