body,
html {
    -webkit-touch-callout: none;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    outline: 0;
    /* position:relative */
}

a {
    color: #0150d3;
}

.btn-round {
    border-radius: 30px !important;
}

.btn {
    padding: .375rem 1rem;
}

.rounded-circle {
    border-radius: 50% !important;
}

.btn-search {
    padding: 0px 7px !important;
    position: relative;
    z-index: 9;
    color: #fff;
    border: none;
}

.btn-search i {
    font-size: 25px;
    font-weight: bold;
}

.lug-bt {
    padding: 0px 0px;
    height: 36px;
    background: none;
    border: none;
    font-size: 18px;
}


.nav-link.active::after {
    border-bottom: 1px solid #fff;
}

.title-home {
    margin: 80px 0 60px;
    text-align: center;
    text-transform: uppercase;
    color: #222;
}

.title-home h2 {
    font-size: 44px;
    font-weight: bold;
}


.title-white-border {
    border-bottom: 1px solid #fff;
}

.title-white {
    border-bottom: 1px solid #fff;
}

.title-white h2 {
    color: #fff;
    background: url(../img/bg-title02.png) no-repeat left bottom;
}

.title-white a {
    color: #fff;
}

.news-block {
    line-height: 1.8;
    min-height: 380px;
}

.news-block .img-block {   
    height: 280px; 
    overflow: hidden;
}

.news-block .img-block img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%;
}

.news-block .text-block {
    background: #e3e5e5;
    padding: 40px;
    color: #333;
    font-size: 18px;
    border-top: 3px solid #0150d3;
    min-height: 290px;
}

.news-block .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    margin-bottom: 40px;
    min-height: 130px;
}

.news-block:hover .text-block {
    background: #0150d3;
    color: #fff;
}

.news-block:hover img {
    transform: scale(1.1)
}

.news-block .bt-more label {
    background-color: #656f77;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 10px 0 0;
}

.news-block:hover .bt-more label {
    background-color: #ff9000;
}

.news-block .bt-more label i {
    font-size: 25px;
}

.btn-gray {
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    margin: 60px auto 80px;
    display: block;
    background: #656f77;
    text-align: center;
}


.organ-block {
    background-color: #d7e2f5;
    padding: 0 30px 30px;
}

.organ-block ul {
    list-style-type: none;
    padding: 0;
}

