body,
html {
    -webkit-touch-callout: none;
    color: #222;
    font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei, 华文细黑, STHeiti, MingLiu;
    font-size: 14px;
    line-height: 1.5;
    outline: 0;
    /* position:relative */
}

a {
    color: #0150d3;
}

.btn-round {
    border-radius: 30px !important;
}
.btn-primary-round{
    color: #007bff;
    border-color: #007bff;
    border-radius: 30px;
    padding: 0 20px;
}
}

.btn {
    padding: .375rem 1rem;
}

.rounded-circle {
    border-radius: 50% !important;
}

.btn-search {
    padding: 0px 7px !important;
    position: relative;
    z-index: 9;
    background: #fff;
}

.btn-search i {
    font-size: 25px;
    font-weight: bold;
}

.lug-bt {
    padding: 0px 20px;
    height: 40px;
}

.index-nav-block {
    background: #001268;
    margin-bottom: -28px;
    z-index: 8;
}

#search-block {
    margin: 0 10px;
    display: none;
}

#search-block input {
    border-radius: 30px 30px;
    padding: 19px;
    margin-right: -38px;
    z-index: 0;
}

.index-nav .nav-link {
    color: #fff;
    padding: 1.2rem 1.7rem;
    font-size: 16px;
}

.nav-link.active::after {
    border-bottom: 1px solid #fff;
}

.title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    align-items: center;
    padding: 40px 0 10px;
}

.title h2 {
    color: #001268;
    font-size: 30px;
    font-weight: bold;
    background: url(../img/bg-title01.png) no-repeat left bottom;
padding: 10px 45px 10px 20px;
}

.title a {
    font-size: 14px;
    padding-left: 20px;
    text-transform: uppercase;
}

.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 {
    border-bottom: 2px solid #0150d3;
    line-height: 1.8;     
    min-height: 380px;
}

.news-block .date {
    font-size: 18px;
    color: #1f43a3;
}

.news-block .ti {
    font-size: 16px;
}

.news-block .text {
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3; /* 显示3行文本 */
    margin-top: 1rem;
}

.news-block:hover {
    /* box-shadow: 0 0 15px #ddd */
}

.hot:hover img {
    transform: scale(1.1)
}

.news-block:hover .text {
    color: #1f43a3;
   
}

.news-block:hover img {
    transform: scale(1.1)
}

.notice-index {
    background-color: #e7effc;
    padding: 30px 0;
    margin-top: 60px;
}

.notice-block {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 15px #ddd;
    margin-bottom: 20px;
    padding: 5px 20px 20px;
    height: 180px;
    line-height: 1.6;
    color: #666;
}

.notice-block:hover {
    border: 2px solid #0150d3;
}

.notice-block .date {
    background: #0150d3;
    color: #fff;
    font-size: 18px;
    border-radius: 0 0 8px 8px;
    padding: 8px 15px;
}

.notice-block .tit {
    font-size: 17px;
    margin-top: 20px;
    color: #222;
}
.notice-block .tit b{
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.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: url(../img/bg-academicTrend.jpg) right bottom /cover no-repeat;
}
.academic-trend .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}
.academic-trend .swiper-wrapper{
    padding-bottom: 80px;
}
.academic-trend .swiper-slide {    
    height: auto;    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
} 
.academic-trend .btn-page{
    position: absolute;
    bottom: 20px;    
    width: 300px;
    height: 40px;
    left: 40%;
}
.academic-trend .swiper-button-next:after, .academic-trend .swiper-button-prev:after{
    font-size: 0;
}
.academic-trend .swiper-button-next, .academic-trend .swiper-button-prev{
    background: #4d6cb9;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 1;
    color: #fff;     
    text-align: center;
}
.academic-trend .swiper-button-next i, .academic-trend .swiper-button-prev i{
    font-size: 30px;
}
.academic-trend .swiper-pagination{
    left: 30%;   
    top: 10px;
}
.academic-trend .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
    width: 14px;
    height: 14px;
    margin: 0 5px;
}
.academic-trend .swiper-pagination-bullet-active{
    background: #227efe;
    width: 30px;
    border-radius: 15px;
}

/* //单行溢出省略： */
.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;
} 

.academic-trend .card {
    border-radius: 10px;
    margin: 10px;
    min-height: 225px;
}

.academic-trend .card .date {
    background-color: #0150d3;
    color: #fff;
    display: inline-block;
    padding: 5px;
    text-align: center;
    border-radius: 6px;
    white-space: nowrap;
}

