.nav {
    text-align: right;
}
.nav .backBttom {
    margin-right:5px;
}

.nav .backBttom a {
    color: white;
    text-decoration: none;
}

.article {
    width: 100%;
    text-align: center;
}
.article .articleTitle {
    background:var(--COLOR-BLUE);
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
}
.article .articleList {
}
.article .articleList ul{
    list-style: none;
    padding: 0;
    text-align: left;
}

.article .articleList ul li{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.article .articleList ul li a{
    text-decoration: none;
    color: black;
}
.article .articleList ul li .rowNum{
    font-size: 16px;
    margin-right: 10px;
    margin-left: 15vw;
    font-style: italic;
    color: var(--COLOR-GRAY);
}
.article .articleList ul li .from{
    font-size: 12px;
    margin-right: 10px;
    margin-left: 20px;
    font-style: italic;
    color: var(--COLOR-GRAY);
}
.article .articleList ul li .fetchDate{
    font-size: 12px;
    margin-right: 10px;
    margin-left: 20px;
    font-style: italic;
    color: var(--COLOR-GRAY);
}

/*.article .articleList .list .row {*/
    /*background:blue;*/
/*}*/
.article .articleList .list .row:nth-child(2n + 0) {
    background: var(--COLOR-TABLE-BG-GRAY);
}

.contact {
    height: 100px;
    background: var(--COLOR-GRAY);
    width: 100%;
}

