@import url('all.css');
blockquote,body,dd,div,dl,dt,fieldset,figcaption,figure,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,span,td,textarea,th,ul{margin:0;padding:0;outline:0}
a>img{cursor:pointer}
a>div{cursor:pointer}
a>p{cursor:pointer}
a>h5{cursor:pointer}
a>h4{cursor:pointer}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0;vertical-align:middle}
address,caption,cite,code,dfn,em,th,var,i{font-style:normal;font-weight:400}
ol,ul,li{list-style:none;padding:0;margin:0}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%}
a,button,input,select,textarea{outline:0;border-radius:0;line-height:normal}
abbr,acronym{border:0}
a{cursor:pointer}
body{font-family:"Open Sans","PingFang SC","Microsoft Yahei",Arial;font-size:14px;box-sizing:border-box;outline:none;color:#333;background-color:#f5f5f5;}
:root {
            --primary-color: #993300;
            --primary-light: rgba(153, 51, 0, 0.08);
            --primary-dark: #7a2900;
            --text-color: #333;
            --light-bg: #f8f9fa;
            --border-color: #e0e0e0;
            --card-shadow: 0 3px 10px rgba(0,0,0,0.05);
        }

.clearfix:after{content:"";height:0;display:block;clear:both}
.fl{float:left}
.fr{float:right}
.dis_n{display:none;}
.dis_b{display:block;}
.pa{position:absolute;}
.pr{position:relative;}
a{text-decoration:none}
.index-bg{background-color:#fff;}
.flexBetween{display:-webkit-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.flexStart{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.flexCenter{display:-webkit-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.flexEnd{display:-webkit-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}

.w1530{padding-left:3.2vw;padding-right:3.2vw;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}
.w15300{padding-left:8.2vw;padding-right:8.2vw;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}
.w1820{padding-left:1.1vw;padding-right:1.1vw;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;}
.color{color:#993300;}

.pc{display:block;}

/* 顶部header样式 */
.header {
    padding: 30px 0;
    position: relative;
    z-index: 2;
    background: url(../images/top.jpg) center center no-repeat;
    background-size:contain; /* 让背景图片覆盖整个区域但保持比例 */
    position: relative;
}

/* 添加白色半透明蒙版 */
.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* 白色半透明蒙版 */
    z-index: -1;
}
.logo{display:flex;align-items:center;gap:15px;margin-top:20px;}
.logo a{flex-shrink: 0;}
.logo a img{height:95px; object-fit: contain; display: block;}
.logo span{color: #993300; font-size:.36rem; font-weight: bold; line-height: 1.3;}
.toplink a{display:inline-block;position:relative;margin-left:20px}
.toplink a > img{width:22px}
.toplink a span{position:absolute;top:30px;display:none;right:-50px}
.toplink a span img{width:120px}
.toplink a:hover span{display:block}
.toplink{text-align:right;margin-bottom:44px}
.phone-info{display:inline-flex;align-items:center;margin-right:15px}
.phone-icon{color:#993300;font-size:.31rem;margin-right:8px}
.phone-number{color:#993300;font-size:.31rem;font-weight:700}
.white{background:#fff}
.top_fr{width:26.5%}
.search{border:1px solid #993300;max-width:100%;box-sizing:border-box;border-radius:5px}
.search input{border:none}
.search input[type=text]{background:#f3f3f3;height:49px;line-height:49px;font-size:16px;color:#333;width:calc(100% - 90px);border-top-left-radius:5px;border-bottom-left-radius:5px;text-indent:10px}
.search input[type=submit]{background:#993300 url(../images/ico3.png) 15px center no-repeat;background-size:20px;height:49px;line-height:49px;padding-left:30px;width:90px;color:#fff;font-size:16px;border-top-right-radius:5px;border-bottom-right-radius:5px;float:right}

/* PC导航栏目样式*/
.navbar{background-color:#930;padding:0 50px}
.nav-menu{list-style:none;display:flex;justify-content:center;align-items:center;margin:0;padding:0}
.nav-item{position:relative;flex:1;text-align:center}
.nav-link{display:block;color:#fff;font-size:.23rem;text-decoration:none;padding:15px 0;transition:background-color .3s ease;height:100%}
.nav-link:hover{background-color:#c40}
.nav-item.active .nav-link{background-color:#c40}
.has-dropdown{position:relative}
.has-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}
.dropdown-menu{position:absolute;top:100%;left:0;right:0;background-color:#930;list-style:none;width:100%;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.1);z-index:1000;padding:0;margin:0}
.dropdown-link{display:block;color:#fff;font-size:.2rem;text-decoration:none;padding:12px 0;transition:background-color .3s ease;border-bottom:1px solid rgba(255,255,255,.1);text-align:center}
.dropdown-link:hover{background-color:#c40}
.dropdown-menu li:last-child .dropdown-link{border-bottom:none}

/* 移动端导航栏样式 */
.mobile{display:none;}
.mobile-header{display:flex;justify-content:space-between;align-items:center;background-color:#930;padding:15px 20px;box-shadow:0 2px 10px rgba(0,0,0,.1);position:fixed;top:0;left:0;right:0;z-index:1000}
.logo-m{display:flex;align-items:center;gap:10px}
.logo-img{width:.6rem;}
.logo-text{color:#fff;font-size:.27rem;font-weight:600}
.menu-toggle{position:relative;width:30px;height:30px;cursor:pointer}
.hamburger{display:flex;flex-direction:column;justify-content:space-between;height:20px;margin-top:5px;}
.hamburger span{display:block;width:30px;height:3px;background-color:#fff;transition:all .3s ease;transform-origin:center}
.menu-toggle.active .hamburger span:first-child{transform:translateY(8.5px) rotate(45deg)}
.menu-toggle.active .hamburger span:nth-child(2){opacity:0}
.menu-toggle.active .hamburger span:nth-child(3){transform:translateY(-8.5px) rotate(-45deg)}
.slide-nav{position:fixed;top:70px;right:0;width:80%;background-color:#930;transform:translateX(100%);transition:transform .4s ease;z-index:999;height:calc(100vh - 70px);overflow-y:auto}
.slide-nav.active{transform:translateX(0)}
.nav-m-menu{list-style:none;padding:0;margin:0}
.nav-m-item{border-bottom:1px solid rgba(255,255,255,.1)}
.nav-m-link{display:block;color:#fff;font-size:.23rem;text-decoration:none;padding:15px 20px;transition:background-color .3s ease;position:relative}
.nav-m-link:hover{background-color:#c40}
.nav-m-link-dropdown{display:flex;justify-content:space-between;align-items:center;color:#fff;padding:15px 20px;cursor:pointer;transition:background-color .3s ease}
.nav-m-link-dropdown:hover{background-color:#c40}
.nav-m-link-dropdown .nav-m-link{padding:0;flex:1;text-align:left}
.dropdown-toggle{cursor:pointer;transition:transform .3s ease;margin-left:10px}
.dropdown-toggle.rotated{transform:rotate(180deg)}
.dropdown-m-menu{background-color:#c63;list-style:none;max-height:0;overflow:hidden;transition:max-height .4s ease}
.dropdown-m-menu.active{max-height:300px}
.dropdown-m-link{display:block;color:#fff;font-size:.22rem;text-decoration:none;padding:12px 20px 12px 40px;transition:background-color .3s ease;border-bottom:1px solid rgba(255,255,255,.05)}
.dropdown-m-link:hover{background-color:#d74}
.dropdown-m-menu li:last-child .dropdown-m-link{border-bottom:none}
.nav-search{padding:15px 20px;background-color:rgba(0,0,0,.1)}
.search-container{display:flex;background-color:#fff;border-radius:25px;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,.1)}
.search-input{flex:1;border:none;padding:12px 15px;outline:0;font-size:14px}
.search-btn{background-color:#930;color:#fff;border:none;padding:13px 15px;cursor:pointer;transition:background-color .3s ease}
.search-btn:hover{background-color:#c40}

/* 首页文章头条居中 */
.main-content{background:linear-gradient(to bottom,#f8f8f8,#fff);padding:20px;min-height:120px;display:flex;align-items:center;justify-content:center;position:relative;border-bottom:3px solid #930;box-shadow:0 2px 10px rgba(0,0,0,.05)}
.content-top{max-width:1000px;margin:0 auto;padding:10px;display:flex;align-items:center;gap:20px}
.top-tag-container{flex-shrink:0;display:flex;align-items:center;justify-content:center}
.top-tag{background-color:#930;color:#fff;padding:8px 15px;border-radius:20px;font-size:.2rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 5px rgba(0,0,0,.2);min-width:60px}
.top-tag i{margin-right:6px;font-size:.18rem}
.content-text{flex:1;display:flex;flex-direction:column}
.content-text h1{font-size:.3rem;font-weight:700;margin:0 0 15px 0;line-height:1.4;text-shadow:1px 1px 3px rgba(0,0,0,.1)}
.content-text h1 a{color:#930!important;text-decoration:none;transition:color .3s ease}
.content-text h1 a:hover{color:#c40!important;text-decoration:underline}
.content-text p{font-size:.2rem;color:#666;line-height:1.6;margin:0}

/* 首页幻灯片和最新文章样式 */
.container{display:flex;max-width:1400px;margin:20px auto;gap:20px;padding:0 50px}
.left-section{flex:1;height:450px;overflow:hidden}
.mySwiper{width:100%;height:100%;position:relative}
.swiper-slide{position:relative}
.image-link{display:block;text-decoration:none}
.swiper-slide img{width:100%;height:100%;display:block}
.image-overlay{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.7);color:#fff;padding:15px 20px}
.image-title{font-size:18px;font-weight:700;margin:0;color:#fff}
.swiper-button-next,.swiper-button-prev{color:#fff;width:20px;height:20px;border-radius:50%;transition:all .3s ease;opacity:0;visibility:hidden;transform:translateX(0);top:50%;margin-top:-10px;font-size:12px}
.swiper-button-next:hover,.swiper-button-prev:hover{transform:scale(1.1)}
.swiper-button-next{right:15px}
.swiper-button-prev{left:15px}
.mySwiper:hover .swiper-button-next,.mySwiper:hover .swiper-button-prev{opacity:1;visibility:visible}
.swiper-pagination{bottom:10px;right:10px;width:auto!important;left:auto!important}
.swiper-pagination-bullet{background:rgba(255,255,255,.5);opacity:1;width:8px;height:8px}
.swiper-pagination-bullet-active{background:#930}
.right-section{flex:1;display:flex;flex-direction:column;box-shadow:0 10px 30px rgba(0,0,0,.08);overflow:hidden;border-radius:8px}
.header-section{background:#fff;padding:20px}
.header-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}
.section-title{font-size:24px;font-weight:700;color:#333;margin:0}
.more-link{color:#930;text-decoration:none;font-size:14px;display:flex;align-items:center;gap:5px;transition:color .3s ease;white-space:nowrap}
.more-link:hover{color:#c40}
.divider-line{position:relative;height:1px;background-color:#ddd}
.red-line{position:absolute;top:0;left:0;height:3px;width:80px;background-color:#930;border-radius:2px}
.articles-section{background:#fff;flex:1;padding:0 20px;}
.article-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0px;border-bottom:1px solid #eee;transition:all .3s ease}
.article-item:last-child{border-bottom:none}
.article-item:hover{background-color:rgba(153,51,0,.05)}
.article-link{text-decoration:none;flex:1;margin-right:15px;min-width:0}
.article-title{font-size:16px;color:#333;transition:color .3s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.article-item:hover .article-title{color:#930}
.article-date{font-size:14px;color:#999;white-space:nowrap;flex-shrink:0;width:auto}

.mobile-only-image{display:none;}

/* 首页最新招聘和我要报名 */
/* .recruitment-container{display:flex;max-width:1200px;margin:20px auto;gap:20px;padding:0 15px} */
.recruitment-left-section{flex:1;display:flex;flex-direction:column;overflow:hidden;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.08);}
/* .recruitment-header-section{background:#fff;padding:20px}
.recruitment-header-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}
.recruitment-section-title{font-size:24px;font-weight:700;color:#333;margin:0}
.recruitment-more-link{color:#930;text-decoration:none;font-size:14px;display:flex;align-items:center;gap:5px;transition:color .3s ease;white-space:nowrap}
.recruitment-more-link:hover{color:#c40}
.recruitment-divider-line{position:relative;height:1px;background-color:#ddd} */
/* .recruitment-red-line{position:absolute;top:0;left:0;height:3px;width:80px;background-color:#930;border-radius:2px} */
.recruitment-articles-section{background:#fff;padding:0 8px 10px 8px;margin-top:0;flex:1;display:flex;flex-direction:column}
.recruitment-articles-list{display:flex;flex-wrap:wrap;gap:8px;flex:1}
.recruitment-article-item{width:calc(46.5% - 4px);transition:all .3s ease;background:#fff;border-radius:4px;display:flex;align-items:center;padding:12px 15px}
.recruitment-article-item:hover{background-color:rgba(153,51,0,.05)}
.recruitment-article-link{text-decoration:none;display:flex;justify-content:space-between;align-items:center;width:100%;min-width:0;border-bottom:1px solid #eee;}
.recruitment-article-title{font-size:16px;color:#333;transition:color .3s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0;margin-right:15px}
.recruitment-article-item:hover .recruitment-article-title{color:#930}
.recruitment-article-date{font-size:14px;color:#666;white-space:nowrap;flex-shrink:0}
.recruitment-right-section{width:31%;flex-shrink:0}
.recruitment-image-link{display:block;text-decoration:none}
.recruitment-right-section img{width:100%;height:auto;border-radius:8px}
.guoqi a .recruitment-article-title,.guoqi a .recruitment-article-date{color:#ccc;}

/* 首页分类和二维码 */
.category-container{display:flex;max-width:4200px;margin:0 auto;gap:20px;align-items:stretch;padding:0 50px;}
.category-left-section{flex:0 1 67.5%;display:flex;flex-direction:column}
.category-right-section{flex-shrink:0;display:flex;flex-direction:column;gap:20px}
.category-sections-grid{display:flex;flex-direction:column;gap:10px;flex:1}
.category-sections-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;flex:1}
.category-section-item{background:#930;border-radius:8px;padding:15px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none;min-height:80px}
.category-section-item:hover{background:#c40;transform:translateY(-3px);box-shadow:0 5px 15px rgba(153,51,0,.2)}
.category-section-icon{font-size:.35rem;color:#fff;margin-bottom:5px;text-align:center;width:100%}
.category-section-text{font-size:.2rem;color:#fff;font-weight:500;text-align:center;width:100%}
.category-qr-section{background:#fff;border-radius:8px;padding:15px;box-shadow:0 2px 10px rgba(0,0,0,.1);display:flex;justify-content:space-between;align-items:center;gap:10px}
.category-qr-item{display:flex;flex-direction:column;align-items:center;flex:1}
.category-qr-code{width:180px;height:180px;background-color:#f0f0f0;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:8px;overflow:hidden;border:1px solid #ddd}
.category-qr-code img{width:100%;height:100%;object-fit:cover}
.category-qr-text{font-size:.2rem;color:#666;text-align:center}

/* 铁路建设、世界铁路概况 */
.culture-modules-container{display:flex;gap:20px;}
.culture-module{flex:1;box-shadow:0 10px 30px rgba(0,0,0,.08);overflow:hidden;border-radius:8px;display:flex;flex-direction:column;}
.culture-module-header-section{background:#fff;padding:15px 20px;margin-bottom:0;border-radius:8px 8px 0 0;/*box-shadow:0 2px 10px rgba(0,0,0,.05)*/} 
.culture-module-header-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.culture-module-section-title{font-size:20px;font-weight:700;color:#333;margin:0}
.culture-more-link{color:#930;text-decoration:none;font-size:14px;display:flex;align-items:center;gap:5px;transition:color .3s ease;white-space:nowrap;flex-shrink:0}
.culture-more-link:hover{color:#c40}
.culture-module-divider-line{position:relative;height:1px;background-color:#ddd}
.culture-module-red-line{position:absolute;top:0;left:0;height:3px;width:60px;background-color:#930;border-radius:2px}
.culture-module-content{background:#fff;padding:15px;border-radius:0 0 8px 8px;/*box-shadow:0 2px 10px rgba(0,0,0,.05)*/;margin-top:0}
.culture-article-item{display:flex;align-items:flex-start;gap:12px;padding:12px;border-bottom:1px solid #eee}
.culture-article-item:last-child{border-bottom:none}
.culture-article-item:hover{background-color:rgba(153,51,0,.05)}
.culture-article-link{text-decoration:none;display:flex;align-items:center;width:100%;min-width:0}
.culture-article-title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-wrap:break-word;font-size:16px;line-height:1.4;color:#333}
.culture-article-item:hover .culture-article-title{color:#930}
.culture-article-date{font-size:14px;color:#666;white-space:nowrap;flex-shrink:0}

/* 友情链接 */
.yqlj-container {max-width: 1400px;margin: 0 auto;padding:0 50px;}
.friends-links{background:#fff;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.08);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;margin-bottom:30px;}
/* .friends-links:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.12)} */
.module-header-section{padding:20px 25px 15px;background:linear-gradient(135deg,#fff 0,#f9f9f9 100%);}
.module-section-title{font-size:22px;font-weight:700;color:#333;margin:0;position:relative;padding-left:15px}
.module-section-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:5px;height:22px;background-color:#930;border-radius:3px}
.module-divider-line{position:relative;height:1px;background-color:#eee;margin-top:10px}
.module-red-line{position:absolute;top:0;left:0;height:2px;width:60px;background:linear-gradient(90deg,#930,#c40);border-radius:2px}
.links-container{padding:25px}
.links-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:18px}
.link-item{display:flex;align-items:center;padding:14px 18px;background-color:#f8fafc;border-radius:8px;transition:all .3s ease;text-decoration:none;color:#333;border-left:4px solid #930;position:relative;overflow:hidden}
.link-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,rgba(153,51,0,.05),rgba(204,68,0,.03));opacity:0;transition:opacity .3s ease;z-index:0}
.link-item:hover{background-color:#fff;transform:translateY(-3px);box-shadow:0 6px 15px rgba(153,51,0,.12);border-left-color:#c40}
.link-item:hover:before{opacity:1}
.link-item:hover .link-text{color:#c40}
.link-item:hover .link-icon{transform:rotate(45deg);color:#c40}
.link-icon{margin-right:12px;color:#930;font-size:18px;transition:all .3s ease;z-index:1}
.link-text{font-size:15px;transition:color .3s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}

.container-page {max-width: 1400px;margin:30px auto;padding: 0 50px;}

/* 面包屑 */
.breadcrumb{padding:25px 0 15px;font-size:.18rem;border-bottom:1px solid #eee;margin-bottom:20px}
.breadcrumb a{color:#666;text-decoration:none;transition:color .3s}
.breadcrumb a:hover{color:var(--primary-color)}
.breadcrumb span{color:var(--primary-color);font-weight:500}
.breadcrumb i{margin:0 8px;font-size:12px;color:#999}

/* 内页分类样式 */
.categories{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin:0 0 30px;padding:0 10px}
.category-link{display:inline-block;background:#fff;border:1px solid var(--border-color);border-radius:50px;padding:10px 22px;font-size:.2rem;font-weight:500;color:var(--text-color);text-decoration:none;transition:all .3s ease;box-shadow:var(--card-shadow)}
.category-link.active,.category-link:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:translateY(-2px)}

/* 文章列表 */
.article-list{display:flex;flex-direction:column;gap:20px;}
.article-card{background:#fff;border-radius:10px;transition:all .3s ease;box-shadow:var(--card-shadow);padding:25px;position:relative;overflow:hidden;border-left:4px solid var(--primary-light)}
.article-card:hover{transform:translateY(-3px);box-shadow:0 7px 15px rgba(0,0,0,.08);border-left-color:var(--primary-color)}
.article-content h3{font-size:.22rem;margin-bottom:12px;color:var(--text-color);transition:color .3s}
.article-content h3 a{text-decoration:none;color:inherit}
.article-card:hover .article-content h3 a{color:var(--primary-color)}
.article-meta{display:flex;align-items:center;margin-bottom:15px;color:#777;font-size:.18rem;gap:20px}
.article-meta i{margin-right:6px;color:var(--primary-color)}
.article-excerpt{color:#555;margin-bottom:20px;line-height:1.7}
.read-more{display:inline-flex;align-items:center;color:var(--primary-color);text-decoration:none;font-weight:600;gap:8px;transition:gap .3s;font-size:.18rem;}
.read-more:hover{gap:12px;}

/* 文章详情 */
.article-detail{background:#fff;border-radius:10px;padding:40px;box-shadow:var(--card-shadow);margin-bottom:40px}
.article-tit{font-size:.3rem;font-weight:700;text-align:center;color:var(--primary-dark);margin:20px 0 30px;line-height:1.4;}
.article-from{text-align:center;margin-bottom:40px;padding:20px 0;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);color:#666;font-size:16px;display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap}
.article-from span{margin:0 15px}
.article-from i{margin-right:8px;color:var(--primary-color)}
.article-con{font-size:.2rem;line-height:1.9}
.article-con p{text-align:justify;line-height:1.9;}
.article-con h2{font-size:1.8rem;margin:40px 0 25px;color:var(--primary-dark);padding-bottom:15px;border-bottom:1px solid var(--border-color)}
.article-con h3{font-size:1.5rem;margin:30px 0 20px;color:var(--primary-color)}
.article-con p img{display:block;text-align:center;margin:0 auto;max-width: 100%;height: auto;}
.image-caption{font-size:14px;color:#777;margin-top:10px;text-align:center}

/* 上一篇下一篇 */
.article-navigation{display:flex;justify-content:space-between;margin:40px 0 30px;padding:20px 0;border-top:1px solid var(--border-color)}
.next-article,.prev-article{max-width:45%}
.nav-page-link{display:flex;align-items:center;text-decoration:none;color:var(--text-color);font-weight:600;transition:all .3s;padding:15px;border-radius:8px;background:var(--light-bg)}
.nav-page-link:hover{background:var(--primary-light);color:var(--primary-color)}
.prev-article .nav-page-link{flex-direction:row}
.next-article .nav-page-link{flex-direction:row-reverse;text-align:right}
.nav-icon{font-size:24px;margin:0 10px;color:var(--primary-color)}
.nav-title{font-size:16px}

/* 联系我们 */
.qrcode-contact-section{display:flex;flex-direction:column;align-items:center}
.qrcode-contact-container{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;width:100%;margin:0 auto}
.qrcode-contact-block{display:flex;flex-direction:column;align-items:center;min-width:130px;flex:1;max-width:200px}
.qrcode-contact-img{width:200px;height:200px;margin-bottom:10px;background-color:#fff;padding:5px;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.1)}
.qrcode-contact-img img{width:100%;height:100%;object-fit:cover;border-radius:5px}
.qrcode-contact-text{color:var(--text-color);font-size:.2rem;text-align:center;margin:0;line-height:1.4}

/* 在线报名 */
.tynrs{padding:0 70px;box-sizing:border-box;}
.red-title{font-size:16px;color:#ff0000;}
.bmxz{margin:10px 0;}
.bmxz p{font-size:14px;line-height:30px;}
.bmxz span{color:#ff0000;}

.form-container{max-width:1197px;margin:0 auto;}
.form-section{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #eee}
.form-section:last-child{border-bottom:none}
.section-title{font-size:18px;font-weight:500;margin-bottom:10px;color:#333}
.form-row{display:flex;flex-wrap:wrap;margin-bottom:15px}
.form-col{flex:1;min-width:200px;padding:0 10px;margin-bottom:15px}
label{display:block;margin-bottom:5px;font-size:14px;color:#555}
.required:after{content:" *";color:red}
.form-section input[type=date],.form-section input[type=email],.form-section input[type=text],.form-section select{width:90%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border .3s}
.form-section input[type=date]:focus,.form-section input[type=email]:focus,.form-section input[type=text]:focus,.form-section select:focus{border-color:#4a90e2;outline:0}
.radio-group{display:flex;align-items:center;margin-top:5px}
.radio-option{display:flex;align-items:center;margin-right:20px}
.radio-option input{margin-right:5px}
.form-note{font-size:12px;color:#999;margin-left:8px;display:inline-block}
.work-exp-container{display:flex;flex-direction:column;border:1px solid #ddd;border-radius:4px;overflow:hidden;margin-top:15px}
.work-exp-header{display:flex;background-color:#f5f5f5;font-weight:700;padding:10px 5px}
.work-exp-row{display:flex;border-top:1px solid #ddd;padding:10px 5px}
.work-exp-col{flex:1;min-width:0;padding:0 5px;display:flex;flex-direction:column}
.work-exp-col:first-child{flex:0 0 40px;text-align:center;justify-content:center}
.work-exp-col input,.work-exp-col select{width:100%}
.date-input-container{display:flex;align-items:center}
.date-input-container .form-note{white-space:nowrap}

/* 页脚实现 */
footer{background-color:#120f0f;color:#fff;padding:40px 0 20px;margin-top:0px;}
.footer-top{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}
.footer-nav{display:flex;flex-wrap:wrap;gap:20px}
.footer-nav a{color:#ccc;text-decoration:none;transition:color .3s;font-size:14px;}
.footer-nav a:hover{color:#fff}
.qrcode-section{display:flex;flex-direction:column;align-items:center}
.qrcode-container{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}
.qrcode-block{display:flex;flex-direction:column;align-items:center;min-width:130px}
.qrcode-img{width:120px;margin-bottom:10px;background-color:#fff;padding:5px}
.qrcode-text{color:#ccc;font-size:14px;}
.footer-divider{height:1px;background-color:#ccc;margin:30px auto;max-width:1200px}
.footer-bottom{text-align:center;color:#ccc;font-size:14px;padding:0 20px}

/* 回到顶部 */
.back-to-top{position:fixed;right:5px;bottom:30px;width:60px;height:60px;border-radius:50%;background:rgba(153,51,0,.9);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transition:all .3s ease;z-index:999998;border:none;outline:0;box-shadow:0 2px 10px rgba(0,0,0,.2);font-family:Arial,sans-serif}
.back-to-top.show{opacity:1;visibility:visible}
.back-to-top i{font-size:20px;margin-bottom:2px}
.back-to-top span{font-size:12px}
.back-to-top:hover{background:rgba(204,68,0,.9);transform:translateY(-3px);box-shadow:0 4px 12px rgba(0,0,0,.3)}

/* 移动端浮动按钮 */
.vertical-floating-btn{position:fixed;right:10px;top:50%;transform:translateY(-50%);z-index:999998;display:block;}
.vertical-floating-btn a{color:#fff;}
.register-btn{background:linear-gradient(135deg,#993300 0,#c40 100%);color:#fff;padding:16px 12px;border-radius:25px;text-decoration:none;font-weight:700;font-size:14px;box-shadow:0 6px 20px rgba(64,142,222,.4);display:flex;flex-direction:column;align-items:center;gap:6px;transition:all .3s ease;border:none;cursor:pointer;}
.register-btn:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 10px 25px rgba(153,51,0,.6);background:linear-gradient(135deg,#c40 0,#993300 100%)}
.btn-text{writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:1px;font-size:15px;line-height:1.2}
.btn-icon{font-size:18px}
.content-section{min-height:200vh;padding:40px;background:linear-gradient(135deg,#f5f7fa 0,#c3cfe2 100%)}
.content-block{margin-bottom:300px;line-height:1.8}

/*右侧悬浮按钮样式*/
.floating-button{position:fixed;right:30px;top:50%;transform:translateY(-50%);background:linear-gradient(45deg,#ff6b6b,#ee5a24);color:#fff;padding:15px 20px;border:none;border-radius:50px;cursor:pointer;box-shadow:0 8px 25px rgba(255,107,107,.4);z-index:1000;transition:all .3s ease;font-weight:700;text-align:center;min-width:120px}
.floating-button:hover{transform:translateY(-50%) scale(1.05);box-shadow:0 12px 35px rgba(255,107,107,.6)}
.floating-button:active{transform:translateY(-50%) scale(.95)}

/*模态框遮罩层*/
.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);display:none;justify-content:center;align-items:center;z-index:999999;}
.modal-overlay.active{display:flex}


/*模态框内容*/
.modal-content{background:#fff;padding:30px;border-radius:15px;box-shadow:0 20px 60px rgba(0,0,0,.3);width:100%;max-width:500px;position:relative;transform:translateY(-20px);opacity:0;transition:all .3s ease-out}
.modal-overlay.active .modal-content{transform:translateY(0);opacity:1}
.close-modal-btn{position:absolute;top:15px;right:20px;font-size:28px;cursor:pointer;border:none;background:0 0;color:#aaa;transition:color .3s ease}
.close-modal-btn:hover{color:#333}
.modal-title{text-align:center;margin-bottom:25px;color:#2c3e50;font-size:24px}

/*表单样式*/
.registration-form{display:flex;flex-direction:column;gap:20px}
.form-group{display:flex;flex-direction:column}
.form-group label{margin-bottom:8px;font-weight:600;color:#555}
.form-group input,.form-group select{padding:12px 15px;border:2px solid #e9ecef;border-radius:8px;font-size:16px;transition:all .3s ease}
.form-group input:focus,.form-group select:focus{outline:0;border-color:#c40;box-shadow:0 0 0 3px rgba(204,68,0,.1)}

/*验证码区域*/
.captcha-group{display:flex;gap:10px;align-items:center}
.captcha-group input{flex:1}
.captcha-placeholder{background:#f8f9fa;border:2px dashed #dee2e6;border-radius:6px;color:#6c757d;font-weight:700;min-width:80px;text-align:center}

/*提交按钮*/
.form-actions{margin-top:10px}
.btn-submit{width:100%;padding:14px;background:linear-gradient(45deg,#993300,#c40);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease}
.btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(153,51,0,.4)}
.btn-submit:active{transform:translateY(0)}

/*分页样式*/
.pglist{padding:20px 0;width:100%;text-align:center;clear:both;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px;margin-top:40px}
.pglist a{color:#666;padding:8px 15px;margin:0;display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;background:#fff;border:1px solid #dfdfdf;border-radius:8px;text-decoration:none;transition:all .3s ease;font-size:14px;box-sizing:border-box;box-shadow:0 2px 5px rgba(0,0,0,.1)}
.pglist .active,.pglist .hover,.pglist a:hover{color:#fff!important;background:#930;border-color:#930;box-shadow:0 4px 10px rgba(153,51,0,.3);transform:translateY(-2px)}
.pglist a:first-child,.pglist a:last-child,.pglist a:nth-child(2),.pglist a:nth-last-child(2){padding:8px 12px;font-size:14px;color:var(--text-color);}
.pglist a:first-child:hover,.pglist a:last-child:hover,.pglist a:nth-child(2):hover,.pglist a:nth-last-child(2):hover{background:#930;color:#fff;border-color:#930}
.pglist a:not(:first-child):not(:last-child):not(:nth-child(2)):not(:nth-last-child(2)){font-weight:500}


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

}


@media screen and (max-width: 992px) {
    .container{flex-direction:column}
    .left-section{height:400px}
    .image-title{font-size:16px}
    .recruitment-article-title{font-size:15px}
.recruitment-article-date{font-size:13px}
.recruitment-right-section{width:250px}
.category-container{gap:15px}
.category-section-item{padding:12px 8px;min-height:70px}
.category-section-icon{font-size:20px;margin-bottom:4px}
.category-section-text{font-size:13px}
.culture-modules-container{gap:15px}
.culture-module-header-section{padding:12px 15px}
.culture-module-content{padding:12px}
.culture-module-section-title{font-size:18px}
.culture-article-title{font-size:14px}
.culture-article-date{font-size:12px}
.links-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}
.module-header-section{padding:18px 20px 12px}
.links-container{padding:20px}
.module-section-title{font-size:20px}
.link-text{font-size:15px}
.article-card {padding: 20px;}
.article-detail{padding:30px}
.article-tit{font-size:.3rem}

.footer-top {
    flex-direction: column;
    gap: 30px;
  }
  
  .footer-nav {
    justify-content: center;
  }
  .footer-nav a{font-size:14px;}
  .qrcode-text{font-size:14px;}
  
  .qrcode-section {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .mobile {
        display: block;
    }
    .mobile-header{padding:10px 20px}
    .logo-text{font-size:.27rem;font-weight:600;}
    .nav-m-link,.nav-m-link-dropdown{padding:18px 30px}
    .dropdown-m-link{padding:15px 30px 15px 50px}
    .main-content{padding:20px 15px;margin-top:70px;}
    .content-top{flex-direction:column;align-items:flex-start;gap:15px}
    .top-tag-container{justify-content:flex-start}
    .content-text h1{font-size:.25rem}
    .content-text p{font-size:14px;line-height:1.5}
    .top-tag{padding:6px 12px;font-size:.16rem}
    .top-tag i{font-size:.16rem}
    .container{margin:10px auto;gap:15px;padding:0 10px}
    .left-section{height:300px}
.image-overlay{padding:12px 15px}
.image-title{font-size:15px}
.header-content{flex-direction:row;align-items:center;justify-content:space-between}
.section-title{font-size:20px}
.article-item{padding:12px 15px}
.article-title{font-size:14px}
.article-date{font-size:12px}
.recruitment-right-section{width:100%;order:-1;margin-bottom:20px}
.recruitment-right-section img{max-height:300px;object-fit:cover}
.recruitment-left-section{order:2}
.recruitment-header-content{flex-direction:row;align-items:center;justify-content:space-between}
.recruitment-section-title{font-size:20px}
.recruitment-article-item{width:100%;padding: 0 5px;}
.recruitment-article-link{padding:5px 12px}
.recruitment-article-title{font-size:14px}
.recruitment-article-date{font-size:12px}
.recruitment-right-section{display:none}
.category-container{flex-direction:column;align-items:stretch;padding:0 10px;}
.category-left-section{flex:1}
.category-right-section{width:100%;margin-top:0px}
.category-sections-row{grid-template-columns:repeat(2,1fr)}
.category-qr-section{flex-direction:row;padding:12px}
.category-section-item{flex-direction:row;justify-content:center;align-items:center;padding:8px 10px;min-height:50px}
.category-section-icon{font-size:16px;margin:0 8px 0 0;text-align:left;width:auto}
.category-section-text{font-size:12px;text-align:left;width:auto}
.culture-modules-container{flex-direction:column}
.culture-module-header-content{flex-direction:row;align-items:center;justify-content:space-between}
.culture-module-section-title{font-size:18px}
.culture-module-content{padding:0 5px;}
.culture-article-item{padding:0;}
.culture-article-link{padding:10px}
.culture-article-title{font-size:14px}
.culture-article-date{font-size:12px}
.yqlj-container{padding:0 10px;}
.links-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}
.module-section-title{font-size:19px}
.link-item{padding:10px 12px}
.link-text{font-size:14px}
.container-page{padding:0 10px;margin-top:1rem;}
.article-list{margin-top:30px;}
.category-link{padding:8px 18px;font-size:14px}
.article-content h3{font-size:.2rem}
.article-meta{flex-direction:row;flex-wrap:wrap}
.article-detail{padding:25px 20px}
.article-tit{flex-direction:column;gap:10px;text-align:center}
.article-from{font-size:15px;flex-direction:row;justify-content:center}
.article-from span{margin:5px 10px}
.article-navigation{flex-direction:column;align-items:center;gap:10px;}
.next-article,.prev-article{max-width:100%;margin-bottom:15px}
.pglist{gap:6px;margin-top:30px}
.pglist a{padding:7px 12px;min-width:36px;height:36px;font-size:13px}
.pglist a:first-child,.pglist a:last-child,.pglist a:nth-child(2),.pglist a:nth-last-child(2){padding:7px 10px;font-size:12px}
.qrcode-contact-container{gap:20px;max-width:280px}
.qrcode-contact-block{min-width:120px;max-width:130px}
.qrcode-contact-img{width:110px;height:110px}
.qrcode-contact-text{font-size:13px}
.modal-content{width:75%;}
.captcha-group input{width:70%;}
.mobile-only-image{display:block;width:100%;}
.mobile-only-image img{width:100%;height:auto;max-width:100%}
/* 报名表单 */
		.tynrs{padding:0 10px;}
		.form-container{padding:0;background-color:#fff;box-shadow: 0 0 0 rgba(0, 0, 0, .1);}
		.form-col {
			flex: 100%;
			padding: 0;
		}
		.work-exp-header {
			display: none;
		}
		.work-exp-row {
			flex-wrap: wrap;
			position: relative;
			padding-left: 45px;
		}
		.work-exp-col {
			flex: 0 0 95%;
			margin-bottom: 10px;
		}
		.work-exp-col:first-child {
			position: absolute;
			left: 5px;
			top: 10px;
		}
		.work-exp-col::before {
			content: attr(data-label);
			font-weight: bold;
			margin-bottom: 5px;
			font-size: 13px;
			display: block;
		}
		.work-exp-col:nth-child(2)::before { content: "开始日期"; }
		.work-exp-col:nth-child(3)::before { content: "结束日期"; }
		.work-exp-col:nth-child(4)::before { content: "工作单位"; }
		.work-exp-col:nth-child(5)::before { content: "职位"; }
		.work-exp-col:nth-child(6)::before { content: "离职原因"; }
		.date-input-container {
			flex-direction: column;
			align-items: flex-start;
		}
		.date-input-container .form-note {
			margin-left: 0;
			margin-top: 5px;
		}
}

@media screen and (max-width: 576px) {
.links-grid{grid-template-columns:1fr}
.module-header-section{padding:16px 18px 12px}
.links-container{padding:18px}
.module-section-title{font-size:18px}
}

@media screen and (max-width: 480px) {
    .left-section{height:250px}
.image-title{font-size:14px}
.header-content{flex-wrap:wrap;margin-bottom:5px;}
.section-title{font-size:.24rem;margin-bottom:10px}
.more-link{margin-left:auto}
.article-item{flex-wrap:nowrap;align-items:center;padding:10px 0;}
.article-link{margin-right:10px}
.article-date{font-size:12px;text-align:right}
.recruitment-section-title{font-size:18px;margin-bottom:10px}
.recruitment-more-link{margin-left:auto}
.recruitment-articles-section{padding:0px}
.recruitment-article-title{font-size:14px}
.recruitment-article-date{font-size:12px}
.recruitment-right-section{display:none}
.category-sections-row{grid-template-columns:repeat(2,1fr)}
.category-qr-section{flex-direction:row;padding:10px}
.category-qr-code{width:140px;height:140px}
.category-section-item{padding:6px 8px;min-height:45px}
.category-section-icon{font-size:18px;margin-right:10px}
.category-section-text{font-size:14px}
.category-qr-text{font-size:14px}
.links-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px}
.link-item{padding:8px 10px;}
.link-icon{font-size:16px;margin-right:8px}
.module-header-section{padding:16px 18px 12px}
.links-container{padding:15px}
.module-section-title{font-size:18px}
.breadcrumb{font-size:13px}
.categories{gap:8px}
.category-link{padding:7px 15px;font-size:13px}
.article-excerpt{display:none}
.article-detail{padding:20px 10px}
.article-tit{font-size:.3rem}
.article-con{font-size:.22rem;}
.article-con h2{font-size:1.5rem}
.article-con h3{font-size:1.3rem}
.nav-page-link{padding:12px}
.nav-title{font-size:14px}
.article-from{flex-direction:row;justify-content:center;flex-wrap:wrap}
.article-from span{margin:3px 8px}

.pglist{gap:4px;flex-wrap:wrap}
.pglist a{padding:6px 10px;min-width:32px;height:32px;font-size:12px}
.pglist .active,.pglist .hover,.pglist a:hover{transform:translateY(-1px)}
.pglist a:not(.active):not(:first-child):not(:last-child):not(:nth-child(2)):not(:nth-last-child(2)){display:none}
.pglist a.active,.pglist a.active~a:first-child,.pglist a.active~a:not(:last-child):not(:nth-last-child(2)){display:flex}

}