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;
}

.top-right-block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.divide-line {
    color: #fff;
    padding: 0 2px;
}

.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;
    background: #fff;
    border-color: #fff;
}

.btn-search i {
    font-size: 20px;
}

.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-over {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.p-over {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.title-gray {
    background: #f8f8f8 !important;
}

.title {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 60px;
    align-items: center;
}

.title h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    position: relative;
}

.title a {
    font-size: 16px;
    text-transform: uppercase;
    color: #c00000;
    font-weight: bold;
}

.title2 {
    font-size: 24px;
    position: relative;
    margin: 3rem 2rem;
}

.title2::before {
    content: '';
    position: absolute;
    width: 420px;
    height: 1px;
    left: 0;
    top: 18px;
    background-color: #ddd;
}

.title2::after {
    content: '';
    position: absolute;
    width: 420px;
    height: 1px;
    right: 0;
    top: 18px;
    background-color: #ddd;
}

.title-white-border {
    border-bottom: 1px solid #fff;
}

.title-white {
    border-bottom: 1px solid #fff;
}

.title-white h2 {
    color: #fff;
    background: url(../en-en-img/bg-title02.png) no-repeat left bottom;
}

.title-white a {
    color: #fff;
}

.news-list-block ul {
    padding: 0;
    margin: 5px 0 0;
}

.news-list-block li {
    list-style-type: none;
    margin-bottom: 5px;
    background: #f5f5f5;
}

.news-list-block li a {
    display: flex;
    justify-content: space-between;
    padding: 17px 20px;
    color: #222;
    align-items: baseline;
}

.news-list-block li img {
    max-width: 100%;
}

.news-list-block li a span {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list-block li a:hover {
    color: #b3121b;
}

.news-right-block {
    padding: 30px;
    background: #f5f5f5;
}

.news-right-block:hover {
    border-bottom: 1px solid #ba1e27;
}

.news-right-block p:hover {
    color: #ba1e27;
}

.news-right-block .text-block b {
    font-size: 18px;
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-right-block .text-block p {
    color: #666;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
}

.news-right-block .text-block:hover b,
.news-right-block .text-block:hover p {
    color: #ba1e27;
}

.news-right-block a {
    text-decoration: none;
}

.hot:hover img {
    transform: scale(1.1)
}

.notice-index {
    margin: 40px 0 0;
}

.notice-index ul {
    padding: 0;
    margin: 0 0 30px;
}

.notice-index ul li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 4px 0 5px 2rem;
    background: url(../en-img/icon-li.jpg) left center no-repeat;
    list-style-type: none;
}

.notice-index ul li a {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-index ul li span {
    color: #999;
    white-space: nowrap;
}

.notice-block {
    background: #fff;
    padding: 15px 20px;
    line-height: 1.6;
    color: #333;
    margin: 10px 0 30px;
}

.notice-block:hover {
    box-shadow: 1px 3px 5px 3px #ddd;
}

.notice-block:hover a {
    color: #ba1e27;
}

.notice-block .date {
    background: #f8f8f8;
    color: #ba1e27;
    font-size: 14px;
    margin-right: 1rem;
    padding: 5px 10px;
    text-align: center;
}

.notice-block .date b {
    color: #b3121b;
    font-size: 24px;
}

.notice-block .date:hover {
    background: #b3121b;
    color: #fff;
}

.notice-block .date:hover b {
    color: #fff;
}

.notice-block .media-body {
    position: relative;
    min-height: 70px;
}

.notice-block .news-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.notice-block a {
    color: #333;
    font-size: 16px;
}

.sys-img {
    display: flex;
    justify-content: space-between;
}




.news-list li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 10px 0 10px 2rem;
    background: url(../en-img/icon-li.jpg) left center no-repeat;
    list-style-type: none;
}

.news-list li a {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list li a:hover {
    text-decoration: none;
    color: #b3121b;
}

.news-list li span {
    color: #999;
    white-space: nowrap;
}


.title-noborder {
    border: none;
    margin-bottom: 0;
}

.guide-block {
    display: flex;
    justify-content: space-between;
}

.guide-block .btn {
    background: #fff;
    border: none;
    border-top: 2px solid #ba1e27;
    box-shadow: 1px 3px 3px 3px #eee;
    font-size: 16px;
    color: #333;
    border-radius: 0;
    padding: 25px 20px;
    width: 200px;
}

.guide-block .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ba1e27;
    border-color: #ba1e27;
}

.link ul {
    display: flex;
    text-align: center;
    font-size: 18px;
    list-style-type: none;
    padding: 0;
}

.link ul li {
    width: 24%;
    padding: 3rem 2rem;
    background-color: #fff;
    margin: 0 10px;
}

.link ul li.border01 {
    border-top: 2px solid #bd3935;
}

.link ul li.border02 {
    border-top: 2px solid #e0a762;
}

.link ul li.border03 {
    border-top: 2px solid #7694bd;
}

.link ul li.border04 {
    border-top: 2px solid #768e54;
}

.link ul li.border05 {
    border-top: 2px solid #b374bb;
}

.link ul li:hover {
    background-color: #bd3935;
}

.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: #b3121b;
    color: #fff;
    padding: 25px 10px;
    font-size: 16px;
    text-align: center;
    position: relative;
}

.footer a {
    color: #fff;
    padding: 8px;
}

.footer a.down.collapsed,
.footer a.down {
    float: right;
    padding: 0;
}

.footer a.down.collapsed img {
    transform: rotate(0deg);
}

.footer a.down img {
    transform: rotate(180deg);
}

.footer .container span:last-of-type {
    display: none;
}

.mt-10 {
    margin-top: 10px;
}

.index-research {
    background: url(../en-img/bg-research.jpg) top center no-repeat #f5f5f5;
    padding: 1px 0 40px;
}
.index-research a{
    color:#222;
}

.index-research .left-block .media-heading {
    font-size: 24px;
    line-height: 1.6;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index-research .left-block img.media-object,.index-research .right-block img.media-object{
    width: 190px;
}
.index-research .left-block .media-body {
    margin-left: 30px;
}

.index-research .left-block .date {
    font-size: 16px;
    font-weight: bold;
    color: #c00000;
    margin-top: 10px;
}

.index-research .left-block .text {
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 20px 0 30px;
    line-height: 1.6;
}

.index-research .left-block .btn-outline-danger {
    font-size: 16px;
    height: 40px;
    width: 140px;
    border-radius: 0;
}

.index-research .right-block .media {
    padding: 15px;
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 15px;
}

.index-research .right-block .media-left {
    position: relative;
}

.index-research .right-block .media-left .date {
    background: #c00000;
    color: #fff;
    text-align: center;
    padding: 10px;
    left: 10px;
    top: 10px;
    position: absolute;
    font-size: 12px;
}

.index-research .right-block .media-left .date b {
    font-size: 24px;
    line-height: 1.2;
}

.index-research .right-block .media-body {
    margin-left: 30px;
}

.index-research .right-block .media-heading {
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.6;
    margin: 9px 0;
}

.index-research .right-block .media-body p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.6;
    color: #666;
    margin: 0;
}



.address-block {
    position: relative;
    padding: 30px 0 30px;
    background: url(../en-img/bg-foot.jpg) center top no-repeat;
    margin: 80px 0 0;
}

.address-block img {
    max-width: 100%;
}

.code-block {
    width: 120px;
    color: #fff;
    float: right;
    margin: 40px 0 0;
}

address {
    color: #fff;
    line-height: 2;
    margin: 1.5rem 0 0;
    font-size: 16px;
}

.twocode {
    border-left: 1px solid #5488df;
    margin-top: 1rem;
}

.back-top {
    align-items: center;
    background: #ddd;
    color: #c00000;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    padding: 5px;
    text-align: center;
    transition: all .3s;
    visibility: hidden;
    z-index: -1;
    width: 70px;
    height: 40px;
    border-radius: 50px 50px 0 0;
    position: fixed;
    right: 10rem;
    bottom: 19rem;    
}

.back-top img {
   
}

.back-top:hover {
    font-weight: bold;
}

.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;
}

