.news-content {
    text-indent: 2em;
    text-align: left;
    line-height: 30px;
    font-size: 0.16rem;
}
.news-content img {
    width: 48%;
    height: 3.2rem;
    margin: 0.4rem 0;
}
/* 上一篇下一篇 */
.content-btn {
    margin-top: 0.4rem;
    border-top: 1px dotted #949494;
    padding: 0.4rem 0 0.7rem;
}
.hand-box {
    width: 6.8rem;
    text-align: left;
    font-size: 0.16rem;
    padding: 0 10px;
    line-height: 0.5rem;
    box-sizing: border-box;
    border: 1px solid #C1C1C1;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hand-box.active {
    background: #E6E6E6;
    color: #093C8A;
}
/* 相关文章推荐 */
.related-wrap {
    margin-top: 0.7rem;
    overflow: hidden;
}
.related-item {
    float: left;
    width: 4.3rem;
}
.related-wrap .related-item:nth-child(2) {
    margin: 0 0.5rem;
}
.related-item img {
    width: 100%;
}
.related-short {
    background: #F3F3F3;
    padding: 0.4rem 0.3rem;
}
.tuijianimg{
    width: 10rem;
    height: 2.7rem;
}