.academic-trend .card .date b {
    font-size: 20px;
}
.academic-trend .card .clearfix{
    align-items: center;
    display: flex;
}
.academic-trend .card .card-title {
    font-size: 19px;
    padding: 0 0 0 20px;
    
   // width: 300px;
    margin: 0;
}

.academic-trend .card .name {
    color: #0150d3;
    font-size: 17px;
    font-weight: bold;
    margin: 8px 0;
    height: 48px;
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.academic-trend .card text {
    color: #999;
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.academic-trend .card text img{
     width: 17px;
    height: 18px;
    margin-right: 7px;
}

.academic-trend .card i {
    color: #0150d3;
    padding-right: 8px;
}

.college-intro img{         
    float: left;
}

.college-intro ul {
    color: #0150d3;
    font-size: 16px;
    list-style-type: none;
    padding: 0;
}


.college-intro ul li {
    float: left;
    text-align: center;
    margin: 10px 0px 0;
    padding: 0 30px;
    border-left: 1px solid #a2bff0;
}


.college-intro ul b {
    font-size: 36px;
}

.college-intro .text-block {
    background: #e7effc;
    font-size: 18px;
    line-height: 1.8;
    padding: 30px 50px 4rem 13rem;
    margin-left: 23rem;
}

.link {
    margin-top: 60px;
}

.link ul {
    background: #eff3fc;
    display: flex;
    text-align: center;
    font-size: 18px;
    list-style-type: none;
    padding: 0;
}

.link ul li {
    position: relative;
    width: 25%;
    padding: 20px;
}

.link ul li:nth-child(even){
    background-color: #dce6fd;
}
 
.link ul li:hover, .link ul li:nth-child(even):hover {
    background-color: #0150d3;
}

.link ul li p {
    margin: 10px 0 0;
}

.link ul li a {
    color: #222;
}

.link ul li:hover a {
    color: #fff;
    text-decoration: none;
}

.link ul li:hover img {
    filter: grayscale(100%) brightness(300%)
}

.footer {
    background: url(../img/bg-foot01.jpg) center /cover;
    color: #fff;
    margin-top: 60px;
    padding: 30px;
}
.footer ul:first-child{
    padding: 0;
}
.footer li {
    line-height: 2.4;
    list-style-type: none;
    margin-right: 20px;
}

.footer li b {
    font-size: 18px;
}

.footer a {
    font-size: 14px;
    color: #a4b5e6;
}

address {
    background: #1b1f28;
    color: #fff;
    text-align: center;
    padding: 30px 10px;
    margin: 0;
    line-height: 1.8;
}

.twocode {
    border-left: 1px solid #5488df;
    margin-top: 1rem;
}


.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;
}

.header>.w {
    height: 160px;
    transition: height .3s
}

.header .right,
.header>.w {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.header_fixed {
    background: #fff;
    box-shadow: 0 3px 7px #666
}

.header_fixed>.w {
    height: 80px
}

.header_fixed .logo {
    height: 40px
}

.header_fixed .search-box {
    border-color: #001268
}

.navi {
    background: #001268;
    float: right;
    width: 70%;
    position: relative;
    z-index: 9;
    margin-bottom: -28px;
}

.navi ul {
    display: flex;
    margin: 0;
}

.navi ul li {
    position: relative;
     width: 12%; 
    padding:0px 20px;
    list-style-type: none;
    z-index: 8;
}

.navi ul li:last-of-type {
    margin-right: 0
}

.navi ul li:last-of-type:after {
    display: none
}

.navi ul li:after {
    /* background: #9f8f64;
    content: "";
    height: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px */
}

.navi ul li>a {
    color: #fff;
    display: block;
    height: 60px;
    line-height:60px;
    position: relative;
    text-align: center;
    transition: all .3s;
    font-size: 16px;    
}
.navi ul li>a:hover{
    text-decoration: none;
}





.navi ul li:hover .navbox {
    opacity: 1;
    transform: translate(-50%, 100%);
    visibility: visible;
    z-index: 2
}

.navi ul li.selected>a:after {
    opacity: 1
}

.navbox {
    background:rgba(47,116,225,.8);
    bottom: 0;
    font-size: 0;
    left: 50%;
    min-width: 100%;
    opacity: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    transform: translate(-50%, 80%);
    visibility: hidden;
    z-index: -1
}

.navbox,
.navbox>a {
    box-sizing: border-box;
    transition: all .3s
}

.navbox>a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 40px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    white-space: nowrap
}

.navbox>a:hover {
    background: #001268;
    color: #fff
}

.navbox>a:last-of-type {
    border-bottom: none
}

.head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
}

