/* =====================
   基础样式（桌面优先）
===================== */



html,
body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 16px;
    color: #333333;
    background-color: #ffffff;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 防止水平滚动 */
body {
    overflow-x: hidden;
}

/* 加载状态优化 */
html:not(.js-loaded) .page-wrapper {
    opacity: 0;
}

html.js-loaded .page-wrapper {
    opacity: 1;
    transition: opacity 0.3s ease;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    display: block;
    border: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

button,
input {
    font-family: inherit;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.page-wrapper {
    min-width: 320px;
}

.container {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
}

/* ======= 顶部区域 ======= */

.site-header {
    background-color: #ffffff;
    position: relative;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.top-bar {
    background-color: #ab1625;
    color: #ffffff;
    font-size: 14px;
}

.top-bar .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
}

.top-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.top-actions>*:not(:last-child) {
    margin-right: 48px;
}

.top-home {
    font-size: 15px;
    color: #ffffff;
    position: relative;
    padding-right: 16px;
}

.top-home::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: rgba(255, 255, 255);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.search-form {
    position: relative;
    width: 220px;
    height: 28px;
}

.search-form input {
    width: 100%;
    height: 100%;
    border: none;
    background-color: #ededed;
    color: #999999;
    padding: 0 40px 0 10px;
    font-size: 14px;
}

.search-form input:focus {
    outline: none;
}

.search-form button {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    border: none;
    background: url("ss.png") no-repeat center/contain;
    cursor: pointer;
}

.search-form button:focus {
    outline: none;
}



.main-header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}



.main-nav {
    position: relative;
}

.main-nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-nav li {
    margin-left: 56px;
}

.main-nav a {
    display: block;
    padding: 14px 0;
    font-size: 20px;
    color: #333333;
    position: relative;
    transition: color 0.3s ease;
}

.main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 3px;
    background-color: #ab1625;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.main-nav a:hover,
.main-nav a:focus {
    color: #ab1625;
}

.main-nav a:hover::after,
.main-nav a:focus::after {
    transform: scaleX(1);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid #ab1625;
    background-color: transparent;
    cursor: pointer;
    position: relative;
}

.nav-toggle-bar,
.nav-toggle-bar::before,
.nav-toggle-bar::after {
    display: block;
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #ab1625;
    left: 50%;
    transform: translateX(-50%);
    content: "";
}

.nav-toggle-bar {
    top: 50%;
    margin-top: -1px;
}

.nav-toggle-bar::before {
    top: -8px;
}

.nav-toggle-bar::after {
    top: 8px;
}

/* 子页头图 */
.subhero {
    position: relative;
    background: url("banner.png") center/cover no-repeat;
    color: #fff;
    min-height: 220px;
}

.subhero:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .35);
    pointer-events: none;
}

.subhero-inner {
    padding: 48px 0;

    position: relative;
    z-index: 1;
}

.subhero-title {
    font-size: 40px;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .35);
}

.breadcrumb {
    margin-top: 12px;
    color: rgba(255, 255, 255, .95);
    text-shadow: 0 1px 4px rgba(0, 0, 0, .25);
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb .sep {
    margin: 0 8px;
    opacity: .9;
}

/* 栏目导航（复用 channel-list） */
.channel-bar {
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}

.channel-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 24px;
    overflow-x: auto;
}

.channel-list li {
    margin: 0 16px;
}

.channel-list a {
    display: inline-block;
    padding: 14px 2px;
    color: #ab1625;
    background-image: linear-gradient(#ab1625, #ab1625);
    background-repeat: no-repeat;
    background-size: 0 2px;
    background-position: 0 100%;
    transition: background-size .3s ease;
}

.channel-list a:hover {
    background-size: 100% 2px;
}

/* 区块与标题 */
.section {
    padding: 40px 0;
    min-height: 500px;
}

.section-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 16px;
}

.section-title {
    font-size: 26px;
    font-weight: 700;
}

.title-cn {
    color: #222;
}

.title-en {
    color: #8aa0d9;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 6px;
}

