html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

.bgstretcher-area {
    text-align: left;
}

.bgstretcher,
.bgstretcher UL,
.bgstretcher UL LI {
    position: absolute;
    top: 0;
    left: 0;
}

.bgstretcher UL,
.bgstretcher UL LI {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bgstretcher {
    background: black;
    overflow: hidden;
    width: 100%;
    position: fixed;
    z-index: 1;
    _position: absolute;
    top: 0;
    left: 0;
}

fieldset,
img,
input,
button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul,
ol {
    list-style: none;
}

.head {
    background-color: #f5f5f5 !important;
    background-image: none !important;
    z-index: 9999;
    position: relative;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "MicrosoftYaHei";
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    margin: 0;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(179, 179, 179, 1)
}

textarea {
    resize: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

body,
html {
    font-family: "微软雅黑";
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

a {
    color: #4C4C4C;
    text-decoration: none !important;
}

a:hover {
    color: #4C4C4C;
    text-decoration: none !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s,
i,
em {
    font-style: normal;
    text-decoration: none;
}

.row {
    padding: 0;
    margin: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.link {
    height: 13px;
    padding-bottom: 31px;
}

.link>ul>li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #fff;
    font-weight: 500;
    height: 13px;
    line-height: 13px;
}

.link>ul>li:last-child {
    border: none;
    padding-right: 0;
}

.link>ul>li:first-child {
    padding-left: 0;
}

.link>ul>li>a {
    color: #fff;
    font-size: 12px;
    display: block;
    text-decoration: none;
}

.link>ul>li>a:hover {
    color: #f4a261;
}


/* ===== 搜索容器 ===== */
.search form {
    width: 280px;
    height: 40px;
    position: relative;
    float: right;
    display: flex;
    align-items: center;
}

/* ===== 搜索输入框（浅色背景版） ===== */
.search-k {
    flex: 1;
    height: 40px;
    padding: 0 40px 0 18px;
    background: #f5f7fa !important;
    /* 浅灰背景，与白色导航区分 */
    border: 1.5px solid #e0e4ea !important;
    /* 浅灰边框 */
    border-radius: 20px;
    color: #333333 !important;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* 占位文字颜色 */
.search-k::placeholder {
    color: #999999;
    font-size: 13px;
}

/* 输入框聚焦效果 */
.search-k:focus {
    background: #ffffff !important;
    border-color: #1a3a6c !important;
    /* 聚焦时变为深蓝主色 */
    box-shadow: 0 0 0 3px rgba(26, 58, 108, 0.1);
}

/* ===== 搜索图标（放大镜） ===== */
.search-btn {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url(../images/search.png) no-repeat center;
    background-size: contain;
    opacity: 0.5;
    /* 浅色背景下降低透明度 */
    cursor: pointer;
    transition: opacity 0.3s ease;
    border: none;
    text-indent: -9999px;
}

.search-btn:hover {
    opacity: 0.8;
}

/* ===== 搜索按钮（如果需要） ===== */
.search_btn {
    float: right;
    width: 74px;
    height: 40px;
    background: #1a3a6c !important;
    /* 深蓝主色 */
    border: none;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    color: #ffffff !important;
    /* 白色文字 */
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 12px;
    transition: all 0.3s ease;
}

.search_btn:hover {
    background: #0f2a4f !important;
    /* 悬停加深 */
    transform: scale(1.02);
    box-shadow: 0 2px 8px rgba(26, 58, 108, 0.3);
}

/* ========================================
   导航栏修复样式（已修复换行问题）
   ======================================== */

.nav_menu .nav,
.nav_menu #nav {
    position: relative;
    z-index: 1;
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    justify-content: space-between !important;
}

.nav_menu .nav .nLi,
.nav_menu #nav .nLi {
    flex: 0 0 auto !important;
    position: relative;
    text-align: center;
    white-space: nowrap !important;
}

.nav_menu .nav a,
.nav_menu #nav a {
    color: #fff !important;
    height: 72px !important;
    display: block !important;
}

.nav_menu .nav .nLi h3,
.nav_menu #nav .nLi h3 {
    margin: 0 !important;
    padding: 0 !important;
}

.nav_menu .nav .nLi h3 a,
.nav_menu #nav .nLi h3 a,
#nav .nLi h3 a,
#nav.nav .nLi h3 a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 32px !important;
    font-size: 20px !important;
    text-decoration: none !important;
    transition: background-color 0.3s !important;
    line-height: 1.2 !important;
}

.nav_menu .nav .nLi h3 a .nav-cn,
.nav_menu #nav .nLi h3 a .nav-cn {
    display: block !important;
}

.nav_menu .nav .nLi h3 a .nav-en,
.nav_menu #nav .nLi h3 a .nav-en,
#nav .nLi h3 a .nav-en,
#nav.nav .nLi h3 a .nav-en {
    display: block !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.65) !important;
    letter-spacing: 1px !important;
    margin-top: 4px !important;
    text-transform: uppercase !important;
}

