/* <!-- 轮播图与推荐等 --> */
.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;
    padding-top: 0.31rem;
    padding-left: 0.31rem;
}
.swiper-wrapper{
    width: 7.5rem !important;
    height: 4rem !important;
}
.swiper-wrapper img{
    width: 6.89rem;
    height: 4.59rem;
}
.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;
}
/* 八字知识 */
/* .column{
    display: -webkit-inline-box;
} */
.column .column_head{
    height: 0.76rem;
}
.column .column_head .tit{
    float: left;
    height: 0.32rem;
    font-size: 0.32rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.76rem;
    color: #C79657;
    -webkit-text-stroke: 0.5 #C79657;
    opacity: 1;
    margin-left: 0.3rem;
}
.column .column_head  .column_more{
    float: right;
    height: 0.22rem;
    font-size: 0.22rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.76rem;
    color: #C79657;
    -webkit-text-stroke: 0.5 #C79657;
    opacity: 1;
    margin-right: 0.3rem;
}
.column .column_list{
    width: 7.5rem;
    background: #FFFFFF;
    display: table-row-group;
}
.column_list .list_first{
    height: 2.1rem;
    position: relative;
    border-bottom: 1px solid #E6E6E6;
}
.column_list .list_first img{
    width: 2.25rem;
    height: 1.5rem;
    background: rgba(0, 0, 0, 0);
    /* position: absolute;
    top: 0.28rem;
    left: 0.31rem; */
    margin-top: 0.28rem;
    margin-left: 0.31rem;
}
.column_list .list_first .headline{
    float: right;
    width: 4.7rem;
    font-size: 0.3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.46rem;
    color: #C79657;
    margin-top: 0.26rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.column_list .list_first .cont{
    float: right;
    width: 4.7rem;
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.41rem;
    color: #999999;
    opacity: 1;
    margin-left: 0.23rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.column_list ul{
    width: 6.9rem;
    margin: 0 auto;
    margin-top: 0.28rem;
}
.column_list li{
    margin-bottom: 0.26rem;
    width: 6.3rem;
    opacity: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.column_list li a{
    font-size: 0.28rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.28rem;
    color: #333333;
}
.column .column_special ul{
    width: 7.5rem;
    clear: both;
}

.column .column_special li{
    float: left;
    width: 2.06rem;
    height: 0.54rem;
    background: #FFFFFF;
    border: 1px solid #C79657;
    opacity: 1;
    border-radius: 0.1rem;
    text-align: center;
    margin-left: 0.30rem;
}
.column .column_special li a{
    font-size: 0.32rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.54rem;
    color: #CB9D65;
    opacity: 1;
    padding: 0 0.1rem 0 0.15rem;
}
.column .column_special li {
    content: "...";
    color: #CB9D65;
}

.swiper-pagination-bullet-active{
    background: #ffffff !important;
}
