.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;
}
.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%);
}
/*---*/
.nav-title .title{
    font-size: 0.2rem;
    color: #333333;
    display: flex;
    align-items: center;
    margin-bottom: 0.24rem;
}
.nav-title i{
    margin-left: 0.08rem;
    display: block;
    width: 0.48rem;
    height: 0.03rem;
    /*border: 3px solid #CB2933;*/
    opacity: 1;
    background: #CB2933;
}
/*-=--*/
.information{
    width: 100%;
    min-height: 10.47rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.06);
    opacity: 1;
    border-radius: 8px;
    padding: 0.32rem 0.4rem;
    margin-bottom: 0.32rem;
}
.information .list-group a{
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    cursor: pointer;
    padding-bottom: 0.24rem;
    border-bottom: 1px solid rgba(0,0,0,0.12) ;
    margin-bottom: 0.24rem;
		text-decoration: none;
}
.information .list-group a .list-left{
    width: 2.14rem;
    height: 1.59rem;
    margin-right: 0.4rem;
}
.information .list-group a .title{
    font-size: 0.2rem;
    color: #333;
    margin-bottom: 0.24rem;
}
.information .list-group a .text{
    font-size: 0.16rem;
    color: #666666;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 0.16rem;
}
.information .list-group a .date img{
    width: 0.18rem;
    vertical-align: middle;
}
.information .list-group a .date span{
    font-size: 14px;
    color: #666;
    margin-left: 0.08rem;
}

/*-----*/
.QA{
    min-height: 10.02rem;
    padding-bottom: 0;
}
.QA .list-group a{
    border: 0;
		text-decoration: none;
}
.QA .list-group a .list-left{
    width: 1.56rem;
    height: 1.56rem;
    border-radius: 50%;
    margin-right: 0.65rem;
}
.QA .list-group a .content{
    padding-bottom: 0.24rem;
    border-bottom: 1px solid rgba(0,0,0,0.12) ;
}
/*---------分页---------------------*/

.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;
}
/*----------*/