.logo {
    height: 80px;
    transition: height .3s
}

.search-box {
    margin: 0 10px;
    z-index: 3;
    display: none;
}

.search {
    display: flex
}

.search input {
    border: #ddd 1px solid;
    border-radius: 20px;
    padding: 19px 10px;
    margin-right: -27px;
}



.memu-btn {
    display: none;
    height: 35px;
    margin-right: 10px;
    position: relative;
    width: 35px
}

.memu-btn i {
    color: #001268;
    content: "";
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    left: 50%;
    line-height: 1em;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s
}

.memu-btn .memu {
    opacity: 1;
    visibility: visible
}

.memu-btn .close,
.memu-btn.active .memu {
    opacity: 0;
    visibility: hidden
}

.memu-btn.active .close {
    color: #0150d3;
    opacity: 1;
    visibility: visible
}

.index-banner{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.index-banner .swiper-slide{
    display: flex;
    background:url('../img/bg-indexbanner.jpg') left top no-repeat #0150d3;
}
.index-banner .imgs {
    display: block;
    background:#0150d3;
    overflow: hidden;
    padding-bottom: 37%;  
    width: 60%;  
    position: relative;
}
.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: 220px;
    width: 137px;
    bottom: 17%;  
    z-index: 1;
    font-size: 16px;
}
.index-banner .text-box{
    background:#0150d3;
    /* right: 0;
    left: 0;
    bottom: 0;
    font-size: 18px;
    text-align: left;
    padding: 20px 150px 10px 20px;
    
    position: absolute; */
    height: 100%;
    width: 40%;
    z-index: 4;
    color: #FFF;
    padding: 130px 80px 0 130px;
}
 
.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: 450px;
    float: right;
}
.index-banner .text-box h3{
    font-size: 32px;
    line-height: 2;
    font-weight: bold;
height:200px
}
.index-banner .text-box button{
    margin-top: 2rem;
    min-width: 130px;
}

.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;
}

.head-search {
    display: flex;
}

.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: 3;
display: inline-block;
    padding-bottom: 0rem;
}
.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;
max-width: 1150px;
    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 p{
        text-indent: 2em;
    }
.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: 180px;
     text-align: center;
     padding: .8rem;
     border-radius: 0 3rem 3rem 0;
}
.person-list .card .card-body{
    background: #fff;
    border-radius: 1rem;   
    font-size:17px;
    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, .notice-index a, .academic-trend .card a{
    text-decoration: none;
}
.col-news-a a{
color:#222
}
.col-news-a a:hover{
color:#0150d3
}

.index-news .text-block{
    background:rgba(19, 90, 206, .8);
    width: 80%;
    padding: 1rem;
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 17px;
    z-index: 1;
}
.index-news .text-block b{
    font-size: 24px;
}
.index-news .left-img-block{
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 59%;
}
.index-news .left-img-block .img-block{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.index-news .img-block img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%;
}
.news-block .img-block{
    width: 310px;
    height: 207px;
    overflow: hidden;

}
.common-sys-block{
    position: relative;
}
#sys{
    position: fixed;
    right: 0;
    top: 45%;
    z-index: 88;
    width: 190px;
}
#sys .link{
    margin: 0;
}
#sys .link ul{
    flex-direction: column;
    border-radius: 20px 0 0 20px;
}
#sys .link ul li{
    width: 80%;
    padding: .8rem;
}
#sys .link ul li a{
    font-size: 13px;
}
#sys .link ul li img{
    width: 40px;
} 

@media (min-width: 1900px) {
    .container {
        max-width: 1360px;
    }

    .index-nav {
        justify-content: flex-end !important;
    }

    .college-intro ul li:first-child {
        border: none;
    }
}
@media (max-width: 1440px){
    #banner-index .carousel-indicators{
        bottom: 8%;
        left: 5px;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1360px;
    }
}

