body, html {
    max-width: 750px;
    font-size: 100px;
    margin: 0 auto;
}
*{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
    color: #333333;
}

.main{
    width: 7.5rem;
    position: relative;
    background: #F5F5F5;
}
/* <!-- 轮播图与推荐等 --> */
.main .campus {
    width: 7.5rem;
    background: #FFFFFF;
    opacity: 1;
    position: relative;
    clear: both;
}
.main .slideshow{
    width: 6.89rem;
    height: 4.59rem;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    /* position: absolute;
    top: 0.31rem;
    left: 0.31rem; */
    padding-top: 0.31rem;
    padding-left: 0.31rem;
}
.swiper-wrapper{
    width: 7.5rem !important;
    height: 4rem !important;
}
.swiper-wrapper img{
    width: 100%;
    height: 100%;
}
.swiper-slide P{
    position: absolute;
    bottom: 0rem;
    width: 100%;
    font-size: .32rem;
    text-align: left;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 1rem 2rem .2rem .3rem;
    background: linear-gradient(to top, rgba(40, 40, 40, 0.4) 0%, rgba(40, 40, 40, 0) 60%, rgba(70, 70, 70, 0) 100%);
}

.campus .campus_list{
    width: 6.9rem;
    margin: 0 auto;
    margin-top: 0.48rem;
    padding-bottom: 0.2rem;
}
.campus .campus_list li{
    width: 100%;
    height: 0.54rem;
    margin-bottom: 0.28rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.campus .campus_list li .typename{
    float: left;
    width: 1.2rem;
    font-size: 0.3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.54rem;
    color: #EE2B3A;
    opacity: 1;
}
.campus .campus_list li .tit{
    float: left;
    width: 5.5rem;
    font-size: 0.3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.54rem;
    color: #666666;
    opacity: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 底部 */
.footer{
    width: 7.5rem;
    height: 0.88rem;
    background: #C79657;
    text-align: center;

    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.88rem;
    color: #FFFFFF;
    opacity: 1;
}

.fen{
    width: 6.89rem;
    height: 1px;
    /* border: 1px solid #707070; */
    background-color: #707070;
    opacity: 0.3;
    margin: 0 auto;
}
.clearflex::after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0;
}

.mokuai_tit{
    height: 0.76rem; 
    font-size: 0.32rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 0.76rem;
    color: #C79657;
    background: #F5F5F5; 
    margin-left: 0.44rem;
}
.goTop >img{
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.goTop{
    position: fixed;
    right : 20px;
    bottom : 20px;
}

#caidan .xuanze::after{
    content: '';
    width: 0.8rem;
    height: 0.04rem;
    background: #C79657;
    opacity: 1;
    position: absolute;
    left: 0.08rem;
    bottom: 0;
}

.site a{
    text-indent: 0.3rem;
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.56rem;
    color: #666666;
    overflow: hidden;
}

