.maxwidth{
    width: 92%;
    margin: 0 auto;
}
.banner img {
    width: 100%;
    height: 3.052631rem;
}

.breads a {
    display: inline-block;
    color: #B2B2B2;
}

.container {
    width: 100%;
    height: 2.8266666666666667rem;
    background: #F1F3F5;
    border-radius: .27rem;
    margin-bottom: 0.8rem;
}
.Question:nth-child(1) .title{
    margin: .4266666666666667rem 0;
}
.Question .title {
    font-weight: 500;
    font-size: .4266666666666667rem;
    color: #333333;
    text-align: left;
    margin: .6666666666666666rem 0 .4266666666666667rem 0;
}

.Question .title::before {
    content: "";
    background: url(/static/mobile/img/ask_answers/wen.png) no-repeat center center;
    background-size: cover;
    width: .6666666666666666rem;
    height: .5333333333333333rem;
    display: inline-block;
    margin-right: .16rem;
    vertical-align: middle;
}

.minwidth {
    width: 92%;
    margin: .4rem auto;
}

.minwidth .flex-anthor {
    display: flex;
    padding-top: .4rem;

}

.minwidth .flex-anthor img {
    width: .8533333333333334rem;
    height: .8533333333333334rem;
    margin-right: .21333333333333335rem;
}

.minwidth .flex-anthor .Introduction {
    font-size: .37333333333333335rem;
    color: #222222;
    text-align: right;
}

.minwidth .flex-anthor .Introduction em{
    color: #2A5AA8;
}

.minwidth .flex-anthor .time {
    font-weight: 400;
    font-size: .32rem;
    color: #999999;
    margin-top: .05333333333333334rem;
}

.minwidth .desc {
    font-weight: 400;
    font-size: .32rem;
    color: #999999;
    line-height: .4533333333333333rem;
    margin-top: .21333333333333335rem;
}
.pass2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}