.nav_menu .nav .nLi h3 a:hover,
.nav_menu #nav .nLi h3 a:hover {
    background: #f4a261 !important;
    color: #1a3a6c !important;
}

#nav .nLi:hover .nav-en {
    color: rgba(26, 58, 108, 0.8) !important;
}

.nav_menu .nav .sub,
.nav_menu #nav .sub {
    display: none;
    width: 100% !important;
    /* 与导航项宽度一致（参考kjc） */
    left: 0;
    right: 0;
    top: 72px;
    position: absolute;
    background: #1a3a6c;
    line-height: 40px;
    padding: 0;
    z-index: 999;
    box-sizing: border-box;
}

.nav_menu .nav .nLi:hover .sub,
.nav_menu #nav .nLi:hover .sub {
    display: block !important;
}

.nav_menu .nav .sub li {
    zoom: 1;
    white-space: nowrap !important;
    height: 40px !important;
    line-height: 40px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav_menu .nav .sub a,
.nav_menu #nav .sub a {
    display: block !important;
    padding: 0 15px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    font-size: 14px !important;
    /* 参考kjc下拉菜单字号 */
    height: 40px !important;
    line-height: 40px !important;
}

.nav_menu .nav .sub a:hover {
    background: #f4a261 !important;
    color: #1a3a6c !important;
}

.nav_menu .nav .on h3 a,
.nav_menu #nav .on h3 a {
    background: #f4a261 !important;
    color: #1a3a6c !important;
    text-decoration: none !important;
}

@media (min-width: 1000px) {

    .nav_menu .nav .sub a,
    .nav_menu #nav .sub a {
        font-size: 16px !important;
    }
}

.nav_menu {
    height: 72px;
    line-height: 72px;
    border-top: 1px solid #1a3a6c;
    background: #1a3a6c;
    overflow: visible !important;
}

@media screen and (max-width:1201px) and (min-width:801px) {

    .nav_menu .nav .nLi h3 a,
    .nav_menu #nav .nLi h3 a {
        padding: 0 18px !important;
        font-size: 14px !important;
    }

    .nav_menu .nav .sub a {
        padding: 0 8px !important;
    }
}

@media (min-width: 1101px) {
    .nav_menu {
        display: block !important;
    }

    .moblie_header {
        display: none !important;
    }
}

@media (max-width: 1100px) {
    .nav_menu {
        display: none !important;
    }

    .moblie_header {
        display: block !important;
    }
}

.moblie_header {
    display: none;
    position: relative;
    top: 0px;
    background: #1a3a6c !important;
}

/* 移动端导航英文标签 */
.dl-menu .nLi>a {
    display: flex !important;
    flex-direction: column !important;
    line-height: 1.3 !important;
}

.dl-menu .nav-en {
    font-size: 15px !important;
    color: rgba(255, 255, 255, 0.55) !important;
    margin-top: 3px !important;
}

@media screen and (max-width: 640px) and (min-width: 0px) {
    .dl-menuwrapper {
        width: 30%
    }
}

@media screen and (max-width: 1100px) and (min-width: 0px) {
    .head {
        display: none;
    }

    .moblie_header {
        display: block;
        position: relative;
        background: #1a3a6c;
        height: 60px;
        padding: 10px;
        top: 0px;
        z-index: 9999;
        width: 100%;
    }

    .moblie_header .moblie_logo img {
        display: block;
        max-width: 130px;
        float: left;
    }

    .moblie_header .moblie_logo {
        max-width: 130px;
    }

    .moblie_header .user-icon {
        position: absolute;
        top: 0;
        right: 70px;
        z-index: 1000;
        display: block;
        width: 50px;
        height: 50px;
        text-indent: -9999em;
        background: url(../images/icon-user.png) no-repeat center center;
        background-size: 40%;
    }

    .moblie_header .user-icon span {
        display: none;
    }

    .moblie_header .user-icon:hover {
        background-color: #0067d2;
    }

    .moblie_header .back {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 50px;
        height: 50px;
        text-indent: -9999em;
        background: url(../images/icon-back.png) no-repeat center center;
        background-size: 12px 20px;
    }

    .moblie_link {
        border-bottom: 1px solid #2a5288;
        padding: 0 10px;
    }

    .moblie_link>a {
        display: inline-block;
        padding: 10px 1%;
        color: #FFF;
    }

    .mob_search {
        position: absolute;
        top: 14px;
        right: 75px;
        z-index: 1000;
        display: block;
        width: 36px;
        height: 36px;
        text-indent: -9999em;
        background: url(../images/moblie-search.png) no-repeat center center;
    }

    .moblie_search {
        display: none;
        width: 90%;
        height: 30px;
        margin: 6px auto 15px auto;
        border-bottom: 1px solid #2a5288;
        position: relative;
        z-index: 9999;
        border-radius: 50%;
    }

    .moblie_search .serk {
        width: 100%;
        height: 30px;
        padding: 0 30px 0 10px;
        border-radius: 5px;
    }

    .moblie_search .mb_btn {
        position: absolute;
        background: url(../images/search.png) no-repeat center center;
        width: 18px;
        height: 18px;
        top: 6px;
        right: 5px;
    }
}