.organ-block ul li {
    padding: 15px 10px;
    border-radius: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.organ-block ul li a {
    font-size: 18px;
    color: #222;
}

.organ-block ul li i {
    color: #0150d3;
    margin-right: 15px;
}

.organ-block ul li:hover {
    background: #0150d3;
}

.organ-block ul li:hover a {
    color: #fff;
    text-decoration: none;
}

.organ-block ul li:hover i {
    color: #fff;
}

.academic-trend {
    background: #f6f6f6;
    padding: 80px 0 1px;
}

.academic-trend .title-home {
    margin-top: 0;
}

.academic-trend .card {
    color: #fff;
    padding: 40px 10px 10px 30px;
    font-size: 14px;
    min-height: 410px;
    border-radius: 0;
}
.academic-trend .card:hover{
    box-shadow: 2px 7px 7px #999;
}

.academic-trend .card .date {
    border: 1px solid #fff;
    border-radius: 15px 0 15px 0;
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 10px 0;
}

.academic-trend .card .date b {
    font-size: 18px;
    font-weight: normal;
}

.academic-trend .card label {
    width: 86px;
    flex: none;
}

.bg-blue {
    background: #0150d3;
}

.bg-yellow {
    background: #ff9000;
}

.academic-trend .card hr {
    background: rgba(255, 255, 255, .3);
}

.academic-trend .card .card-title {
    font-size: 18px;
}

.academic-trend .card-text {
    display: flex;
    font-size: 14px;
}

.academic-trend .card i {
    color: #0150d3;
    padding-right: 8px;
}


/* //单行溢出省略： */
.title-over {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 多行溢出省略： */
.p-over {
    box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.college-intro {
    position: relative;
    background-color: #f6f6f6;
}

.college-intro .text-block {
    background: #0150d3;
    font-size: 18px;
    padding: 0px 420px 4rem 20rem;
    color: #fff;
    width: 65%;
    float: left;
    height: 900px;
}

.college-intro .white-block {
    height: 120px;
    background: #fff;
    width: 65%;
}

.college-intro .text-block h2 {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 70px 0 50px;
}

.college-intro .img-block {
    position: absolute;
    right: 0;
    top: 0;
}
.college-intro .img-block img{
    max-width: 100%;
}

.college-intro ul {
    color: #fff;
    font-size: 16px;
    list-style-type: none;
    padding: 0;
}

.college-intro ul li {
    float: left;
    text-align: center;
    margin: 30px 0px 0;
    padding: 30px;
    width: 45%;
    font-size: 18px;
    background: #0144b4;
}

.college-intro ul li b {
    font-size: 48px;
    line-height: 48px;
    display: block;
    margin-bottom: 10px;
}

.college-intro ul li.mr-30 {
    margin-right: 30px;
}

.admissions-block-left h2 {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: bold;
}

.admissions-block-left {
    margin: 80px 0 0;
    min-height: 500px;
}

.admissions-block-left .btn-gray {
    margin: 30px 0 0 0;
}

.admissions-block-left b {
    font-size: 24px;
}

.admissions-block {
    min-height: 500px;
    margin: 80px 0 0;
}
.admissions-block .img-block{
    overflow: hidden;
}

.admissions-block img {
    height: 500px;
}
.admissions-block:hover img{
 transform: scale(1.1)
}

.admissions-block .bt-more label {
    background-color: #656f77;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 10px 0 0;
}

.admissions-block:hover .bt-more label {
    background-color: #ff9000;
}

.admissions-block .bt-more label i {
    font-size: 25px;
}

.admissions-block .text-block {
    padding: 30px 0;
    font-size: 18px;
}

.admissions-block .text-block small {
    color: #0150d3;
    font-size: 14px;
}

.admissions-block .text-block p {
    margin: 20px 0;
    font-weight: bold;
    color: #333;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.system {
    margin-top: 60px;
    background: url(../img/bg-system.jpg) center /cover no-repeat;
    ;
}

.system ul {
    display: flex;
    text-align: center;
    font-size: 16px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.system ul li {
    position: relative;
    width: 20%;
    padding: 30px;
}

.system ul li:hover {
    background: #ff7e00;
}

.system ul li.bg-blue {
    color: #fff;
    font-size: 44px;
    text-transform: uppercase;
    margin: auto;
    font-weight: bold;
    text-align: left;
    padding: 30px 0;
}

.system ul li p {
    margin: 10px 0 0;
}

.system ul li a {
    color: #fff;
}

.system ul li:hover a {
    color: #fff;
    text-decoration: none;
}

.system ul li img {
    filter: grayscale(100%) brightness(300%)
}

.system ul li:hover img {
    filter: grayscale(100%) brightness(300%)
}



address {
    background: #1b1f28;
    color: #fff;
    text-align: center;
    padding: 30px 10px;
    margin: 0;
    line-height: 1.8;
}


.back-top {
    align-items: center;
    background: #0150d3;
    border: 2px solid #fff;
    bottom: 2vw;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: .9375vw;
    height: 50px;
    justify-content: center;
    opacity: 0;
    padding: 5px;
    position: fixed;
    right: 2vw;
    text-align: center;
    transform: scale(.8) translate(90px, 90px);
    transition: all .3s;
    visibility: hidden;
    width: 50px;
    z-index: -1;
    border-radius: 50%;
}

.back-top:hover {
    background: #000;
    color: #fff;
}

.back-top-show {
    opacity: 1;
    transform: scale(1) translate(0);
    visibility: visible;
    z-index: 2
}

.back-top-show:hover {
    text-decoration: none;
}

.back-foot {
    background: #0150d3;
    color: #fff;
    position: fixed;
    right: 0;
    top: 45%;
    writing-mode: vertical-lr;
    padding: 15px 7px;
    font-size: 16px;
    border-radius: 20px 0 0 20px;
    z-index: 888;
}

.back-foot a {
    color: #fff;
}

.back-foot:hover {
    background: #5488df;
    color: #fff;
    text-decoration: none;
}

.common-sys-block:hover .collapse {
    display: block;
}




.index-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.index-banner .swiper-slide {
    background: rgba(0, 0, 0, .6)
}

.index-banner .imgs {
    display: block;
    position: relative;
    padding-bottom: 40%;
}

.index-banner .img-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.index-banner img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%;
}

.index-banner .swiper-pagination {
    color: #fff;
    right: auto;
    left: 600px;
    width: 137px;
    bottom: 5%;
    z-index: 1;
    font-size: 16px;
}

.index-banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    background: #e3e5e5;
    opacity: .9;
}

.index-banner .swiper-pagination-bullet-active {
    background: #ff9000;
}

.index-banner .text-box {
    color: #FFF;
    height: 350px;
    width: 900px;
    position: absolute;
    z-index: 11;
    background: rgba(0, 0, 0, .5);
    font-size: 30px;
    font-weight: bold;
    bottom: 0;
}


.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
    top: 80%;
    color: #fff;
    background: none;
}

.index-banner .swiper-button-prev {
    left: 300px;
}

.index-banner .swiper-button-next {
    left: 320px;
}

.index-banner .swiper-button-next:after,
.index-banner .swiper-button-prev:after {
    font-size: 0px;
}

.index-banner .swiper-button-next i,
.index-banner .swiper-button-prev i {
    font-size: 35px;
}

.index-banner .swiper-button-prev,
.index-banner .swiper-rtl .swiper-button-next {
    right: auto;
    left: 230px;
}

#banner-index .banner-left {
    background-color: #0150d3;
}

