.pageJob{ background: #f8fafc; min-height: 60vh; }

.sectionJob{ padding: 44px 24px 64px; }
	.sectionJob .wrap{ width: 960px; max-width: 100%; margin: 0 auto; background: url(../images/bgEff1.jpg) right 0px/auto no-repeat; }
	.sectionJob .title{ margin: 0 0 20px; font-size: 22px; font-weight: 600; color: #1f2937; }
	.sectionJob .cont{ padding:0 0 30px; line-height:2.2; font-size:14px; }
	.sectionJob .item{ background: #ffffff; border: 1px solid #e5e7eb; border-radius: 10px; margin-bottom: 14px; overflow: hidden; }
	.sectionJob .head{ list-style: none; cursor: pointer; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
	.sectionJob .head::-webkit-details-marker{ display: none; }
	.sectionJob .info{ min-width: 0; }
	.sectionJob .name{ margin: 0 0 6px; font-size: 18px; font-weight: 600; color: #111827; }
	.sectionJob .meta{ margin: 0; font-size: 14px; color: #6b7280; }
	.sectionJob .icon{ display:inline-block; width: 10px; height: 10px; border-right: 2px solid #9ca3af; border-bottom: 2px solid #9ca3af; transform: rotate(45deg); transition: transform 0.2s ease; flex-shrink: 0; margin-right: 2px; }
	.sectionJob .item[open] .icon{ transform: rotate(-135deg); }
	.sectionJob .content{ border-top: 1px solid #f3f4f6; padding: 14px 18px 16px; font-size: 14px; color: #374151; line-height: 1.8; }
	.sectionJob .content p{ margin: 0 0 8px; }
	.sectionJob .content p:last-child{ margin-bottom: 0; }

@media (max-width: 640px) {
	.sectionJob{ padding: 28px 16px 40px; }
	.sectionJob .title{ font-size: 18px; }
	.sectionJob .name{ font-size: 16px; }
	.sectionJob .cont{ font-size:12px; }
	.sectionJob .wrap{ background-size:120%; }
}