.carousel-indicators .active {
    background: #f4a261 !important;
    border: none;
    margin: 0 5px;
}

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 10px;
}

.glyphicon-chevron-left:before {
    content: "";
    display: block;
    background: url(../images/leftban.png) no-repeat;
    width: 32px;
    height: 32px;
}

.glyphicon-chevron-right:before {
    content: "";
    display: block;
    background: url(../images/rightban.png) no-repeat;
    width: 32px;
    height: 32px;
}

.new_box {
    display: block;
    padding: 15px;
    transition: all .3s ease;
}

.new_box:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    -mos-box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    *border: 1px solid #ccc;
    transition: box-shadow .2s;
}

.tit {
    text-align: center;
    padding: 40px 0;
}

.tit>h3 {
    font-size: 36px;
    color: #000000;
}

.tit>h3>span {
    color: #d62839;
}

.newimgs {
    text-align: center;
}

.newimgs>img {
    display: inline-block;
}

.newstime {
    background: url(../images/time.png) no-repeat left center;
    padding: 20px 0 20px 29px;
    color: #457b9d;
}

.newtit {
    color: #333333;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 20px;
}

.newinfo {
    color: #999999;
    font-size: 14px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 28px;
}

.newlist {
    width: 100%;
    padding: 25px 0;
}

.newtime {
    width: 48px;
    height: 48px;
    border: 2px solid #c1c1c1;
    position: relative;
    background: url(../images/timebg.png) no-repeat center center;
    float: left;
}

.newlist:hover .newtime {
    border: 2px solid #457b9d;
}

.newtime>.time1 {
    position: absolute;
    left: 3px;
    top: 3px;
}

.newtime>.time2 {
    position: absolute;
    right: 3px;
    bottom: 3px;
}

.newxinw {
    width: 80%;
    padding-left: 20px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 22px;
    color: #666666;
    font-size: 14px;
}

.mores a {
    display: block;
    width: 83px;
    height: 30px;
    background: url(../images/more.png) no-repeat;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    color: #d62839;
    margin-bottom: 35px;
    margin-top: 30px;
    transition: all .3s ease;
}

.mores a:hover {
    background: #d62839 !important;
    color: #fff !important;
}

.ath_bg {
    background: url(../images/bg2.png) repeat;
}

.ath_box {
    display: block;
    padding: 15px;
    transition: all .3s ease;
}

.ath_box:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    -mos-box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    *border: 1px solid #ccc;
    transition: box-shadow .2s;
}

.ath_img {
    text-align: center;
}

.ath_img>img {
    display: block;
}

.ath_tit {
    font-size: 16px;
    color: #333333;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 20px 0;
}

.ath_info {
    font-size: 14px;
    color: #999999;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ath_time {
    color: #457b9d;
    font-size: 14px;
    margin: 22px 0;
    padding-left: 30px;
    background: url(../images/time.png) no-repeat left center;
}

.bg3 {
    background: url(../images/bg3.png) repeat;
    padding-bottom: 20px;
}

.our {
    margin: 0 0 20px 0;
}

.our>a {
    display: block;
    padding: 20px;
}

.our_img {
    text-align: center;
}

.our_img>img {
    display: inline-block;
}

.our_box {
    padding: 0 10px;
}

.our_tit {
    font-size: 22px;
    color: #333333;
    position: relative;
}

.our_tit>span {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.our_box .our1 {
    margin: 4px 0 10px 0;
    font-size: 16px;
    color: #333333;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.our_box .our2 {
    font-size: 14px;
    color: #666666;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.our_box .our3 {
    margin: 4px 0 10px 0;
    font-size: 14px;
    color: #333333;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.our_box .our4 {
    font-size: 14px;
    color: #999999;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.linkimgs {
    text-align: center;
}

.linkimgs a {
    display: block !important;
}

.linkimgs img {
    display: inline-block !important;
    padding: 0 10px;
}

.slick-prev:before {
    display: inline-block;
    content: "" !important;
    width: 42px !important;
    height: 84px !important;
    background: url(../images/left.png) no-repeat !important;
}

.slick-next:before {
    display: inline-block;
    content: "" !important;
    width: 42px !important;
    height: 84px !important;
    background: url(../images/rifht.png) no-repeat !important;
}


/* --------------------------------------------------------------------------
   二级页面样式
   -------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
   3. 侧边栏样式
   -------------------------------------------------------------------------- */
/* 侧边栏标题 */
.list_bt {
    background: #1a3a6c !important;
    color: #fff !important;
    padding: 15px 20px !important;
    border-radius: 0;
    margin-top: 30px;
}

.list_bt h3,
.list_bt h3 a {
    margin: 0;
    padding: 0;
    font-size: 22px !important;
    line-height: 30px;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none;
}

/* 侧边栏菜单 */
.list_li {
    background: #eaeaea;
    border: none;
}

.list_li li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
    transition: background 0.3s ease;
}