#banner-index .carousel-inner {
    display: flex;
}

#banner-index .banner-index-block {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index-banner .carousel-item {
    display: block;
    overflow: hidden;
    padding-bottom: 33%;
    flex-shrink: 0;
}

.index-banner .img-block {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.index-banner .img-block img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%;
}

.index-banner .text-box .text-content {
    width: 700px;
    float: right;
    opacity: 1;
    margin-top: 50px;
    padding-right: 50px;
}

.index-banner .text-box button {
    margin-top: 2rem;
    min-width: 130px;
    background-color: #ff9000;
    width: 200px;
    height: 50px;
    border: none;
    border-radius: 0;
}

.index-banner .text-box .line {
    margin-top: 2rem;
    font-weight: bold;
}

.index-banner .carousel-control-prev,
#banner-index .carousel-control-next {
    bottom: 20%;
    height: 50px;
    top: auto;
    z-index: 5;
}

.index-banner .carousel-indicators {
    left: 3%;
    right: initial;
    bottom: 18.5%;
    margin-left: 12%;
}

.index-banner .carousel-indicators li {
    background: none;
    text-indent: 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 32px;
}

.index-banner .carousel-control-prev {
    left: 5%;
    opacity: 1;
}

.index-banner .carousel-control-next {
    left: 13%;
    opacity: 1;
}

.index-banner .carousel-control-prev-icon {
    background: none;
}

.index-banner .carousel-control-next-icon {
    background: none;
}

.index-banner .carousel-control-prev-icon i,
.index-banner .carousel-control-next-icon i {
    font-size: 3rem;
}


.page-banner .text-block {
    background-color: #0150d3;
    color: #fff;
    padding: 1.5rem;
}

.page-banner .text-block .active {
    border-bottom: 2px solid #fff;
}

