.none{
    display: none;
}
.breadcrumb{
    margin-bottom: 0;
}
.university-school .university-nav{
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin: 0.3rem 0;
}
.university-school .university-nav .nav-left{
    font-size: 0.2rem;
    color: #333333;
    display: flex;
}
.university-school .university-nav .nav-left img{
    width: 0.24rem;
    margin-right: 0.12rem;
}
.university-school .university-nav .breadcrumb{
    background: transparent;
    padding: 0;
    font-size: 0.14rem;
    /*font-size: ;*/
}
.university-school .university-nav .home{
    color: #999999;
}

/*面包屑*/
.breadcrumb-item.active{
    padding: 0;
}
.breadcrumb-item+.breadcrumb-item{
    padding-left: 0;
}
.breadcrumb-item+.breadcrumb-item::before{
    padding: 0;
    content: '>';
    margin:0 0.08rem;
}
.banner{
    position: relative;
    width: 100%;
    height: 2.37rem;
    margin: 0.25rem 0 0.32rem 0;
}
.banner img{
    width: 100%;
}
.banner .school-student{
    font-size: 0.32rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
/* ------*/
.content{
   display: flex;

}
.content .menu-nav{
    height: 5.04rem;
    width: 2rem;
    overflow-y: auto;
    font-size: 0.16rem;
    color: #333;
    cursor: pointer;
}
.content .menu-nav::-webkit-scrollbar {
    width:0.05rem;
    /*height:;*/
    background-color:#F4D0D2;
}
.content .menu-nav::-webkit-scrollbar-track{
    -webkit-box-shadow:inset 0 0 6px #F4D0D2;
    border-radius:0.03rem;
    background-color:#F5F5F5;
}
.content .menu-nav::-webkit-scrollbar-thumb{
    border-radius:0.03rem;
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
    background-color: #CB2933;
}

.content .menu-nav nav .menu-list{
    display: flex;
    align-items: center;
    width: 100%;
    height: 0.42rem;
    padding-left: 0.16rem;
}
.content .menu-nav nav .menu-list .subject-icon{
    width: 0.24rem;
    margin-right: 0.2rem;
}
.content .menu-nav nav .menu-list .right-icon{
    width: 0.2rem;
    transition: all 0.5s;
    transform: rotateZ(-90deg);
}
.content .menu-nav nav .menu-list .active-icon{
    transform: rotateZ(0deg);
}
.content .menu-nav nav .menu-list  .subject-name{
    width: 1rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.content .menu-nav nav .menu-item{
    display: none;
 }
.content .menu-nav nav .menu-item a:hover{
    background: rgba(255, 229, 229, 1);
}
.content .menu-nav nav .menu-item .active{
    border-left: 0.03rem solid #CB2933;
    background: rgba(255, 229, 229, 1);
}
.content .menu-nav nav .menu-item a{
    width: 100%;
    /* height: 0.42rem; */
    /* line-height: 0.42rem; */
    padding:0.1rem 0.2rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: block;
    color: #333333;
    text-align: center;
    text-decoration: unset;

}
/*****/
.content .nav-right{
    padding: 0 0.4rem;
    font-size: 0.13rem;
    color: #fff;
    position: relative;
    flex:1;
}
.content .nav-right ul{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.content .nav-right ul>li:nth-child(4n){
    margin-right: 0;
}
.content .nav-right ul>li{
    width: 2rem;
    height: 4.75rem;
    position: relative;
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;;
}
.content .nav-right ul>li img{
    width: 100%;
}
.content .nav-right ul>li .student-info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    transition: all 0.5s;
}
.content .nav-right ul>li:hover .student-info{
    display: block;
}
.content .nav-right ul>li .student-info .red{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #CB2933;
    padding: 0.3rem 0.12rem;
    font-size: 0.13rem;
}
.content .nav-right ul>li .student-info .red .lab{
    font-weight: bold;
}
.content .nav-right ul>li .student-info .red>div{
    font-size: 0.12rem;
    margin-bottom: 0.24rem;
}
/*---------end--------------------*/

/*---------分页---------------------*/

.chang-page {
    width: 4.5rem;
    height: 0.42rem;
    margin: 0.6rem auto;
    display: flex;
    justify-content: center;
}

.chang-page .cp-btn-content {
    max-width: 3.4rem;
    height: 0.42rem;
    margin: 0 0.13rem;
    overflow: hidden;
}
.chang-page ul{
    max-width: 100%;
    height: 100%;
}
.chang-page li {
    float: left;
    margin:0 0.13rem;
    user-select: none;
    cursor: pointer;

    background: rgba(224, 224, 224, 0.39);
}
.chang-page  a{
    color: #555555;
}

.chang-page li.active{
    border-color:#CB2933;
    color: #FFFFFF;
    background: rgb(203, 41, 51);
}
.chang-page .cp-btn-left,
.chang-page .cp-btn-right,
.chang-page li {
    width: 0.42rem;
    height: 0.42rem;
    text-align: center;
    line-height: 0.42rem;

    border-radius: 0.04rem;
    font-size: 0.18rem;
    opacity: 1;
    user-select: none;
    cursor: pointer;
}
.chang-page .cp-btn-left a,
.chang-page .cp-btn-right a{
    color: #CB2933;
}
.chang-page .cp-btn-left ,
.chang-page .cp-btn-right {
    border: 0.01rem solid #CB2933;
}
/*----------*/
/**/
.content .nav-right .school-name{
    text-align: center;
    font-size: 0.24rem;
    color: #333;
    margin-bottom: 0.3rem ;
}
/***<td></td>**/

/*table*/
.table-striped{
    margin-bottom: 0px !important;
}
.table td, .table th{
    padding: 0.2rem;
}
.table-striped thead{
    background-color: rgba(0,0,0,.05);
}
.table-striped thead th{
    border: 0;
}

.table-striped tbody tr:nth-of-type(even){
    background-color: rgba(0,0,0,.05);
}
.table-striped tbody tr:nth-of-type(odd){
    background-color: transparent;
}
.table td, .table th{
    border: 0;
}
.table-striped tbody tr .view{
    color: #CB2933;
    text-decoration: underline;
}
.table-body-content{
    max-height: 9rem;
    overflow-y: auto;
}
/* ---------- */
.course-description{
    margin: 0.5rem 0;
}
.course-description-content{
    margin-top: 0.4rem;
}
.course-description-content p{
    font-size: 0.18rem;
    font-family: Source Han Serif CN;
    font-weight: 400;
    color: #333333;
    text-indent: 2em;
}
.nav-title{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    color: #333333;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #E0E0E0;
  }
  .nav-title .red-solid{
    display: block;
    height: 0.3rem;
    width: 0.04rem;
    background:#CB2933 ;
    margin-right: 0.112rem;
  }
/*------------*/
.content .nav-right .student-anli{
    width: 100%;
    height: 6.56rem;
    box-shadow: 0px 3px 30px rgba(0,0,0,0.08);
    padding: 0.32rem 0.24rem;
    margin-bottom: 0.6rem;
    margin-top: 0.8rem;
}
.content .nav-right .student-anli .student-anli-title{
    font-size: 0.24rem;
    color: #333;
    text-align: center;
    margin-bottom: 0.24rem;
}
.content .nav-right .student-anli .student-item {
    width: 2.0rem;
    height: 4.94rem;
    margin-right: 0.24rem;
    margin-bottom: 0;
    box-shadow: 0px 3px 30px rgba(0,0,0,0.08);
}
.content .nav-right .student-anli .student-item img{
    width: 100%;
}
.content .nav-right .student-anli .student-item:nth-child(4n){
    margin-right: 0;
}
.content .nav-right .student-anli  .more{
    text-align: right;
    font-size: 0.16rem;
    color:#CB2933 ;
    cursor: pointer;
    margin-top: 0.2rem;
}