.information-banner {
    width: 100%;
    height: 242px;
    background-image: linear-gradient(90deg, rgb(53, 90, 240) 0%, rgba(53, 90, 240, 0.4) 100%),
        url(/uploads/banner/48dc6d13-6422-406a-b957-bd2a79034a68.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.information-title {
    font-size: 28px;
    margin-bottom: 8px;
}

.information-content {
    width: 546px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.left-aside .left-search input {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 4px;
    width: 377px;
    font-size: 18px;
    line-height: 24px;
    padding: 6px 12px;
}

.information-main {
    padding: 32px calc(50vw - 627px) 32px calc(50vw - 627px);
    background: white;
    position: relative;
    min-height: calc(100vh - 72px - 286px - 242px);
    display: flex;
}

.left-aside {
    position: sticky;
    position: relative;
    top: 32px;
    top: 0;
    width: 116px;
    flex: 0 0 319px;
    /* height: 0;
    margin-left: -319px; */
}

.left-aside .left-search input {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 4px;
    width: 242px;
    height: 36px;
    padding: 7px 8px;
    padding-left: 28px;
    font-size: 14px;
    line-height: 22px;
    background: url(/static/images/information/search.svg) no-repeat;
    background-size: 14px 14px;
    background-position: left 9px center;
}

.left-aside .left-search {
    margin-bottom: 28px;
}

.left-img-list {
    margin-bottom: 50px;
}

.left-img-list .img-item {
    display: block;
    width: 242px;
    height: 132px;
    margin-bottom: 24px;
}

.left-img-list .img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left-menu {
    padding-left: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
}

.left-menu .left-menu-title {
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
}

.left-menu .left-menu-title::before {
    content: "";
    width: 4px;
    border-radius: 2px;
    background: #355af0;
    height: 16px;
    display: block;
    position: absolute;
    left: -12px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.left-menu-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: block;
    color: #595959;
    width: 226px;
    border-bottom: 1px solid #d9d9d9;
}

.left-menu-item:last-child {
    border-bottom: none;
}

.menu-first-item {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    color: #262626;
    font-weight: 500;
    padding-right: 44px;
    border-right: 1px solid #d9d9d9;
    margin-right: 24px;
    height: 34px;
    background: url("/static/images/information/arrow-down.svg") no-repeat;
    background-size: 9px 5px;
    background-position: right 25px center;
}

.menu-first-item::after {
    content: "";
    width: calc(100% + 44px);
    height: 12px;
    position: relative;
    display: block;
    background: transparent;
}

.menu-first-item:hover .sub-menu {
    display: block;
}

.sub-menu {
    position: absolute;
    font-size: 14px;
    z-index: 100;
    line-height: 22px;
    color: #262626;
    font-weight: normal;
    top: 40px;
    left: 0;
    padding: 8px;
    background: #ffffff;
    box-shadow: 0px 0px 0px 1px #e6eaf0, 0px 4px 10px rgba(12, 31, 80, 0.08);
    border-radius: 8px;
    display: none;
    cursor: pointer;
}
.sub-menu:empty::before {
    content: "暂无专栏";
    display: block;
    width: 128px;
    padding: 7px 8px;
    color: gray;
    box-sizing: border-box;
}

.sub-menu .sub-item-1 {
    width: 200px;
    height: 36px;
    padding: 7px 8px;
}

.menu-container {
    padding: 4px;
    display: flex;
    margin-bottom: 28px;
}

.menu-item {
    display: flex;
    margin-right: 28px;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    cursor: pointer;
}

.menu-item .right-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 24px;
    margin-left: 8px;
    padding: 5px 0;
}

.right-menu svg {
    cursor: pointer;
}

.right-menu svg:hover path,
.right-menu svg.active path {
    fill: #355af0;
}

.information-item .information-img {
    flex: 0 0 374px;
    height: 210px;
    overflow: hidden;
    margin-right: 40px;
}

.information-item .information-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.information-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
}

.information-detail {
    padding-right: 25px;
    display: flex;
    flex-direction: column;
}

.detail-title {
    font-size: 24px;
    line-height: 32px;
    color: #262626;
    margin-bottom: 24px;
}

.detail-description {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    margin-bottom: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.detail-additive {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.detail-additive .detail-date {
    padding-left: 22px;
    font-size: 14px;
    line-height: 20px;
    color: #8c8c8c;
    background: url(/static/images/information/date.svg) no-repeat;
    background-position: left center;
    background-size: 16px 16px;
}
.information-container .information-list:last-child .information-item {
    border-bottom: none;
}
.information-more {
    color: #355af0;
    font-size: 16px;
    line-height: 24px;
}

.header-nav {
    display: flex;
    margin-bottom: 40px;
}

.header-nav .nav-item {
    font-size: 16px;
    line-height: 24px;
    margin-right: 8px;
}

.header-nav .nav-item::after {
    content: ">";
    margin-left: 4px;
}

.header-nav .nav-item:last-child::after {
    content: "";
}

.header-nav .nav-item.active {
    color: #355af0;
}

.sub-item {
}

.web,
.date,
.user {
    background: url(/static/images/information/web.svg) no-repeat;
    background-size: 14px auto;
    background-position: left center;
}

.date {
    background-image: url(/static/images/information/clock.svg);
}

.user {
    background-image: url(/static/images/information/user.svg);
}

h2.article {
    font-size: 28px;
    line-height: 38px;
    color: #262626;
    margin-bottom: 24px;
}

.article-sub-detail {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #8c8c8c;
}

.sub-item {
    padding-left: 24px;
    margin-right: 24px;
    margin-bottom: 24px;
}

.article-product {
    position: relative;
    display: flex;
    padding-left: 88px;
    margin-bottom: 36px;
    flex-wrap: wrap;
}

.product-title,
.product-item {
    font-size: 16px;
    line-height: 24px;
    color: #262626;
}

.product-title {
    margin-right: 24px;
    margin-left: -88px;
}

.product-item {
    margin-right: 20px;
    display: inline-block;
    width: 360px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
}

.product-item img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

.article-content {
    font-size: 16px;
    line-height: 32px;
    color: #595959;
}

.article-content > * {
    /* margin-bottom: 10px; */
}
.center-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.load-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;

    width: 164px;
    height: 44px;

    background: #ffffff;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 4px;

    font-family: PingFang SC;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 30px;
}

.all-data-tip {
    color: #8c8c8c;
}
