/* 重写 container */

@media screen and (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

a {
    color: #000000
}

a:hover {
    color: #000000
}

.btn.my-2{
    font-size:14px
}
/* header  */

.navbar {
    background-color: #fff;
    border-bottom: 3px solid #683876;
    height: 4.5rem;
}

.navbar .navbar-brand img {
    height: 48px;
}

.navbar-nav .nav-link {
    color: #000;
}


/* carousel */

#homeCarousel .carousel-inner::before {
    content: '';
    width: 100%;
    height: 8rem;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 14;
    background: url('../assets/img/bannerbg.png') center center no-repeat;
    background-size: cover;
}

#homeCarousel .carousel-indicators {
    position: absolute;
    right: auto;
    left: calc(((100% - 1280px) / 2) + 15px);
    bottom: 2.4rem;
    z-index: 15;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    list-style: none;
}
#homeCarousel .carousel-item p a{
    color:#ffffff;
    text-shadow: 2px 2px 6px rgba(0,0,0,.125)
}
.carousel-caption h1{
    text-shadow: 2px 2px 6px rgba(0,0,0,.125)
}

/* list-item-tit */

.tit {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 0 1.25rem;
}

.tit h4 {
    color: #B20606;
    font-weight: bold;
}

.tit h4 .en {
    color: #ccc;
    padding: 0 10px;
}

.tit a {
    color: rgba(0, 0, 0, .7);
    font-size: .8rem;
}


/* trends */

.trends .carousel-item {
    height: 31rem;
}

.trends .carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 31rem;
}

.trends .list-group .list-group-item p a {
    color: rgba(0, 0, 0, .7);
    font-size: .8rem;
}


/* notification */

.notification {
    background: #F7F7F7;
    padding: 4rem 0;
}

.notification .card .card-text {
    color: rgba(0, 0, 0, .7);
    font-size: .8rem;
}

.notification .card-img-top {
    width: 100%;
    height: 15rem;
    overflow: hidden;
    background: #ddd;
}
.notification .title{
    display:flex;
    justify-content: space-between;
    margin-bottom:15px
}


/* contactus */

.contactus {
    width: 100%;
    height: 30rem;
    position: relative;
}

.contactus::after {
    content: '';
    width: 70%;
    height: 100%;
    position: absolute;
    left: -40px;
    top: 0;
    background: url('../assets/img/contactus-new.png') center center no-repeat;
    background-size: cover;
    z-index: -2;
}

.contactus .c-box::before {
    content: '';
    width: 100%;
    height: 30rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: url('../assets/img/contactusbg.png') left center no-repeat;
    background-size: cover;
}

.contactus .c-box .tit {
    width: 70%;
    margin-top: 10rem;
    margin-left: auto;
}

.contactus .c-box .cont {
    width: 70%;
    margin-left: auto;
}

/* tecahers */
.teachers{
    background: #fff;
    padding: 4rem 0;
}



/* download */

.download {
    background: #F7F7F7;
    padding: 4rem 0;
}


/* footer  */

.footer {
    background: #222222;
    color: #fff;
    font-size: .8rem;
    color: rgba(255, 255, 255, .7);
}

.text-muted .iconfont {
    font-size: 1rem;
    color: #A6ADB4;
    padding-right: 4px;
    vertical-align: middle;
}
.footer .cont{
    display:flex;
    justify-content: space-between;
}

.footer .right .flink{
    display:block;
    width:100%;
    color:rgba(255,255,255,.7);
    text-align:right
}
.footer .right ul li{
    float:left;
    padding-left:10px;
    list-style-type:none
}

.footer .right ul li a{
    color:#fff
}

/* listcolumn */

.subbanner .jumbotron {
    background: url('../assets/img/subbanner.png') center center no-repeat;
    background-size: cover;
    color: rgba(255, 255, 255, .7);
}


/* breadcrumb */

.bread {
    margin-bottom: 2rem;
}

.bread .breadcrumb {
    background: none;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.bread .breadcrumb a {
    color: #000;
}


/* subnav */

.subnav .navbar-nav {
    padding: 0 1.25rem;
}


/* list-item */

.list-item {
    background: #F7F7F7;
    padding: 2rem 1.25rem;
}

.list-item .list-group-item {
    background: none;
}

a.page-link {
    color: rgba(0, 0, 0, .5);
}

a.page-link:hover {
    color: rgba(0, 0, 0, 1);
}


/* infoCarousel */

.infoCarousel .carousel-item {
    height: 15rem;
}

.infoCarousel .carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 15rem;
}


/* article-content */

.article-content {
    background: #F7F7F7;
    padding: 2rem 1.25rem;
}

.search-form.form-inline .form-control {
    display:none;
}

.nav-item.selected a.selected{
 color:#B20606
}

.breadcrumb-icon{
     margin-right:10px
}

/* 重写框架css */

.wp_nav .nav-item a {
    background: #fff;
    font-size: .8rem;
}

.wp_nav .sub-nav {
    border: 0 none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .125);
}

.wp_nav .sub-nav .nav-item a {
    border-top: 0 none;
}

.wp_paging li{
   margin-top:30px
}

.article .arti_title{
    font-size:28px;
    text-align:center;
}
.article .arti_metas{
     text-align:center;
     margin-bottom:30px
}
.article .arti_metas  span{
   padding-right:15px
}
.teachers .swiper-wrapper .swiper-slide {
    height: 280px!important;
}
.swiper-wrapper .swiper-slide .teacher-box img {
    width:140px;
    height:200px
}
.swiper-wrapper .swiper-slide .device-box img {
    width:100%;
    height:200px
}

.swiper-wrapper .swiper-slide h6 {
    width:100%;
    background: #b20606;
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
    display:flex;
    box-shadow: 2px 4px 6px #eee;
}


.swiper-wrapper .swiper-slide h6 a{
    color:#fff
}
.teacher-box{
    display:flex;
    justify-content: space-between;
    padding:10px;
    box-shadow: 2px 4px 6px #eee;
    background:#fff
    }
.teacher-box .right{
   margin-left:10px
}

/*论文list*/
.treatise-list.list-item {
    background: #fff;
    padding: 0 0 15px 0;
    border:1px solid #eee;
    font-size:14px
}

.treatise-list.list-item .list-group-item {
    background: none;
}
.treatise-list.list-item h5 a{
    font-size:16px;
    color:#b20606
}
/*teachers list*/
.teacher-list .teacher-box{
    margin-bottom:30px
}
.teacher-list .teacher-box img{
    width:100px;
    height:136px
}
.teacher-box .right a{
    font-size:12px;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
}
.teacher-list h6 {
    width:100%;
    background: #b20606;
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
    display:flex;
    box-shadow: 2px 4px 6px #eee;

}
.teacher-list h6 a{
    color:#fff
}
.teacher-list #wp_paging_w41{
    width:100%
}
.teacher-list #wp_paging_w41 ul{
    float:left
}
.device{
  padding-bottom:4rem
}
.device .swiper-slide{
    height:280px;
}
.device-box{
    padding:10px;
    box-shadow: 2px 4px 6px #eee;
    background:#fff
}

/*search*/
.search-form{
    position:relative
}
.showSearch{
    position: absolute;
    top: 30px;
    right: 0;
    display: block!important;
}