.list_li li:last-child {
    border-bottom: none;
}

.list_li li:hover {
    background: #f4a261;
}

.list_li a {
    display: block;
    width: 100%;
    line-height: 50px;
    height: 50px;
    color: #666666 !important;
    padding: 0 20px;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.list_li a:hover {
    color: #1a3a6c !important;
    padding-left: 25px;
}

.list_li .active,
.list_li .active a {
    color: #fff !important;
    background: #f4a261;
}

.list_li .active a {
    color: #1a3a6c !important;
    font-weight: bold;
}

/* --------------------------------------------------------------------------
   4. 面包屑导航
   -------------------------------------------------------------------------- */
.dqwz {
    margin-bottom: 20px;
    padding: 15px 20px;
    background: #f5f5f5;
    border-left: 4px solid #1a3a6c;
    font-size: 14px;
    color: #666;
}

.dqwz a {
    color: #1a3a6c !important;
    display: inline-block;
    padding: 0 2px;
    text-decoration: none;
    transition: color 0.3s;
}

.dqwz a:hover {
    color: #f4a261 !important;
}

.dqwz span,
.dqwz .current {
    color: #999;
}

/* --------------------------------------------------------------------------
   5. 正文区域
   -------------------------------------------------------------------------- */
.mainpt {
    padding: 30px 5% 40px 5%;
    background: #fff;
}

/* 文章标题 */
.article-title,
.mainpt h1,
.mainpt h2.article-heading,
.v_news_title {
    font-size: 28px;
    color: #1a3a6c;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px solid #e0e0e0;
}

/* 文章元信息（发布时间、来源等） */
.article-info,
.article-meta,
.v_news_meta {
    text-align: center;
    color: #999;
    font-size: 14px;
    padding: 10px 0 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e0e0e0;
}

.article-info span,
.article-meta span {
    margin: 0 10px;
}

/* 正文内容 */
.article-content,
.v_news_content,
.mainpt .content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    padding: 10px 0;
}

/* 正文段落 */
.article-content p,
.v_news_content p,
.mainpt .content p {
    margin-bottom: 15px;
    text-indent: 2em;
    line-height: 1.8;
}

/* 正文标题 */
.article-content h1,
.v_news_content h1,
.mainpt .content h1 {
    font-size: 24px;
    color: #1a3a6c;
    margin: 20px 0 15px 0;
    font-weight: bold;
}

.article-content h2,
.v_news_content h2,
.mainpt .content h2 {
    font-size: 20px;
    color: #1a3a6c;
    margin: 18px 0 12px 0;
    font-weight: bold;
    padding-left: 12px;
    border-left: 4px solid #f4a261;
}

.article-content h3,
.v_news_content h3,
.mainpt .content h3 {
    font-size: 18px;
    color: #333;
    margin: 15px 0 10px 0;
    font-weight: bold;
}

/* 正文图片 */
.article-content img,
.v_news_content img,
.mainpt .content img {
    max-width: 100%;
    height: auto;
    margin: 15px auto;
    display: block;
    border-radius: 4px;
}

/* 正文表格 */
.article-content table,
.v_news_content table,
.mainpt .content table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    font-size: 14px;
}

.article-content table th,
.v_news_content table th,
.mainpt .content table th {
    background: #1a3a6c;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #1a3a6c;
    text-align: center;
    font-weight: bold;
}

.article-content table td,
.v_news_content table td,
.mainpt .content table td {
    padding: 8px 15px;
    border: 1px solid #e0e0e0;
    text-align: left;
}

.article-content table tr:nth-child(even),
.v_news_content table tr:nth-child(even),
.mainpt .content table tr:nth-child(even) {
    background: #f5f5f5;
}

.article-content table tr:hover,
.v_news_content table tr:hover,
.mainpt .content table tr:hover {
    background: #fff8ee;
}

/* 正文链接 */
.article-content a,
.v_news_content a,
.mainpt .content a {
    color: #1a3a6c;
    text-decoration: none;
    border-bottom: 1px dashed #1a3a6c;
    transition: all 0.3s;
}

.article-content a:hover,
.v_news_content a:hover,
.mainpt .content a:hover {
    color: #f4a261;
    border-bottom-color: #f4a261;
}

/* 正文列表 */
.article-content ul,
.v_news_content ul,
.mainpt .content ul {
    margin: 10px 0 15px 30px;
    list-style: disc;
}

.article-content ol,
.v_news_content ol,
.mainpt .content ol {
    margin: 10px 0 15px 30px;
    list-style: decimal;
}

.article-content li,
.v_news_content li,
.mainpt .content li {
    margin-bottom: 8px;
    line-height: 1.8;
}

