.navigation {
    color: #444;
    height: 42px;
    margin-top: 18px;
    line-height: 60px;
    user-select: none;
}

.navigation .index {
    float: left;
    color: #8C8C8C;
    line-height: 22px;
}

.navigation .index span {
    color: #444;
}

.navigation .page {
    float: right;
    display: flex;
    align-items: center;
}

.navigation .sp-hr {
    margin: 0 16px;
    width: 1px;
    height: 16px;
    background: rgba(140, 140, 140, 0.2);
}

.navigation a {
    cursor: pointer;
    color: #262626;
    line-height: 22px;
    text-decoration: none;
}

.navigation a:visited {
    color: #262626;
}

.navigation img {
    margin: 0 2px;
    width: 12px;
    height: auto;
}

.news {
    background-color: #fff;
    border: 1px solid rgba(164, 166, 181, 0.1);
    padding: 24px;
    margin-bottom: 60px;
}

.news .tit {
    font-weight: bold;
    font-size: 24px;
    color: #1A448A;
    line-height: 29px;
    text-align: left;
}

.news .time {
    font-weight: 400;
    color: #6F6F6F;
    line-height: 17px;
    text-align: left;
}

.news .text {
    font-weight: 400;
    color: #444;
    line-height: 24px;
    text-align: left;
}

.news .text p {
    text-indent: 2em;
}

.news img {
    width: 85%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
}