/* 列表 */
.news-list {
    border-top: 1px solid #eee;
}

.news-item {
    border-bottom: 1px solid #eee;
    padding: 18px 0;
}

.news-link {
    display: block;
    color: inherit;
}

.news-meta {
    margin-bottom: 6px;
    color: #666;
    font-size: 14px;
}

.news-title {
    font-size: 18px;
    margin-bottom: 6px;
}

.news-excerpt {
    color: #666;
    font-size: 14px;
}


/* ========== 底部 ========== */
.w1440 {
    width: 1400px;
    margin: 0 auto;
}

@media screen and (max-width: 1600px) {
    .w1440 {
        width: 80%;
    }
}

@media screen and (max-width: 1200px) {
    .w1440 {
        width: 90%;
    }
}

footer {
    width: 100%;
    overflow: hidden;
    padding: 43px 0;
    position: relative;
    background: url(footer.png) no-repeat;
    background-size: 100% 100%;
}

.brand-logo,
.brand-name {
    width: auto;
}

.brand-logo {
    margin-right: 25px;
}

.fnt_14 {
    color: #fff;
    opacity: .7;
}

footer svg {
    margin: 0 !important;
}

footer .w1440 {
    overflow: initial;
    z-index: 2;
    position: relative;
}

footer .btm_top {

    margin-bottom: 40px;
}

footer .btm_top .b_imgage {

    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 40px;
}



footer .b_up .select-style h2 {

    letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
}

footer .b_up .select-style h2.active .icon {

    transform: rotate(90deg);
}

footer .b_up .select-style h2 .icon {
    margin-left: 20px !important;
    width: 16px;
    height: 16px;
    transition: all 0.4s;
}

footer .b_up {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 90px;
}

footer .b_up .select-style {

    padding: 0 60px;
    position: relative;
}

footer .b_up .select-style ul {

    display: flex;
    align-items: center;
    position: absolute;
    bottom: -45px;
    width: 500px;
}

footer .b_up .select-style ul li {

    color: #f5abb2;
    margin-right: 35px;
    transition: all 0.4s;
}

footer .b_up .select-style ul li:hover {
    color: #ffffff;
}

footer .b_up .select-style:nth-child(1) {
    border-right: 1px solid rgb(255, 255, 255, 0.4);

}

footer .btm_bottom .fo_cm img {
    height: 17px;
    /* width: 20px; */
    object-fit: contain;
}

footer .btm_bottom .fo_cm .p_min {

    display: flex;
    align-items: center;
}

footer .btm_bottom .fo_cm {

    display: flex;
    align-items: center;
}

footer .btm_bottom .fo_cm p {

    color: #fff;
    /* opacity: 0.6; */
    line-height: 1;
}

footer .btm_bottom .btm_l {

    display: flex;
    align-items: center;
    justify-content: center;
}

footer .btm_bottom .fo_cm .p1 {
    margin-right: 8px;

}

footer .btm_bottom .fo_cm .p2 {

    margin-right: 20px;
}

footer .btm_bottom .btm_l .dz {
    margin-right: 60px;
}

footer .btm_bottom .btm_l p a {

    color: #fff;
    transition: all 0.4s;
}

footer .btm_bottom .btm_r p a {

    color: #fff;
    transition: all 0.4s;
}


