
/* 聚合标题 */
.jh-title,
.jh-ask,
.relevant{
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
}
.jh-tit{
    font-size: 30px;
    line-height: 1;
    color: #333;
}
.jh-title-eye{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.jh-title-eye time{
    font-size: 14px;
    color: #999;
    line-height: 1;
}
.jh-title-eye img{
    display: inline-block;
    padding-right: 6px;
    margin-left: auto;
}
.jh-title-eye span{
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 1;
}


/* 问题 */
.jh-ask{
    margin-top: 20px;
}
.tit{
    overflow: hidden;
}
.tit img{
    display: block;
    float: left;
}
.tit a{
    display: block;
    float: left;
    font-size: 24px;
    line-height: 28px;
    color: #333;
    padding-left: 10px;
}
.answer-txt{
    margin-top: 22px;
}
.answer-txt p{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 22px;
}
.answer-txt p:first-child{
    margin-top: 0;
}
.answer-txt p:last-child{
    margin-bottom: -8px;
}
.jh-ask-rq{
    overflow: hidden;
    margin-top: 30px;
}
.jh-ask-rq span{
    display: block;
    float: left;
    font-size: 16px;
    line-height: 1;
    color: #999;
}
.jh-ask-rq a{
    display: block;
    float: right;
    font-size: 16px;
    line-height: 1;
    color: #29be6a;
}


/* 上下篇 */
.upDown{
    overflow: hidden;
    margin-top: 20px;
}
.upDown a{
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
    width: 380px;
    height: 50px;
    border-radius: 10px;
    background-color: #fff;
    font-size: 16px;
    line-height: 50px;
    color: #333;
}
.upDown a span{
    color: #666;
}


/* 相关推荐 */
.relevant{
    margin-top: 20px;
    padding-bottom: 20px;
}
.relevant ul{
    margin-top: 10px;
    overflow: hidden;
}
.relevant ul li{
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 320px;
    height: 50px;
    border-bottom: 1px dashed #ddd;
    cursor: pointer;
}
.relevant ul li:nth-child(2n){
    float: right;
}
.relevant ul li:nth-child(n+5){
    border-bottom: none;
}
.relevant ul li p{
    font-size: 16px;
    width: 280px;
    color: #333;
    line-height: 1;
}
.relevant ul li span{
    display: block;
    font-size: 14px;
    text-align: right;
    color: #999;
    line-height: 1;
}