@font-face {
    font-family: 'PT Sans Narrow Bold';
    src: url('../fonts/ptn77f.woff') format('woff'), url('../fonts/ptn77f.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.navbar {
    min-height: 130px;
}

.navbar a {
    color: #003366;
}

li.nav-item {
    border: 1px solid #cccccc;
}

li.nav-item-active,
li.nav-item:hover {
    background-color: #ffffe0;
    border-left: 3px solid #0dcaf0;
}

ul.dropdown-menu {
    background-color: #ffffe0;
}

ul.dropdown-menu li.nav-item {
    border: none;
    border-bottom: 1px solid #cccccc;
}

ul.dropdown-menu li:last-child {
    border: none;
}

span#website-title {
    font-size: 1.5em;
    font-weight: bolder;
}

span#website-desc {
    font-family: 'PT Sans Narrow Bold';
}

span#auth-code {
    font-family: 'Microsoft YaHei', Sans-Serif;
    font-weight: bolder;
    color: #000000;
}

span.nav-item-cn {
    font-weight: bolder;
}

span.nav-item-en {
    font-size: 0.8em;
}

.article-row {
    padding: 20px;
}

.article-row div.article-title {
    padding: 20px 5px;
    border-bottom: 2px solid #003366;
    border-left: 10px solid #003366;
}

.article-row span.article-title {
    display: block;
    padding: 15px;
    border-left: 10px solid #0dcaf0;
    font-size: 1.2em;
    font-weight: bolder;
    color: #003366;
}

.article-row .article-cn,
.article-row .article-en {
    line-height: 25px;
    padding: 10px;
}

#links.row,
#footer.row {
    display: inline-block;
}

#links.row a {
    text-decoration: none;
}

#footer.row a {
    font-size: 0.8em;
    color: #666666;
    text-decoration: none;
}