.content {
    width: 10rem;
    padding-top: 2.2rem;
    padding-bottom: 3rem;
    text-align: center;
}

.edit {
    width: 94%;
    margin: auto;
    word-break: break-all;
    word-wrap: break-word;
}

.content>a {
    display: block;
    margin-top: .3rem;
    background: #fff;
    padding: 0.3rem 0;
}

.content img {
    width: 3rem;
    display: inline-block;
}

.news_words {
    display: inline-block;
    width: 6.8rem;
    text-align: left;
    vertical-align: top;
}

.news_words>h1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
     text-overflow:ellipsis;
}
.news_words>h2 {
   color: rgb(77, 77, 77);
}
.news_words h1,
.news_item_bg h2,
.news_item_bg b {
    color: #c66005;
}

.news_item_bg small {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.news_item_bg {
    margin: 0 auto;
    position: relative;
    top: -.9rem;
}

.news_item_bg img {
    width: 100%!important;
    height:auto!important;
}
.news_item_bg .new_detail_title{

    display: block;
    text-align: center;
    color: #c66005;
    margin:.2rem atuo;

}
.news_item_bg h2,
.news_item_bg time {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.news_item_bg p {
    margin-top: .1rem;
}

.news_item_bg {
    text-align: left;
}