#header .logo{
    width: 540px;
    height: 110px;}
.page-center>.right{
    height: 100%;
    flex: 1;}
#header .a-list {
    white-space: nowrap;
    font-size: 14px;
    margin-top: 20px;
    color: #FFF;
    margin-left: calc(50vw - 456px);}
#header .a-list a{
    color: #FFF;
    font-size: 14px;
    line-height: 21px;}
#header .nav-row {
    background-color: rgba(10, 76, 162, 1);}

#header .nav-row .item {
    width: 134px;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    line-height: 58px;
    font-size: 18px;
    color: #fff;
    position: relative;}
#header .nav-row .item:hover{
    background-color: rgba(0, 56, 120, 0.6);}

#header .nav-row .selected{
    background: rgba(0, 56, 120, 1);}
.right .content{
    padding-bottom: 30px;}
.rich-text img {
    max-width: 930px;
    object-fit: contain;}
.article-title{
    line-height: 30px;
    color: rgba(10, 76, 162, 1);
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;}
.date-row{
    font-size: 14px;
    color: rgba(166, 166, 166, 1);
    line-height: 21px;
    text-align: center;
    margin-bottom: 30px;}
