html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Microsoft YaHei";
    vertical-align: top;
}
html{font-size: 14px}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
input,textarea{
    outline: none;
}
textarea{ resize: none;}
a,a:hover{text-decoration: none;color: #000}
.clearfix{zoom:1}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}

.i-b{display: inline-block}
.b{display: block}
.l{float: left}
.r{float: right}
.text{
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
.w1200{max-width: 1200px; margin: 0 auto;}
.full{width: 100%;  height:100%;}



.jobs{background: #fff}
.fb_info{margin-top: 50px}
.fb_info h2{
    height: 50px;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    text-indent: 15px;
}
.info_title{
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.info_title li{
    float: left;
    width: 25%;
	font-size: 16px;
}
.info_title li:before{
    content: '';
    width:25px;
    height: 50px;
    float: left;
    margin:0 10px 0 10px;
}
.jobs > .w1200{ overflow:hidden; margin-bottom: 90px;}
.mc:before{background: url("../images/jobs/mc.png") no-repeat center;}
.lb:before{background: url("../images/jobs/lb.png") no-repeat center;}
.dd:before{background: url("../images/jobs/dd.png") no-repeat center;}
.rq:before{background: url("../images/jobs/rq.png") no-repeat center;}
.jobs_list li{border-bottom: 1px solid #eee;cursor:pointer;}
.jobs_show{width: 100%; line-height: 50px;position: relative;    padding: 10px 0;overflow: hidden;}
.jobs_show:after{
    content: '';
    display: block;
    width: 15px;
    height: 8px;
    position: absolute;
    right: 40px;
    top:30px;
    background: url("../images/jobs/jt.png") no-repeat center;
}
.active .jobs_show{background: #eee}
.active .jobs_show:after{background: url("../images/jobs/jt_hover.png") no-repeat center;}
.jobs_show span{float: left;width: 25%;padding-left: 39px;box-sizing: border-box;font-size: 14px}
.jobs_hide{
    padding: 25px;
    color: #3c3b3b;
    display: none;
}
.jobs_hide dl{
    margin-bottom: 30px;
	 font-size:14px; color:#666; line-height:24px;
}
.jobs_hide dd{line-height: 28px;font-size: 14px}
.jobs_hide dt{font-size: 16px;margin-bottom: 20px; line-height: 30px;}
.jobs_hide dt:before{
    content: '';
    width: 10px;
    height: 10px;
    float: left;
    background:#1c69f7;
    margin:10px 10px 0 0;
}
.jobsbook_href{
    height: 50px;
}
.jobsbook_href a{
    float: left;
    width: 100px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: #1c69f7;
    margin-right: 15px;
    text-align: center;
}

/* ================================
   Jobs Refresh (Metachip Style)
================================ */
:root {
    --jobs-accent: #0f2f5f;
    --jobs-accent-light: rgba(15, 47, 95, 0.08);
    --jobs-border: #e7e9ee;
    --jobs-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.jobs {
    background: #f5f7fb;
    padding: 40px 0 100px;
}

.jobs > .w1200 {
    overflow: visible;
}

.fb_info {
    margin-top: 0;
}

.fb_info h2 {
    height: auto;
    line-height: 1.2;
    font-size: 28px;
    font-weight: 700;
    color: var(--jobs-accent);
    text-indent: 0;
    margin: 10px 0 18px;
    letter-spacing: -0.2px;
}

.info_title {
    background: #ffffff;
    border-radius: 14px;
    padding: 16px 22px;
    height: auto;
    line-height: 1.2;
    display: flex;
    gap: 12px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    border: 1px solid var(--jobs-border);
}

.info_title li {
    width: auto;
    flex: 1;
    font-size: 13px;
    font-weight: 600;
    color: #52607a;
    display: flex;
    align-items: center;
    gap: 10px;
}

.info_title li:before {
    width: 18px;
    height: 18px;
    margin: 0;
    opacity: 0.7;
}

.jobs_list {
    margin-top: 10px;
}

.jobs_list li {
    border: 1px solid var(--jobs-border);
    border-radius: 14px;
    margin-top: 16px;
    background: #fff;
    box-shadow: var(--jobs-shadow);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.jobs_list li:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

.jobs_show {
    line-height: 1.4;
    padding: 18px 22px;
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr 0.8fr;
    align-items: center;
    gap: 10px;
    position: relative;
}

.jobs_show span {
    float: none;
    width: auto;
    padding-left: 0;
    font-size: 14px;
    color: #1f2937;
}

.jobs_show span:first-child {
    font-weight: 600;
    color: #111827;
}

.jobs_show:after {
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
}

.active .jobs_show {
    background: var(--jobs-accent-light);
}

.jobs_hide {
    padding: 22px 24px 26px;
    background: #fff;
    color: #4b5563;
    border-top: 1px solid var(--jobs-border);
}

.jobs_hide dt {
    font-size: 15px;
    font-weight: 700;
    color: var(--jobs-accent);
}

.jobs_hide dt:before {
    background: var(--jobs-accent);
}

.jobs_hide dl {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.9;
}

.jobs_hide p,
.jobs_hide span,
.jobs_hide strong,
.jobs_hide b {
    line-height: 1.9;
}

.jobsbook_href {
    height: auto;
}

.jobsbook_href a {
    height: 36px;
    line-height: 36px;
    border-radius: 999px;
    background: var(--jobs-accent);
}

@media (max-width: 1024px) {
    .jobs_show {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: auto;
    }
}

@media (max-width: 768px) {
    .info_title {
        display: none;
    }

    .jobs_show {
        grid-template-columns: 1fr;
        padding-right: 52px;
    }

    .jobs_show span {
        width: 100%;
    }
}
