.news_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%;
  }
  .mobile-article-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;
  }
  .article-subtitle{
    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;
  }
  .search-content{
    color: #3E3A39;
    font-family: "Source Han Sans CN";
    font-size: .28rem;
    font-style: normal;
    font-weight: 400;
    line-height: .56rem; /* 200% */
    padding: .4rem;
    margin-top: .96rem;
    box-sizing: border-box;
  }
  .form-group{
    width: 100%;
    margin-bottom: .4rem;
  }
  .form-group input:nth-of-type(1){
    border:1px solid #e5e5e5;
    font-size: .28rem;
    /* height: .96rem; */
    align-items: center ;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 0 .4rem;
    flex: 2;
}
.form-group input:nth-of-type(2){
  border:1px solid #005BAC;
  flex:1;
  font-size: .28rem;
  /* height: .96rem; */
  padding: 0;
  text-align: center;
  background: #005BAC;
  color: #ffffff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.result{
  margin-bottom:.7rem;
  color: #3E3A39;
  /* font-size: .4rem; */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.article-content{
  margin-bottom: 0;
}
.article-item{
  margin: 0;
}
.article-title{
  color: #005BAC !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: .2rem;
}
.breadcrumb-item, .breadcrumb-item::before{
  padding-left:0rem !important;
  padding-right:.1rem !important;
  color: #3E3A39;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.btn-icon{
  background-image:url('../img/search.png')!important;
  background-repeat: no-repeat !important;
  background-size: 30% !important;
  background-position: 50% !important;
}