/* 正文引用 */
.article-content blockquote,
.v_news_content blockquote,
.mainpt .content blockquote {
    margin: 15px 0;
    padding: 15px 20px;
    background: #f5f5f5;
    border-left: 4px solid #1a3a6c;
    color: #666;
    font-size: 15px;
}

/* --------------------------------------------------------------------------
   6. 列表页样式（新闻列表等）
   -------------------------------------------------------------------------- */
.news-list,
.list-content {
    padding: 0;
}

.news-list li,
.list-content li {
    border-bottom: 1px dashed #e0e0e0;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: padding 0.3s;
}

.news-list li:hover,
.list-content li:hover {
    padding-left: 10px;
}

.news-list li a,
.list-content li a {
    color: #333;
    font-size: 15px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 15px;
}

.news-list li a:hover,
.list-content li a:hover {
    color: #1a3a6c;
}

.news-list li .date,
.list-content li .date,
.news-list li span,
.list-content li span {
    color: #999;
    font-size: 14px;
    white-space: nowrap;
}

/* 列表前缀图标 */
.news-list li::before,
.list-content li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #f4a261;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   7. 分页样式
   -------------------------------------------------------------------------- */
.pagination,
.v_pages,
.pages {
    text-align: center;
    margin: 30px 0;
    padding: 10px 0;
}

.pagination a,
.pagination span,
.v_pages a,
.v_pages span,
.pages a,
.pages span {
    display: inline-block;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    margin: 0 3px;
    border: 1px solid #e0e0e0;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s;
    border-radius: 4px;
}

.pagination a:hover,
.v_pages a:hover,
.pages a:hover {
    background: #1a3a6c;
    color: #fff !important;
    border-color: #1a3a6c;
}

.pagination .current,
.pagination .active,
.v_pages .current,
.v_pages .active,
.pages .current,
.pages .active {
    background: #1a3a6c;
    color: #fff !important;
    border-color: #1a3a6c;
    font-weight: bold;
}

/* --------------------------------------------------------------------------
   8. 通用工具样式
   -------------------------------------------------------------------------- */
/* 标题装饰线 */
.section-title {
    font-size: 22px;
    color: #1a3a6c;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #1a3a6c;
    position: relative;
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #f4a261;
}

/* 返回按钮 */
.back-btn {
    display: inline-block;
    padding: 8px 25px;
    background: #1a3a6c;
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
    border-radius: 2px;
    margin: 20px 0;
    transition: all 0.3s;
}

.back-btn:hover {
    background: #f4a261 !important;
    color: #1a3a6c !important;
}

/* 附件下载 */
.attachment,
.file-download {
    margin: 15px 0;
    padding: 12px 15px;
    background: #f5f5f5;
    border-left: 3px solid #1a3a6c;
    font-size: 14px;
}

