.index-slide {
    height: 500px;
    position: relative;
    background-color: #F3F7FF;
}

.index-slide .item-box {
    display: flex;
    overflow: hidden;
}

.index-slide li {
    width: 1920px;
    height: 500px;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-slide .item-1 {
    background-position: center;
}

.index-slide .slide-block {
    position: absolute;
    display: flex;
    bottom: 20px;
    left: calc(50% - 90px);
}

.index-slide .slide-block li {
    width: 36px;
    height: 4px;
    background: #fff;
    border-radius: 4px;
    opacity: 0.4;
    margin-right: 12px;
}

.index-slide .slide-block li:last-child {
    margin-right: 0;
}

.index-slide .slide-block .cur {
    opacity: 1;
}

.color-999 {
    font-family: 'Source Han Sans', 'Noto Sans CJK SC' ,sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.ellipsis {
    white-space: nowrap;
    /* 保持文本在一行内显示 */
    overflow: hidden;
    /* 超出容器部分隐藏 */
    text-overflow: ellipsis;
    /* 使用省略号表示文本被截断 */
}

.font_14 {
    font-family: 'Source Han Sans', 'Noto Sans CJK SC' ,sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_start {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.flex_column {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.section-1 {
    background-color: #F3F7FF;
    padding: 38px 0 80px 0;
}

.screen {
    color: #336CFF;
    border-bottom: 2px solid #336CFF;
}

.center-screen {
    color: #336CFF;
    border-bottom: 2px solid #336CFF;
}

.section-1 .nav-top {
    display: flex;
    align-items: center;
    font-family: 'Source Han Sans', 'Noto Sans CJK SC' ,sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #999999;

}

.section-1 .nav-top li {
    display: flex;
    align-items: center;
}

.nav-top img {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

.section-1 .nav-top a {
    color: #999999;
}

.collegePage-box {
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 25px;
}

.collegePage-box-left {
    width: 840px;
    padding: 18px 24px 24px 24px;
    background: #FFFFFF;
    box-sizing: border-box;
}
.collegePage-box-left .title {
   
    font-family: 'Source Han Sans', 'Noto Sans CJK SC' ,sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
}

.collegePage-box-right {
    width: 336px;
}

.college-right {
    background-color: #FFFFFF;
}

.college-right .title {
    padding: 25px;
    font-family: 'Source Han Sans', 'Noto Sans CJK SC' ,sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
}

.Popular {
    padding:0px 24px 24px 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.Popular li {
    text-align: center;
    width: 140px;
    height: 92px;

}

.Popular li img {
    width: 48px;
    height: 48px;
}

.Popular li p {
    font-family: 'Source Han Sans', 'Noto Sans CJK SC' ,sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin-top: 8px;
}




.Latest_Article-box {
    padding:0px 24px 24px 24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.Latest_Article-left{
    width: 28px;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
}
.Latest_Article-left li {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.Latest_Article-left li img {
    width: 28px;
    height: 28px;
}
.Latest_Article-left li span {
   font-family: 'Source Han Sans', 'Noto Sans CJK SC' ,sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin-right: 5px;
    padding-left: 7px;
    line-height:28px;
}
.Latest_Article-right{
    width:88%;
}
.Latest_Article-right li {
    display: flex;
    align-items: center;
   font-family: 'Source Han Sans', 'Noto Sans CJK SC' ,sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin-bottom: 18px;
}
.Latest_Article-right li p{
    width:260px;
    height:28px;
    line-height:28px;
}



.text_bottom {
    width: 400px;
    font-family: 'Source Han Sans', 'Noto Sans CJK SC' ,sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-top:10px;
  
}
.article-box{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:20px;
}
.article-box span{
    padding:3px;
    border:1px solid #999999;
}
.article-box p{
      font-size: 16px;
  font-weight: 600;
    padding:3px;
    width:260px;
  margin-right:130px;
    overflow:hidden;
    white-space: nowrap;
    /* 保持文本在一行内显示 */
    overflow: hidden;
    /* 超出容器部分隐藏 */
    text-overflow: ellipsis;
    /* 使用省略号表示文本被截断 */
}

.college-box-center{
    margin-top:20px;
}
.college-box-center img{
     max-width: 100%;
}