.header {
    background: #c00000;
    color: #fff;
    padding: 15px 0;
}

.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
}


.navi {
    position: relative;
    z-index: 9;
}

.navi ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.navi ul li {
    position: relative;
    width: 50%;
    padding: 10px 10px;
    list-style-type: none;
    z-index: 8;
    white-space: nowrap;
}

.navi ul li:last-of-type {
    margin-right: 0
}

.navi ul li:last-of-type:after {
    display: none
}

.navi ul li>a {
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    transition: all .3s;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.navi ul li>a:hover {
    text-decoration: none;
}

.navi ul li.selected,
.navi ul li:hover {
    background-color: #fff;
    border-radius: 6px;
    color: #c00000;
}

.navi ul li.selected>a,
.navi ul li:hover>a {
    color: #c00000;
}

.navi ul li:hover .navbox {
    opacity: 1;
    transform: translate(-50%, 100%);
    visibility: visible;
display:block;
    z-index: 2;
}

.navi ul li.selected>a:after {
    opacity: 1
}

.navbox {
    background: rgba(186, 30, 39, .7);
    bottom: 0;
    font-size: 0;
    left: 50%;
    min-width: 100%;
    opacity: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    transform: translate(-50%, 80%);
   display:none;
    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: #b3121b;
    color: #fff
}

.navbox>a:last-of-type {
    border-bottom: none
}

.head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 5px 0 20px;
}

