.fp-content {
    padding-left: 25px;
}

.college_introduce-content p {
    font-size: 16px;
    margin-bottom: 0;
}

.college_introduce-content .fp-title {
    color: #003399;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1;
}

.college_introduce-content .fp-flex-content {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 40px;
}

.college_introduce-content .fp-flex-content.index-c p {
    font-size: 14px;
}

.college_introduce-content .fp-flex-content.index-c .fp-flex-content-l {
    width: 280px;
}

.college_introduce-content .fp-flex-content.index-c .fp-flex-content-r {
    flex: 1;
    margin-left: 15px;
}

.college_introduce-content .fp-news-list {
    justify-content: space-between;
}

.college_introduce-content .fp-news-list .itemm {
    width: 270px;
}

.college_introduce-content .fp-news-list .itemm .t {
    width: 100%;
    height: 155px;
}

.college_introduce-content .fp-news-list .itemm .t img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.college_introduce-content .fp-news-list .itemm .b {
    background-color: #f3f3f3;
    padding: 15px 20px;
}

.college_introduce-content .fp-news-list .itemm .b .headlinee {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 40px;
    height: 80px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.college_introduce-content .fp-news-list .itemm .b .ddate {
    font-size: 14px;
    color: #999;
}

.college_introduce-content .fp-news-list .itemm .b .ddate a {
    float: right;
    color: #003399;
}

.college_introduce-content .fp-teacher-list {
    flex-wrap: wrap;
}

.college_introduce-content .fp-teacher-list .iitem {
    width: 260px;
    height: 346px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.college_introduce-content .fp-teacher-list .iitem:not(:nth-child(3n)) {
    margin-right: 26px;
}

.college_introduce-content .fp-teacher-list .iitem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.college_introduce-content .fp-teacher-list .iitem .textt {
    position: absolute;
    background: url(/resources/portal/images/yjzx-teaBG.png) no-repeat center;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
    padding-top: 26px;
}

.college_introduce-content .fp-teacher-list .iitem .textt p {
    color: #fff;
    text-align: right;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 1.5;
}

.college_introduce-content .fp-teacher-list .iitem .textt .name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.college_introduce-content .fp-teacher-list .iitem .textt .title {
    font-size: 13px;
}

.college_introduce-content .fp-improj-item {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.college_introduce-content .fp-improj-item .datte {
    width: 110px;
    line-height: 36px;
    margin: 20px 0;
    background-image: linear-gradient(90deg,
            #4c61da 0%,
            #6174ea 100%);
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.college_introduce-content .fp-improj-item .titl {
    font-size: 22px;
    font-weight: bold;
}

.college_introduce-content .fp-improj-item .descc {
    color: #999;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#FpBanner {
    position: relative;
    top: -15px;
}

#FpBanner .swiper-container {
    width: 100%;
}

#FpBanner .swiper-container img {
    width: 100%;
}

#FpBanner .swiper-button-prev,
#FpBanner .swiper-button-next {
    width: 50px;
    visibility: hidden;
}

#FpBanner :hover .swiper-button-prev,
#FpBanner :hover .swiper-button-next {
    visibility: visible;
}

#FpBanner .swiper-button-prev::after {
    display: none;
}

#FpBanner .swiper-button-next::after {
    display: none;
}

#FpBanner .swiper-pagination-bullet{
    opacity: 1;
    background-color: #999;
}

#FpBanner .swiper-pagination-bullet-active{
    background-color: #003399;
}

@media (max-width:768px) {
    .fp-content {
        padding-left: 0;
    }
    .college_introduce-content .fp-title{
        font-size: 16px !important;
        margin-bottom: 10px;
    }
    .college_introduce-content .fp-flex-content{
        margin-bottom: 15px;
    }
    .college_introduce-content .fp-flex-content.index-c {
        display: block;
    }

    .college_introduce-content .fp-flex-content.index-c .fp-flex-content-l {
        display: none;
    }

    .college_introduce-content .fp-flex-content.index-c .fp-flex-content-r {
        margin-left: 0;
    }

    .college_introduce-content .fp-news-list {
        display: block;
    }

    .college_introduce-content .fp-news-list .itemm {
        width: 100%;
        margin-bottom: 15px;
    }

    .college_introduce-content .fp-news-list .itemm .t {
        height: unset;
    }

    .college_introduce-content .fp-news-list .itemm .b {
        padding: 10px;
    }

    .college_introduce-content .fp-news-list .itemm .b .headlinee {
        font-size: 16px;
        height: unset;
        margin-bottom: 15px;
    }

    .college_introduce-content .fp-teacher-list {
        display: block;
    }

    .college_introduce-content .fp-teacher-list .iitem {
        width: 100%;
        height: unset;
    }

    .college_introduce-content .fp-teacher-list .iitem .textt {
        background-size: 100% 100%;
        padding-top: 30px;
    }
    #FpBanner{
        top: 0;
    }
    .pc-show{
        display: none;
    }
    body .college_introduce-main .globalwrap{
        width: 100% !important;
        max-width: 100%;
    }
    .college_introduce-content .fp-improj-item .titl{
        font-size: 18px;
    }
    #yjzx .left a{
        display: inline-block;
        float: unset;
        margin: 0 0.6% 10px;
        line-height: 50px;
    }
}