.page-banner .text-block {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.page-banner .text-block h3 {
    font-size: 2.5rem;
    font-weight: bold;
}

.page-banner .text-block span {
    font-size: 1.4rem;
    margin-right: 3rem;
    line-height: 4;
    padding-bottom: 1rem;
}

.page-banner .text-block span a {
    color: #fff;
    text-decoration: none;
}

.page-banner .text-block span:hover {
    border-bottom: 2px solid #fff;
}

.title-innerPage a {
    padding: 0;
    font-size: 16px;
}

.title-innerPage .breadcrumb {
    margin: 0;
    background: #fff;
    font-size: 16px;
}

.title-innerPage .breadcrumb a {
    color: #666;
}

.title-innerPage .breadcrumb li.active a {
    color: #0150d3;
}

.news-list .media {
    padding: 1.5rem;
    border-radius: 0.6rem;
    box-shadow: 0px 0px 5px 4px #eee;
    margin-top: 3rem;
}

.news-list .media:hover {
    background: #0150d3;
    color: #fff;
}

.news-list .media:hover .date {
    background: #fff;
    color: #0150d3;
}

.news-list .media:hover .news-text,
.news-list .media:hover a {
    color: #fff;
}

.news-list .media .date {
    background: #0150d3;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    padding: 10px;
    border-radius: 6px;
    margin-right: 3rem;
}

.news-list .media .date b {
    font-size: 1.6rem;

}

.news-list .media-body h5 {
    font-size: 1.5rem;
    font-weight: bold;
}

.news-list .news-text {
    color: #666;
    font-size: 1.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.news-list .news-text a {
    color: #666;
}

.news-list .news-text a:hover {
    text-decoration: none;
}

.news-detail h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 2rem;
}

.news-detail .time {
    background-color: #e8ecf6;
    text-align: center;
    color: #666;
    font-size: 1.2rem;
    padding: .8rem;
    margin-top: 2.5rem;
}

.news-detail .content {
    font-size: 1.2rem;
    line-height: 1.8;
}

.news-detail .content img {
    margin: 3rem auto;
}

.news-detail .news-link {
    background-color: #e8ecf6;
    padding: 1rem 3rem;
}

.news-detail .news-link p {
    padding: 0.5rem;
    font-size: 1.2rem;
    color: #666;
    margin: 0;
}

.news-detail .news-link a {
    color: #666;
}

.news-detail .news-link hr {
    border: none;
    border-bottom: 1px solid #ddd;
}

.page-fenye {
    margin-top: 3rem;
    font-size: 1.2rem;
    color: #666;
}

.page-fenye .pagination {
    align-items: center;
}

.page-fenye .form-control {
    width: 70px;
    margin-left: 1rem;
}

.history-note {
    font-size: 1.6rem;
    font-weight: bold;
    color: #0150d3;
    margin-left: 5rem;
}

.person-list .card {
    background-color: #e7effc;
    border-radius: 1rem;
    padding: 2rem 0;
    border: none;
    margin-top: 2rem;
}

.person-list .card .name {
    color: #fff;
    background-color: #0150d3;
    font-size: 1.6rem;
    font-weight: bold;
    width: 300px;
    text-align: center;
    padding: .8rem;
    border-radius: 0 3rem 3rem 0;
}

.person-list .card .card-body {
    background: #fff;
    border-radius: 1rem;
    font-size: 1.3rem;
    line-height: 3rem;
    padding: 1rem 2rem;
    margin: 2.5rem 3rem;
}

.person-list .card .card-body a {
    color: #444;
    padding-left: 5px;
}

.person-list .card .card-body a:hover {
    color: #0150d3;
    text-decoration: none;
}

.person-list .card .note {
    color: #666;
    font-size: 1.2rem;
    padding-left: 3rem;
}

.undergraduate-content {
    background-color: #e7effc;
    font-size: 1.15rem;
    padding: 3rem;
    line-height: 1.8;
}

.undergraduate-content h3 {
    color: #0150d3;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.undergraduate-content img {
    margin: 0 3rem 3rem 0;
}

.undergraduate-content p {
    text-indent: 2rem;
    margin-bottom: 2rem;
}

.base-list .media {
    margin-top: 3rem;
}

.base-list .media-body {
    background: #e7effc;
    margin: 3rem 0 0 -3rem;
    padding: 3rem 3rem 1rem;
    font-size: 1.3rem;
    line-height: 2;
}

.base-list .media-body h5 {
    color: #0150d3;
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.branch-list .card {
    border: none;
    margin: 2rem 0;
}

.branch-list .card-title {
    position: absolute;
    top: 10%;
    left: 15%;
    color: #fff;
    text-align: center;
    padding: 2rem 6rem;
    background: rgba(3, 67, 176, .8);
}

.branch-list .card-title h5 {
    font-size: 2rem;
    font-weight: bold;
}

.branch-list .card-title a {
    color: #fff;
}

.branch-list .card-body {
    background: #e7effc;
    border-bottom: 3px solid #0150d3;
}

.branch-list .card-body ul {
    list-style-type: none;
    padding: 0 0 0 .8rem;
    line-height: 2;
    font-size: 1.1rem;
}

.branch-list .card-body ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.branch-list .card-body ul li a {
    color: #666;
}

.branch-list .card-body ul i {
    color: #0150d3;
    margin-right: .8rem;
    font-size: .8rem;
}

.branch-info {
    background: #e7effc;
    padding: 4rem;
    margin-top: 4rem;
}

.branch-info .media-body {
    background: #fff;
    margin: 3rem 0 0 -3rem;
    padding: 3rem 3rem 2rem;
    font-size: 1.2rem;
    line-height: 2;
    box-shadow: 0px 0px 3px 1px #b9cff4;
}

.branch-info .media-body h5 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 3rem;
    position: relative;
}

.branch-info .media-body h5::after {
    width: 40px;
    background: #0150d3;
    height: 3px;
    position: absolute;
    left: 0;
    content: '';
    bottom: -13px;
}

.index-news a,
.academic-trend .card a {
    text-decoration: none;
}


.bt-more {
    font-size: 16px;
}


.common-sys-block {
    position: relative;
}

#sys {
    position: fixed;
    right: 0;
    top: 45%;
    z-index: 88;
    width: 190px;
}

