.news_center, .multimedia_center{
  padding:.4rem .4rem 1.6rem;
  font-size:.28rem;
}
.article-img-box{
  width: 100%;
  height: 4.1rem;
}
.article-image{
    width: 100%;
    height: 100%;
}
.article-info{
  padding: .2rem .4rem .4rem;
  width: 100%;
}
.newsCenter-list-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFF;
    box-shadow: 0px .08rem .4rem 0px rgba(0, 97, 174, 0.10);
    margin-bottom: .4rem;
}

.mobile-media-box{
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  width: 48%;
  margin-bottom: .4rem;
}
.media-title{
    margin-bottom: .32rem;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    font-size: .28rem;
    font-size: 400;
    color: #3E3A39;
}
.media-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.multimedia-title{
    color: #3E3A39;
    font-family: "Source Han Sans SC";
    font-size: .28rem;
    font-style: normal;
    font-weight: 500;
    line-height: .56rem; /* 200% */
    margin-top: .2rem;
}