.info-answer-list-nav{
    display: flex;
    justify-content: space-between;
    margin-top:.3rem;
}
.info-answer-list-left{
    width:73%;
    margin-right: 2%;
}
.info-answer-list-right{
    width:25%;
}
.baike-index-top{

    margin-bottom:.3rem;
}
.baike-index-h4{
    width:100%;
    display: inline-block;
    color:#333;
    font-size:20px;
    line-height: 40px;
}
.baike-index-ul-div{
    margin-top:.1rem;
}
.baike-index-ul-div ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.baike-index-ul-div ul li{
    width:25%;
    margin-right: 2px;
}.info-answer-list-left
 .baike-index-ul-div ul li a{
     width:100%;
     height: 100%;
     display: inline-block;
     position: relative;
     overflow: hidden;
 }
.baike-index-ul-div ul li a p{
    position: absolute;
    bottom:0px;
    left: 0px;
    width:98%;
    background: rgba(51,51,51,.8);
    color:white;
    line-height: 25px;
    font-size: 12px;
    padding-left: 5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.baike-index-ul-div ul li a img{
    width:100%;
    height: 152px;
}
.baike-index-nav{
    margin-top:.3rem;
}
.baike-index-nav-div{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    align-items: center;
}
.baike-index-nav-div h4{
    width:auto;
}
.baike-index-nav-div span{
    color:#666;
    font-size: 12px;
    display: inline-block;
}
.nav-item-div{
    padding:.2rem 0 0;

}
.nav-item-div h4{
    color:#666;
    font-size:16px;
    line-height: 30px;
    padding-left: 8px;
    position: relative;
}
.nav-item-div h4:before{
    content: '';
    position: absolute;
    width:3px;
    height: 55%;
    top:50%;
    transform: translateY(-50%);
    left: 0px;
    background: #00a4ff;
}
.nav-item-div ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.nav-item-div ul li{
    width:20%;
    text-align: left;
}
.nav-item-div ul li a{
    color:#666;
    font-size:14px;
    line-height: 25px;
    display: inline-block;
    margin-left: 9px;
}
.nav-item-div ul li:hover a{
    color:#00a4ff;
}
.information-tag{
    margin-top:0px;
}
.subject{
    margin-top:1rem;
}
@media screen and (max-width: 769px) {
    .info-answer-list-right{
        display: none;
    }
    .info-answer-list-left{
        width:100%;
    }
    .baike-index-ul-div{
        overflow: hidden;
    }
    .baike-index-ul-div ul{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .baike-index-ul-div ul li{
        width:32%;
        margin-bottom:.1rem;
    }
    .baike-index-ul-div ul li a img{
        height: 100px;
    }
}