/* 2.4.6 评论列表 投研，专栏，关键回答 三处共用 */
.commentList {
    /* padding: 0 1.2rem; */
}

.commentList > header {
    color: #222429;
    font-size: .8rem;
    /* margin-bottom: .8rem; */
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 .8rem;
    font-weight: bold;
}
.commentList  .listWrap {
    margin-top: 0;
    display: flex;
    flex-flow: column nowrap;
}
.commentList  .listWrap > li  {
    border-right: none;
    padding: 0.8rem .8rem;
}
.commentList  .listWrap > li:not(:last-child)  {
    border-bottom: 1px solid #CCCCCC;
}
.commentList  .listWrap > li > header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .5rem;
}
.commentList  .listWrap > li > header > img:first-child {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: .4rem;
    margin-right: .5rem;
}
.commentList  .listWrap > li > header > span {
   color: #222429;
   font-size: .7rem;
}
.commentList .listWrap > li > header > img:last-child {
    width: .7rem;
    height: .7rem;
    border-radius: .4rem;
    margin-left: .5rem;
}
.commentList .listWrap .content {
    font-size: .8rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #505560;
    text-align: left;
    line-height: 1.3rem;
    margin-bottom: .85rem;
}
.commentList .listWrap > li .listFooter {
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   align-items: center;
   font-family: DIN;
   color: #ABB1BD;
   font-size: .6rem;
   padding-bottom: 0;
}
.commentList .listWrap > li .listFooter {
   
}
.commentList .listWrap > li .listFooter .answerNum{
   
}

.commentList .listWrap > li .listFooter .answerNum::after{
    content: '';
    display: inline-block;
    width: .9rem;
    height: .9rem;
    background-image: url(../image/icons.png);
    background-repeat: no-repeat;
    background-size: 15rem 15rem;
    background-position: -0.9rem -0.1rem;
    vertical-align: text-bottom;
}