main{
	margin-top: -608px;
    padding-bottom: 40px;
    background: url(../images/logos/jy-bg-b.jpg) bottom / cover no-repeat;
    background-size: 1920px 604px;
}
.jy-list-company{ 
    padding-top: 89px;
}
.jy-list-bussines,.jy-list-training-class,.jy-index-bussines,.jy-list-work{
    padding-top: 60px;
    text-align: center;
    /* padding-bottom: 40px; */
}
.jy-list-bussines h2,.jy-list-training h2,.jy-list-training-class h2,.jy-index-bussines h2{
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 60px;
    margin-top: 0;
    letter-spacing: 0;
	text-align: center;
}

.jy-list-bussines-content,.jy-list-company-content {
    display: flex;
	justify-content: space-between;
    width:var(--base-width); 
    max-width: 100%;
    margin: 0 auto;
    gap: 20px;
}
.jy-list-training-class-content{
    display: flex;
    flex-direction: column;
    width:var(--base-width); 
    max-width: 100%;
    margin: 0 auto;
    gap: 20px;
	  background-color: #fff;
    height: 600px;
    width: 1340px;
    border-radius: 8px;
    position: relative;
}
.jy-list-company-content {
    background-color: #fff;
    height: 562px;
    width: 1340px;
    border-radius: 8px;
    position: relative;
    overflow:visible;
}
.jy-list-company-img {
    width: 447px;
    height: 647px;
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 2;
}
.jy-list-company-text {
    margin-left: 500px;
    margin-top:60px;
    margin-right:84px;
}
.jy-list-company-text .title-wrap {
    font-size: 42px;
    color: #000;
    text-align: center;
    line-height: 59px;
}
.jy-list-company-text p img {
    margin-left: 2em;
    width: 144px;
    height: 39px;
}
.jy-list-company-text p {
    font-size: 18px;
    line-height: 36px;
    color: #1A1A1A;
}
.jy-list-bussines-item {
    width: 236px;
    height: 560px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    background: #fff;
    position: relative;
    transition: all 0.3s ease; /* 平滑过渡效果 */
    transform-origin: top center;
    overflow: hidden;
    flex-shrink: 0;
}

.jy-list-bussines-img-box img {
    width: 236px;
    height: 240px;
    border-radius: 8px;
}
.jy-list-bussines-text p {
    font-size: 16px;
    color: #000;
    text-align: left;
    padding: 0 18px;
    line-height: 24px;
    margin-top: 40px;
    text-indent: 2em;
}

.jy-list-bussines-text .title-wrap {
    display: flex;
    align-items: center; 
    justify-content: center; 
    margin: 40px 10px 0 10px;
}
.jy-list-bussines-text .title-line {
    height: 1px;
    background-color: red;
    flex: 1; 
    margin: 0 10px; 
}
.jy-list-bussines-text .title-text {
    font-size: 28px;
    color: #D4070F;
    text-align: center;
}
/* 干部培训 */
.jy-list-training-content {
    background: url("../images/cadre-training/bg.png") left top no-repeat,
                linear-gradient(to right, #fff 792px, #fff 100%);
    background-size: 792px 559px, auto;
    height: 610px;
    width: 1340px;
    position: relative;

    flex-wrap: nowrap;
    justify-content: space-between;
    width:var(--base-width); 
    max-width: 100%;

    display: grid;
    grid-template-columns: repeat(2, 346px);
    grid-template-rows: repeat(2, 214px);
    column-gap: 80px;
    row-gap: 30px;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    overflow: visible;
}
.jy-list-training-content-bottom-right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 562px;
    height: 191px;
}