.attachment a,
.file-download a {
    color: #1a3a6c;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.attachment a:hover,
.file-download a:hover {
    color: #f4a261;
}


@media (min-width: 992px) {
    .nexts div:first-child {
        float: left;
        padding-left: 10px;
    }

    .nexts div:last-child {
        float: right;
        padding-right: 10px;
    }
}

@media (max-width: 991px) {
    .nexts div:first-child {
        padding-left: 10px;
    }

    .nexts div:last-child {
        padding-left: 10px;
    }
}

.lists {
    margin: 30px 0;
    /* 上下各30px外边距，不包含在109.229px内 */
    padding: 0 0 30px 0;
    /* 下内边距30px，包含在109.229px内 */
    height: calc(109.229px - 30px);
    /* 实际内容高度 = 109.229 - 30 = 79.229px */
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    .listsimg {
        width: 20%;
        padding-right: 10px;
    }

    .liststext {
        width: 80%;
        padding-left: 10px;
    }

    .liststext1 {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .listsimg {
        display: none;
    }

    .liststext {
        width: 100%;
    }
}

.listtext_tit a {
    color: #1a3a6c !important;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 1.4;
}

.listtext_cont {
    padding-top: 10px;
}

.listtext_cont:empty {
    display: none;
}

.listtext_cont a {
    color: #939393;
    word-break: break-all;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.container-fluid {
    color: #fff;
    text-align: center;
}

.vvb {
    z-index: 9;
    position: relative;
    margin-top: 20px;
}

.xt {
    border-bottom: 1px solid #000000;
    margin-bottom: 18px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background: none;
    border: 0px;
    font-size: 20px;
    color: #d62839;
    border-bottom: 2px solid #d62839;
    font-weight: bold;
}

.nav-tabs>li>a {
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.nav-tabs>li>a:hover {
    background: none;
    border: 0px;
}

.tupzw {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.tu_ri {
    padding: 0 10px;
}

.tu_ri h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
}

.tu_ri p {
    font-size: 14px;
    color: #6a6a6a;
    overflow: hidden;
    line-height: 30px;
}

.lins {
    width: 100%;
    height: auto;
}

.lins ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 320px !important;
}

.lins li {
    height: 30px;
    text-align: right;
    padding: 0 10px;
    overflow: hidden;
    clear: both;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-shrink: 0;
}

.lins li a {
    text-align: left;
    display: block;
    overflow: hidden;
    flex: 1;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}

/* 新闻列表左侧图标 */
.lins li img {
    flex-shrink: 0;
    margin-right: 8px;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    align-self: center;
}

.lins li img[src*="new.png"] {
    padding: 0;
    animation: 1s linear 0s infinite alternate magnify;
}

.lins li img[src*="point.png"] {
    padding: 7px;
}

/* new.png 放大呼吸动画 */
@keyframes magnify {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

.d15 {
    padding-top: 0;
    position: relative;
}

/* more+ 对齐样式 */
.tab-pane .more-link {
    position: absolute;
    top: 0;
    right: 10px;
    margin-top: 0 !important;
    padding-right: 0;
    font-size: 14px;
    color: #4a4a4a;
    z-index: 10;
}

.tab-pane .more-link a {
    color: #4a4a4a;
    text-decoration: none;
}

.tab-pane .more-link a:hover {
    color: #0066cc;
}

#myTabContent {
    height: auto !important;
}

.cjhh {
    padding: 20px 0px;
}

.row:before {
    clear: both;
}

.containervv:after {
    clear: both;
}

/* ========================================
   全局布局优化（统一合并版）
   ======================================== */

/* 1. 全局容器与Logo */
.container {
    max-width: 1500px !important;
    width: 95% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.logo-left,
.logo {
    height: 120px !important;
    line-height: 120px !important;
    float: left;
}

.logo-left img {
    height: 75px !important;
    width: auto;
    object-fit: contain;
}

.search-box {
    float: right;
    padding: 40px 10px !important;
}

/* 2. 新闻动态区域 */
.nw_bj {
    background: url(../images/bj.png) repeat;
    padding: 0 20px 0 0 !important;
}

.news-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    margin: 0 !important;
    align-items: stretch !important;

}

.news-left-box {
    flex: 0 0 42% !important;
    max-width: 42% !important;
    padding: 0 0px !important;
    display: flex !important;
    flex-direction: column !important;
}

.news-right-box {
    flex: 0 0 58% !important;
    max-width: 58% !important;
    padding: 0 0 0 30px !important;
    display: flex !important;
    flex-direction: column !important;
}

.news-left-box .tupzw {
    border-bottom: none !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 320px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.news-left-box .tupzw img {
    width: 100% !important;
    height: 320px !important;
    object-fit: cover !important;

    display: block !important;
}

.news-right-box .lins {
    margin-top: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.news-right-box .lins ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 320px !important;
}

.news-right-box .lins li {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    height: 30px !important;
    line-height: 1 !important;
    padding: 0 5px !important;
    border-bottom: 1px dashed #e0e0e0 !important;
    flex-shrink: 0 !important;
}

.news-right-box .lins li:last-child {
    border-bottom: none !important;
}

.news-right-box .lins li a {
    flex: 1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin-right: 10px !important;
    color: #333 !important;
    font-size: 16px !important;
}

.news-right-box .lins li a:hover {
    color: #d62839 !important;
}

.news-right-box .lins li span {
    color: #999 !important;
    font-size: 14px !important;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
}

.news-right-box .lins li img {
    margin-right: 8px !important;
    flex-shrink: 0 !important;
    width: 24px !important;
    height: 24px !important;
    align-self: center !important;
}

.news-row+br,
.news-left-box br,
.news-right-box br {
    display: none !important;
}

/* 3. 通知公告区域 */
.nw_bjv {
    background: url(../images/bj.png) repeat;
    padding: 0 !important;
    margin-left: 0 !important;
    min-height: 340px !important;
}

.nw_bjv .lins ul {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 320px !important;
}

.nw_bjv .lins li {
    line-height: 1 !important;
    height: 30px !important;
    font-size: 16px !important;
    color: #4a4a4a !important;
    border-bottom: 1px dashed #e0e0e0 !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.nw_bjv .lins li a {
    font-size: 16px !important;
    color: #4a4a4a !important;
    line-height: 1 !important;
    flex: 1 !important;
    min-width: 0 !important;
}

.nw_bjv .lins li a:hover {
    color: #d62839 !important;
}

.nw_bjv .lins li img {
    margin-top: 0 !important;
    flex-shrink: 0 !important;
}

/* 4. 风采展示区域 */
.nw_bjvyj {
    background: url(../images/bj.png) repeat;
    margin-top: 30px !important;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
    height: 238px !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
    padding: 0 !important;
    border: 1px solid #1a3a6c !important;
    box-sizing: border-box !important;
}

.bjhs {
    background: #1a3a6c !important;
    height: 238px !important;
    color: #fff;
    font-size: 16px;
    width: 40px !important;
    min-width: 40px !important;
    padding: 10px 5px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 10;
}

.bjhs a {
    color: #fff;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font: 700 20px/48px "Microsoft YaHei";
    letter-spacing: 3px;
    text-decoration: none;
}

.nw_bjvyj .col-lg-11 {
    height: 100% !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 0 0 0 20px !important;
    flex: 0 0 calc(100% - 40px) !important;
    max-width: calc(100% - 40px) !important;
    overflow: hidden !important;
}

.nw_bjvyj .col-lg-4 {
    height: 100% !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 0 !important;
    flex: 0 0 1400px !important;
    gap: 15px !important;
    max-width: 1400px !important;
    overflow: hidden !important;
}

.nw_bjvyj .col-lg-4 img {
    width: 320px !important;
    height: 188px !important;
    object-fit: cover !important;
    margin: 0 !important;
    border: 1px solid #ddd;
}

.nw_bjvyj #u_u10_demo {
    width: 100% !important;
    max-width: 1400px !important;
    overflow: hidden !important;
}

/* 5. Research Tab区域 */
#research {
    margin-top: 0 !important;
    padding-top: 50px !important;
}

#research .title ul {
    display: flex !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

#research .title ul li {
    flex: 1 !important;
    text-align: center !important;
    padding: 12px 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
}

#research .title ul li.active,
#research .title ul li:hover {
    background: #1a3a6c !important;
}

