
.page-container {
    width: 100%;
}

.pc-page-container {
    min-width: 1300px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-normal-container, .page-bottom-container {
    width: 100%;
}

html body{
    width:100%;
}

b, strong {
    font-weight: bold !important;
    font-style: inherit !important;
}

i {
    font-style: italic;
}

.component-wrapper {
    width: 1180px;
}

.content {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

.header-wrapper {
    position: relative;
    height: 0.88em;
    width: 100%;
}

.header-wrapper-model-1 {
    background: #0D2D61;
}

.header-wrapper-model-2 {
    background: #A6162B;
}

.header-wrapper-model-3 {
    background: #138469;
}

.nav-wrapper {
    position: absolute;
    right: 5.3333333%;
    top: calc(50% - 0.2em);
}

.nav-toggle {
    width: 0.4em;
    height: 0.4em;
}

.nav-open {
    background-image: url("/local-res-s3/qingshuxuetang.com/v9_1/new/navigation-open.png");
    background-size: 100% 100%;
}

.nav-close {
    background-image: url("/local-res-s3/qingshuxuetang.com/v9_1/new/navigation-close.png");
    background-size: 100% 100%;
}
.news-notice-component{
    display: flex;
    justify-content: center;
}