.loading{
    line-height: 0.6rem;
}

.consult-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.consult-list>li{
    margin: 0;
    padding: 0 0.32rem 0.16rem 0.32rem;
}
.consult-list .item-box{
    background-color: #fff;
    border-radius: 4px;
    padding: .2rem .24rem;
    box-shadow: 0px 9px 16px 0px rgba(153,153,153,0.2);
    line-height: 0.28rem;
}

.consult-list .item-box .title{
    line-height: 0.32rem;
    height: 0.64rem;
    box-sizing: content-box;
    margin-bottom: 0.44rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.consult-list .item-box .img{
    width: 1.8rem;
    height: 1.36rem;
    margin-right: 0.16rem;
    border-radius: 4px;
    background-position: center;
    background-size: cover;
}
.consult-list .item-box .img>a{
    display: block;
    width: 100%;
    height: 100%;
}

.load-more-text{
    padding-bottom: 0.2rem;
    margin: 0;
    line-height: 0.48rem;
}

.consult-detail{
    background-color: #fff;
    padding: 0.24rem 0.32rem;
    margin: 0.16rem 0;
}

.consult-detail>h1{
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.consult-detail img{
    width: 100% !important;
    height: auto;
}

.consult-detail .time{
    margin: .2rem 0;
}

.consult-detail .shade{
    position: relative;
    
}

#article a{
    color: #0089FF;
}

#article li{
    list-style: none;
}

.consult-detail .shade>div{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    padding-top: 2.5rem;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    color: #0089FF;
}

.consult-detail a.download{
    display: block;
    color: #fff;
    text-decoration: none;
    height: 0.8rem;
    font-size: 0.36rem;
    line-height: 0.8rem;
    background-color: #0089FF;
    border-radius: 4px;
    text-align: center;
    margin: 0.2rem auto 0 auto;
}

#article.hidden{
    height: 400px;
    overflow: hidden;
}


/* 相关列表 */
.relevant-title{
    line-height: 0.96rem;
    padding-left: 0.32rem;
    border-bottom: #eee solid 1px;
}
.relevant-list>li{
    padding: 0;
    position: relative;
}

.relevant-list>li + li::before{
    content: '';
    display: block;
    height: 0;
    width: 6.56rem;
    left: 0.32rem;
    border-top: #eee solid 1px;
    position: absolute;
}

.relevant-list .item-box{
    padding: 0.24rem 0.32rem;
    border-radius: 0;
    box-shadow: none;
}