footer .btm_r {

    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

footer .btm_r p {
    margin: 0 15px;

}



/* =====================
   响应式（移动优先补充）
===================== */

@media (max-width: 1480px) {
    .main-nav li {
        margin-left: 22px;
    }
}

@media (max-width: 1200px) {
    .container {
        padding: 0 20px;
    }

    .main-nav ul {
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-nav li {
        margin-left: 20px;
    }

    .main-nav a {
        font-size: 18px;
        padding: 12px 0;
    }

    .section-title {
        font-size: 32px;
    }

    .section-subtitle {
        font-size: 16px;
    }


}

@media (max-width: 1024px) {

    .subhero-inner {
        padding: 36px 0;
    }
}

@media (max-width: 992px) {
    .container {
        padding: 0 16px;
    }

    .top-bar .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        padding: 8px 16px;
    }

    .top-actions {
        width: 100%;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .top-actions>*:not(:last-child) {
        margin-right: 24px;
    }

    .search-form {
        margin-top: 8px;
        width: 200px;
    }

    .main-header .container {
        padding: 12px 16px;
    }

    .logo img {
        height: 70px;
    }

    .nav-toggle {
        display: block;
    }

    .main-nav ul {
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #ffffff;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        width: 280px;
        display: none;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 16px 0;
        z-index: 1000;
        border-radius: 8px;
        margin-top: 8px;
    }

    .main-nav ul.is-open {
        display: -ms-flexbox;
        display: flex;
    }

    .main-nav li {
        margin: 0;
    }

    .main-nav a {
        padding: 12px 24px;
        font-size: 16px;
        border-bottom: 1px solid #f0f0f0;
    }

    .main-nav li:last-child a {
        border-bottom: none;
    }


}

@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }

    .top-bar {
        font-size: 13px;
    }

    .top-bar .container {
        padding: 6px 15px;
        justify-content: center;
    }



    .search-form {
        width: 180px;
        margin-top: 0;
    }

    /* 主头部优化 - 水平布局 */
    .main-header .container {
        padding: 10px 15px;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        gap: 0;
    }

    .logo {
        -ms-flex-align-self: auto;
        align-self: auto;
    }

    .logo img {
        height: 50px;
    }

    .main-nav {
        width: auto;
    }

    /* 优化的汉堡菜单按钮 */
    .nav-toggle {
        -ms-flex-align-self: auto;
        align-self: auto;
        width: 40px;
        height: 40px;
        position: relative;
        border: 1px solid #ab1625;
        background: transparent;
        border-radius: 4px;
        transition: all 0.3s ease;
    }

    .nav-toggle:hover {
        background-color: #ab1625;
    }

    .nav-toggle:hover .nav-toggle-bar,
    .nav-toggle:hover .nav-toggle-bar::before,
    .nav-toggle:hover .nav-toggle-bar::after {
        background-color: #ffffff;
    }

    /* 右侧弹出式菜单 */
    .main-nav ul {
        position: fixed;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100vh;
        background-color: #ffffff;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 80px 0 30px;
        margin-top: 0;
        border-radius: 0;
        z-index: 9999;
        transition: right 0.3s ease;
        overflow-y: auto;
    }

    .main-nav ul.is-open {
        right: 0;
    }

    .main-nav li {
        margin: 0;
    }

    .main-nav a {
        font-size: 16px;
        padding: 15px 30px;
        border-bottom: 1px solid #f0f0f0;
        color: #333;
        transition: all 0.3s ease;
    }

    .main-nav a:hover {
        background-color: #f8f8f8;
        color: #ab1625;
    }

    .main-nav li:last-child a {
        border-bottom: none;
    }

    /* 菜单遮罩 */
    .nav-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9998;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .nav-overlay.is-active {
        opacity: 1;
        visibility: visible;
    }

    .section {
        padding: 24px 0;
    }

    .section-title {
        font-size: 22px;
    }

    /* 底部版权 */
    footer .btm_bottom .btm_l .dz {
        margin-right: 0;
    }

    footer .btm_bottom {

        padding-top: 0;
    }

    footer .btm_bottom .fo_cm {

        margin-right: 0;

        align-items: baseline;
        margin-bottom: 20px;
    }

    footer .btm_bottom .fo_cm p {
        margin-right: 10px;
        width: auto;
        text-align: center;
        line-height: 1;
        margin-right: 0;
        margin-bottom: 10px;
    }

    footer .btm_bottom .fo_cm p:last-child {
        margin-bottom: 0;
    }

    footer .btm_bottom .fo_cm .p3 {
        width: 100%;

    }

    footer .btm_bottom .fo_cm .p1 {

        margin-right: 10px;
    }

    footer .btm_bottom .fo_cm .p2 {
        margin-right: 0;

    }

    footer {

        padding: 40px 0 40px;
    }

    footer .btm_top {

        margin-bottom: 0px;

    }

    footer .b_up {

        margin-bottom: 0px;
    }

    footer .b_up .select-style {

        padding: 0 10px;
    }

    footer .b_up .select-style ul {

        display: flex !important;
        position: unset;
        justify-content: center;
        width: 100%;
    }

    footer .b_up {

        flex-wrap: wrap;
    }

    footer .b_up .select-style {
        margin-bottom: 10px;
        width: 100%;

        margin-bottom: 20px;

    }

    footer .b_up .select-style h2 {
        margin-bottom: 10px;
        justify-content: center;
    }

    footer .b_up .select-style:nth-child(1) {

        border-right: 0px solid rgb(255, 255, 255, 0.4);
    }

    footer .b_up .select-style ul li {

        margin: 0 15px;
    }

    footer .btm_bottom {
        margin-top: 0px;
        padding-bottom: 0px;
        padding-top: 0;
    }

    footer .btm_bottom .btm_l {
        flex-wrap: wrap;
        margin-top: 0px;
        /* padding-bottom: 15px; */
        padding-bottom: 0;
    }

    footer .btm_bottom .btm_l .d0 {

        flex-wrap: wrap;
        margin-top: 0px;
    }

    footer .btm_bottom .btm_r {
        flex-wrap: wrap;
        margin-top: 0;
    }

    footer .btm_top .b_imgage {

        margin-bottom: 20px;
    }

    footer .b_up .select-style h2 .icon {
        display: none;
    }


    footer .btm_bottom .fo_cm .p_min {

        flex-wrap: wrap;
        justify-content: center;
        display: unset;
    }

    footer .btm_r p {
        line-height: 1;
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .container {
        padding: 0 12px;
    }

    .top-bar {
        font-size: 12px;
    }

    .top-bar .container {
        padding: 5px 12px;
    }

    .search-form {
        width: 160px;
        height: 24px;
    }

    .search-form input {
        font-size: 12px;
        padding: 0 30px 0 8px;
    }

    .search-form button {
        width: 16px;
        height: 16px;
        right: 8px;
    }

    .main-header .container {
        padding: 8px 12px;
    }

    .logo img {
        height: 50px;
    }

    .nav-toggle {
        width: 36px;
        height: 36px;
    }

    .main-nav a {
        font-size: 14px;
        padding: 8px 16px;
    }




}


/* 为导航菜单添加悬浮动效 */
.main-nav li a {
    position: relative;
    transition: color 0.3s ease, transform 0.2s ease;
}

.main-nav li a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ab1625;
    transition: width 0.3s ease;
}

