.content{
  min-height: calc(100vh - 5rem);
}

.img-header{
  width: 100%;
}

.img-header img{
  width: 100%;
}

.article{
  padding: .3rem;
  font-size: .3rem;
}
.article-title{
  font-weight: 700;
  font-size: .36rem;
  /* text-align: center; */
  padding: .2rem 0;
}
.article-date{
  font-size: .32rem;
  margin-bottom: .3rem;
}
.article-cont{

}