/* #region 基础 */
.module:not(:first-child) {
    margin-top: 30px;
}

.module .content {
    margin-top: 30px;
}

.banners .banner {
    height: 300px;
}

.banners .pagination {
    bottom: 19px;
    gap: 14px;
}

.banners .pagination li {
    width: 44px;
    height: 7px;
    border-radius: 3.5px;
}

.encyc .left {
    width: 990px;
}

.encyc .right {
    width: 344px;
}

/* #endregion */

/* #region 文章 */
.article .title {
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.article .title h1 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
}

.article .title .sub {
    display: flex;
    justify-content: space-between;
    margin-top: 23px;
}

.article .title .sub span {
    color: #a6a6a6;
    font-size: 14px;
}

.article .title .sub span>i {
    color: #3D8EE3;
}

.article .content h3 {
    position: relative;
    margin: 16px 0;
    padding-left: 18px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.article .content h3::before {
    position: absolute;
    left: 0;
    width: 8px;
    height: 100%;
    content: "";
    background: #467cee;
    border-radius: 4px;
}

.article .content p {
    margin: 16px 0;
    color: #383838;
    font-size: 18px;
    line-height: 180%;
    text-indent: 2em;
}

.article .content p>img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.article .content p a {
    color: #3D8EE3;
}

.article .content .tips {
    position: relative;
    background: #F2F9FF;
    border-radius: 5px;
}



.article .context {
    display: flex;
    justify-content: space-between;
    padding: 14px 10px;
    background: #F2F9FF;
    border-radius: 5px;
}

.article .context a {
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 10px;
}

.article .context a>img {
    width: 12px;
    height: 20px;
}

.article .context a:nth-child(1) img {
    transform: rotate(180deg);
}

.article .context a:nth-child(2) {
    justify-content: end;
}

.article .context a>span {
    color: #467cee;
    font-size: 18px;
}

.article .context a>p {
    width: 60%;
    color: #a6a6a6;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* #endregion */