.jy-list-training-content-item {
    width: 346px;
    height: 214px;
    display: flex;
    flex-direction: column;
}
.jy-list-training-content-item-title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.jy-list-training-content-item-title-line {
    height: 1px;
    background-color: red;
    flex: 1; 
    margin: 0 10px; 
}
.jy-list-training-content-item-title-text {
    font-size: 28px;
    color: #D4070F;
    line-height: 40px;
    text-align: center;
}
.jy-list-training-content-item-text {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    text-align: left;
    text-indent: 2em;
    margin-top: 30px;
}
/* 培训亮点 */
.jy-list-training-class-content nav{
    height: 100px;
}
.jy-list-training-class-content nav ul {
    display: flex;
    justify-content: center;
    margin:0;
    height: 100px;
    padding-left: 0;
    margin-bottom: 30px;
}

.jy-list-training-class-content nav ul li {
    width: 268px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #000;
    font-family: PingFangSC-Semibold;
    /* background-color: #f5f5f5; */
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.jy-list-training-class-content nav ul li:not(:last-child)::after {
    display: none;
}
/* 在列表项之间添加新分隔线（第一个除外） */
.jy-list-training-class-content nav ul li + li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 60px; /* 与原有高度保持一致 */
    width: 1px;
    background-color: #D3060F;
}
.jy-list-training-class-content nav ul li.active::before,
.jy-list-training-class-content nav ul li.active + li::before {
    display: none;
}
.jy-list-training-class-content nav ul li.active {
    background-color: #D3060F;
    color: white;
}

.jy-list-training-class-content-item{
    display: none;
}

.jy-list-training-class-content-item-img{
    height: 393px;
    width: 572px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.jy-list-training-class-content-text{
    font-size: 28px;
    color: #1A1A1A;
    width: 684px;
    font-weight: lighter;
    line-height: 60px;
    text-align: left;
    text-indent: 2em;
    margin-left: 60px;
    margin-top: 48px;
}
/* 培训案例 */
.jy-index-bussines-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:var(--base-width); 
    max-width: 100%;
    margin: 0 auto;
    gap: 40px;
}

.jy-index-bussines-item {
    width: calc(33.33% - 27px);
    height: 324px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    background: #fff;
    position: relative;
    transition: all 0.3s ease; /* 平滑过渡效果 */
    transform-origin: top center;
    overflow: hidden;
}
.jy-index-bussines-img-box{
    width: 419px;
    height: 240px;
    overflow: hidden; /* 防止放大后溢出 */
}
.jy-index-bussines-img-box img {
    width: 419px;
    height: 240px;
    border-radius: 8px;
}
.jy-index-bussines-img{
    transition: transform 0.5s ease-out;
}
.jy-index-bussines-item p {
    font-size: 16px;
    color: #1A1A1A;
    text-align: left;
    padding: 0 24px;
    line-height: 26px;
}
.jy-index-bussines-item:hover .jy-index-bussines-text p {
    color: #AF0108;
}
/*工作动态 */
.jy-list-work-content{
	    display: flex;
    flex-direction: column;
    width:var(--base-width); 
    max-width: 100%;
    margin: 0 auto;
    gap: 20px;
    background-color: #fff;
    height: auto;
    width: 1340px;
    border-radius: 8px;
    padding-top: 10px;
}
.jy-list-work-content-item{
    height: 200px;
    padding: 0 70px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.jy-list-work-content-item::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 70px;
    right: 70px;
    height: 1px;
    background-color: #DEDEDE;
}
.jy-list-work-content-item img{
    width: 200px;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
}
.jy-list-work-content-item-title{
    font-size:16px;
    line-height: 22px;
    margin-left: 30px;
}

.jy-list-work-content-item-date {
  color: rgba(175, 1, 8, 1);
  font-size: 24px;
  display: flex;
  align-items: center;
  font-weight: 300;
  margin-right: 10px;
}
.jy-list-work-content-item-date .year-type {
  font-size: 12px;
  width: 16px;
  display: inline-block;
  word-wrap: break-word;
  margin-right: 6px;
}

.jy-list-work-content-item-date .date-type {
    font-size: 24px;
    font-weight: 300;
}