#research .title ul li.active a,
#research .title ul li:hover a {
    color: #fff !important;
}

#research .text_content {
    min-height: 220px !important;
    padding: 0 0px !important;
}

#research .container {
    max-width: 100% !important;
    padding: 0 !important;
}

#research .text_bottom ul li a:hover {
    color: #d62839 !important;
}

/* 6. 底部与页脚 */
.links-section {
    margin-top: 30px !important;
}

.footer {
    padding: 30px 0 !important;
}

.footer-container {
    max-width: 1500px !important;
    width: 95% !important;
    margin: 0 auto !important;
}

/* 7. 配色方案 */
#appu1 .tj {
    background-color: #f4a261 !important;
    color: #1a3a6c !important;
}

.links-list a:hover {
    color: #f4a261 !important;
    opacity: 1 !important;
}

.contact-item {
    color: rgba(255, 255, 255, 0.85) !important;
}

.logo-showcase::after {
    background: rgba(255, 255, 255, 0.2) !important;
}

.no-touch .dl-menuwrapper li a:hover {
    background: rgba(244, 162, 97, 0.2) !important;
    color: #f4a261 !important;
}

.moblie_link {
    border-bottom: 1px solid #2a5288 !important;
}

.moblie_search {
    border-bottom: 1px solid #2a5288 !important;
}

/* 8. 新闻列表图标样式 */
.news-item {
    line-height: 36px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    display: flex !important;
    align-items: center !important;
    list-style: none !important;
}

.news-icon {
    width: 20px !important;
    height: auto !important;
    margin-right: 8px !important;
    flex-shrink: 0 !important;
    vertical-align: middle !important;
}

.news-link {
    color: #333 !important;
    flex: 1 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    text-decoration: none !important;
}

.nw_bjv .news-link {
    max-width: 280px !important;
}

.news-date {
    color: #999 !important;
    margin-left: 15px !important;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
    font-size: 14px !important;
}

.notice-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.notice-list .news-item {
    line-height: 32px !important;
    border-bottom: 1px dashed #e8e8e8 !important;
}

/* 9. Tab英文副标题 */
.tab-en {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #999 !important;
    margin-left: 4px !important;
    letter-spacing: 1px !important;
}

.nav-tabs>li.active>a .tab-en {
    color: #d62839 !important;
    opacity: 0.7 !important;
}

/* 10. 响应式媒体查询 */
@media screen and (max-width: 1799px) and (min-width: 1500px) {
    .container {
        max-width: 1300px !important;
    }

    .footer-container {
        max-width: 1300px !important;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 15px !important;
    }

    .links-container,
    .footer-container {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 15px !important;
    }
}

@media (max-width: 991px) {
    .news-row {
        flex-direction: column !important;
    }

    .news-left-box,
    .news-right-box {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .nw_bjv {
        margin-left: 0 !important;
        margin-top: 20px !important;
    }
}

/* ========================================
   右侧固定快捷导航（纯CSS图标+悬停滑出）
   ======================================== */
.quick-nav {
    position: fixed;
    right: 0;
    top: 60%;
    transform: translateY(-50%) translateX(76px);
    z-index: 9999;
    width: 88px;
    border-radius: 6px 0 0 6px;
    overflow: hidden;
    box-shadow: -2px 2px 10px rgba(26, 58, 108, 0.25);
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    transition: transform 0.35s ease;
}

.quick-nav::after {
    content: '‹';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #1a3a6c;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    z-index: 10;
    transition: opacity 0.2s ease;
}

.quick-nav:hover {
    transform: translateY(-50%) translateX(0);
}

.quick-nav:hover::after {
    opacity: 0;
    pointer-events: none;
}

.quick-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 6px;
    background: #1a3a6c;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    transition: background 0.25s ease;
    cursor: pointer;
}

.quick-nav-item:last-child {
    border-bottom: none;
}