#sys .system {
    margin: 0;
}

#sys .system ul {
    flex-direction: column;
    border-radius: 20px 0 0 20px;
}

#sys .system ul li {
    width: 80%;
    padding: .8rem;
}

#sys .system ul li a {
    font-size: 13px;
}

#sys .system ul li img {
    width: 40px;
}


@media (min-width: 1900px) {
    .container {
        max-width: 1360px;
    }

    .index-nav {
        justify-content: flex-end !important;
    }

}


@media (min-width: 1200px) {
    .container {
        max-width: 1360px;
    }
}

@media(min-width: 1441px) and (max-width: 1800px) {
    .college-intro .img-block{
        max-width: 50%;
    }
    .college-intro .text-block{        
        padding: 0px 300px 4rem 10rem;
        height: auto;
    }
    .college-intro ul li{
        padding: 15px;
    }
}
@media(min-width: 1024px) and (max-width: 1366px) {
    .college-intro .img-block{
        max-width: 50%;
    }
    .college-intro .img-block img {
        max-width: 100%;
    }
    .college-intro .text-block{
        padding: 0px 12rem 4rem 5rem;
        height: auto;
    }
    .college-intro ul li{
        padding: 15px;
    }
}

@media(min-width: 1200px) and (max-width: 1440px) {
    .college-intro .img-block{
        width: 50%;
    }
    .college-intro .img-block img {
        max-width: 100%;
    }

    .college-intro .text-block {
        padding: 0px 320px 1rem 5rem;
        height: 750px;
    }
    .college-intro ul li{
        margin: 20px 0px 0;
        padding: 20px;
    }


    #banner-index .carousel-control-prev,
    #banner-index .carousel-control-next {
        bottom: 10%;
    }

    #banner-index .carousel-indicators {
        bottom: 8%;
        left: 0;
        margin-left: 11%;
    }

    .container {
        max-width: 1360px;
    }

    #banner-index .carousel-caption {
        left: 22%;
        width: 420px;
    }

    #banner-index .carousel-control-prev {
        left: 2%;

    }

    #banner-index .carousel-control-next {
        left: 10%;
    }

    .academic-trend .card .card-title {

        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
        /* 显示3行文本 */
    }

    .back-foot {
        top: 40%;
    }

    #sys {
        top: 40%;
    }

    .system ul li p {
        margin: 8px 0 0;
    }
}


@media (max-width:1366px) {

    .college-intro ul {
        margin: 0;
    }

    .college-intro .text-block p {
        margin: 0;
        font-size: 16px;
    }

    .academic-trend .card .card-title {
        width: 240px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
        /* 显示3行文本 */
    }

    .navi ul li {
        padding: 10px 18px;
    }

    .news-list .news-text {
        max-width: 1100px;
    }

    .branch-list .card-title {
        left: 10%;
        top: 6%;
    }

}

