/* --------  文章部分  ---------- */
.essay {
    width: 100%;
    height: 3rem;
    background: #FFFFFF;
    padding-top: 10px;
}

.essay p {
    margin: .1067rem .32rem;
    height: .5333rem;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: .5333rem;
    overflow: hidden;
    white-space: no-wrap;
    text-overflow: ellipsis;
}

.essay .essay_imgs {
    display: flex;
    gap: .16rem;
    justify-content: center;
}

.essay .essay_imgs img {
    width: 3.2rem;
    height: 1.8667rem;
}

 .essay_info {
    padding: .2133rem .32rem;
    display: flex;
    justify-content:  space-between;
    height: .5333rem;
    align-items: center;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #989EAD;
    line-height: .5333rem;
}

.essay_info div:nth-child(1) {
    display: flex;
}

 .essay_info div:nth-child(1) img{
   width: .5333rem;
   height: .5333rem;
   margin-right: .16rem;
   border-radius: 50%;
}

 .essay_info>span {
    font-size: 10px;
}

/* ------------   资讯list    ----------- */
 .news_list {
    width: 100%;
    background: #FFFFFF;
    height: 2.2rem;
    border-bottom: 1px solid #F6F6F6;
}

.news_list .news_title {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: .5333rem;
    padding: .32rem;
}

.news_list .release_time {
    display: flex;
    width: 3rem;
    height: .4rem;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #989EAD;
    line-height: .4rem;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: .32rem;
    margin-bottom: 0.32rem;
}

/* ----------   文章详情页   ------------ */
#news_details {
    margin: .2667rem;
    position: relative;
}

#news_details header {
    height: 1.28rem;
    display: flex;
    align-items: center;
}

#news_details header img {
    width: .5867rem;
    height: .5867rem;
    padding: .5rem 0 .5rem .5rem;
    vertical-align: middle;
}

#news_details header .news_title {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    height: .5867rem;
}
#news_details main {
    padding: 0 .32rem;
}

#news_details main h3 {
    text-align: center;
    font-size: 22px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: .8rem;
    letter-spacing: 1px;
    margin: .5333rem 0 .4rem 0;
}
#news_details main .breads {
    font-size: 14px;
}

#news_details main .author img{
    width: .6933rem;
    height: .6933rem;
    vertical-align: middle;
    margin: .32rem 0;
    border-radius: 50%;
}

#news_details main .author_name {
    height: .5333rem;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: .5333rem;
    margin: 0 .2rem;
}

#news_details main .author .time, #news_details main .news_likes span {
    height: .4267rem;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #989EAD;
    line-height: .4267rem;
}

#news_details main .news_content {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: .7467rem;
    margin: .2667rem 0;
    text-indent: 2em;
}

#news_details main .news_pic {
    display: block;
    width: 9.3333rem;
    height: 4.1067rem;
    margin: 0 auto;
}
#news_details main .pic_description {
    font-size: 12px;
    line-height: .5333rem;
    text-align: center;
    height: .5333rem;
}

#news_details main .other_tags {
    display: flex;
    gap: .16rem;
}

#news_details main .other_tags li {
    width: 1.6rem;
    height: .5333rem;
    background: #E8EAF0;
    border-radius: .1067rem;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8F939F;
    line-height: .5333rem;
    text-align: center;
}

#news_details main .other_tags li img {
    width: .32rem;
    height: .32rem;
    vertical-align: middle;
    margin-right: .0533rem;
    border-radius: 50%;
}


#news_details main .news_likes {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: .3733rem 0;
}

#news_details main .news_likes img {
    width: .5867rem;
    height: .5867rem;
    vertical-align: middle;
}

#news_details main .prev_next {
    padding-top: .32rem;
    font-size: 14px;
    color: #777;
    line-height: .5rem;
    color: #796103;
}


#news_details .recommend_list {
    margin: .2667rem 0;
    background: #FFFFFF;
}
#news_details .recommend_list .recommend_title {
    margin: .2667rem 0 0 .32rem;
    line-height: .48rem;
    height: .48rem;
}

#news_details .recommend_list .recommend_title span {
    display: inline-block;
    height: .3rem;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: .3rem;   
}

#news_details .recommend_list .recommend_title img {
    vertical-align: middle;
    width: 0.48rem;
    height: .4267rem;
}