﻿@charset "utf-8";
/* CSS Document */
.knowledge-list{ padding: 0.1rem;box-sizing: border-box; background-color: #fff;margin-bottom:  0.1rem;position: relative;}
.knowledge-list.hot:before{ content:""; width:0.4rem;height:0.35rem;background-image: url(/Content/themes/mobile/img/hot-icon.png);background-repeat: no-repeat;background-size: cover;  position: absolute;top:0;right:0;}
.knowledge-list-l{ box-sizing: border-box;padding-right:  0.1rem;}
.knowledge-list-l img{ height:0.9rem;width:100%;}
.knowledge-list-r{ box-sizing: border-box;}
.list-title a{ display:block; white-space: nowrap;overflow:hidden;text-overflow: ellipsis;line-height: 0.2rem;}
.explain{ font-size: 0.14rem;color:#999;height:0.54rem;overflow:hidden;font-size: 0.12rem;line-height: 0.18rem;}
.browse{ font-size:  0.12rem;color:#999;}
/*升学知识文章*/
.article-hd{ line-height: 0.24rem;}
.article-view{ color:#999;font-size: 0.12rem;}
.article-img{ padding: 0.2rem;}
.article-img img{ margin:0 auto;display:block; width:3rem;height:auto;}
.article-mn{ line-height:0.26rem;}
.article-mn p{ padding-top: 0.1rem;padding-bottom: 0.1rem;text-indent: 2em;}
strong{ font-weight: 700;}

.knowledgeArticle p{text-indent:2em;}
p[align="center"]{text-indent:0;}

.know-list {
    padding: 0.08rem 0.15rem;
    box-sizing: border-box;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    /*justify-content: space-between;*/
}
    .know-list li {
        display: inline-block;
        font-size: 0.15rem;
        font-weight: 400;
        line-height: 0.21rem;
        color: #666666;
        margin-right:0.19rem;
        position: relative;
    }
    .know-list .li-blue {
        color: #4697F7;
    }
    .know-list .li-blue::after {
        content: "";
        width: 0.5rem;
        height: 0.02rem;
        background: #4697F7;
        position:absolute;
        left:50%;
        top:0.25rem;
        transform:translate(-50%,0)
    }