@media(min-width: 1200px) and (max-width: 1440px){
    .news-block{
        min-height: 430px;
    }
    #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{
      //  width: 240px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2; /* 显示3行文本 */
    }
    .back-foot{
        top:40%;
    }
    #sys{
        top:40%;
    }
    .link 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) {
.page-banner{
padding-top: 60px;
}
.index-banner{
padding-top:60px;
}
.content .vsbcontent_img img{
max-width: 100%!important;
}
.news-detail .content p.vsbcontent_img{
    text-indent: 0em;
}
    .logo {
        max-height: 40px
    }

    .header .w {
        height: 60px
    }

    .navi {
        background: #0150d3;
        bottom: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 60px;
        transition: all .3s;
         display: none;
        width: 100%;
        z-index: -1
    }

    .navi ul {
        padding: 0 20px
    }

    .navi ul,
    .navi ul li {
        box-sizing: border-box;
        display: block
    }

    .navi ul li {
        height: auto;
        margin-right: 0;
        width: 100%;
        padding: 0;
    }

    .navi ul li>a {
        font-size: 14px;
        font-size: 16px;
        height: auto;
        text-align: left;
        color: #fff;
    line-height: 2;
    padding: 10px 0;
    }

    .navi ul li:hover .navbox {
        transform: none
    }

    .navi.show {
        opacity: 1;
        display: block; 
        z-index: 40;
    overflow: auto;
    }

    .navi ul li:after {
        display: none
    }

    .navi ul li.selected,
    .navi ul li:hover {
        background: none !important
    }

    .navi ul li.selected>a,
    .navi ul li:hover>a {
        background: none !important;
    }

    .navbox {
        background: none;
        display: flex;
        flex-wrap: wrap;
        opacity: 1;
        padding: 0px 0 10px;
        position: static;
        transform: none;
        transition: none;
        visibility: visible;
        z-index: 1
    }

    .navbox>a {
        color: #fff;
        margin-bottom: 5px;
        margin-right: 10px;
    line-height: 2;
    }

    .memu-btn,
    .search-btn-box {
        display: block;
    margin: 0;
    }

    .search-box {
        background: #fff;
        box-sizing: border-box;
        display: none;
        left: 0;
        position: fixed;
        top: 60px;
        width: 100%;
        z-index: 9;       
        padding: 5px;        
        margin: 0;
    }
    .search-item{
        display: flex;
        justify-content: space-between;
    }

    .search-box input {
        flex: 1;
        border-radius: 30px;
        border-color: #ddd;
    width: 370px;
    }

    .academic-trend .card .card-title {
       // width: 230px;
    }

    .notice-index {
        margin: 20px 0 0;
        padding: 0;
    }

    .title {
        padding: 10px 0;
        margin-bottom: 10px;
    }

    .title h2 {
        font-size: 20px;
  padding: 10px 45px 10px 20px;
    }

    .news-block {
        margin-top: 15px;
    }

    .organ-block {
        padding: 0 5px 1px;
    }

    .organ-block ul li {
        padding: 10px 10px;
    }

    .college-intro {
        padding: 10px;
    }

    .college-intro ul li {
        padding: 0;
        width: 145px;
    }

    .college-intro .text-block {
        padding: 0 20px;
        font-size: 16px;
    }
    

    .link ul {
        display: flow-root;
    }

    .link ul li {
        width: 50%;
        float: left;
        padding: 10px;
    }

    .footer {
        padding: 20px 0;
        margin-top: 10px;
    }
    .footer ul {
        min-height: 180px;
        padding: 0 10px;
        margin: 0;
    }
    .twocode {
        border: none;
    }
    
    .academic-trend {
        background: url(../img/bg-academicTrend.jpg) center /cover no-repeat;
    }
    .academic-trend .swiper-slide{
    
     
    }
    
    .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){
.page-banner .text-block{
 display: block;
}
.header{
   position: fixed;
    z-index: 777;
    background: #fff;
    width: 100%;
}
.lug-bt{
      padding: 0px 10px;
}
.memu-btn i{
 font-size: 25px;
}
   .news-block{
       display:none;
   }
    .index-banner .text-box .text-content{
        width: 150px;
    }
    .index-banner .text-box{
        padding: 10px 10px 20px;
         width: auto;
    }
    .index-banner .text-box h3{
        font-size: 15px;
        line-height: 1.4;
height: 80px;
overflow: hidden;
    }
.academic-trend .btn-page{
      left: 0;
    right: 0;
    width: 100%;
}
    .index-banner .text-box button{
        margin-top: 10px;
        font-size: 15px;
    }
    .index-banner .text-box .line{
        margin: 10px 0;
    }
    .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;
    }
    .link ul li{
        min-height: 140px;
        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: 10px 5px;
        min-height: auto;
    }
.academic-trend .card .date{
display: none;
}
    .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;
        line-height: 1.2;


    }
    .academic-trend .card text{
        font-size: 12px;
        white-space: inherit;
    }
    .academic-trend .card-body{
        padding: 8px;
    }  
    .academic-trend .swiper-container{
        height: 450px;
    }   
}

 

 .news-list a{ 
    color: #222;
    text-decoration: none;
}

.navi ul li.selected>a, .navi ul li:hover>a {
    border-bottom: 2px solid #fff;
}