﻿body{
    background:#eee;
}
.classbg {
    width: 100%;
    height: auto;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.tit {
    width: 100%;
    padding: 0.5rem 0.4rem 0.35rem;
    box-sizing: border-box;
    position:relative;
}
.tit img{
    width:4.5rem;
    height:auto;
}
.pagesList {
    width: 100%;
    background: #fff;
    padding: 0 0.45rem;
    margin-top: 0.28rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pagesList .pagesItem {
    width: 100%;
    position: relative;
}
.pagesList .pagesItem img {
    width: 100%;
    height: auto;
    margin-top:-0.28rem;
}
    .pagesList .pagesItem .itemTitle {
        width: 100%;
        padding: 0.8rem 0.6rem 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
.pagesList .pagesItem .itemTitle .pageTit1 {
    color: #fff;
    font-size: 0.55rem;
    font-weight: bold;
    margin-bottom:0.3rem;
}
.pagesList .pagesItem .itemTitle .pageTit2, .pagesList .pagesItem .itemTitle .pageTit3 {
    color: #BBC5FE;
    font-size: 0.35rem;
}
.pagesList .pagesItem:nth-child(2) .itemTitle .pageTit2, .pagesList .pagesItem:nth-child(2) .itemTitle .pageTit3 {
    color: #FEC4BF;
}
.pagesList .pagesItem:nth-child(3) .itemTitle .pageTit2, .pagesList .pagesItem:nth-child(3) .itemTitle .pageTit3 {
    color: #FFE7CB;
}

.beishu{
    width:100%;
    text-align:center;
    background:#fff;
    padding:0.25rem 0.45rem;
    box-sizing:border-box;
}
.beishu img{
    width:100%;
    height:auto;
}


.article {
    width: 100%;
    height: 100%;
    background: #fff;
    margin-top: 0.2rem;
}

.articletts {
    padding: 0.4rem 0.3rem 0;
    box-sizing: border-box;
}

    .articletts img {
        height: 0.45rem;
        width: auto;
    }

    .articletts span {
        display: inline-block;
        font-size: 0.3rem;
        background: rgba(241,145,73,0.15);
        color: #FF3A26;
        border-radius: 5px;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }

.articleClass {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.3rem;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    border-bottom: 0.01rem solid #D2D2D2;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.articleClass .classItem {
    color: #3F3F3F;
    font-size:0.4rem;
}
.articleClass .classItem.artive {
    color: #FF3A26;
    border-bottom: 0.05rem solid #FE6329;
}

.articleList {
    width: 100%;
    padding: 0 0.3rem 0.3rem;
    box-sizing: border-box;
}
.articleItem {
    padding: 0.2rem 0;
    border-bottom: 1px solid #d2d2d2;
}

    .articleItem a {
        display: block;
        width: 100%;
        height: 100%;
        color: #616161;
    }

    .articleItem .articlett {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

        .articleItem .articlett .artiTitle {
            width: 80%;
            color: #F48937;
            font-size: 0.44rem;
            font-weight: bold;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .articleItem .articlett .artiDate {
            white-space: nowrap;
            line-height: 0.6rem;
            color: #8E8E8E;
            font-size: 0.4rem;
        }

    .articleItem .description {
        color: #616161;
        line-height: 0.6rem;
        font-size: 0.4rem;
        margin-top: 0.2rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

.artiLook {
    color: #F48937;
    font-size: 0.4rem;
}