body {
    background: #F7F7F7
}

.college1 {
    padding: 51px 0 94px 0
}

.college1 .wrap {
    width: 1440px;
    margin: auto
}

.college1 .wrap .content {
    margin: 0 0 53px
}

.college1 .wrap .content .item {
    width: 100%;
    height: 320px;
    background: #FFFFFF;
    padding: 30px 101px 30px 30px;
    display: flex;
    align-items: center;
    margin: 0 0 20px
}

.college1 .wrap .content .item:hover .img img {
    transform: scale(1.1)
}

.college1 .wrap .content .item:hover .text .title {
    color: #005CFF
}

.college1 .wrap .content .item:hover .text .end .more p {
    color: #005CFF
}

.college1 .wrap .content .item .img {
    width: 400px;
    height: 260px;
    overflow: hidden;
    margin: 0 40px 0 0
}

.college1 .wrap .content .item .img img {
    width: 100%;
    height: 100%;
    transition: 3s ease
}

.college1 .wrap .content .item .text {
    width: 830px
}

.college1 .wrap .content .item .text .time {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin: 0 0 12px
}

.college1 .wrap .content .item .text .title {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    margin: 0 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    transition: .6s ease
}

.college1 .wrap .content .item .text .pick {
    font-weight: 400;
    font-size: 16px;
    color: #444444;
    line-height: 30px;
    margin: 0 0 50px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.college1 .wrap .content .item .text .end {
    display: flex;
    justify-content: flex-end
}

.college1 .wrap .content .item .text .end .more {
    display: flex;
    align-items: center
}

.college1 .wrap .content .item .text .end .more p {
    font-weight: 500;
    font-size: 14px;
    color: #000011;
    margin: 0 10px 0 0;
    transition: .6s ease
}

.college1 .wrap .content .item .text .end .more .iconfont {
    color: #005CFF;
    font-size: 15px
}

@media screen and (max-width: 1920px) {
    body {
        background: #F7F7F7
    }

    .college1 {
        padding: 2.65625vw 0 4.8958333333vw 0
    }

    .college1 .wrap {
        width: 75vw;
        margin: auto
    }

    .college1 .wrap .content {
        margin: 0 0 2.7604166667vw
    }

    .college1 .wrap .content .item {
        width: 100%;
        height: 16.6666666667vw;
        background: #FFFFFF;
        padding: 1.5625vw 5.2604166667vw 1.5625vw 1.5625vw;
        display: flex;
        align-items: center;
        margin: 0 0 1.0416666667vw
    }

    .college1 .wrap .content .item:hover .img img {
        transform: scale(1.1)
    }

    .college1 .wrap .content .item:hover .text .title {
        color: #005CFF
    }

    .college1 .wrap .content .item:hover .text .end .more p {
        color: #005CFF
    }

    .college1 .wrap .content .item .img {
        width: 20.8333333333vw;
        height: 13.5416666667vw;
        overflow: hidden;
        margin: 0 2.0833333333vw 0 0
    }

    .college1 .wrap .content .item .img img {
        width: 100%;
        height: 100%;
        transition: 3s ease
    }

    .college1 .wrap .content .item .text {
        width: 43.2291666667vw
    }

    .college1 .wrap .content .item .text .time {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #999999;
        margin: 0 0 0.625vw
    }

    .college1 .wrap .content .item .text .title {
        font-weight: bold;
        font-size: 1.25vw;
        color: #111111;
        margin: 0 0 1.0416666667vw;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        transition: .6s ease
    }

    .college1 .wrap .content .item .text .pick {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #444444;
        line-height: 1.5625vw;
        margin: 0 0 2.6041666667vw;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .college1 .wrap .content .item .text .end {
        display: flex;
        justify-content: flex-end
    }

    .college1 .wrap .content .item .text .end .more {
        display: flex;
        align-items: center
    }

    .college1 .wrap .content .item .text .end .more p {
        font-weight: 500;
        font-size: 0.7291666667vw;
        color: #000011;
        margin: 0 0.5208333333vw 0 0;
        transition: .6s ease
    }

    .college1 .wrap .content .item .text .end .more .iconfont {
        color: #005CFF;
        font-size: 0.78125vw
    }

}
@media screen and (max-width: 1024px) {
    .college1 .wrap {
        width: 90vw;
    }
    .college1 .wrap .content .item {
        height: unset;
        display: block;
        padding: 20px;
        margin: 0 0 30px;
        
    }
    .college1 .wrap .content .item .img {
        width: 100%;
        height: 47vw;
        overflow: hidden;
        margin: 0 0 20px;
    }
    .college1 .wrap .content .item .text {
        width: 100%;
    }
    .college1 .wrap .content .item .text .time {
        font-size: 12px;
        margin: 0 0 10px;
        
    }
    .college1 .wrap .content .item .text .title {
        font-size: 16px;
        margin: 0 0 15px;
    }
    .college1 .wrap .content .item .text .pick {
        font-size: 14px;
        line-height: 1.6;
        margin: 0 0 15px;
    }
    .college1 .wrap .content .item .text .end .more p {
        font-size: 14px;
    }
    .college1 .wrap .content .item .text .end .more .iconfont {
        font-size: 14px;
    }
    .college1 {
        padding: 80px 0 60px;
    }
    .links {
        position: relative;
    }
    .links .wrap .links_search {
        display: block;
        position: absolute;
        top: 70px;
        left: 0;
        width: 200px;
        height: 40px;
        border-radius: 40px;
        padding: 0px 15px;
    }
    .links .wrap .links_search input {
        font-size: 14px;
    }
    .links .wrap .links_search .iconfont {
        font-size: 14px;
        margin: 0 5px 0 0;
    }
}