.head a {
    text-decoration: none;
}

.logo {
    transition: height .3s
}

.logotext {
    border-left: 1px solid #fff;
    font-size: 32px;
    color: #fff;
    padding-left: 15px;
    vertical-align: middle;
    margin-left: 15px;
}

.head-top {
    background: url(../en-img/bg-head-top.jpg) center no-repeat;
    color: #fff;
    text-align: right;
    padding: 10px;
}

.gd-link {
    color: #fff;
    font-size: 16px;
    padding: 0 15px;
}

.search-box {
    margin: 0 10px 0 0;
    z-index: 3;
    width: 280px;
    border-radius: 30px;
    display: none;
}

.search {
    display: flex
}

.search input {
    border: #fff 1px solid;
    border-radius: 20px;
    padding: 16px 10px;
    margin-right: -22px;
}

.memu-btn {
    display: none;
    height: 35px;
    margin-right: 10px;
    position: relative;
    width: 35px
}

.memu-btn i {
    color: #fff;
    content: "";
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    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 {
    opacity: 1;
    visibility: visible;
    font-weight: normal;
}

#banner-index {
    z-index: 5;
    display: flex;
}

#banner-index .img-block {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#banner-index .img-block img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%;
}

#banner-index .carousel-item {
    display: block;
    overflow: hidden;
    padding-bottom: 19%;
    flex-shrink: 0;
}

#banner-index .carousel-caption {
    top: 14%;
    left: 30%;
    text-align: left;
    width: 450px;
    z-index: 2;
}

#banner-index .carousel-caption h3 {
    font-size: 30px;
    line-height: 2;
    font-weight: bold;
}

#banner-index .carousel-caption button {
    margin-top: 2rem;
    min-width: 130px;
}

#banner-index .carousel-caption .line {
    margin-top: 2rem;
    font-weight: bold;
}

#banner-index .carousel-control-prev,
#banner-index .carousel-control-next {
    bottom: 20%;
    height: 50px;
    top: auto;
    z-index: 5;
}

#banner-index .carousel-indicators li {
    width: 14px;
    height: 14px;
    opacity: .8;
    border-radius: 4px;
    border: none;
}

#banner-index .carousel-indicators .active {
    background-color: #b3121b;

}