.quick-nav-item:hover {
    background: #f4a261;
    color: #1a3a6c;
    text-decoration: none;
}

/* ---- 图标容器（内联SVG使用currentColor自动变色） ---- */
.qn-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 5px;
    flex-shrink: 0;
    display: block;
}

.qn-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.qn-text {
    display: block;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .quick-nav {
        display: none;
    }
}

/* 瀑布流容器样式 */
.waterfall-container {
    column-count: 3;
    /* 3列 */
    column-gap: 20px;
    /* 列间距 */
    padding: 0;
}

.waterfall-container .col-md-4 {
    break-inside: avoid;
    /* 防止卡片被拆分 */
    width: 100%;
    /* 覆盖Bootstrap的宽度 */
    float: none;
    padding: 0;
    margin-bottom: 20px;
}

.main_pho {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.main_pho:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.main_pho .img_a {
    display: block;
    line-height: 0;
}

.main_pho .img_a img {
    width: 100%;
    height: auto;
    display: block;
}

.main_pho .img_tita {
    display: block;
    padding: 12px 16px;
    background: #fff;
    text-decoration: none;
}

.main_pho .img_tita p {
    margin: 0;
    font-size: 14px;
    color: #333;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .waterfall-container {
        column-count: 2;
    }
}

@media (max-width: 576px) {
    .waterfall-container {
        column-count: 1;
    }
}

.szdw-section {
    margin-bottom: 50px;
}

.szdw-title {
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 2px solid #1a3a6c;
    position: relative;
}

.szdw-title h2 {
    font-size: 24px;
    color: #1a3a6c;
    font-weight: bold;
    margin: 0;
    display: inline-block;
    padding-right: 15px;
    background: #fff;
}

.szdw-subtitle {
    font-size: 14px;
    color: #f4a261;
    font-weight: 500;
    margin-left: 10px;
}

.szdw-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 20px;
    padding: 0;
}

.szdw-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #e8e8e8;
}

.szdw-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.szdw-photo-container {
    position: relative;
    width: 100%;
    padding-top: 110%;
    overflow: hidden;
    background: #f5f5f5;
}

.szdw-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.szdw-card:hover .szdw-photo {
    transform: scale(1.05);
}

.szdw-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 58, 108, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.szdw-card:hover .szdw-overlay {
    opacity: 1;
}

.szdw-click-hint {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 10px 20px;
    background: rgba(244, 162, 97, 0.9);
    border-radius: 4px;
}

.szdw-name {
    font-size: 16px;
    font-weight: bold;
    color: #1a3a6c;
    text-align: center;
    padding: 12px 8px 4px;
    margin: 0;
}

.szdw-title-text {
    font-size: 14px;
    color: #666;
    text-align: center;
    padding: 0 10px 15px;
    margin: 0;
    line-height: 1.5;
}

.teacher-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.teacher-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.teacher-modal-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 50px auto;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.teacher-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 3;
    transition: background 0.2s ease;
}

.teacher-modal-close:hover {
    background: rgba(0, 0, 0, 0.7);
}

.teacher-modal-body {
    display: flex;
    flex-wrap: wrap;
}

.teacher-modal-photo {
    flex: 0 0 300px;
    background: #f5f5f5;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teacher-modal-photo img {
    max-width: 100%;
    max-height: 400px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.teacher-modal-info {
    flex: 1;
    padding: 40px;
    min-width: 300px;
}

.teacher-modal-info h3 {
    font-size: 28px;
    color: #1a3a6c;
    font-weight: bold;
    margin: 0 0 10px;
}

.teacher-modal-info p {
    font-size: 16px;
    color: #666;
    margin: 0 0 20px;
}

.teacher-modal-details {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.teacher-modal-details div {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}

.teacher-modal-details strong {
    color: #1a3a6c;
}

.teacher-modal-intro h4 {
    font-size: 18px;
    color: #1a3a6c;
    font-weight: bold;
    margin: 0 0 15px;
    padding-left: 10px;
    border-left: 4px solid #f4a261;
}

.teacher-modal-intro p {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin: 0;
    text-align: justify;
}

@media (max-width: 992px) {
    .szdw-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 15px;
    }

    .teacher-modal-content {
        margin: 20px 15px;
    }

    .teacher-modal-body {
        flex-direction: column;
    }

    .teacher-modal-photo {
        flex: none;
        padding: 20px;
    }

    .teacher-modal-info {
        padding: 25px;
    }

    .teacher-modal-info h3 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .szdw-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 12px;
    }

    .szdw-title h2 {
        font-size: 20px;
    }

    .szdw-subtitle {
        font-size: 12px;
    }

    .szdw-name {
        font-size: 14px;
        padding: 10px 6px 3px;
    }

    .szdw-title-text {
        font-size: 12px;
        padding: 0 6px 10px;
    }
}

@media (max-width: 576px) {
    .szdw-grid {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 10px;
    }

    .szdw-name {
        font-size: 13px;
    }
}