.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 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 25px;
}

.collegePage-box-left {
    width: 840px;
    padding: 0px 24px;
    background: #FFFFFF;
    box-sizing: border-box;
}

.college-box-center {
    padding: 24px 0px;
    border-bottom: 1px solid #EBEBEB;
}

.college-box-center_img {
    width: 240px;
    height: 136px;
    border-radius: 8px;
    overflow: hidden;
}

.college-box-center_img img {
    width: 100%;
    height: 100%;
}

.college-box-center_right {
    width: 530px;
    height: 136px;
    position: relative;
}

.title {
    font-family: 'Source Han Sans', 'Noto Sans CJK SC', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    display: flex;
    align-items: center;
}
.title img{
    width: 34px;
    height: 20px;
    margin-right: 6px;
}

.text {
    font-family: 'Source Han Sans', 'Noto Sans CJK SC', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.text_bottom {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
   font-family: 'Source Han Sans', 'Noto Sans CJK SC', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

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























