

.newsbt{
    text-align: center;
    font-size: 20px;
}

.article_content{
    color: #696b6a;
    margin-top: 0;
    font-size: 14px;

}
.article_content .content{
    min-height: 400px;
    padding: 10px;
}

hr {
    border: 0 !important;
    border-bottom: 1px #ddd solid;
    margin: 20px 0;
    clear: both;
}

.fenye {
    line-height: 0.4rem;
    font-size: 0.22rem;
    padding-left: 0.5rem;
    text-align: left;
}
.fenye span {
    color: #088D5E;
}
.fenye a {
    font-size: 0.22rem;
}
.article_content img{
  width: 100%;
    object-fit: cover;
}