.info-answer-list-nav{
    display: flex;
    justify-content: space-between;
}
.info-answer-content-link{
    width:95%;
    max-width: 1200px;
    margin:0px auto;
}
.info-answer-list{
    width:95%;
    max-width: 1200px;
    margin:0px auto;
}
.info-answer-list-left{
    width: 69%;
}
.info-answer-list-right{
    width: 28%;
}
.info-answer-list-right>div{
    margin-bottom:.5rem;
}
.question,.answer{
    padding:.5rem;
    border: 1px solid #e8e8e8;
    position: relative;
}
.question>b,.answer>b{
    width: 30px;
    height: 28px;
    background: url('../../image/icon_com.png') no-repeat;
    display: block;
    position: absolute;
    top: 0px;
    left: 8px;
}
.question h4{
    color:#333;
    font-size:.3rem;
    line-height: .5rem;
}
.question p{
    font-size:.26rem;
    margin-top:.1rem;
}
.question p>span{
    padding:0px 15px 0 0;
    position: relative;
}
.question p>span:after{
    content:'';
    position: absolute;
    top:0px;
    right:0px;
    width:1px;
    height: 100%;
}
.question p>span:first-child{
    padding-left:0px;
}
.question p>span:last-child:after{
    display: none;
}
.answer{
    margin-top:.4rem;
}
.answer h4{
    color:#333;
    font-size:.3rem;
    line-height: .5rem;
}
.answer h4>b{
    color:#00a4ff;
    font-weight: 400;
    padding:0px 3px;
}
.answer b{
    background-position: 0 -56px;
}
.beast b{
    background-position: 0 -28px;
}
.beast ul li{
    border:none !important;
}
.answer-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:.2rem 0;
}
.answer ul li{
    width:100%;
    display: inline-block;
    border-bottom: 1px dotted #eaeaea;
}
.answer-top img{
    width:60px;
    height: 60px;
    border-radius: 50%;
}
.answer-top>div{
    flex:1;
    padding-left: .2rem;
    width:80%;
}
.answer-top>div h4{
    color: #333;
    font-size:14px;
    font-weight: 500;
}
.answer-top>div p{
    font-size:.25rem;
    color: #a9a9a9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.answer-top  span{
    color: #a9a9a9;
    font-size:.25rem;
}
.answer-nav{
    font-size: 13px;
    color: #333;
    position: relative;
    margin-top: .2rem;
    padding-bottom:.5rem ;
}
.answer-footer{

    margin-top:.5rem;
    margin-bottom:.5rem;
}
.answer-footer h4{
    font-size: .3rem;
    line-height: .5rem;
}
.answer-footer ul{
    display: flex;
    flex-wrap: wrap;
    margin-top:.2rem;
}
.answer-footer ul li{
    width:23%;
    margin-right: 1%;
    border:1px solid #ccc;
    text-align: center;
    margin-top:.2rem;
}
.answer-footer ul li a{
    padding:.4rem;
    display: inline-block;
}
.answer-footer ul li a>h4{
    color:#333;
    font-size:.28rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: .35rem;
}
.answer-footer ul li a>p{
    color:#999;
    font-size:.28rem;
    margin-top:.1rem;
}
.answer-footer ul li a>p>b{
    color:#00a4ff;
    font-size:.28rem;
    font-weight: 400;
    padding:0px 3px;
}
.answer-footer ul li:nth-child(4n){
    margin-right: 0;
}
.subject-title span:after{
    display: none !important;
}
@media screen and (max-width: 769px) {
    .information-main-banner-bg {
        display: none !important;
    }
    .info-answer-list-left{
        width:100%;
        margin-top:10px;
    }
    .info-answer-list-right{
        display: none;
    }
    .width{
        width:95%
    }
    .info-answer-list-left>div{
        padding:0 ;
        border:0px;
    }
    .question>b, .answer>b{
        display: none;
    }
    .question h4{
        font-size: 16px;
        line-height: 20px;
    }
    .question p{
        text-align: left;
        margin-top:.2rem;
    }
    .question p>span:first-child{
        display: none;
    }
    .answer h4{
        font-size:.5rem;
    }
    .answer-top{
        margin:.4rem 0;
    }
    .answer-top img{
        width:1rem;
        height: 1rem;
    }
    .answer-footer{
        width: 95%;
        margin:0.5rem auto;
    }

    .answer-footer ul{
        flex-wrap: wrap;
    }
    .answer-footer ul li{
        width:100%;
        border:none;
        border-bottom:1px solid #f0efef;
        text-align: left;
    }
    .answer-footer h4{
        font-size: .5rem;
    }
    .answer-footer ul li a{
        padding:0px;
        display: inline-block;
    }
    .answer-footer ul li a>h4{
        font-size: 16px;
        line-height: .5rem;
        width:100%;
    }
    .answer-footer ul li a>p{
        font-size: .35rem;
        width:100%;
    }
    .subject-title span{
        font-size: .5rem !important;
    }
    .subject-title{
        border-bottom:none;
        margin-top:.5rem;
    }
    .subject-nav ul li a>div p:first-child{
        font-size: .4rem !important;
        line-height: .5rem!important;
    }
    .subject-nav ul li a>div p:last-child{
        font-size: .35rem!important;
    }
    .subject-nav ul li a{
        padding:.3rem 0;
    }
    .subject{
        display: none;
    }
    .answer-footer ul li a{

    }
    .info-answer-content-link{
        background: #efefef;
    }
    .gray{
        width:100%;
        height:10px;
        background: #efefef;
        margin:10px 0px;
    }
    .info-answer-content-link{
        width:100%;

    }
    .info-answer-list{
        width:100%;
    }
}


.info-answer-content-link{
    padding: .2rem .2rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;

}