/* #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: 978px;
}

.encyc .right {
    width: 344px;
}

/* #endregion */

/* #region 百科 */
.encyc .left .list li {
    display: flex;
    gap: 23px;
}

.encyc .left .list li:not(:first-child) {
    margin-top: 30px;
}

.encyc .left .list .img {
    overflow: hidden;
    width: 206px;
    height: 128px;
    border-radius: 6px;
}

.encyc .left .list .info {
    overflow: hidden;
    flex: 1;
}

.encyc .left .list .info a {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}

.encyc .left .list .info a:hover {
    color: #467cee;
    transition: .3s;
}

.encyc .left .list .info p {
    margin-top: 10px;
    color: #808080;
    font-size: 16px;
    line-height: 155%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.encyc .left .list .sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.encyc .left .list .tags {
    display: flex;
    gap: 10px;
}

.encyc .left .list .tags span {
    display: inline-block;
    background: #FDF5EA;
    border-radius: 3px;
}

.encyc .left .list .tags a {
    padding: 2px 10px;
    color: #ED851C;
    font-size: 12px;
}

.encyc .left .list .sub>span {
    color: #808080;
    font-size: 14px;
}

.encyc .left .list .sub i {
    display: inline-block;
    width: 16px;
}
/* #endregion */
