/* 学院介绍 */
.bg_img_box2 {
    width: 100%;
    background-image: url("../image/title_bg.png");
    background-size: 100% 650px;
    background-repeat: no-repeat;
}

.college_title_box {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.college_title {
    font-size: 32px;
    font-weight: 600;
    color: #1661be;
}

.college_title img {
    height: 90px;
}

.look_college_box {
    color: #9b9b9b;
    display: flex;
    line-height: 99px;
}

.look_college_box span {
    width: 28px;
    height: 14px;
    border-radius: 9px;
    line-height: 6px;
    text-align: center;
    position: relative;
    top: 40px;
    margin-left: 6px;
}

.look_college_box span img {
    width: 18px;
}


.college_box {
    display: flex;
    justify-content: space-between;
    /* padding: 56px 340px; */
    box-sizing: border-box;
    width: 1440px;
    margin: 0 auto;
    padding-bottom: 90px;
}

.college_banner_box {
    width: 700px;
    height: 420px;
    position: relative;
}


.banner_box_college {
    width: 700px;
    height: 420px;
    border-radius: 6px;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    margin: 40px 0 40px 0;
}

.banner_box_content {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 100s ease;
    will-change: transform;
}

.banner_box_content li {
    flex: 0 0 100vw;
    list-style: none;
}

.banner_box_content img {
    /* height: 100%; */
    /* width: 100%; */
    width: 700px;
    height: 100%;
    object-fit: cover;
    display: block;
}


.college_dots {
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    display: flex;
    gap: 14px;
    z-index: 99;
}

.college_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #ccc;
    padding: 0;
    cursor: pointer;
}

.college_dot.active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eeeeee;
    transform: scale(1.2);
}

.college_news_box {
    /* width: 460px; */
    flex: 1;
    margin: 16px 0 0 40px;
}

.college_article_box_two {
    display: flex;
    /* justify-content: space-between; */
    /* height: 105px; */
    /* margin:  12px; */
    line-height: 36px;
    padding: 25px 0;
    box-sizing: border-box;
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.college_date_box_two {
    font-size: 20px;
    font-weight: 600;
    color: #1661be;
    width: 100%;
    text-align: center;
}

.college_year_box_two {
    color: #ffffff;
    font-size: 12px;
    background-color: #014d98;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 8px 8px 0 0;
    padding: 0px 10px;
    box-sizing: border-box;
}


.college_article_box_two:hover .college_date_box_two {
    color: #a42222;
}

.college_article_box_two:hover .college_year_box_two {
    background-color: #a42222;
}

.college_article_box_two:hover .flex_box {
    background-color: #F3F3F3;
}

.flex_box {
    /* display: flex; */
    /* height: 90px; */
    width: 90px;
    text-align: center;
    background-color: #e8f2fe;
    border-radius: 8px;
}

.college_list_title_box {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 60px;
    padding-left: 24px;
    box-sizing: border-box;
}
.banner_box_content_title {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 56px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 42px;
    font-size: 24px;
    line-height: 56px;
    white-space:nowrap;/*规定段落中的文本不进行换行*/
overflow:hidden;/*内容会被修剪，并且其余内容是不可见的。*/
text-overflow:ellipsis;/*显示省略号来代表被修剪的文本*/
}
@media (max-width: 992px) {

    .bg_img_box2 {
        padding: 0 20px;
        background-size: 100% 100%;
    }

    /* 学院介绍 */
    .college_box {
        width: 100%;
        display: block;
        margin-bottom: 20px;
        padding-bottom: 0px;
    }

    .college_title {
        font-size: 24px;
    }

    .college_title img {
        height: 70px;
    }

    .look_college_box {
        line-height: 50px;
    }


    .look_college_box span {
        top: 16px;
    }

    .look_college_box {
        line-height: 50px;
        margin-top: 20px;
    }

    .look_college_box span {
        top: 16px;
    }

    .college_banner_box {
        width: 100%;
        height: auto;
    }

    .banner_box_college {
        width: 100%;
        height: 240px;
        margin: 10px 0 40px 0;
    }

    .college_date_box_two {
        font-size: 14px;
        line-height: 24px;
    }

    .college_year_box_two {
        font-size: 12px;
        line-height: 24px;
    }

    .college_list_title_box {
        font-size: 18px;
        line-height: 50px;
        padding-left: 16px;
    }

    .college_article_box_two {
        padding: 12px 10px;
        justify-content: flex-start;
        /* height: 80px; */
    }


    .banner_box_college img {
        width: 100%;
        height: 100%;
    }

    .college_news_box {
        margin: -30px 0 0 0;
    }

    .college_dots {
        bottom: 38px
    }

    .college_title::before {
        content: '';
        display: block;
        width: 46px;
        height: 8px;
        background: #9e2b4c;
        border-radius: 2px;
        position: absolute;
        top: 40px;
        left: 0;
        border-radius: 4px;
    }

    .college_title_box {
        margin-bottom: 14px;
    }

    .flex_box {
        height: 50px;
        width: 80px;
    }

     .banner_box_content_title {
        font-size: 18px;
        width: 100%;
        height: 40px;
        line-height: 40px;
        bottom: 9px;
        padding: 0 12px
    }
}