#banner-index .carousel-control-prev {
    left: 5%;
    opacity: 1;
}

#banner-index .carousel-control-next {
    left: 13%;
    opacity: 1;
}

#banner-index .carousel-control-prev-icon {
    background: none;
}

#banner-index .carousel-control-next-icon {
    background: none;
}

#banner-index .carousel-control-prev-icon i,
#banner-index .carousel-control-next-icon i {
    font-size: 3rem;
}

/*学科动态 */
.course-trends {
    margin: 40px 0;
}

.news-img-block {
    max-width: 640px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.news-img-block .swiper-slide {
    height: 550px;
    display: flex;
    flex-direction: column;
}

.news-img-block .imgs {
    display: block;
    overflow: hidden;
    padding-bottom: 54%;
    width: calc(100% - 120px);
    position: relative;
}

.news-img-block .date-block {
    width: 120px;
    background: url(../en-img/bg-banner-date.gif) repeat-x;
    display: flex;
    align-items: end;
    justify-content: center;
}

.news-img-block .date-block .date {
    background: url(../en-img/bg-date.png) center top no-repeat;
    color: #fff;
    text-align: center;
    padding: 12px 13px;
}

.news-img-block .date-block .date b {
    display: block;
    font-size: 30px;
}

.news-img-block .img-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.news-img-block img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%;
}

.news-img-block .text-box {
    background: #f5f5f5;
    font-size: 18px;
    color: #222;
    padding: 28px;
    z-index: 3;
    margin-left: 120px;
    min-height: 210px;
}

.news-img-block .text-box p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    margin: 10px 0;
    line-height: 1.8;
}

.news-img-block .swiper-slide .top {
    display: flex;
    position: relative;
    z-index: 4;
}

.news-img-block .swiper-button-prev {
    color: #fff;
    background: #c00;
    top: auto;
    width: 40px;
    bottom: 0;
    left: auto;
    right: 50px;
}

.news-img-block .swiper-button-prev:after {
    color: #fff;
    font-size: 20px;
}

.news-img-block .swiper-button-next {
    top: auto;
    width: 40px;
    color: #a8a8a8;
    background: #ddd;
    bottom: 0;
    right: 0;
}

.news-img-block .swiper-button-next:after {
    font-size: 20px;
    color: #a8a8a8;
}

.news-img-block .swiper-button-next i,
.news-img-block .swiper-button-prev i {
    font-size: 35px;
}

.news-img-block .swiper-rtl .swiper-button-next {
    left: auto;
    right: 100px;
}

.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: 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 {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-innerPage h3 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #b3121b;
}

.title-innerPage a {
    padding: 0;
    font-size: 16px;
}

.title-innerPage .breadcrumb {
    margin: 0;
    background: #fff;
    font-size: 16px;
    padding-left: 0;
}

.title-innerPage .breadcrumb a {
    color: #666;
    text-transform: capitalize;
}

.title-innerPage .breadcrumb li.active a {
    color: #0150d3;
}

.page-left-block .tab-title {
    display: block;
    line-height: 2.2;
    font-size: 1.8rem;
    background: #c00000;
    text-align: center;
    color: #fff;
text-transform: capitalize;
}

.page-left-block .nav {
    flex-direction: column;
    margin: 1px 0;
}

.page-left-block .nav-tabs {
    border: none;
}

.page-left-block .nav li {
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
}

.page-left-block .nav li a {
    color: #7d7d7d;
    font-size: 20px;
    padding: 1rem 0 1rem 2rem;
    display: block;
    text-decoration: none;
}

.page-left-block .nav li a.active {
    color: #c00000;
    border: 1px solid #b3121b;
    border-left: none;
    border-right: none;
    background: rgba(192, 0, 0, 0.08);
    font-weight: bold;
}
.page-left-block .nav li a:hover{
    color: #c00000;
}

.page-news {
    margin: 3rem auto 0;
}

.news-list a {
    color: #222;
    text-decoration: none;
}