.main-nav li a:hover {
    color: #ab1625;
    transform: translateY(-2px);
}

.main-nav li a:hover::after {
    width: 100%;
}





/* 页面加载动画 */


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 为各个section添加入场动画 */
.news-section,
.notice-section,
.teacher-style {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.news-section.animate-in,
.notice-section.animate-in,
.teacher-style.animate-in {
    opacity: 1;
    transform: translateY(0);
}




/* 栏目页视觉增强：更大留白与字号，桌面端优先 */
.channel-bar {
    background: #fff;
    box-shadow: 0 6px 24px rgba(15, 22, 33, .06);
}

.channel-list li {
    margin: 0 20px;
}

.channel-list a {
    padding: 18px 4px;
    font-size: 16px;
    font-weight: 600;
}

.section {
    padding: 64px 0;
}

.section-title {
    font-size: 30px;
}

.title-en {
    font-size: 13px;
    letter-spacing: 1.5px;
}

.news-item {
    padding: 22px 0;
}

.news-meta {
    font-size: 15px;
}

.news-title {
    font-size: 20px;
}

.news-excerpt {
    font-size: 15px;
    line-height: 1.7;
}

.subhero {
    min-height: 360px;
}

.subhero-inner {
    padding: 64px 0;
    padding-left: 40px;
}

.subhero-title {
    font-size: 52px;
}

@media screen and (min-width: 1440px) {
    .subhero {
        min-height: 420px;
    }

    .subhero-title {
        font-size: 60px;
    }

    .section-title {
        font-size: 34px;
    }

    .news-title {
        font-size: 22px;
    }

    .channel-list a {
        padding: 20px 6px;
        font-size: 18px;
    }
}

/* 子栏目 tabs */
.subtabs {
    margin: 8px 0 12px;
}

.subtabs-list {
    justify-content: flex-start;
    overflow-x: auto;
}

.subtabs-list .subtab {
    display: inline-block;
    padding: 8px 10px;
    border-radius: 999px;
    background: transparent;
    border: 1px solid transparent;
    color: #ab1625;
    font-weight: 600;
    white-space: nowrap;
}

.subtabs-list .subtab:hover {
    background: rgba(20, 89, 146, .06);
}

.subtabs-list .subtab.is-active {
    background: #ab1625;
    color: #fff;
    border-color: #ab1625;
}


/* 列表项交互增强 */
.news-list {
    position: relative;
}

.news-item {
    position: relative;
    padding-left: 18px;
    transition: background-color .25s ease;
}

.news-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    bottom: 16px;
    width: 3px;
    background: transparent;
    transition: background-color .25s ease, height .25s ease;
}

