﻿body{
    background:#eee;
}
.classbg {
    width: 100%;
    height: auto;
    pointer-events: none;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.index_tit{
    width:100%;
    position:absolute;
    top:0.5rem;
    text-align:center;
}
.index_tit img {
    width: 75%;
    height: auto;
    pointer-events: none;
}
.pagesList {
    width: 100%;
    padding: 4rem 0.5rem 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pagesList .pagesItem {
    width: 100%;
    position: relative;
    margin-bottom: 0.4rem;
}
.pagesList .pagesItem img {
    width: 100%;
    height: auto;
}
.pagesList .pagesItem .itemTitle {
    width: 80%;
    height: 1.2rem;
    line-height: 1.2rem;
    background: linear-gradient(0deg,rgba(252,122,36,1) 1%,rgba(255,173,31,1) 100%);
    box-shadow: 0px 3px 8px 0px rgba(197,103,25,0.32);
    border-radius: 0.6rem;
    text-align: center;
    color: #fff;
    font-size: 0.45rem;
    position: absolute;
    bottom: 0.55rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}

.beishu {
    width: 100%;
    text-align: center;
    padding: 1rem 0.45rem;
    box-sizing: border-box;
    position:relative;
    z-index:1;
}
.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;
    overflow: hidden;
    overflow-x: hidden;
    overflow-x: scroll;
    white-space: nowrap;
}
.articleClass .classItem {
    color: #3F3F3F;
    font-size:0.4rem;
    padding: 0 10px;
}
.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.4rem 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.38rem;
            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.35rem;
        }

    .articleItem .description {
        color: #616161;
        line-height: 0.6rem;
        font-size: 0.35rem;
        margin-top: 0.2rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

.artiLook {
    color: #F48937;
    font-size: 0.4rem;
}