.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;
}

.bg-gray {
    background: #F7FAFA;
}

.content-stage {
    padding: 90px 0 0 0; 
    
}

.content-stage-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 60px;
}

.stage-item-jt {
    width: 68px;
    background: url("../../images/jt_03.png") center no-repeat;
}

.stage-item-time {
    height: 173px;
    width: 160px;
    color: #001A8F;
    font-size: 18px;
    font-weight: bold;
    background: white;
    border: 2px solid #001A90;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}

.stage-item-time .item-title {
    text-align: center;
    margin-bottom: 10px;
    /*max-width: 100px;*/
    white-space: pre-wrap;
}

.item-time {
    font-size: 18px;
    font-weight: lighter;
    margin-top: 18px;
}

.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;  
    color: #999999; 
    padding-left: 10px;
    margin-bottom: 15px;
}

.mobile + .mobile{
    margin-left: 90px;
}
.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; 
}