﻿.side-menu {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.side-menu-item {
    font-size: 18px;
    line-height: 60px;
    padding: 0 10px;
}

.left-content ul li a {
    display: inline-block;
    color: #333333;
}

.left-content .back a {
    color: #01489D;
}

.left-content {
    position: relative;
}

.left-content .bottom {
    position: absolute;
    bottom: 0;
    z-index: 0;
}

.menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -20px;
}

.menu-item {
    width: 30%;
    height: 60px;
    background: #EFF5FE;
    border-radius: 10px;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    color: #000000;
    margin: 0 0 20px 0;
    cursor: pointer;
}

.menu-item:hover {
    background: #01489D;
    color: #ffffff;
}

.article-item {
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.article-item .cover {
    width: 168px;
    height: 105px;
    border-radius: 10px;
    margin-right: 18px;
}

.article-item .info {
    flex: 1;
}

.article-item .info .title {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.article-item .info .title .text {
    font-weight: bold;
    color: #333333;
    font-size: 16px;
}

.article-item .info .title .time {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.article-item .info .remark {
    line-height: 24px;
    color: #333333;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.article {
    background: #EFF5FE !important;
    margin-top: 30px;
    padding: 40px 30px;
}

.article .title {
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    line-height: 45px;
    text-align: center;
    margin-bottom: 22px;
}

.article .info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.article .info-item {
    margin-right: 20px;
}

.article-content {
    margin: 40px 0;
}

.link {
    color: #01489D;
    cursor: pointer;
}

.page-nav {
    display: flex;
    justify-content: center;
}