@media(max-width:1024px) {

    .title-home {
        margin: 40px 0 30px;
    }

    .academic-trend .card .card-title {
        width: 230px;
    }

    .title {
        padding: 10px 0;
        margin-bottom: 10px;
    }

    .title h2 {
        font-size: 20px;
    }

    .news-block {        
        margin: 10px auto;
    }

    .organ-block {
        padding: 0 5px 1px;
    }

    .organ-block ul li {
        padding: 10px 10px;
    }

    .college-intro .img-block {
        position: static;
        padding: 10px;
    }

    .college-intro .white-block {
        display: none;
    }

    .college-intro ul li {
        padding: 20px;
        width: 45%;
        min-height: 150px;
    }

    .college-intro .text-block {
        padding: 0 20px;
        font-size: 16px;
        width: 100%;
    }


    .system ul {
        display: flow-root;
    }

    .system ul li {
        width: 50%;
        float: left;
        padding: 10px;
    }


    .academic-trend {
        padding: 40px 0 1px;
    }

    .academic-trend .swiper-slide {
        width: 380px;
        height: 285px;
    }

    .page-banner .text-block span {
        line-height: 2;
        font-size: 1.2rem;
        margin-right: 1rem;
    }

    .news-list .media .date {
        margin-right: 1rem;
    }

    .news-list .news-text {
        white-space: inherit;
    }

    .news-list .media-body h5 {
        font-size: 1.2rem;
    }

    .page-banner .text-block {
        padding: .8rem;
    }

    .page-banner .text-block h3 {
        font-size: 1.5rem;
    }

    .news-detail .news-link {
        padding: 1rem;
    }

    .news-detail h3 {
        font-size: 1.5rem;
    }

    .news-detail .content img {
        margin: 1rem auto;
    }

    .history-note {
        margin-left: 1.2rem;
        font-size: 1rem;
    }

    .page-banner .text-block .active {
        font-size: 1.2rem;
    }

    .person-list .card .card-body {
        margin: 1.5rem;
    }

    .undergraduate-content {
        padding: 1rem;
    }

    .base-list .media {
        display: grid;
        margin-top: 1rem;
    }

    .base-list .media img {
        max-width: 100%;
    }

    .base-list .media-body {
        margin: 0;
        padding: 1rem;
    }

    .base-list .media-body h5 {
        margin-bottom: 1rem;
    }

    .branch-info {
        padding: 1rem;
    }

    .branch-info .media {
        display: grid;
    }

    .branch-info img {
        max-width: 100%;
    }

    .branch-info .media-body {
        padding: 1rem;
        margin: 0;
    }

    .branch-list .card-title {
        top: 5%;
        left: 12%;
    }

    .branch-list .card {
        margin: 1rem 0;
    }

}

@media (max-width: 768px) {
    .system ul li.bg-blue {
        width: 100%;
        text-align: center;
        padding: 0;
        min-height: auto;
    }
    .system ul li img{
        width: 50px;
    }

    .admissions-block-left {
        min-height: auto;
    }

    .admissions-block {
        min-height: auto;
        margin: 20px 0 0;
    }

    .index-banner .text-box {
        padding: 10px 10px;
        width: 100%;
        height: 50px;
    }

    .index-banner .text-box h3 {
        font-size: 15px;
        line-height: 1.4;
        height: auto;
    }

    .index-banner .text-box button {
        margin-top: 0;
        font-size: 15px;
        width: 80px;
        height: 30px;
        line-height: 30px;
        padding: 0;
        display: none;
    }

    .index-banner .swiper-slide {
        height: 284px;
    }

    .index-banner .imgs {
        padding-bottom: 50%;
    }

    .index-banner img {
        height: 140%;
        width: auto;
    }

    .index-banner .text-box .text-content {
        float: none;
        width: 100%;
        height: auto;
        font-size: 15px;
        padding: 0;
        margin: 0;
    }

    .index-banner .text-box .text-content p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 1;
        margin: 0;
    }

    .index-banner .swiper-pagination {
        left: 35%;
        bottom: 0px;
    }

    .index-banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }


    .index-banner .text-box .line {
        margin: 10px 0;
    }

    .college-intro {
        background: #0150d3;
        padding-bottom: 30px;
    }

    .title-innerPage {
        display: block;
    }

    #banner-index .carousel-indicators {
        display: none;
    }

    .college-intro img {
        max-width: 100%;
        float: none;
    }

    .college-intro .text-block {
        margin: 0;
        padding: 1rem;
    }

    .system ul li {
        min-height: 180px;
        margin-top: 1rem;
    }

    #banner-index .carousel-caption {
        left: 1rem;
    }

    #banner-index .carousel-caption .line {
        display: none;
    }

    #banner-index .carousel-caption {
        width: 150px;
        top: 0;
    }

    #banner-index .carousel-caption h3 {
        font-size: 14px;
        line-height: 1.2;
    }

    #banner-index .carousel-caption button {
        display: none;
    }

    .academic-trend .card {
        margin: 0 0 10px;
    }

    .academic-trend .card .date b {
        font-size: 16px;
    }

    .academic-trend .card .name {
        font-size: 14px;
        margin: 5px 0 3px;
    }

    .academic-trend .card .card-title {
        font-size: 16px;
        width: auto;
        padding: 0;
    }

    .academic-trend .card text {
        font-size: 13px;
        white-space: inherit;
    }

    .academic-trend .card-body {
        padding: 8px;
    }

    .academic-trend .swiper-container {
        height: 350px;
    }
}



.news-list a {
    color: #222;
    text-decoration: none;
}