.banner {
    margin: 0px auto; 
    width: 100%;
    min-width: 1200px;
}

.content-intro {
    /*align-items:center;*/
    max-width: 1200px;
    margin: 0 auto;
    /*padding: 50px 20%;*/
    padding:90px 0px 60px 0px;
}

.content-intro > div {
    margin-bottom: 40px;
}

.intro {
    color: #666666;
    font-size: 16px; 
    line-height: 32px;
    text-align: left;
    text-indent: 32px;
}

.intro-zhuban {
    display: flex;

}

.header { 
    text-align: center; 
}

.header .header-title { 
    display: inline-block;
    width: auto;
    color: #282828;
    font-weight: bold;
    position: relative;
    word-spacing:15px;
    font-size: 40px; 
    z-index: 1;
}

.header .header-title:after{
    content: '';
    position: absolute;
    top: 0px;
    left: -24px;
    width: 41px;
    height: 33px;
    background-image: url('../../images/bg-11.png');
    background-size: cover; /* 或contain，根据需求调整图片填充方式 */
    background-repeat: no-repeat;
} 

.header .header-img {
    position: absolute;
    top: 0px;
    left: -22px;
    z-index: -1;

}

.header > p {  
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    line-height: 26px;
    opacity: 0.06;
}

.intro-zhuban-left {
    color: #FFFFFF;
    font-size: 16px;
    width: 108px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: linear-gradient(90deg, #57BEBD 1%, #35B4C1 100%);
    border-radius: 4px; 
    margin-right: 16px;
    margin-left: 40px;

}

.intro-zhuban-right {
    color: #333333;
    font-size: 16px; 
    line-height: 26px;
}

.intro-zhuban-right .zhuban-right-item {
    margin-top: 6px;
    margin-bottom: 10px;
}

.content-dynamic {
    padding: 90px 0 100px 0;
}

.dynamic-body {
    width: 1280px;
    height: 508px;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px 0px #CAE0E0;
    border-radius: 16px; 
    margin: 0 auto;
    padding: 60px 50px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.dynamic-body .body-content{
    display: flex;
}
.dynamic-body .more-news{
       display: flex;
       justify-content: center;
}
.dynamic-body .more-news .news-btn{
        display: inline-block;
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #FFFFFF;
        background: linear-gradient(90deg, #57BEBD 1%, #35B4C1 100%);
        border-radius: 4px;
}

.dynamic-body .dynamic-left {
    display: inline-block;
    width: 450px;
    height: 300px;
    background: #001775;
    border-radius: 8px;
    margin-right: 40px;
}
.dynamic-body .dynamic-left img{
    width: 450px;
    height: 300px;
    border-radius: 8px;
}

.dynamic-body .dynamic-right {
    display: flex;
    flex-direction: column;
    width: 780px; 
    height: 300px;
    padding: 36px 0;
}

.dynamic-body .dynamic-right .news-list { 
    color: #999999;
    position: relative;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px; 
    padding-left: 18px;
}
.dynamic-right .news-list::after {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 0;
    left: 0;
    width:10px; /* 你希望边框宽度的大小，例如 5px */
    background-image: url('../../images/index/new_icon.png'); /* 图片路径 */
    background-repeat: no-repeat; /* 如果图片需要垂直重复以填充整个边框高度 */
}
.dynamic-right .news-list:before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 0;
    left: 5px;
    height: 30px;
    width:1px; /* 你希望边框宽度的大小，例如 5px */
    background-image: url('../../images/index/new_line.png'); /* 图片路径 */
    background-repeat: no-repeat; /* 如果图片需要垂直重复以填充整个边框高度 */
}
.dynamic-right .news-list:last-child:before {
    content: none;
}

.news-list .news-title { 
    font-size: 16px;
    color: #4D4D4D;
    max-width: 520px;
    margin-right: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-xiezuo {
    margin: 0 auto;
    width: 100%;
    padding: 50px 0px;
    font-size: 16px;
}

.content-xiezuo .xiezuo-body {
    color: #888888;
    margin: 0 auto;
    max-width: 1100px;
    margin-top: 60px;
}

.xiezuo-body .zhichi-list {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
}

.zhichi-list .zhichi-item {
    height: 60px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    margin-right: 20px;
    margin-bottom: 20px;
}

.college-contactus {
    display: flex;
    justify-content: center; 
    background: #F7FAFA; 
    padding: 100px 0px;
}

.college-contactus .header { 
    text-align: left;
    margin-bottom: 35px;
}

.college-contactus .header .header-title {
    font-size: 24px;
    font-weight: bold;
    color: #282828;
}

.college  ,.contactus {
    padding: 45px 50px;
    width: 580px;
    height: 340px;
    background: #FFFFFF;
    margin-right: 40px;
}
.college .header-title  ,.contactus .header-title{
    font-size: 24px;
}
.college .header-title:after  ,.contactus .header-title:after{
    content: none;
}
.college .header p ,.contactus .header p{
    font-size: 20px;
}  
.contactus-item, .college-item {
    position: relative;
    color: #666666;
    font-size: 14px;
    height: 30px; 
}
.college-item {
    margin-bottom: 2px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.contactus-item{
    display: flex;
    flex-wrap: wrap;
    height: auto;
    min-height: 30px;
    color: #999999;
    padding-left: 10px;
    margin-bottom: 15px;
}
.contactus-item .mobile{
    width: 100%;
    line-height: 30px;
}

.mobile + .mobile{
    margin-left: 0;
    margin-top: 4px;
}

.contactus{
    height: auto;
    min-height: 340px;
}
.contactus-user{
    color: #333333;
    font-size: 14px;
}
.contactus-user::after{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #004DA0;
}
.wx_gr{
    margin-left: 10px;
    width: 90px;
    height: 90px;
}
 
.college .college-body {
    width: 100%;
}
.college .college-list {
    width: 500px;
}
.college-item {
    display: flex;
    width: 500px;
    color: #666666;
    font-size: 14px;
    height: 30px;
}
.college-item .college-name{
    width: 235px;
}
.college-item, .college-name:first-child{
    margin-right: 30px;
}


.myscroll {
    height: 160px; 
    margin: 0 auto;
    overflow: hidden;
}


.date-stage{
    /*background: linear-gradient(0deg, #DFEAFF 0%, #F5F6FC 100%);*/
    background: #F5F6FC;;
}
.date-stage-content{
    margin-top: 80px;
    margin-bottom: 100px;
}
.date-stage-line {
    height: 1px;
    width: 100%;
    background-image: url('../../images/index/jd_011.png');
}
.date-stage-bottom{
    margin-top: 40px;
    height: 80px;
    background: linear-gradient(0deg, #EDFCFC 0%, #F7FAFA 100%);
}
.node-list {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    transform: translateY(8%);

}
.node-item {
    width: 182px;
    min-height: 164px;
}
.node-item + .node-item {
    margin-left: 28px
}

@media screen and (max-width: 1200px) {
    .node-item + .node-item {
        margin-left: 10px
    }
}
.node-item .text {
    padding:38px 30px 0 30px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #282828;
}
.node-item .pt-text {
    padding-top: 23px;
}
.node-item .time {
    text-align: center;
    margin-top: 34px;
    font-size: 16px; 
    color: #4D4D4D;
}

.banner img{
    width: 100%;
    object-fit: contain;
}

/* ==========================================
   赛事阶段(2026 v2,排版照搬 2025ctic,配色保留 dsdasai 黄)
   ========================================== */
.bg-gray {
    background: #F8F8F8;
}

.content-stage {
    padding: 90px 0 0;
}
.content-stage .header {
    text-align: center;
}
.content-stage .header h1,
.content-stage .header .header-title {
    word-spacing: 15px;
    font-size: 40px;
    margin-bottom: 15px;
    color: #282828;
    font-weight: bold;
    display: inline-block;
    position: relative;
}
.content-stage .header p {
    font-size: 18px;
    color: #999;
    margin-top: 8px;
}

.content-stage-list {
    width: 1200px;
    margin: 0 auto;
    padding-top: 64px;
    min-height: 516px;
    position: relative;
}
.content-stage-list .d-flex {
    display: flex;
}
.content-stage-list .items-center {
    align-items: center;
}
.content-stage-list .justify-between {
    justify-content: space-between;
}
.content-stage-list h4 {
    width: 128px;
    flex-shrink: 0;
    font-weight: bold;
    font-size: 16px;
    color: #35B4C1;
    line-height: 28px;
    padding-right: 24px;
    margin: 0;
    white-space: normal;
}
.content-stage-list .parse-con {
    width: calc(100% - 194px);
}
.content-stage-list .parse-item {
    width: 320px;
    height: 128px;
    background: #FFFFFF;
    box-shadow: 0 0 10px 1px rgba(40, 40, 40, 0.05);
    border-radius: 8px;
    padding: 24px;
    text-align: center;
    box-sizing: border-box;
}
.content-stage-list .parse-item .layui-btn {
    width: 100%;
    height: 40px;
    background: linear-gradient(90deg, #57BEBD 1%, #35B4C1 100%) !important;
    color: #fff !important;
    margin-bottom: 20px;
    box-shadow: 0 0 12px 1px rgba(53, 180, 193, 0.25);
    border-radius: 6px;
    line-height: 18px;
    white-space: normal;
    font-weight: bold;
    pointer-events: none;
    cursor: default;
}
.content-stage-list .parse-item p {
    font-weight: 400;
    font-size: 15px;
    color: #4D4D4D;
    margin: 0;
}
/* 赛事阶段时间轴(CSS 绘制,替代 parse-bg.png;上/下两组引线各自对齐自己那排卡片,数量可不同) */
.content-stage-list .stage-axis {
    display: flex;
    align-items: center;
    margin: 6px 0 2px;
}
.content-stage-list .stage-axis-head {
    width: 128px;
    padding-right: 24px;
    flex-shrink: 0;
    box-sizing: content-box;
}
.content-stage-list .stage-axis-track {
    position: relative;
    width: calc(100% - 194px);
    height: 64px;
}
/* 横向渐变主线 + 右端箭头 */
.content-stage-list .stage-axis-line {
    position: absolute;
    left: 0;
    right: 20px;
    top: 50%;
    height: 6px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #7FD0CE 0%, #35B4C1 100%);
    border-radius: 3px;
    z-index: 0;
}
.content-stage-list .stage-axis-line::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid #35B4C1;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}
/* 上/下两排引线:各自复刻 parse-con 分布,对齐各自那排卡片(数量可不同) */
.content-stage-list .stage-axis-row {
    position: absolute;
    left: 0;
    right: 0;
    height: 50%;
    z-index: 1;
}
.content-stage-list .stage-axis-row--up {
    top: 0;
    align-items: flex-end;
}
.content-stage-list .stage-axis-row--down {
    bottom: 0;
    align-items: flex-start;
}
.content-stage-list .stage-axis-cell {
    width: 320px;
    display: flex;
    justify-content: center;
}
/* 节点实心圆(落在主线上) */
.content-stage-list .stage-axis-pin {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #35B4C1;
    box-shadow: 0 0 0 4px rgba(53, 180, 193, 0.18);
}
.content-stage-list .stage-axis-row--up .stage-axis-pin {
    margin-bottom: -8px;
}
.content-stage-list .stage-axis-row--down .stage-axis-pin {
    margin-top: -8px;
}
/* 引线:指向对应那排卡片 */
.content-stage-list .stage-axis-pin::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: 13px;
    background: #A9E0DD;
    transform: translateX(-50%);
}
.content-stage-list .stage-axis-row--up .stage-axis-pin::before {
    bottom: calc(100% + 4px);
}
.content-stage-list .stage-axis-row--down .stage-axis-pin::before {
    top: calc(100% + 4px);
}

.content-stage-list .design-con .parse-item {
    width: 320px;
    box-shadow: 0 0 10px 1px rgba(40, 40, 40, 0.05);
}

@media screen and (max-width: 1240px) {
    .content-stage-list {
        width: 100%;
        padding: 36px 20px 0;
    }
}
@media screen and (max-width: 768px) {
    .content-stage {
        padding: 30px 0 0;
    }
    .content-stage .header h1,
    .content-stage .header .header-title {
        font-size: 28px;
    }
}
@media screen and (max-width: 450px) {
    .content-stage {
        padding: 20px 0 0;
    }
    .content-stage-list {
        flex-direction: row;
        justify-content: center;
        padding: 36px 12px 0;
        margin-top: 0;
        height: 620px;
        display: flex;
        min-height: auto;
    }
    .content-stage-list .apply-con,
    .content-stage-list .design-con {
        flex-direction: column;
        height: 521px;
    }
    .content-stage-list h4 {
        width: 145px;
        height: 107px;
        flex-shrink: 0;
        font-size: 16px;
        line-height: 24px;
        padding-right: 0;
    }
    .content-stage-list .parse-con {
        width: 100%;
        flex-direction: column;
        height: calc(100% - 107px);
        gap: 14px;
    }
    .content-stage-list .parse-item {
        width: 145px;
        height: auto;
        padding: 14px 12px;
        margin-bottom: 0;
        flex: 1 1 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .content-stage-list .parse-item .layui-btn {
        padding: 2px !important;
        height: 36px;
        margin-bottom: 12px;
    }
    .content-stage-list .parse-item p {
        font-size: 13px;
    }
    /* 时间轴:移动端竖向,上/下两组引线分别对齐左右两列卡片 */
    .content-stage-list .stage-axis {
        flex-direction: column;
        width: 46px;
        height: 521px;
        margin: 0;
        flex-shrink: 0;
    }
    .content-stage-list .stage-axis-head {
        width: 100%;
        height: 107px;
        padding-right: 0;
        flex-shrink: 0;
    }
    .content-stage-list .stage-axis-track {
        width: 100%;
        height: calc(100% - 107px);
    }
    /* 竖向主线 + 底部箭头 */
    .content-stage-list .stage-axis-line {
        left: 50%;
        right: auto;
        top: 0;
        bottom: 16px;
        width: 6px;
        height: auto;
        transform: translateX(-50%);
        background: linear-gradient(180deg, #7FD0CE 0%, #35B4C1 100%);
    }
    .content-stage-list .stage-axis-line::after {
        left: 50%;
        top: auto;
        bottom: -16px;
        transform: translateX(-50%);
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 16px solid #35B4C1;
        border-bottom: 0;
    }
    /* 两组引线改竖排,各占主线一侧;cell 等分列高对齐竖排卡片 */
    .content-stage-list .stage-axis-row {
        flex-direction: column;
        top: 0;
        bottom: 0;
        height: auto;
        gap: 14px;
    }
    .content-stage-list .stage-axis-row--up {
        left: 0;
        right: 50%;
    }
    .content-stage-list .stage-axis-row--down {
        left: 50%;
        right: 0;
    }
    .content-stage-list .stage-axis-cell {
        width: auto;
        flex: 1 1 0;
        flex-direction: column;
        justify-content: center;
    }
    .content-stage-list .stage-axis-row--up .stage-axis-pin {
        margin-bottom: 0;
        margin-right: -8px;
    }
    .content-stage-list .stage-axis-row--down .stage-axis-pin {
        margin-top: 0;
        margin-left: -8px;
    }
    /* 引线改横向,指向左右两列卡片 */
    .content-stage-list .stage-axis-row--up .stage-axis-pin::before {
        bottom: auto;
        top: 50%;
        left: auto;
        right: calc(100% + 4px);
        width: 13px;
        height: 2px;
        transform: translateY(-50%);
    }
    .content-stage-list .stage-axis-row--down .stage-axis-pin::before {
        top: 50%;
        left: calc(100% + 4px);
        width: 13px;
        height: 2px;
        transform: translateY(-50%);
    }
    .content-stage-list .design-con .parse-item {
        width: 145px;
    }
}