.news-list .media {
    padding: 10px;
    border-radius: 0.6rem;
    box-shadow: 0px 0px 3px 1px #eee;
    margin-top: 1rem;
}

.news-list .media a {
    color: #222;
}

.news-list .media:hover {
    background: #b3121b;
    color: #fff;
}

.news-list .media:hover .date {
    background: #fff;
    color: #b3121b;
}

.news-list .media:hover .news-text,
.news-list .media:hover a {
    color: #fff;
}

.news-list .media .date {
    background: #b3121b;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    padding: 8px;
    border-radius: 6px;
    margin-right: 2rem;
}

.news-list .media .date b {
    font-size: 1.2rem;
}

.news-list .media-body h5 {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0.5rem 0 !important;
}

.news-list .news-text {   
    color: #666;
    font-size: 1.15rem;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news-list .news-text a {
    color: #666;
}

.news-list .news-text a:hover {
    text-decoration: none;
}

.news-detail-title {
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.news-detail-title h3 {
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
    margin-top: 2rem;
}

.news-detail-title span {
    color: #999;
    padding: 0 2rem;
    line-height: 3;
}

.news-detail-title .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;
    margin: 2rem 0;
    color: #5b5b5b;

}

.news-detail .content img {
    margin: 3rem auto;
    display: inherit;
    max-width: 100%;
}

.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;
}

.search-btn-box {
    position: relative
}

.search-btn {
    align-items: center;
    background: none;
    border: none;
    color: #ba1e27;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 0;
}

.search-btn i {
    font-size: 20px;
    color: #fff;
}

.home-manage-sys {
    background: url(../en-img/bg-foot.jpg) center /cover no-repeat;
    padding: 40px 0;
}

.teacher-list {
    margin: 30px 0;
}

.teacher-title {
    font-size: 18px;
    color: #c00000;
    padding-bottom: 14px;
    border-bottom: 2px solid #c00000;
    font-weight: bold;
}

.name-text {
    background-color: #f8f2f4;
    padding-top: 10px;
    padding-bottom: 10px;
}

.name-text a {
    display: inline-block;
    width: 15.5%;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #333;
}


@media (min-width: 1900px) {
    .container {
        max-width: 1360px;
    }

    .index-nav {
        justify-content: flex-end !important;
    }
}

@media (max-width: 1440px) {}

@media (min-width: 1200px) {
    .container {
        max-width: 1360px;
    }
}

@media(min-width: 1200px) and (max-width: 1440px) {

    #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%;
    }

    .back-foot {
        top: 40%;
    }

    .link ul li p {
        margin: 8px 0 0;
    }
}

@media (max-width:1366px) {
    .navi ul li {
        padding: 10px 18px;
    }
}