.news-link {
    position: relative;
    padding-right: 36px;
}

.news-link:after {
    content: "→";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-6px);
    color: #8aa0d9;
    opacity: .0;
    transition: transform .25s ease, opacity .25s ease;
}

.news-title {
    transition: color .2s ease;
}

.news-item:hover {
    background-color: rgba(20, 89, 146, .03);
}

.news-item:hover:before {
    background: #ab1625;
}

.news-item:hover .news-title {
    color: #ab1625;
}

.news-item:hover .news-link:after {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

/* 键盘可达性 */
.news-link:focus {
    outline: 2px solid #ab1625;
    outline-offset: 2px;
}



/* 子页栏目导航（置于头图下，桌面可见） */
.channel-bar {
    background: rgba(255, 255, 255, .9);
    border-top: 1px solid #eef1f6;
    border-bottom: 1px solid #eef1f6;
}

.channel-list {
    justify-content: center;
}

.channel-list a.is-current {
    color: #ab1625;
    font-weight: 700;
    background-size: 100% 2px;
}

@media screen and (max-width: 768px) {
    .channel-bar {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    /* 手机端 subtabs 横滑胶囊样式 */
    .subtabs {
        position: relative;
        margin: 8px 0 6px;
        padding: 0;
        overflow: hidden;
    }

    .subtabs-list {
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 0 !important;
        width: 100%;
        justify-content: flex-start;
    }

    .subtabs-list::-webkit-scrollbar {
        display: none;
    }

    .subtabs-list .subtab {
        padding: 8px 12px;
        margin-right: 8px;
        border-radius: 999px;
        border: 1px solid #dfe4ee;
        background: #fff;
        color: #ab1625;
        font-weight: 600;
    }

    .subtabs-list .subtab.is-active {
        background: #ab1625;
        border-color: #ab1625;
        color: #fff;
    }

    /* 左右渐隐指示 */
    .subtabs:before,
    .subtabs:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 24px;
        pointer-events: none;
        transition: opacity .2s ease;
    }

    .subtabs:before {
        left: 0;
        background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0) 100%);
        opacity: 0;
    }

    .subtabs:after {
        right: 0;
        background: linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
        opacity: 0;
    }

    .subtabs.is-left:before {
        opacity: 1;
    }

    .subtabs.is-right:after {
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .subhero {
        min-height: 200px;
    }

    .subhero-inner {
        padding: 28px 12px;
    }

    .subhero-title {
        font-size: 34px;
    }
}

@media screen and (max-width: 360px) {
    .subhero {
        min-height: 180px;
    }

    .subhero-title {
        font-size: 30px;
    }
}