@charset "UTF-8";

/*详情内容开始*/
.know_detail{
    width: 94%;
    margin: 0 auto;
}
.detail_title{
    font-family: PingFang-SC-Bold;
    font-size: 0.28rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.38rem;
    letter-spacing: 0px;
    color: #212121;
    text-align: justify;
    padding-top: 0.2rem;
    margin-bottom: 0.18rem;
}
.detail_time{
    font-family: PingFang-SC-Bold;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #a8a8a8;
    margin-bottom: 0.4rem;
}
.detail_content{
    font-size: 0.24rem;
    line-height: 0.34rem;
    color: #3f3f3f;
    width: 100%;
    text-align: justify;
}
.line{
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    margin-top: 0.46rem;
    margin-bottom: 0.5rem;
}
.page1{
    font-family: PingFang-SC-Bold;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #303030;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    margin-bottom: 0.21rem;
}
.page2{
    font-family: PingFang-SC-Bold;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #303030;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    margin-bottom: 0.6rem;
}
.page1 a{
    color: #303030;
}
.page2 a{
    color: #303030;
}
/*详情内容结束*/












