.navmt{
    padding: 0 0.2rem;
    height: 0.56rem;
    background: #FFFFFF;
}
.navmt ul{
    padding: 0.17rem 0;
    border-bottom: 1px solid #F6F6F6;
}
.navmt li{
    line-height: 0.2rem;
    height: 0.2rem;
}
.navmt span{
    font-size: 0.14rem;
    color: #000000;
    height: auto;
    white-space: nowrap;
    max-width: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
.screenTop li img{
    width: 0.06rem;
    margin-top: -0.1rem;
}
.navmt li:first-child{
    padding-left: 0.2rem;
    text-align: left!important;
}
.navmt li:last-child{
    padding-right: 0.2rem;
    text-align: center!important;
}
.grade-eject, .Category-eject,.article-eject,.level-eject{
    top: 0.55rem!important;
}
.grade-eject, .article-eject, .level-eject{
    height: auto;
    max-height: 60%;
}
.grade-eject>ul, .article-eject>ul, .level-eject>ul{
    height: auto;
    max-height: 100%;
}
.article-eject>ul.article-w,.level-eject>ul.level-w{
background: #FFFFFF;
}
.article-eject>ul.article-t,.level-eject>ul.level-t{
    background: #F2F2F2;
}
.article-eject>ul.article-w li,.level-eject>ul.level-w li{
    border-bottom: solid 1px #f1f1f1;
}
.article-eject>ul.article-t li,.level-eject>ul.level-t li{
    border-bottom: solid 1px #ddd;
}
.grade-eject>ul.grade-w li.active,
.article-eject>ul.article-w li.active,
.article-eject>ul.article-t li.active,
.level-eject>ul.level-w li.active,
.level-eject>ul.level-t li.active{
    border-bottom: solid 1px #3F97F0;
}
/*图文列表*/
.article_list{
    padding: 0 0.2rem;
    margin-top: 0.03rem;
}
.article_list .item1{
    padding: 0.16rem 0;
    border-bottom: 1px solid #EEEEEE;
}
.article_list .item1 .img{
    width: 0.81rem;
    height: 0.81rem;
    border-radius: 0.16rem;
    overflow: hidden;
    margin-right: 0.16rem;
}
.article_list .item1 .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article_list .item1 .info{
    margin-top: 0.04rem;
}
.article_list .item1 .title{
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.22rem;
    min-height: 0.22rem;
    max-height: 0.44rem;
}
.article_list .item1 .venuename{
    font-size: 0.12rem;
    color: #999999;
    line-height: 0.16rem;
    margin-top: 0.08rem;
}
/*全图列表*/
.article_list .item2{
    width:calc((100% - 0.15rem) / 2);
    margin-right: 0.15rem;
    margin-top: 0.24rem;
}
.article_list .item2:nth-child(1),
.article_list .item2:nth-child(2){
    margin-top: 0.16rem;
}
.article_list .item2:nth-child(2n){
    margin-right: 0;
}
.article_list .item2 .img{
    width: 100%;
    height: 1.2rem;
    border-radius: 0.16rem;
    overflow: hidden;
}
.article_list .item2 .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article_list .item2 .title{
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.2rem;
    height: 0.4rem;
    margin-top: 0.12rem;
}
/*单篇文章*/
.single{
    padding: 0 0.2rem;
}
.single h3{
    padding: 0.13rem 0 0.1rem;
    font-size: 0.2rem;
    color: #141414;
    line-height: 1.4;
}
.single p{
    line-height: 0.28rem !important;
    /* text-indent: 2em; */
    padding: 0 0.15rem !important;
    font-size: 0.16rem !important;
    color: #454444 !important;
    margin-bottom: 0.2rem !important;
    word-break: break-all;
}
.o2{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}