﻿/* 内容页 */
.advice-box,
.replay-box{
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}
.replay-box{
    margin-bottom: 40px;
}
.news_detail.jianyi .line{
    display: flex;
    border-bottom: 1px solid #ccc;
}
.news_detail.jianyi .line:first-of-type{
    border-top: 1px solid #ccc;
}
.news_detail.jianyi .line .left,
.news_detail.jianyi .line .right{
    display: flex;
    align-items: center;
    border-right: 1px solid #ccc;
    padding: 10px 15px;
    text-align: justify;
    line-height: 30px;
}
.news_detail.jianyi .line .left{
    width: 100px;
    color: #333;
    font-weight: 600;
    border-left: 1px solid #ccc;
    justify-content: center;
    background-color: #f5f5f5;
}
.news_detail.jianyi .line .right{
    flex: 1;
}
.news_detail.jianyi .line .center{
    justify-content: center;
}