﻿.Intitle {
    width: 100%;
    height: 0.88rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0 0.28rem;
    box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 20%);
    align-items: center;
}


/*头部文字*/

.details .title {
    margin: 0 .44rem;
    color: #333;
    padding-top: .58rem;
}

.details .title h6 {
    font-weight: 300;
    font-size: .52rem;
    margin-bottom: .42rem;
}

.details .title span {
    font-size: .28rem;
    color: #666666
}


/*图片和详情*/

.contents {
    font-size: .28rem;
    padding: .72rem .44rem;
    color: #333333;
}

.contents .contents_text {
    display: block;
    color: #333333;
    font-size: .28rem;
    padding: 0 .78rem 0 .44rem;
    margin-bottom: .48rem;
}

.contents .contents_img img {
    width: 100%;
    height: 4.14rem;
}


/*通知公告*/

.inform {
    margin: 0 .44rem;
    padding-top: .7rem;
    padding-bottom: 1.02rem;
    border-top: 1px solid #CCCCCC
}

.inform li {
    margin-bottom: .4rem;
}

    .inform li p:nth-child(1) {
        font-size: .32rem;
        color: #333;
        margin-bottom: .14rem;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .inform li p:nth-child(2) {
        font-size: .28rem;
        color: #666;
        margin-bottom: .12rem;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.inform li p:nth-child(3) {
    font-size: .28rem;
    color: #999999;
}
.JumpCard {
    padding: .9rem 0rem .4rem .44rem;
}

    .JumpCard a,
    .JumpCard span {
        color: #666;
    }