/* 新质培训内容样式 */

.training-container {
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 0 20px;
}

.training-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    overflow: hidden;
}

.training-card:hover,
.gczx-container .data-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-color: #e0e0e0;
}

.jscg-content .training-card {
    border: none;
}

.jscg-content .training-card:hover {
    box-shadow: none;
}

.jscg-content .guifanbiaozhun-img {
    border: 1px solid #d8d9da;
}

/* 全行卡片 */
.full-row {
    width: 100%;
    margin-bottom: 30px;
}

/* 半行卡片容器 */
.training-row {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

/* 半行卡片 */
.half-card {
    flex: 1;
    min-width: 0; /* 防止flex item溢出 */
}

/* 卡片内容布局 */
.card-content {
    padding: 30px;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

/* 文字内容样式 */
.text-content {
    flex: 1;
    text-align: left;
}

.main-title {
    font-size: 22px;
    font-weight: bold;
    color: #009ce4;
    margin-bottom: 25px;
    position: relative;
    text-align: left;
}

.main-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #009ce4, #66c2ff);
    border-radius: 2px;
}

/* 三条数据样式 */
.data-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.data-item {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.data-item:hover {
    /* border-color: #009ce4; */
    box-shadow: 0 2px 12px rgba(0, 156, 228, 0.1);
}

.data-text {
    flex: 1;
}

.data-image {
    flex: 0 0 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
}

.description {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    text-align: left;
    margin: 0;
}

/* 图片内容样式 */
.image-content {
    flex: 0 0 300px;
}

.training-image {
    width: 100%;
    /* height: 150px; */
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* 半行卡片的特殊样式 */
.half-card .card-content {
    flex-direction: column;
    text-align: left;
    gap: 20px;
}

.half-card .main-title::after {
    left: 0;
    transform: none;
}

.half-card .description {
    text-align: left;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .training-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .card-content {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    
    .image-content {
        flex: none;
        width: 100%;
    }
    
    .training-image {
        height: 150px;
    }
    
    .main-title {
        font-size: 22px;
    }
    
    .sub-title {
        font-size: 120px;
    }
    
    .description {
        font-size: 16px;
    }
}

/* 动画效果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.training-card {
    animation: fadeInUp 0.6s ease-out;
}

.training-card:nth-child(1) { animation-delay: 0.1s; }
.training-card:nth-child(2) { animation-delay: 0.2s; }
.training-card:nth-child(3) { animation-delay: 0.3s; }
.training-card:nth-child(4) { animation-delay: 0.4s; }
.training-card:nth-child(5) { animation-delay: 0.5s; }


.system-title-frame {
    float: left;
    width: 130px;
    height: 130px;
    margin-top: 15px;
    background: url(/v2/images/innovate/innovate_circular.png);
}

.system-sub-title {
    float: left;
    color: white;
    margin-top: 60px;
    line-height: 48px;
    width: 254px;
    height: 48px;
    background: url(/v2/images/innovate/innovate_bg-content.png)
}

.system-sub-title-3 {
    float: left;
    margin-top: 36px;
    /*line-height: 20px;*/
    width: 254px;
    height: 105px;
    background: url(/v2/images/innovate/innovate_bg-content-2.png)
}

.system-sub-title-31 {
    color: white;
    margin: 10px 20px 10px 10px;
    text-align: left;
    line-height: 26px
}

.system-content-1p p{
    font-size: 16px;
    line-height: 31px
}

.system-content-3p p{
    font-size: 16px;
    line-height: 26px
}


.system-content-1 {
    line-height: 31px;
    margin-top: 5px;
    padding-left: 5px;
    text-align: left;
    float: left;
    /*height: 102px*/
}

.system-content-2 {
    line-height: 31px;
    margin-top: 36px;
    padding-left: 5px;
    text-align: left;
    float: left;
    /*height: 102px*/
}

.system-content-3 {
    line-height: 25px;
    margin-top: -3px;
    padding-left: 5px;
    text-align: left;
    float: left;
    /*height: 180px*/
}

.summary-content {
    padding-top: 15px;
    text-align: left;
    text-indent: 2em;
    line-height: 32px
}

.team-title {

    float: left;
    margin-left: 10px;
    line-height: 44px;
    font-weight: bold;
}

.team-content-bg-form {
    width: 540px;
    height: 245px;
    background: url('/v2/images/innovate/team_form_bg_left.png')
}

.team-content-bg-form-sub {
    width: 540px;
    height: 245px;
    padding: 29px 20px 20px 20px;
}

.team-content-bg-form-sub-s {
    width: 499px;
    height: 189px;
    background: url('/v2/images/innovate/team_bg_1.png')
}

.team-content {
    text-indent: 2em;
    text-align: justify;
    line-height: 30px;
    color: white;
    width: 469px;
    height: 159px;
    padding: 15px
}

.mis-item-content {
    float: left;
    margin-top: 40px;
    margin-left: 40px;
    width: 277px;
    height: 205px;
}

.mis-item-content-title {
    width: 277px;
    height: 40px;
    color: white;
    font-weight: bold;
    line-height: 54px;
    text-align: center
}

/*信息化建设时间轴的标识*/
.mis-timeline-btn-right {
    width: 125px;
    height: 116px;
    background: url(/v2/images/innovate/mis_time_btn.png);
}

.mis-timeline-vertical-line {
    margin: 0 61px 0 62px;
    background-color: #cfcfcf;
    width: 3px;
}

/*信息化建设 时间轴水平灰色导线*/
.mis-timeline-horizontal-line {
    width: 60px;
    border-bottom: 3px solid #bfbfbf;
    height: 0px;
}

.mis-timeline-content-right {
    background-color: #0b6aaf;
    color: white;
    text-align: left;
    width: 403px;
    margin-left: 21px;
    padding-top: 39px
}

.mis-timeline-content-left {
    background-color: #2399e1;
    color: white;
    text-align: left;
    width: 410px;
    padding-top: 39px
}

.bim-index-content {
    line-height: 30px;
    float: left;
    width: 740px;
    height: 250px;
    margin: 4px 20px 0px 20px
}

.bim-item-title {
    float: left;
    width: 240px;
    text-align: left;
    overflow: hidden;
    margin: 0px 35px 46px 35px
}

.bim-item-content {
    margin-top: 10px;
    line-height: 22px;
    text-align: justify;
}

.tech-item-title {
    line-height: 36px;
    color: white;
    width: 240px;
    height: 37px;
    padding-left: 10px;
    margin-top: 68px;
    text-align: left;
}

.tech-cer-frame {
    float: left;
    width: 280px;
    overflow: hidden;
    margin-top: 20px;
    margin-right: 20px;
}

.tech-cer-frame-s {
    float: left;
    width: 280px;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 20px;
}

.tech-cer-frame-double {
    float: left;
    width: 580px;
    overflow: hidden;
    margin-top: 20px
}

.tech-cer-frame-double-s {
    float: left;
    width: 580px;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 20px;
}

/* training-panel 板块样式 */
.training-panel {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
    padding: 25px;
    margin-bottom: 40px;
    transition: all 0.3s ease;
}

.training-panel:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-color: #e0e0e0;
}

.training-panel:last-child {
    margin-bottom: 0;
}

.panel-title {
    font-size: 22px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 16px;
    text-align: left;
    position: relative;
    padding-left: 20px;
}

.panel-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 30px;
    background: linear-gradient(135deg, #009ce4, #2c3e50);
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0, 156, 228, 0.3);
}

.panel-intro {
    padding-bottom: 5px;
    font-size: 17px;
    line-height: 1.7;
    color: #5d6d7e;
    text-align: left;
    font-weight: 400;
}

/* 科技论文及成果列表样式 - 左侧时间线设计 */
.training-panel ul {
    list-style: none;
    padding: 0;
    margin: 30px auto;
    max-width: 900px;
    position: relative;
}

/* 时间线垂直线 - 左侧 */
.training-panel ul::before {
    content: '';
    position: absolute;
    left: 60px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #009ce4, #66c2ff);
    z-index: 1;
}

.training-panel ul li {
    position: relative;
    margin-bottom: 35px;
    padding-left: 100px;
    text-align: left;
    transition: all 0.3s ease;
}

/* 时间线圆点 - 左侧 */
.training-panel ul li::before {
    content: '';
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #009ce4;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 2px #009ce4;
    z-index: 2;
    transition: all 0.3s ease;
}

/* 悬停效果 */
.training-panel ul li:hover::before {
    transform: translate(-50%, -50%) scale(1.5);
    box-shadow: 0 0 0 4px #009ce4, 0 0 15px rgba(0, 156, 228, 0.4);
}

.article-name {
    font-size: 18px;
    font-weight: 400;
    color: #7f8c8d;
    margin-bottom: 8px;
    line-height: 1.5;
    text-align: left;
}

.achievement-intro {
    font-size: 17px;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.6;
    text-align: left;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .training-panel ul {
        max-width: 100%;
        padding: 0 20px;
    }
    
    .training-panel ul::before {
        left: 20px;
    }
    
    .training-panel ul li {
        padding-left: 40px;
        margin-bottom: 25px;
    }
    
    .training-panel ul li::before {
        left: 20px;
        width: 8px;
        height: 8px;
        transform: translate(-50%, -50%);
    }
    
    .article-name {
        font-size: 16px;
    }
    
    .achievement-intro {
        font-size: 15px;
    }
}

/* 响应式设计 */
@media (max-width: 768px) {
    .training-panel {
        padding: 25px 20px;
        margin-bottom: 30px;
    }
    
    .panel-title {
        font-size: 22px;
        padding-bottom: 10px;
    }
    
    .panel-intro {
        font-size: 16px;
        margin-bottom: 25px;
    }
}