#page-header.not-home-page.category-bg {
    background: linear-gradient(180.00deg, rgba(18, 0, 157, 1) 0%,rgba(95, 0, 157, 1) 100%);
}
#page-header.not-home-page.category-bg #site-title {
    text-align: center;
    background: url("https://download.e-iceblue.cn/style/css/banner-2.svg") no-repeat center center;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page-header.not-home-page.category-bg #page-site-info{
    position: relative;
    /* display: flex; */
    height: 340px;
    top: 60px;
}
.container hr {
    display: none;
}