@media(max-width:1024px) {
.navi ul li.selected>a, .navi ul li:hover>a{
 padding:10px;
}
.navi ul li.selected .navbox>a{
     color: #c00;
}
    .logo {
        max-height: 40px
    }

    .logotext {
        font-size: 18px;
        padding-left: 10px;
        margin-left: 10px;
    }

    .page-news {
        margin: 1rem auto 0;
    }

    .navi {
        bottom: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 64px;
        transition: all .3s;
        visibility: hidden;
        width: 100%;
        z-index: -1;
        background: #c00000;
        padding: 15px;
    }

    .navi ul,
    .navi ul li {
        display: block
    }

    .navi ul li {
        height: auto;
        margin-right: 0;
        width: 100%;
        padding: 0;
    }

    .navi ul li>a {
        font-size: 16px;
        text-align: left;
        color: #fff;
        padding: 1rem 0;
        border: none;
       
    }

    .navi ul li:hover .navbox {
        transform: none
    }

    .navi.show {
        opacity: 1;
        visibility: visible;
        z-index: 18;
    overflow: auto;
    }

    .navi ul li:after {
        display: none
    }

    .navi ul li.selected,
    .navi ul li:hover {
        background: #fff;
    }

    .navbox {
        background: none;
        display: flex;
        flex-wrap: wrap;
        opacity: 1;
        position: static;
        transform: none;
        transition: none;        
        z-index: 1;
        padding: 0;
    }

    .navbox>a {
        padding: 0 10px;
    }

    .memu-btn,
    .search-btn-box {
        display: block;
        margin: 0;
    }

    .search-box {
        background: #fff;
        box-sizing: border-box;
        display: none;
        left: 0;
        position: fixed;
        top: 63px;
        width: 100%;
        z-index: 9;
        padding: 5px;
        margin: 0;
    }

    .search-item {
        display: flex;
        justify-content: space-between;
    }


    .notice-index {
        margin: 20px 0 0;
        padding: 10px 0;
    }

    .notice-block {
        margin: 10px 0;
    }

    .course-trends {
        margin: 20px 0 0;
    }

    .title {
        margin: 20px 0 10px;
    }

    .link ul {
        display: flow-root;
    }

    .link ul li {
        width: 100%;
        padding: 10px;
        margin: 0;
    }

    .footer {
        padding: 20px 0;
        margin-top: 10px;
        font-size: 15px;
    }

    .footer ul {
        min-height: 180px;
        padding: 0 10px;
        margin: 0;
    }

    .twocode {
        border: none;
    }

    .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;
    }

    .page-banner .text-block .active {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
.news-right-block{
     margin: 10px 0 0;
     padding: 10px;
}
.index-research .left-block img.media-object, .index-research .right-block img.media-object{
      width: 100px;
}
.index-research .right-block .media-body {
    margin-left: 10px;
}
.index-research .right-block .media-heading {
    font-size: 16px;
   margin: 0px 0 8px;
}
    .name-text a {
        width: 32%;
    }

    .head-link {
        display: none;
    }

    .guide-block {
        flex-direction: column;
    }

    .guide-block .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .sys-img {
        flex-direction: column;
    }

    .sys-img img {
        margin-bottom: 10px;
    }

    .news-right-block .date {
        height: 80px;
    }

    .news-right-block .text-block b {
        white-space: initial;
    }

    .head {
        padding: 0;
    }

    .header {
        position: fixed;
        z-index: 9;
        top: 0;
        right: 0;
        left: 0;
    }

    #banner-index,
    .page-banner {
        margin-top: 4.6rem;
    }

    .back-top {
        right: 1rem;
        bottom: 34rem;
    }

    .news-img-block .text-box {
        font-size: 14px;
        padding: 10px;
        margin-left: 0;
        min-height: auto;
    }

    .logotext {
        font-size: 13px;
        padding-left: 5px;
        margin-left: 5px;
    }

    .title-innerPage {
        display: block;
    }

    /* #news-img-block .carousel-indicators {
        display: none;
    } */

    .link ul li {
        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;
    }
    .title2::before,
    .title2::after {
        display: none;
    }

    .home-manage-sys img {
        margin: 0 0 1rem;
        max-width: 100%;
    }

    .title2 {
        font-size: 22px;
        margin: 2rem 1rem;
    }

    address {
        margin: 10px 0;
    }

    .news-img-block .swiper-button-next,
    .news-img-block .swiper-button-prev {
        top: 5%;
    }

    .address-block {
        background-position: left;
        background-size: cover;
    }

    .code-block {
        width: 100%;
        float: none;
        text-align: center;
    }

    .index-link img {
        margin: 10px 0;
    }

    .index-research {
        background-position: left top;
    }

    .title h2 {
        font-size: 29px;
    }

    .index-research .left-block .btn-outline-danger {
        display: block;
        margin: 0 auto 20px;
    }

    .index-research .left-block .media-heading {
        font-size: 17px;
    }

    .index-research .left-block .media-body {
        margin-left: 10px;
    }

    .news-img-block .swiper-slide {
        height: auto;
    }

    #banner-index .carousel-item {
        padding-bottom: 45%;
    }
}