/* Sub-page styles for 加工剂型 / 人才招聘 (extracted from reference layout.css) */

.commonweb { padding: 0 15px; }
.padtb { padding-top: 30px; padding-bottom: 30px; }

/* Banner */
.inside-banner { position: relative; overflow: hidden; }
.inside-banner img { width: 100%; height: 420px; object-fit: cover; display: block; }
@media(max-width:991px){ .inside-banner img { height: 260px; object-fit: cover; } }
@media(max-width:640px){ .inside-banner img { height: 180px; object-fit: cover; } }

/* Sub-navigation bar */
.full-inside-subnav { background: #f7f7f7; border-bottom: 1px solid #eee; position: relative; }
.full-inside-subnav .commonweb { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.full-inside-subnav .inside-subnav { display: flex; align-items: center; flex: 1; min-width: 0; }
.full-inside-subnav .channel-title { font-size: 22px; font-weight: 700; color: #d82019; white-space: nowrap; margin-right: 20px; position: relative; padding-right: 20px; }
.full-inside-subnav .channel-title::after { content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 2px; height: 28px; background: #ddd; }
.full-inside-subnav .subnav { overflow: hidden; flex: 1; min-width: 0; position: relative; }
.full-inside-subnav .subnav ul { display: flex; flex-wrap: nowrap; white-space: nowrap; }
.full-inside-subnav .subnav li { flex-shrink: 0; }
.full-inside-subnav .subnav a { display: block; padding: 16px 20px; font-size: 15px; color: #555; position: relative; transition: .2s; }
.full-inside-subnav .subnav a::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0; height: 3px; background: #d82019; transition: width .3s; }
.full-inside-subnav .subnav a:hover, .full-inside-subnav .subnav li.cur a { color: #d82019; }
.full-inside-subnav .subnav a:hover::after, .full-inside-subnav .subnav li.cur a::after { width: 100%; }
.full-inside-subnav .subnav .sub-btn { display: none; }
.full-inside-subnav .crumb { white-space: nowrap; font-size: 13px; color: #999; }
.full-inside-subnav .crumb .inner { display: flex; align-items: center; gap: 4px; }
.full-inside-subnav .crumb a { color: #999; }
.full-inside-subnav .crumb a:hover { color: #d82019; }
.full-inside-subnav .crumb .home { display: inline-block; width: 14px; height: 14px; background: url('../picture_ref/home_icon.png') no-repeat center/contain; }

@media(max-width:900px){
  .full-inside-subnav .channel-title { font-size: 17px; margin-right: 12px; padding-right: 12px; }
  .full-inside-subnav .subnav { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .full-inside-subnav .subnav::-webkit-scrollbar { height: 0; }
  .full-inside-subnav .subnav a { padding: 12px 14px; font-size: 13px; }
  .full-inside-subnav .crumb { display: none; }
}

/* Common clumb (title section) */
.common-clumb-min { padding: 30px 0; text-align: center; }
.common-clumb-min .clumb-title {}
.clumb-title .cn { font-size: 28px; color: #222; font-weight: 700; }
.clumb-title .en { font-size: 18px; color: #999; margin-top: 6px; text-transform: uppercase; }
@media(max-width:768px){ .clumb-title .cn { font-size: 22px; } .clumb-title .en { font-size: 14px; } }

/* Content area */
.Pledge-min { line-height: 2; font-size: 15px; color: #444; max-width: 1200px; margin: 0 auto; }
.Pledge-min img { max-width: 100%!important; height: auto!important; }
.Pledge-min p { margin-bottom: 12px; }

/* ===== Recruitment cards ===== */
.recruiting-list { max-width: 1200px; margin: 0 auto; padding: 30px 15px 50px; }
.recruiting-list ul { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.recruiting-list li { list-style: none; }
.recruiting-list .recontent { background: #fff; border: 1px solid #eee; border-radius: 8px; padding: 24px; transition: all .3s; height: 100%; display: flex; flex-direction: column; }
.recruiting-list .recontent:hover { box-shadow: 0 6px 20px rgba(0,0,0,.08); transform: translateY(-2px); }
.recruiting-list .recontent .retitle { font-size: 20px; color: #d82019; font-weight: 700; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid #f0f0f0; }
.recruiting-list .recontent .posititext { flex: 1; }
.recruiting-list .recontent .posititext p { font-size: 13px; color: #666; line-height: 2; }
.recruiting-list .recontent .posititext .h13 { height: 13px; }
.recruiting-list .recontent .zhaopmin { margin-top: 12px; }
.recruiting-list .recontent .zhaopmin h4 { font-size: 15px; color: #444; margin-bottom: 6px; }
.recruiting-list .recontent .zhaopmin p { font-size: 13px; color: #888; line-height: 1.8; }
.recruiting-list .recontent .Delivery { display: block; margin-top: 16px; padding: 10px 20px; background: #d82019; color: #fff; text-align: center; border-radius: 4px; font-size: 14px; text-decoration: none; transition: background .2s; }
.recruiting-list .recontent .Delivery:hover { background: #b81a14; }
@media(max-width:992px){ .recruiting-list ul { grid-template-columns: repeat(2,1fr); } }
@media(max-width:600px){ .recruiting-list ul { grid-template-columns: 1fr; } }
